Re: OSPF Demand Circuit/PPP Multilink/Dialer Profile

From: kym blair (kymblair@xxxxxxxxxxx)
Date: Sat Jul 06 2002 - 22:40:22 GMT-3


   
Carlos,

You do not need "bandwidth" on either routers; you could add "ip ospf cost
9999" to achieve what you intended, but that is not necessary since the ISDN
link is in a stub area.

If the primary connection is over Serial link, remove "passive-int ser 0"
from R6 routing process so R3 and R6 exchange routing updates.

Your BRI is in Area 1, and you have the message-digest key on the interface.
  You should remove authentication from the dialer interfaces, or add "area
1 authentication message-digest" to the routing process on both routers (as
well as the other routers in area 1).

I don't think you need this, but would try it if you can't get the multilink
working: "dialer string 5554000" on R3 and "dialer string 5553000" on R6.

Carlos, what is your workaround?

Thanks, Kym

>From: Carlos G Mendioroz <tron@huapi.ba.ar>
>Reply-To: Carlos G Mendioroz <tron@huapi.ba.ar>
>To: xje <jiaoerxu@jxinet.gov.cn>
>CC: lrlab <lrlab@swbell.net>, ccielab@groupstudy.com
>Subject: Re: OSPF Demand Circuit/PPP Multilink/Dialer Profile
>Date: Tue, 02 Jul 2002 21:38:35 -0300
>
>AFAIK, this configuration does not work.
>I would love to be wrong... anyone interested in labbing it out and post
>working configs ?
>Please ? :-)
>
>-Carlos
>P.S.
>-It is considered cheating to filter out OSPF from the ISDN link.
>-I've been told of a "workarround" solution that I'm sure the owner
>of the idea will share if no-one comes with a real working config...
>
>xje wrote:
> >
> > ----- Original Message -----
> > From: "lrlab" <lrlab@swbell.net>
> > To: <ccielab@groupstudy.com>
> > Sent: Tuesday, July 02, 2002 2:38 AM
> > Subject: OSPF Demand Circuit/PPP Multilink/Dialer Profile
> >
> > I think you must use bandwidth command below the interface dialer1
> >
> > > Group:
> > >
> > > Any idea why a OSPF deman circuit would work fine until I added ppp
>multi
> > and
> > > dialer load 1 at the dialer on both ends. Once I do that the link
>flaps.
> > > Removed the lines from both and it returns to a normal (working)
>state.
> > When
> > > I do the debug IP OSPF mon I see the lsa. I have added the no peer
>nei at
> > > both ends. here are the affested part of the configs from both without
>the
> > ppp
> > > multi and dialer load 1.
> > >
> > >
> > > r3#sh run
> > > hostname r3
> > >
> > > username r6 password 0 cisco
> > >
> > > interface BRI0
> > > no ip address
> > > encapsulation ppp
> > > dialer pool-member 1
> > > isdn switch-type basic-ni
> > > isdn spid1 0555100001
> > > isdn spid2 0555300001
> > > ppp authentication chap
> > > !
> > > interface Dialer1
> > > ip address 15.15.15.2 255.255.255.0
> > > encapsulation ppp
> > > ip ospf authentication message-digest
> > > ip ospf message-digest-key 1 md5 cisco
> > > dialer pool 1
> > > dialer remote-name r6
> > > dialer idle-timeout 45
> > > dialer string 5552000
> > > dialer-group 1
> > > no peer neighbor-route
> > > ppp authentication chap
> > > !
> > > router ospf 10
> > > router-id 3.3.3.3
> > > log-adjacency-changes
> > > area 1 stub no-summary
> > > network 15.15.15.2 0.0.0.0 area 1
> > > network 150.100.4.3 0.0.0.0 area 1
> > >
> > > !
> > > access-list 100 permit ip any any
> > > dialer-list 1 protocol ip list 100
> > >
> > >
> > >
> > > r6#sh run
> > > hostname r6
> > >
> > > username r3 password 0 cisco
> > > isdn switch-type basic-ni
> > > !
> > > interface BRI0
> > > no ip address
> > > encapsulation ppp
> > > dialer pool-member 1
> > > isdn switch-type basic-ni
> > > isdn spid1 0555200001
> > > isdn spid2 0555400001
> > > ppp authentication chap
> > > !
> > > interface Dialer1
> > > ip address 15.15.15.1 255.255.255.0
> > > encapsulation ppp
> > > ip ospf authentication message-digest
> > > ip ospf message-digest-key 1 md5 cisco
> > > ip ospf demand-circuit
> > > dialer pool 1
> > > dialer remote-name r3
> > > dialer idle-timeout 45
> > > dialer string 5551000
> > > dialer-group 1
> > > no peer neighbor-route
> > > ppp authentication chap
> > > !
> > > router ospf 10
> > > router-id 6.6.6.6
> > > log-adjacency-changes
> > > area 0 authentication message-digest
> > > area 1 stub no-summary
> > > passive-interface Serial0
> > > network 15.15.15.1 0.0.0.0 area 1
> > > network 150.100.2.1 0.0.0.0 area 0
> > > network 150.100.4.1 0.0.0.0 area 1
> > > network 150.100.50.41 0.0.0.0 area 2
> > > !
> > > ip classless
> > > ip http server
> > > !
> > > access-list 100 permit ip any any
> > > dialer-list 1 protocol ip list 100



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:36:21 GMT-3