! Listing 8.5: Service provider side router configuration for redundant service access using static routing ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 10.3 ! hostname ServiceBureau ! ip subnet-zero ! interface Ethernet0/0 description Service Distribution LAN ip address 172.18.0.1 255.255.0.0 ! ... links to other clients ! interface Serial2/7 description Link 1 of 2 to client: Example Retail ip address 192.168.0.6 255.255.255.252 ip access-group 101 in bandwidth 56 ! interface Serial3/4 description Link 2 of 2 client: Example Retail ip address 192.168.0.2 255.255.255.252 ip access-group 101 in bandwidth 56 ! router rip redistribute static network 172.18.0.0 ! ip route 10.0.0.0 255.0.0.0 Serial2/7 ip route 10.0.0.0 255.0.0.0 Serial3/4 ! access-list 101 permit ip 10.0.0.0 0.255.255.255 172.17.0.0 0.0.255.255 ! end