25
Routing and Routing Protocols Introduction to Static Routing

Routing and Routing Protocols

Embed Size (px)

DESCRIPTION

Routing and Routing Protocols. Introduction to Static Routing. Routing Decisions. Routing is the process that a router uses to forward packets toward a packet’s destination. Routing decisions are based on the destination IP address of a packet. Routing Methods. - PowerPoint PPT Presentation

Citation preview

Page 1: Routing and Routing Protocols

Routing and Routing Protocols

Introduction to Static Routing

Page 2: Routing and Routing Protocols

Routing Decisions

• Routing is the process that a router uses to forward packets toward a packet’s destination.

• Routing decisions are based on the destination IP address of a packet.

Page 3: Routing and Routing Protocols

Routing Methods

• Routers must learn the direction to remote networks in order to forward packets.

• Two ways to learn this information: Dynamically

• Information is learned from other routers– Often through RIP, OSPF, or EIGRP routing

protocols

Statically• Configured manually

– Requires the network administrator to add and delete static routes when topology changes

– In large networks it requires a tremendous amount of administrative time

– On small, or unchanging networks, it requires very little maintenance

Page 4: Routing and Routing Protocols

Static Route Operation

• Static route operations can be divided into 3 stages: A network administrator manually

configures the static route on the router

The router installs the route in its routing table

Packets are routed using the static route

Page 5: Routing and Routing Protocols

Configuring Static Routes

Send traffic through an interface:

Send traffic to the next router’s address:

Destination Network

Subnet MaskNext Hop IP Address (address of next router)

Destination Network

Subnet Mask Local Router’s Outgoing Interface

Page 6: Routing and Routing Protocols

Configuring the Outbound Interface

Page 7: Routing and Routing Protocols

Configuring the Next-Hop Address

Page 8: Routing and Routing Protocols

Routes and Interfaces

• If a router cannot reach the outgoing interface that is being used in a route, the route will not be installed in the routing table.

• This means if that interface is down, the route will not be placed in the routing table.

Page 9: Routing and Routing Protocols

Administrative Distance

• The administrative distance is a number that measures the trustworthiness of the source of the route information. The lower the administrative distance,

the more trustworthy the source.

• If a path has the lowest administrative distance, it is installed in the routing table.

Page 10: Routing and Routing Protocols

Default Administrative Distances

Page 11: Routing and Routing Protocols

Multiple Routes to the Same Destination

• When two or more routes point to the same destination, the administrative distance is used by the router to determine which route is entered into the routing table. All routes are remembered, but only

the best route makes it into the routing table.

Page 12: Routing and Routing Protocols

Static Routes as Backups

• Often static routes are used for backup purposes, such as when the dynamically learned route fails.

Page 13: Routing and Routing Protocols

Backup Route Example

• For Router0, the preferred path to the 192.168.0.0 network is through the switch.

• If RIP is used to exchange routes between the two routers, this route will be marked as the best.

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

Page 14: Routing and Routing Protocols

Router0 Routing Table

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

Page 15: Routing and Routing Protocols

Backup Route Creation

• To configure a static route for the 56 kbps backup serial line:

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

Page 16: Routing and Routing Protocols

Router0 New Routing Table

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

• Now, the static route shows up in the routing table, instead of the better route learned through RIP.

Page 17: Routing and Routing Protocols

Fixing the Routing Table Problem

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

• RIP’s default administrative distance is 120.

• Creating the route with an AD higher than 120 will ensure the RIP route is placed in the routing table.

Page 18: Routing and Routing Protocols

The Backup Route In Action

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

• When the RIP-learned route is unavailable, the static backup route is placed in the routing table.

Page 19: Routing and Routing Protocols

The Backup Route In Action

192.168.0.0/24

192.168.1.1192.168.1.2

192.168.2.1 192.168.2.2

No Routing Protocol

• Once the better route is available, the RIP route will be re-entered into the routing table, automatically.

Page 20: Routing and Routing Protocols

Configuring Default Route Forwarding

• Default routes are used to route packets to destinations that do not match any of the other routes in the routing table.

• A default route is a special static route that uses the quad-zero format:ip route 0.0.0.0 0.0.0.0 [next-hop-address | outgoing interface]

• If the packet does not match a specific route in the routing table, it will be routed to the 0.0.0.0 network. Any IP address will always yield the network

address 0.0.0.0 when ANDed with the mask 0.0.0.0.

Page 21: Routing and Routing Protocols

Default Routing Example

• In this example, no routing protocol is used.

• Instead, a default route will be used to allow Router0 to direct traffic to the ISP router. 10.0.0.0/24

10.0.0.1

192.168.0.2

192.168.0.1

No Routing Protocol

Page 22: Routing and Routing Protocols

Router0 Routing Table Prior to Default Route

• Router0 can see the two directly connected networks and cannot route traffic to the Internet.

10.0.0.0/24

10.0.0.1

192.168.0.2

192.168.0.1

No Routing Protocol

Page 23: Routing and Routing Protocols

Adding a Default Route

• Entering the quad-zero route on Router0 allows the router to send all remote traffic to the next-hop.

10.0.0.0/24

10.0.0.1

192.168.0.2

192.168.0.1

No Routing Protocol

Page 24: Routing and Routing Protocols

Viewing the Default Route

• Entering the quad-zero route on Router0 allows the router to send all remote traffic to the ISP.

10.0.0.0/24

10.0.0.1

192.168.0.2

192.168.0.1

No Routing Protocol

Page 25: Routing and Routing Protocols

Default Route Note

• The routers on the Internet must have a route in their routing tables that points to Router0 (or a default route that accomplishes the same).

• Otherwise, Router0 will be able to route traffic to servers on the Internet, but the Internet routers would not be able to route the responses back to Router0.

10.0.0.0/24

10.0.0.1

192.168.0.2

192.168.0.1

No Routing Protocol