! Listing 8.2: Service bureau router ServiceProvider configuration for the baseline service access scenario ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 10.3 ! hostname ServiceProvider ! 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 Serial3/4 description Link to 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 Serial3/4 ! access-list 101 permit ip 10.0.0.0 0.255.255.255 172.17.0.0 0.0.255.255 ! end