RE: Question RE: DLSW Peer Groups and Peer-On-Demand

From: Ouellette, Tim (tim.ouellette@eds.com)
Date: Wed Jan 01 2003 - 05:46:15 GMT-3


Hunt,

I think based on the fact that you used the promiscious that you are
basically doing the same as PoD.

This is also shown in your "sh dlsw peer" for RTC

 TCP 5.5.5.5 CONNECT 523 532 pod 0 1 0
00:12:35

I was wondering also if the POD and the promiscious basically did the same
thing but I think the promiscious just allows a connection from anywhere,
whereas the POD default allows a session from another router that is
connected to a peer of your border peer. If that makes sense. I'll try and
test tonight.

Tim

-----Original Message-----
From: Hunt Lee [mailto:ciscoforme3@yahoo.com.au]
Sent: Wednesday, January 01, 2003 2:55 AM
To: ccielab@groupstudy.com
Subject: Question RE: DLSW Peer Groups and Peer-On-Demand

Hi

Happy Holiday to all.

I have some question that I would like to ask the group regarding DLSW Peer
Groups
and Peer-On-Demand.

I have a home lab where the topology is as follows:

RTA & RTC are DLSW Border Peers, while the others are DLSW Remote Peers

SNA PU2 -- RTE ------- RTA --- RTC --- SNA PU5
                         | |
                        RTB RTD

According to Solie, one needs to use "dlsw peer-on-demand-default
tcp-queue-max"
command to setup Peer-On-Demand. However, on my setup above, I didn't use
it at
all, yet I still gets the POD Peer establiahsed.

RTC#sh dlsw peer
Peers: state pkts_rx pkts_tx type drops ckts TCP
uptime
 TCP 1.1.1.1 CONNECT 344 342 prom 0 0 0
02:27:42
 TCP 5.5.5.5 CONNECT 523 532 pod 0 1 0
00:12:35
 TCP 4.4.4.4 CONNECT 312 366 prom 0 0 0
02:25:49

So are DLSW Peer Groups(Border Peers) & Peer-on-Demand the SAME THING????
If not,
what is the difference, & when would one wants to use the "dlsw
peer-on-demand-default tcp-queue-max" command?

Anyway, below are my partial configs:-

RTA#sh run
Building configuration...

hostname RTA
!
!
dlsw local-peer peer-id 1.1.1.1 group 1 border promiscuous
dlsw remote-peer 0 tcp 3.3.3.3
dlsw bridge-group 1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 ip address 172.16.3.1 255.255.255.0
 speed 10
 half-duplex
 bridge-group 1
!
interface Serial0/0
 description to RTC
 ip address 10.64.3.177 255.255.255.240
 clockrate 64000
!
!
interface Serial1/2
 description to RTB
 ip address 10.64.3.99 255.255.255.240
 no ip mroute-cache
 clockrate 64000
!
interface Serial1/3
 description to RTE
 ip address 10.64.3.161 255.255.255.240
 clockrate 64000
!
router eigrp 1
 network 1.0.0.0
 network 10.0.0.0
 no auto-summary
 no eigrp log-neighbor-changes
!
!
bridge 1 protocol ieee
!
!
end

RTA#

=====================================================

RTB#sh run
Building configuration...

hostname RTB
!
dlsw local-peer peer-id 2.2.2.2 group 1 promiscuous
dlsw remote-peer 0 tcp 1.1.1.1
dlsw bridge-group 1
!
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface Ethernet0
 no ip address
 bridge-group 1
!
interface Serial0
 description to RTA
 ip address 10.64.3.97 255.255.255.240
 no fair-queue
!
!
router eigrp 1
 network 2.0.0.0
 network 10.0.0.0
 no auto-summary
 no eigrp log-neighbor-changes
!
!
!
end

RTB#

=====================================================

RTC#sh run
Building configuration...
!
hostname RTC
!
!
!
!
dlsw local-peer peer-id 3.3.3.3 group 2 border promiscuous
dlsw bridge-group 1
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 speed 10
 half-duplex
 bridge-group 1
!
interface Serial0/0
 description to RTA
 ip address 10.64.3.178 255.255.255.240
 no fair-queue
!
interface Serial0/1
 description to RTD
 ip address 10.64.3.194 255.255.255.240
!
router eigrp 1
 network 3.0.0.0
 network 10.0.0.0
 no auto-summary
!
!
!
bridge 1 protocol ieee
end

RTC#

========================================================

RTD#sh run
!
hostname RTD
!
!
dlsw local-peer peer-id 4.4.4.4 group 2 promiscuous
dlsw remote-peer 0 tcp 3.3.3.3
dlsw bridge-group 1
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
!
interface Loopback1
 ip address 4.4.4.4 255.255.255.255
!
interface Ethernet0
 no ip address
 bridge-group 1
!
interface Serial0
 description to RTC
 ip address 10.64.3.195 255.255.255.240
 no fair-queue
 clockrate 64000
!
!
router eigrp 1
 network 4.0.0.0
 network 10.0.0.0
 no auto-summary
 no eigrp log-neighbor-changes
!
!
bridge 1 protocol ieee
!
!
end

RTD#

=================================================

RTE#sh run
!
hostname RTE
!
!
!
dlsw local-peer peer-id 5.5.5.5 group 1 promiscuous
dlsw remote-peer 0 tcp 1.1.1.1
dlsw bridge-group 1
!
!
interface Loopback0
 ip address 5.5.5.5 255.255.255.255
!
interface Ethernet0
 no ip address
 bridge-group 1
!
!
interface Serial1
 description to RTA
 ip address 10.64.3.162 255.255.255.240
 no fair-queue
!
!
router eigrp 1
 network 5.0.0.0
 network 10.0.0.0
 no auto-summary
 no eigrp log-neighbor-changes
!
!
!
bridge 1 protocol ieee
!
!
end

RTE#

Any help on this topic would be helpful. I am trying to understand how all
these 2
component can work together / related?

Thanks.
Hunt Lee

http://movies.yahoo.com.au - Yahoo! Movies
- What's on at your local cinema?
.
.



This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:38 GMT-3