[c-nsp] Multilink PPP

Paul Stewart pauls at nexicom.net
Thu Apr 21 16:00:24 EDT 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there..

I have a Cisco 1720 with a WIC-2AM in it.. trying to get multilink dial
connection working... first async connects fine, then second one tries
to connect but hangs up within about 5 seconds (almost like it doesn't
see dial-tone for some reason even though it is on the line - confirmed).

Here's the config.. have a case open at TAC but no progress so far...

version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
service compress-config
!
hostname gw-madawaska
!
boot-start-marker
boot system flash
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 XXXXXXXXXXXXXXXXXXXXXX
!
memory-size iomem 15
clock timezone EST -5
no aaa new-model
ip subnet-zero
no ip source-route
!
!
ip domain name nexicom.net
ip name-server 216.168.96.10
ip name-server 216.168.96.13
!
ip dhcp pool CLIENT
~   import all
~   network 192.168.100.0 255.255.255.0
~   default-router 192.168.100.1
~   domain-name nexicom.net
~   dns-server 216.168.96.10 216.168.96.13
~   lease 0 2
!
no ip bootp server
no ip cef
!
chat-script async-mppp ABORT ERROR ABORT BUSY "" "AT&F" OK "ATDT\T"
TIMEOUT 60 CONNECT \c
!
!
!
interface FastEthernet0
~ ip address 192.168.100.1 255.255.255.0
~ no ip redirects
~ no ip proxy-arp
~ ip nat inside
~ speed auto
~ no cdp enable
!
interface Async1
~ no ip address
~ ip nat outside
~ encapsulation ppp
~ dialer in-band
~ dialer pool-member 10
~ fair-queue
~ ppp multilink
!
interface Async2
~ no ip address
~ ip nat outside
~ encapsulation ppp
~ dialer in-band
~ dialer pool-member 10
~ fair-queue
~ ppp multilink
!
interface Dialer1
~ ip address negotiated
~ ip nat outside
~ encapsulation ppp
~ dialer pool 10
~ dialer idle-timeout 600
~ dialer string 9327777
~ dialer load-threshold 1 either
~ dialer-group 8
~ no fair-queue
~ no cdp enable
~ ppp authentication pap callin
~ ppp pap sent-username pstewart password 7 XXXXXXXXXXXXXXXXX
~ ppp multilink
!
ip nat inside source list 10 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 10 permit 192.168.100.0 0.0.0.255
dialer-list 8 protocol ip permit
no cdp run
!
line con 0
line 1 2
~ no flush-at-activation
~ script dialer async-mppp
~ modem InOut
~ transport input all
~ stopbits 1
~ speed 115200
~ flowcontrol hardware
line aux 0
line vty 0 4
~ login local
~ transport input telnet
!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCaAZYqMetgU57IuQRArScAJ9kEX6TjKhxD2a8lH9v/p7kkRzuUwCbB8YA
iwYexIGPd6om6U77xBINa3k=
=WZBT
-----END PGP SIGNATURE-----


More information about the cisco-nsp mailing list