How do I configure LAN Emulation Clients (LECs) on ARM Interfaces?
A. The procedures to configure LECs on the ARM are the same as for the configuration of LECs on the route processor, with one exception. To specify an ATM router module interface, issue the interface atm card/subcard/port command. On the route processor, issue the interface atm 0 command. Example: This example shows how to configure two LECs on an ARM interface: Switch# configure terminal Switch(config)# interface atm 1/0/0.4 multipoint !— The ARM only supports point-to-multipoint sub-interfaces. Switch(config-subif)# ip address 40.0.0.1 255.0.0.0 Switch(config-subif)# lane client ethernet VLAN4 Switch(config-subif)# exit Switch(config)# interface atm 1/0/0.5 multipoint Switch(config-subif)# ip address 50.0.0.1 255.0.0.0 For more information on configuring LECs on ARM interfaces, refer to LAN Emulation Using the ATM Router Module.