14-28
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 14
Configuring LAN Emulation
LANE Configuration Examples
Router 2
router2#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router2(config)#
interface atm 3/0
router2(config-if)#
atm pvc 1 0 5 qsaal
router2(config-if)#
atm pvc 2 0 16 ilmi
router2(config-if)#
interface atm 3/0.2
router2(config-subif)#
ip address 172.16.0.3 255.255.0.0
router2(config-subif)#
lane client ethernet eng
router2(config-subif)#
%LANE-5-UPDOWN: ATM0.2 elan : LE Client changed state to up
router2(config-subif)#
end
router2#
Token Ring Example (Catalyst 8510 MSR and LightStream 1010)
Router 1
router1#
show lane default-atm-addresses
interface ATM3/0:
LANE Client: 47.00918100000000603E7B2001.00000C407572.**
LANE Server: 47.00918100000000603E7B2001.00000C407573.**
LANE Bus: 47.00918100000000603E7B2001.00000C407574.**
LANE Config Server: 47.00918100000000603E7B2001.00000C407575.00
note: ** is the subinterface number byte in hex
ATM Switch
Switch#
show lane default-atm-address
interface ATM2/0/0:
LANE Client: 47.00918100000000603E7B2001.00603E7B2002.**
LANE Server: 47.00918100000000603E7B2001.00603E7B2003.**
LANE Bus: 47.00918100000000603E7B2001.00603E7B2004.**
LANE Config Server: 47.00918100000000603E7B2001.00603E7B2005.00
note: ** is the subinterface number byte in hex
Switch#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
atm lecs-address-default 47.00918100000000603E7B2001.00000C407575.00
Switch(config)#
atm lecs-address-default 47.00918100000000603E7B2001.00603E7B2005.00
Switch(config)#
end
Switch#