Cisco WS-X5161 Manual - Page 21
Browse online or download pdf Manual for Switch Cisco WS-X5161. Cisco WS-X5161 33 pages. Configuring token ring lan emulation
Also for Cisco WS-X5161: Product Support Bulletin (6 pages)
Setting Up a LES BUS and a LEC
example shows an LECS database configuration that specifies marktng as the ELAN name for VLAN
1003:
lane database test
name marktng server-atm-address 47.0091810000000061705B8301.00400B020011.01
!
interface ATM0
no ip address
no ip route-cache
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi
lane config auto-config-atm-address
lane config database test
!
interface ATM0.1 multipoint
no ip route-cache
lane server-bus tokenring marktng
lane client tokenring 1003 marktng
You must change the ELAN name for VLAN 1003 from marktng to trcrf-default in the second and last
lines of the display, as follows:
lane database test
name default server-atm-address 47.0091810000000061705B8301.00400B020011.01
!
interface ATM0
no ip address
no ip route-cache
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi
lane config auto-config-atm-address
lane config database test
!
interface ATM0.1 multipoint
no ip route-cache
lane server-bus tokenring default
lane client tokenring 1003 trcrf-default
Creating a Token Ring VLAN
With Token Ring, to successfully route packets between ELANs, you can only set up one LEC for each
TrBRF on an ATM module. For multiple ELANs with the same TrBRF to route packets, they must be
configured on either separate ATM modules or connected via an external device.
If the TrBRF and TrCRF for which you are creating a LEC do not already exist, create the Token Ring
VLANs by using the following commands beginning in privileged EXEC mode:
SUMMARY STEPS
1. Console> (enable) set vlanvlan_num [namename ] type trbrf [state {active | suspend}] [mtumtu ]
bridgebridge_number [stp {ieee | ibm | auto}]
2. Console> (enable) set vlanvlan_num [namename ] type trcrf [state {active | suspend}] [mtumtu ]
ringring_numberparentvlan_num [mode {srt | srb}] [backupcrf {off | on}] [aremaxhophopcount ]
[stemaxhophopcount ]
Creating a Token Ring VLAN
21