cisco交换机命令大全(4)

31. 将每个 LEC 配置到一个不同的 ATM 子接口上 . 命令如下 :
ATM(config)# interface atm number.subint multipoint
ATM(config)# lane client ethernet vlan-num elan-num

32.
show lane server 显示 LES 的状态 .

33.
show lane bus 显示 bus 的状态 .

34.
show lane database 显示 LECS 数据库可内容 .

35.
show lane client 显示 LEC 的状态 .

36.
show module 显示已安装的模块列表 .

37.
用物理接口建立与 VLAN 的连接 :
router# configure terminal
router(config)# interface media module/port
router(config-if)# de.ion de.ion-string
router(config-if)# ip address ip-addr subnet-mask
router(config-if)# no shutdown

38.
用中继链路来建立与 VLAN 的连接 :
router(config)# interface module/port.subinterface
router(config-ig)# encapsulation[isl|dotlq] vlan-number
router(config-if)# ip address ip-address subnet-mask

39.
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)# …

40.
为了在路由处理器上进行动态路由配置 , 可以用下列 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


你可能感兴趣的:(命令,Cisco,路由,休闲,交换机)