December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to set up DLSw to allow Token Ring to Ethernet bridging.
DLSw includes the capability to bridge different kinds of media. One common example of this is bridging an Ethernet segment to a Token Ring. In this example, we will suppose that we are connecting an Ethernet branch to the same central Token Ring DLSw router from Recipe 15.2:
dlsw-ether-branch#configure terminalEnter configuration commands, one per line. End with CNTL/Z. dlsw-ether-branch(config)#interfacedlsw-ether-branch(config-if)#Loopback0ip addressdlsw-ether-branch(config-if)#10.1.3.5 255.255.255.252exitdlsw-ether-branch(config)#access-list200permitdlsw-ether-branch(config)#0x0000 0x0D0Dsource-bridge ring-groupdlsw-ether-branch(config)#101dlsw local-peer peer-iddlsw-ether-branch(config)#10.1.3.5dlsw timer explorer-wait-timedlsw-ether-branch(config)#5dlsw remote-peer0tcp10.1.1.5lf1470lsap-output-list200 dlsw-ether-branch(config)#dlsw bridge-groupdlsw-ether-branch(config)#1dlsw transparent switch-supportdlsw-ether-branch(config)#dlsw allroute-snadlsw-ether-branch(config)#interfacedlsw-ether-branch(config-if)#Ethernet0descriptiondlsw-ether-branch(config-if)#branch Ethernetbridge-groupdlsw-ether-branch(config-if)#1bridge1protocol ieeedlsw-ether-branch(config-if)#exitdlsw-ether-branch(config)#enddlsw-ether-branch#
Before looking at this in detail, we need to stress that routable protocols such as TCP/IP ...