! Listing 5.4: Multilink PPP using a single BRI and legacy dialing ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname NewYork ! username Chicago password NYsecret isdn switch-type basic-ni1 ! interface Loopback1 ip address 192.168.100.10 255.255.255.255 ! interface BRI0 ip unnumbered Loopback1 encapsulation ppp bandwidth 56 isdn spid1 21255512340000 isdn spid2 21255512350000 dialer idle-timeout 120 dialer map ip 10.100.0.2 name Chicago speed 56 broadcast 13125551111 dialer map ip 10.100.0.2 name Chicago speed 56 broadcast 13125552222 dialer map ip 10.100.0.2 name Chicago speed 56 broadcast 13125553333 dialer hold-queue 10 dialer load-threshold 100 either dialer-group 1 ppp authentication chap ppp multilink ! router ospf 123 network 192.168.100.10 0.0.0.0 area 99 ! Other networks to support go here ! ip host TestISDN 10.100.0.2 ip classless ip route 0.0.0.0 0.0.0.0 10.0.0.1 150 ip route 0.0.0.0 0.0.0.0 10.100.0.2 160 ip route 10.100.0.2 255.255.255.255 BRI0 access-list 102 deny ospf any any access-list 102 permit ip any any ! dialer-list 1 protocol ip list 102 ! end