Re: DLSw+ & DDR

From: Perminder Grewal (percy_gunner@xxxxxxxxxxx)
Date: Fri Apr 19 2002 - 18:27:16 GMT-3


   
PS

When your ISDN is quiet and you do a show dlsw peers it should show peers as
connected.

percy

>From: Babacar Diop <babacard2000@yahoo.com>
>Reply-To: Babacar Diop <babacard2000@yahoo.com>
>To: DAN DORTON <DHSTS68@dhs.state.il.us>, ccielab@groupstudy.com,
>percy_gunner@hotmail.com
>Subject: Re: DLSw+ & DDR
>Date: Fri, 19 Apr 2002 13:52:55 -0700 (PDT)
>
>Now i have both routers configured with:
>
>R5
>dialer map llc2 name r3 broadcast 8358664
>dialer map ip 133.14.35.6 name r3 broadcast 8358664
>
>dialer-list 1 protocol ip permit
>dialer-list 1 protocol llc2 permit
>
>r3 is also configured with similar statements with the
>dialer map pointing to R5.
>The line is brought up my the OSPF LSA but when it's
>brough down i can see can back up because of traffic
>going from the token ring interface on R5 to the
>ethernet of R3 as follows:
>
>r5#sh dialer
>
>BRI0 - dialer type = ISDN
>
>Dial String Successes Failures Last DNIS
>Last status
>8358664 6 1 00:00:15
> successful
>0 incoming call(s) have been screened.
>0 incoming call(s) rejected for callback.
>
>BRI0:1 - dialer type = ISDN
>Idle timer (10 secs), Fast idle timer (20 secs)
>Wait for carrier (30 secs), Re-enable (15 secs)
>Dialer state is multilink member
>Dial reason: ip (s=133.14.55.1, d=133.14.23.3)
>Connected to 8358664 (r3)
>
>BRI0:2 - dialer type = ISDN
>Idle timer (10 secs), Fast idle timer (20 secs)
>Wait for carrier (30 secs), Re-enable (15 secs)
>Dialer state is multilink member
>Dial reason: Multilink bundle overloaded
>Connected to 8358664 (r3)
>
>Any more ideas on this?
>
>Thanks
>
>--- DAN DORTON <DHSTS68@dhs.state.il.us> wrote:
> > dialer maps too
> >
> > If you are using tcp you need to map ip layer 3 to
> > layer 2.
> >
> > >>> "Perminder Grewal" <percy_gunner@hotmail.com>
> > 04/19/02 12:52PM >>>
> > Your 'dialer-list 1 protocol llc2 permit' seems to
> > be wrong, you should
> > define ip as your interesting traffic. The LLC2 is
> > wrong, the dlsw uses TCP
> > as the encapsulated protocol running over IP. DlSW
> > terminates the LLC2
> > locally.
> >
> > Regards
> >
> > Percy
> >
> >
> > >From: Babacar Diop <babacard2000@yahoo.com>
> > >Reply-To: Babacar Diop <babacard2000@yahoo.com>
> > >To: cciegroup <ccielab@groupstudy.com>
> > >Subject: DLSw+ & DDR
> > >Date: Fri, 19 Apr 2002 10:23:49 -0700 (PDT)
> > >
> > >Here is my config on two routers. When i pull the
> > >serial interface cable of R5, the isdn circuit does
> > >not come up. I am doing anything wrong?
> > >
> > >
> > >For R5
> > >
> > >username r3 password 0 cisco
> > >!
> > >isdn switch-type basic-ni
> > >!
> > >!
> > >!
> > >!
> > >source-bridge ring-group 100
> > >dlsw local-peer peer-id 133.14.55.1 promiscuous
> > >dlsw remote-peer 0 tcp 133.14.23.6
> > >dlsw remote-peer 0 tcp 133.14.23.3 backup-peer
> > >133.14.23.6
> > >!
> > >interface Loopback0
> > > ip address 133.14.5.5 255.255.255.0
> > > ip ospf network point-to-point
> > >!
> > >interface Serial0
> > > backup delay 10 200
> > > backup interface BRI0
> > > no ip address
> > > encapsulation frame-relay
> > > frame-relay lmi-type ansi
> > >!
> > >interface Serial0.1 point-to-point
> > > ip address 133.14.56.5 255.255.255.0
> > > frame-relay interface-dlci 506
> > >!
> > >interface Serial0.2 multipoint
> > > ip address 133.14.243.5 255.255.255.0
> > > no ip split-horizon
> > > ip ospf priority 100
> > > frame-relay interface-dlci 503
> > > frame-relay interface-dlci 504
> > >!
> > >interface TokenRing0
> > > ip address 133.14.55.1 255.255.255.248
> > > ring-speed 16
> > > source-bridge 10 1 100
> > >!
> > >interface BRI0
> > > ip address 133.14.35.5 255.255.255.252
> > > encapsulation ppp
> > > dialer idle-timeout 10
> > > dialer map llc2 name r3 broadcast 8358664
> > > dialer load-threshold 1 either
> > > dialer-group 1
> > > isdn switch-type basic-ni
> > > isdn spid1 0835866101 8358661
> > > isdn spid2 0835866301 8358663
> > > ppp authentication chap
> > > ppp multilink
> > >!
> > >router ospf 64
> > > log-adjacency-changes
> > > area 3 range 133.14.51.0 255.255.255.0
> > > area 3 virtual-link 200.200.200.1
> > > network 133.14.5.0 0.0.0.255 area 0
> > > network 133.14.35.4 0.0.0.3 area 3
> > > network 133.14.51.0 0.0.0.15 area 3
> > > network 133.14.55.0 0.0.0.7 area 0
> > > network 133.14.56.0 0.0.0.255 area 0
> > > network 133.14.243.0 0.0.0.255 area 0
> > > neighbor 133.14.243.4
> > > neighbor 133.14.243.3
> > >!
> > >ip classless
> > >ip http server
> > >!
> > >dialer-list 1 protocol llc2 permit
> > >
> > >For R3:
> > >
> > >hostname r3
> > >!
> > >!
> > >username r5 password 0 cisco
> > >!
> > >!
> > >!
> > >!
> > >ip subnet-zero
> > >no ip domain-lookup
> > >!
> > >isdn switch-type basic-ni
> > >!
> > >!
> > >!
> > >!
> > >dlsw local-peer peer-id 133.14.23.3 promiscuous
> > >dlsw remote-peer 0 tcp 133.14.23.6
> > >dlsw bridge-group 1
> > >!
> > >interface Loopback0
> > > ip address 133.14.3.3 255.255.255.0
> > > ip ospf network point-to-point
> > >!
> > >interface Ethernet0
> > > ip address 133.14.23.3 255.255.255.0
> > > bridge-group 1
> > >!
> > >interface Serial0
> > > no ip address
> > > encapsulation frame-relay
> > > no fair-queue
> > > frame-relay lmi-type ansi
> > >!
> > >interface Serial0.1 multipoint
> > > ip address 133.14.243.3 255.255.255.0
> > > ip ospf priority 0
> > > frame-relay interface-dlci 305
> > >!
> > >!
> > >interface BRI0
> > > ip address 133.14.35.6 255.255.255.252
> > > encapsulation ppp
> > > dialer idle-timeout 10
> > > dialer map llc2 name r5 broadcast
> > > dialer load-threshold 1 either
> > > dialer-group 1
> > > isdn switch-type basic-ni
> > > isdn spid1 0835866201 8358662
> > > isdn spid2 0835866401 8358664
> > > ppp authentication chap
> > > ppp multilink
> > >!
> > >router ospf 64
> > > log-adjacency-changes
> > > network 133.14.35.4 0.0.0.3 area 3
> > > network 133.14.243.0 0.0.0.255 area 0
> > > distribute-list 1 out igrp 64
> > >!
> > >ip classless
> > >ip http server
> > >!
> > >dialer-list 1 protocol llc2 permit
> > >!
> > >
> > >Thanks for your help.
> > >



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:14 GMT-3