Configuring Token Ring Interface Features
Problem
You want to configure a Token Ring interface.
Solution
The main thing that you need to take care to set properly for Token Ring interfaces is the ring speed:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interface TokenRing0Router2(config-if)#ring-speedRouter2(config-if)#4exitRouter2(config)#endRouter2#
You can also set the MAC address on a Token Ring interface:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interface TokenRing0Router2(config-if)#mac-addressRouter2(config-if)#0006.1111.aaaaexitRouter2(config)#endRouter2#
And some routers can optionally support full-duplex Token Ring:
Router8#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router8(config)#interface TokenRing0/8Router8(config-if)#full-duplexRouter8(config-if)#exitRouter8(config)#endRouter8#
Discussion
You can set the Token Ring’s ring speed with the ring-speed command:
Router2(config)#interface TokenRing0Router2(config-if)#ring-speed4
The default for Token Ring interfaces is 16 Mbps. In this example, we have reduced the speed to support the older 4 Mbps standard. You need to be very careful when doing this, however, because ring speed mismatches can cause serious problems on Token Ring networks. Inserting a device with the wrong ring speed not only means that the new device can’t use the ring, but it will disrupt ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access