! Listing 5.13: Called router--one of two targets ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Chicago ! username LosAngeles password secretCLA ip subnet-zero isdn switch-type basic-ni1 ! interface Loopback0 description Target for BGP peering via primary links ip address 10.111.0.1 255.255.255.255 ! interface Loopback2 description Source IP address for dial backup ip address 10.111.0.2 255.255.255.255 ! interface Loopback10 description Source address for BGP peers ip address 10.111.0.10 255.255.255.255 ! interface Ethernet0 description Local user network ip address 10.111.201.1 255.255.255.0 ! interface Serial0 description Primary link to Los Angeles ip address 10.0.0.2 255.255.255.252 bandwidth 128 delay 2000 ! interface Serial1 description Link to New York ip address 10.0.0.9 255.255.255.252 bandwidth 128 delay 2000 ! interface BRI0 description Dial backup from Los Angeles ip unnumbered Loopback0 encapsulation ppp bandwidth 128 delay 3000 no keepalive isdn spid1 87755512340101 isdn spid2 87755512990101 dialer idle-timeout 300 dialer map ip 10.10.0.1 name LosAngeles broadcast dialer-group 1 ppp authentication chap ppp multilink ! router eigrp 1 network 10.0.0.0 distribute-list 10 out BRI0 distribute-list 10 out Ethernet0 distribute-list 11 out Serial0 distribute-list 10 out Serial1 no auto-summary ! router bgp 99 network 10.111.0.10 mask 255.255.255.255 timers bgp 10 120 neighbor 10.10.0.1 remote-as 99 neighbor 10.10.0.1 update-source Loopback10 ! access-list 10 deny 10.111.0.0 0.0.0.255 access-list 10 permit any access-list 11 permit 10.111.0.1 access-list 11 deny 10.111.0.0 0.0.0.255 access-list 11 permit any access-list 102 deny eigrp any any access-list 102 permit ip any any ! dialer-list 1 protocol ip list 102 ! end