- 创建完数据库后,必须在主接口上启动LECS.命令如下: ATM(config)# inte***ce atm number
ATM(config-if)# lane config database database-name
ATM(config-if)# lane config auto-config-atm-address - 将每个LEC配置到一个不同的ATM子接口上.命令如下: ATM(config)# inte***ce atm number.subint multipoint
ATM(config)# lane client ethernet vlan-num elan-num - 用show lane server 显示LES的状态.
- 用show lane bus显示bus的状态.
- 用show lane database显示LECS数据库可内容.
- 用show lane client显示LEC的状态.
- 用show module显示已安装的模块列表.
- 用物理接口建立与VLAN的连接: router# configure terminal
router(config)# inte***ce media module/port
router(config-if)# description description-string
router(config-if)# ip address ip-addr subnet-mask
router(config-if)# no shutdown - 用中继链路来建立与VLAN的连接: router(config)# inte***ce module/port.subinte***ce
router(config-ig)# encapsulation[isl|dotlq] vlan-number
router(config-if)# ip address ip-address subnet-mask - 用LANE 来建立与VLAN的连接: router(config)# inte***ce atm module/port
router(config-if)# no ip address
router(config-if)# atm pvc 1 0 5 qsaal
router(config-if)# atm pvc 2 0 16 ilni
router(config-if)# inte***ce atm module/port.subinte***ce multipoint
router(config-if)# ip address ip-address subnet-mask
router(config-if)# lane client ethernet elan-num
router(config-if)# inte***ce atm module/port.subinte***ce multipoint
router(config-if)# ip address ip-address subnet-name
router(config-if)# lane client ethernet elan-name
router(config-if)# …