Re: Need Help on DLSW

From: ccie2be (ccie2be@nyc.rr.com)
Date: Sun Feb 23 2003 - 11:03:21 GMT-3


Hi Janto,

It looks like you're trying to connect R8 to R1 via an ethernet link, but
you have different ip network addresses on either side of the link. Can
this be?

Also, what do R6 and R5 have to do with dlsw in your topology? Keep in mind
that Dlsw is basically a tunneling protocol in which SNA and Netbios packets
are encapsulated inside IP pkts. So, as long as you have ip connectivity, u
can use Dlsw. Therefore, if you're using IP features (backup interface,
floating static routes, or dialer watch) to provide redundancy between R6
and R5, that's independent of Dlsw.

If, however, isdn is providing the only connectivity for Dlsw, then you
would use some of the dlsw paramters you wondered about. Take a look at the
section on Dlsw on cisco's web site. They provide a number of examples of
using DDR with Dlsw.

Jim
----- Original Message -----
From: "Janto Cin" <jantocin@datacomm.co.id>
To: <ccielab@groupstudy.com>
Sent: Sunday, February 23, 2003 4:20 AM
Subject: Need Help on DLSW

> Dear All,
>
>
(e0)R8(s0)-------(s0)R6(e0)----------(e0)R5(s0)---------(s0)R7(e0)-------(e0
)
> R1
> \ /
> (bri0)-----(bri0)
>
> ISDN BRI is for backup ethernet connection between R6 and R5.
> Tasks: Configure dlsw peer between R8 and R1
>
> R1
> ----
> int e0
> ip add 10.1.1.1 255.255.255.0
> bridge-group 1
>
> dlsw local peer 10.1.1.1
> dlsw remote 0 tcp 10.1.8.1
> dlsw bridge-group 1
>
> bridge 1 pro ieee
>
> R8
> ----
> int e0
> ip add 10.1.8.1 255.255.255.0
> bridge-group 1
>
> dlsw local peer 10.1.8.1
> dlsw remote 0 tcp 10.1.1.1
> dlsw bridge-group 1
>
> bridge 1 pro ieee
>
> Show dlsw peer on both sites show that the state is 'CONNECT', the ISDN
BRIs
> still down.
> Then I tried to shutdown both ethernet interfaces on R5 & R6 so the ISDN
BRIs
> goes up.
> After that the 'show dlsw peer' command still show that the peer is
> 'CONNECT'.
>
> My question is can we just configure both dlsw routers using configuration
> above or we have to consider using other parameters such as keepalive 0
> timeout 90, etc?
> Thank you in advance.
>
> Kind Regards,
> Janto



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2003 - 11:06:29 GMT-3