From: Ronnie Royston (RonnieR@xxxxxxxxxxxxxxxxx)
Date: Fri Jan 12 2001 - 00:26:02 GMT-3
A couple of days ago, someone asked how you would configure three routers
for DLSw as follows:
enet-R1--------R2--------R3-token ring
/ \
/ \
enet token ring
Make R2 peer with R1 and R3. Explorers from the ethernets should not
traverse the token rings and vice versa. I do not remember a clear answer
being posted, so, I thought I'd post what I've come up with. Please remark
it this will not work, or there is a better, easier way. Thanks.
R1:
dlsw local peer 1.1.1.1
dlsw remote 15 tcp 2.2.2.2
dlsw bgroup-list 15 bgroups 1
dlsw bridge-group 1
!
bridge 1 proto ieee
!
int e0
bridge-g 1
R2:
source-bridg ring-g 100
dlsw local peer 2.2.2.2
dlsw remote 15 tcp 1.1.1.1
dlsw remote 20 tcp 3.3.3.3
dlsw bgroup-list 15 bgroups 1
dlsw ring-list 20 rings 2
dlsw bridge-group 1
!
bridge 1 proto ieee
!
int e0
bridge-group 1
!
int to0
source-bridge ring-group 2 1 100
R3:
source-bridg ring-g 100
dlsw local peer 3.3.3.3
dlsw remote 20 tcp 2.2.2.2
dlsw ring-list 20 rings 3
!
int to0
source-b ring-g 3 1 100
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:28 GMT-3