思科交換機(jī)常用的100個命令
35. 用show lane client 顯示LEC 的狀態(tài).
36. 用show module 顯示已安裝的模塊列表.
37. 用物理接口建立與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
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. 為了在路由處理器上進(jìn)行動態(tài)路由配置,可以用下列IOS 命令來進(jìn)行:
router(config)# ip routing
router(config)# router ip-routing-protocol
router(config-router)# network ip-network-number
router(config-router)# network ip-network-number
41. 配置默認(rèn)路由:
switch(enable) set ip route default gateway
42. 為一個路由處理器分配VLANID,可在接口模式下使用下列命令:
router(config)# interface interface number
router(config-if)# mls rp vlan-id vlan-id-num
43. 在路由處理器啟用MLSP:
router(config)# mls rp ip
44. 為了把一個外置的路由處理器接口和交換機(jī)安置在同一個VTP 域中:
router(config)# interface interface number
router(config-if)# mls rp vtp-domain domain-name
45. 查看指定的VTP 域的信息:
router# show mls rp vtp-domain vtp domain name
46. 要確定RSM 或路由器上的管理接口,可以在接口模式下輸入下列命令:
router(config-if)#mls rp management-interface
47. 要檢驗(yàn)MLS-RP 的配置情況:
router# show mls rp
48. 檢驗(yàn)特定接口上的MLS 配置:
router# show mls rp interface interface number
49. 為了在MLS-SE 上設(shè)置流掩碼而又不想在任一個路由處理器接口上設(shè)置訪問列表:
set mls flow [destination|destination-source|full]
50. 為使MLS 和輸入訪問列表可以兼容,可以在全局模式下使用下列命令:
router(config)# mls rp ip input-acl
【思科交換機(jī)常用的100個命令】相關(guān)文章: