Using DLSw to Bridge Between Ethernet and Token Ring
Problem
You want to set up DLSw to allow Token Ring to Ethernet bridging.
Solution
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 terminal
Enter configuration commands, one per line. End with CNTL/Z. dlsw-ether-branch(config)#interface
dlsw-ether-branch(config-if)#
Loopback0
ip address
dlsw-ether-branch(config-if)#
10.1.3.5 255.255.255.252
exit
dlsw-ether-branch(config)#access-list
200
permit
dlsw-ether-branch(config)#
0x0000 0x0D0D
source-bridge ring-group
dlsw-ether-branch(config)#
101
dlsw local-peer peer-id
dlsw-ether-branch(config)#
10.1.3.5
dlsw timer explorer-wait-time
dlsw-ether-branch(config)#
5
dlsw remote-peer
0
tcp
10.1.1.5
lf
1470
lsap-output-list
200 dlsw-ether-branch(config)#dlsw bridge-group
dlsw-ether-branch(config)#
1
dlsw transparent switch-support
dlsw-ether-branch(config)#dlsw allroute-sna
dlsw-ether-branch(config)#interface
dlsw-ether-branch(config-if)#
Ethernet0
description
dlsw-ether-branch(config-if)#
branch Ethernet
bridge-group
dlsw-ether-branch(config-if)#
1
bridge
1
protocol ieee
dlsw-ether-branch(config-if)#exit
dlsw-ether-branch(config)#end
dlsw-ether-branch#
Discussion
Before looking at this in detail, we need to stress that routable protocols such as TCP/IP ...
Get Cisco IOS Cookbook, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.