全面介绍华为交换机配置手册常见命令举例,在华为交换机配置手册的章节里里有关于“为了在路由处理器上进行动态路由配置,可以用华为交换机配置手册IOS命令来进行”的讲解,本文选自于手册上面的内容。方便大家对不同的ATM子接口上问题做一个更专注的了解。
华为交换机配置手册将每个LEC配置到一个不同的ATM子接口上.命令如下:
ATM(config)# interface 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)# interface 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)# interface module/port.subinterface
router(config-ig)# encapsulation[isl|dotlq] vlan-number
router(config-if)# ip address ip-address subnet-mask
华为交换机配置手册用LANE 来建立与VLAN的连接:
router(config)# interface 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)# interface atm module/port.subinterface multipoint
router(config-if)# ip address ip-address subnet-mask
router(config-if)# lane client ethernet elan-num
router(config-if)# interface atm module/port.subinterface multipoint
router(config-if)# ip address ip-address subnet-name
router(config-if)# lane client ethernet elan-name
router(config-if)# …
为了在路由处理器上进行动态路由配置,可以用华为交换机配置手册IOS命令来进行:
router(config)# ip routing
router(config)# router ip-routing-protocol
router(config-router)# network ip-network-number
router(config-router)# network ip-network-number