
Configuring and Backing Up Permanent Connections • Chapter 7 313
no shutdown
!
router eigrp 100
network 10.0.0.0
!
ip classless
ip route 10.2.1.1 255.255.255.255 BRI0 180
ip route 10.2.2.0 255.255.255.0 10.2.1.1 180
!
access-list 101 deny ip any host 255.255.255.255
access-list 101 deny eigrp any any
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
!
end
The route table for routers with floating static routes will contain all of
the learned and connected routes as well as the floating static. Take a look
at Figure 7.24.
MainRouter has a floating static route configured to reach the
172.16.20.0/24 network in the event that the frame relay link fails. ...