Cisco交換機功能性命令簡介(二)

2021-05-01 20:15:07 字數 2487 閱讀 3502

13. 在基於ios的交換機上啟動vtp剪裁:

switch# vlan database

switch(vlan)# vtp pruning

在基於cl i 的交換機上啟動vtp剪裁:

switch(enable) set vtp pruning enable

14.在基於ios的交換機上配置以太通道:

switch(config-if)# port group group-number [distribution ]

在基於cli的交換機上配置以太通道:

switch(enable) set port channel moudle/port-range mode

15.在基於ios的交換機上調整根路徑成本:

switch(config-if)# spanning-tree [vlan vlan-list] cost cost

在基於cli的交換機上調整根路徑成本:

switch(enable) set spantree portcost moudle/port cost

switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list]

16.在基於ios的交換機上調整埠id:

switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority

在基於cli的交換機上調整埠id:

switch(enable) set spantree portpri priority

switch(enable) set spantree portvlanpri priority [vlans]

17. 在基於ios的交換機上修改stp時鐘:

switch(config)# spanning-tree [vlan vlan-list] hello-time seconds

switch(config)# spanning-tree [vlan vlan-list] forward-time seconds

` switch(config)# spanning-tree [vlan vlan-list] max-age seconds

在基於cli的交換機上修改stp時鐘:

switch(enable) set spantree hello interval[vlan]

switch(enable) set spantree fwddelay delay [vlan]

switch(enable) set spantree maxage agingtiame[vlan]

18. 在基於ios的交換機埠上啟用或禁用port fast 特徵:

switch(config-if)#spanning-tree portfast

在基於cli的交換機埠上啟用或禁用port fast 特徵:

switch(enable) set spantree portfast

19. 在基於ios的交換機埠上啟用或禁用uplinkfast 特徵:

switch(config)# spanning-tree uplinkfast [max-update-rate pkts-per-second]

在基於cli的交換機埠上啟用或禁用uplinkfast 特徵:

switch(enable) set spantree uplinkfast [rate update-rate] [all-protocols off|on]

20. 為了將交換機配置成乙個集群的命令交換機,首先要給管理介面分配乙個ip位址,然後使用下列命令: switch(config)# cluster enable cluster-name

21. 為了從一條中繼鏈路上刪除vlan,可使用下列命令:

switch(enable) clear trunk module/port vlan-range

22. 用show vtp domain 顯示管理域的vtp引數.

23. 用show vtp statistics顯示管理域的vtp引數.

24. 在catalyst交換機上定義trbrf的命令如下:

switch(enable) set vlan vlan-name [name name] type trbrf bridge bridge-num[stp ]

25. 在catalyst交換機上定義trcrf的命令如下:

switch (enable) set vlan vlan-num [name name] type trcrf

parent vlan-num

26. 在建立好trbrf vlan之後,就可以給它分配交換機埠.對於乙太網交換,可以採用如下命令給vlan分配埠:

switch(enable) set vlan vlan-num mod-num/port-num

27. 命令show spantree顯示乙個交換機埠的stp狀態.

www.net130.com

出處:網路征途

Cisco交換機功能性命令簡介(一)

1.在基於ios的交換機上設定主機名 系統名 switch config hostname hostname 在基於cli的交換機上設定主機名 系統名 switch enable set system namename string 2.在基於ios的交換機上設定登入口令 switch config...

cisco交換機命令

交換機口令設定 switch enable 進入特權模式 switch config terminal 進入全域性配置模式 switch config hostname 設定交換機的主機名 switch config enable secret 設定特權加密口令 switch config enab...

Cisco 交換機基本配置命令

交換機基本狀態 switch rom狀態,路由器是 rommon hostname 使用者模式 hostname 特權模式 hostname config 全域性配置模式 hostname config if 介面狀態 交換機口令設定 switch enable 進入特權模式 switch conf...