回首页

后一页
前一页
SDLLC with RSRB for Ethernet


Router A source-bridge ring-group 100
source-bridge remote-peer 100 tcp 1.0.0.1
source-bridge remote-peer 100 tcp 5.0.0.1
source-bridge transparent 100 13 1 4

interface ethernet 0
ip address 7.0.0.1 255.255.255.0
bridge-group 4

interface loopback 0
ip address 1.0.0.1 255.255.255.0
  Router B source-bridge ring group 100
source-bridge remote-peer 100 tcp 1.0.0.1
source-bridge remote-peer 100 tcp 5.0.0.1

interface serial 0
encapsulation sdlc-primary
sdlc address c1
sdllc traddr 0110.2222.3300 222 1 100
sdllc partner 4000.0122.0001 c1
sdllc xid c1 17200c1

interface loopback 0
ip address 5.0.0.1 255.255.255.0

Note: The MAC address on the Ethernet is in Least Significant Bit (LSB) first and the Token Ring is in Most Significant Bit (MSB) first. This means that the "traddr" address must be the bitswapped version of the address in the host and the partner address must be the bitswapped version of the hosts Ethernet MAC address.


0200.8044.0080 is the bitswapped form of 4000.0122.0001


NOTE: This works for a PU 2.0 only SDLC device.

后一页
前一页

回首页