Configuring Token Ring
TRISL Configuration Examples
IP Routing Source-Routed Frames Between TRISL VLANs Example
Figure 58 illustrates IP routing source-routed frames between two TrBRF VLANs.
Figure 58 IP Routing Source-Routed Frames Between TrBRF VLANs
|
|
|
|
|
|
| Catalyst |
| |||||
|
|
|
|
|
|
| 5000 switch | ||||||
TrCRF 200 |
| Fast Ethernet 4/0.1 | TrBRF 999/Bridge 14 |
|
|
|
|
|
|
| |||
100 Router |
|
|
|
|
|
| Token Ring | ||||||
5500 |
|
|
|
|
| ||||||||
|
|
|
|
|
|
|
|
|
| ||||
| 5.5.5.1 |
|
|
|
|
|
|
|
|
|
|
| switch |
101 | 4.4.4.1 | Fast Ethernet 4/0.2 | TrBRF 998/Bridge 13 |
|
|
|
|
|
| module | |||
|
|
|
|
|
| ||||||||
|
|
|
|
|
|
| |||||||
|
|
|
|
|
|
|
| ||||||
TrCRF 300 |
|
|
|
|
|
|
|
| |||||
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
| TrCRF VLAN 40 | Token |
|
|
|
|
|
| TrCRF | ||
|
|
|
| Token VLAN 50 | |||||||||
|
|
| Slot 5 | Ring |
|
| Ring | Slot 5 | |||||
|
|
| Port 1 | 102 |
|
| 103 |
| |||||
|
|
|
|
|
| Port 2 | |||||||
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
End station | End station |
51885
The following is the configuration for the router:
interface fastethernet4/0.1
ip address 5.5.5.1 255.255.255.0
encapsulation
multiring all
!
interface fastethernet4/0.2
ip address 4.4.4.1 255.255.255.0
encapsulation
multiring all
The following is the configuration for the Catalyst 5000 switch with the Token Ring switch module in slot 5. In this configuration, the Token Ring port attached to ring 102 is assigned with TrCRF VLAN 40 and the Token Ring port attached to ring 103 is assigned with TrCRF VLAN 50.
#vtp
set vtp domain trisl set vtp mode server set vtp v2 enable #drip
set tokenring reduction enable set tokenring
set vlan 999 name trbrf type trbrf bridge 0xe stp ibm
set vlan 200 name trcrf200 type trcrf parent 999 ring 0x64 mode srb set vlan 40 name trcrf40 type trcrf parent 999 ring 0x66 mode srb set vlan 998 name trbrf type trbrf bridge 0xd stp ibm
set vlan 300 name trcrf300 type trcrf parent 998 ring 0x65 mode srb set vlan 50 name trcrf50 type trcrf parent 998 ring 0x67 mode srb #add token port to trcrf 40
|
|
| set vlan 40 | 5/1 |
|
|
|
| #add token port to trcrf 50 | ||
|
|
| set vlan 50 | 5/2 |
|
|
|
| set trunk 1/2 | on | |
|
|
| Cisco IOS Bridging and IBM Networking Configuration Guide | ||
|
|
| |||
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|