! Listing 8.18a: ISP router for two links to the same ISP using static routing ! (NOT IN BOOK) ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname ISP ! ip subnet-zero ! interface Serial1/0 description Link to Example Router External #1 ip address 110.0.0.2 255.255.255.252 bandwidth 1544 ! interface Serial1/1 description Link to Example Router External #2 ip address 110.0.0.6 255.255.255.252 bandwidth 1544 ! ip classless ip route 100.0.0.0 255.255.255.0 110.0.0.1 ip route 100.0.0.0 255.255.255.0 110.0.0.5 ! end