Introduction To Static Routing
Introduction To Static Routing
Routing Decisions
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
Subnet Mask
Local Routers
Outgoing
Interface
Subnet Mask
Next Hop IP
Address
(address of
next router)
Administrative Distance
Default Administrative
Distances
No Routing Protocol
192.168.0.0/24
192.168.2.1
192.168.1.1
192.168.2.2
192.168.1.2
192.168.1.1
192.168.2.2
192.168.1.2
To configure a
static route for the
56 kbps backup
serial line:
192.168.1.1
192.168.2.2
192.168.1.2
192.168.1.1
192.168.2.2
192.168.1.2
RIPs 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.
192.168.1.1
192.168.2.2
192.168.1.2
When the
RIP-learned
route is
unavailable,
the static
backup route
is placed in
the routing
table.
192.168.1.1
192.168.2.2
192.168.1.2
Once the
better route is
available, the
RIP route will
be re-entered
into the
routing table,
automatically.
192.168.1.1
192.168.2.2
192.168.1.2
No Routing Protocol
192.168.0.1
192.168.0.2
10.0.0.1
10.0.0.0/24
192.168.0.1
192.168.0.2
Router0 can
see the two
directly
connected
networks and
cannot route
traffic to the
Internet.
10.0.0.1
10.0.0.0/24
192.168.0.1
192.168.0.2
Entering the
quad-zero
route on
Router0 allows
the router to
send all remote
traffic to the
next-hop.
10.0.0.1
10.0.0.0/24
192.168.0.1
192.168.0.2
Entering the
quad-zero
route on
Router0 allows
the router to
send all remote
traffic to the
ISP.
10.0.0.1
10.0.0.0/24
No Routing Protocol
192.168.0.1
192.168.0.2
10.0.0.1
10.0.0.0/24