Re: ppp authentication

From: Rodgers Moore (rodgers@xxxxxxxxxxxxxx)
Date: Mon Oct 15 2001 - 01:08:47 GMT-3


   
You need "ppp multilink" & "ppp authentication" on both the physical and
dialer interfaces. Most IOS versions will barf on the second call
because the physical interface doesn't have "ppp multilink". This even
applies to multiple dialer profiles, but when only one call (64K) is
used per dial-in peer . If "ppp multilink" isn't specified on the
physical interface, all second calls get rejected, even ones from other
sources that aren't ppp multilink.

Rodgers Moore, CCIE #8153

Ravi wrote:

> Hi,
>
> Sorry, forgot to paste my config.
>
> Regards,
> Ravi
>
> hostname R5
> !
> enable password cisco
> !
> username R3 password 0 cisco
> !
> interface BRI0
> no ip address
> no ip directed-broadcast
> encapsulation ppp
> dialer pool-member 2
> isdn switch-type basic-ni
> isdn spid1 0555200001
> isdn spid2 0555400001
> no peer default ip address
> no cdp enable
> !
> interface Dialer1
> ip address 148.10.35.2 255.255.255.252
> no ip directed-broadcast
> encapsulation ppp
> dialer remote-name R3
> dialer string 5551000
> dialer load-threshold 1 either
> dialer pool 2
> dialer-group 1
> peer default ip address 148.10.35.1
> ppp multilink
> !
>
> hostname R3
> !
> no logging console
> enable password cisco
> !
> username R5 password 0 cisco
> ip subnet-zero
> isdn switch-type basic-ni
> !
> interface BRI0
> ip address negotiated
> no ip directed-broadcast
> encapsulation ppp
> no ip route-cache
> no ip mroute-cache
> dialer map ip 148.10.35.2 name R5
> dialer-group 1
> isdn switch-type basic-ni
> isdn spid1 0555100001
> isdn spid2 0555300001
> ppp multilink
> !

--
Rodgers Moore, CCIE #8153, CCNP-Security, CCDP
Design and Security Consultant


This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 22:33:19 GMT-3