! Listing 8.9: Service bureau router configuration for redundant service access using dynamically driven static routing ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 10.3 ! hostname ServiceProvider ! ip subnet-zero ! interface Loopback1 description Target for Retail Client Routing ip address 192.168.0.8 255.255.255.255 ! interface Ethernet0/0 description Service Distribution LAN ip address 172.18.0.1 255.255.0.0 ! interface Serial2/7 no ip address encapsulation frame-relay ! interface Serial2/7.1 point-to-point description Link to client: Example Retail ip address 192.168.0.6 255.255.255.252 ip access-group 101 in bandwidth 56 frame-relay interface-dlci 271 broadcast ! interface Serial3/4 no ip address encapsulation frame-relay ! interface Serial3/4.1 point-to-point description Link to client: Example Retail ip address 192.168.0.2 255.255.255.252 ip access-group 101 in bandwidth 56 frame-relay interface-dlci 341 broadcast ! router eigrp 321 network 192.168.0.0 distribute-list 1 out Serial2/7.1 distribute-list 1 in Serial2/7.1 distribute-list 1 out Serial3/4.1 distribute-list 1 in Serial3/4.1 ! router rip redistribute static network 172.18.0.0 ! ip route 10.0.0.0 255.0.0.0 192.168.0.10 ip route 10.0.0.0 255.0.0.0 192.168.0.11 ! access-list 1 permit 192.168.0.0 0.0.0.7 access-list 1 permit 192.168.0.8 0.0.0.3 ! access-list 101 permit ip 10.0.0.0 0.255.255.255 172.17.0.0 0.0.255.255 access-list 101 permit eigrp 192.168.0.0 0.0.0.255 any ! end