[nsp] Remote Transparent Bridging
Nick Kraal
nick at arc.net.my
Wed Jan 8 18:28:39 EST 2003
I am trying to implement a version of remote bridging much like RSRB but for
transparent bridging. Is this possible? Am utilizing DLSw to hopefully
achieve this. I have a private IP network which I am trying to bridge via a
'public' IP network. I can see in DLSw configuration examples that the
following is possible but cannot get this to run as intended.
Here I am using Ethernet0 for the TCP connectivity for the DLSw peers. The
Ethernet1 interface is connected to a switch and participating in a
bridge-group. The configurations on both routers are similar and only have
the DLSw peer-ids reversed in each case.
Any advice or helps and hints for this.
Many thanks in advance.
-nick/
Site-A (Site-B configuration is 'reversed')
------------------------------------------
dlsw local-peer peer-id global_ip_1
dlsw remote-peer 0 tcp global_ip_2
dlsw bridge-group 1
!
!
interface Ethernet0
ip address global_ip_1
no ip directed-broadcast
no ip proxy-arp
!
interface Ethernet1
no ip address
no ip directed-broadcast
bridge-group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 gateway_ip
!
bridge 1 protocol ieee
More information about the cisco-nsp
mailing list