1 交换机命令大全

1.在基于IOS的交换机上设置主机名/系统名:

witch(config)# hostname hostname

在基于CLI的交换机上设置主机名/系统名:

witch(enable) set system name name-string

2.在基于IOS的交换机上设置登录口令:

witch(config)# enable passWord level 1 password

在基于CLI的交换机上设置登录口令:

witch(enable) set password

witch(enable) set enalbepass

3.在基于IOS的交换机上设置远程访问:

witch(config)# interface vlan 1

witch(config-if)# ip address ip-address netmask

witch(config-if)# ip default-gateway ip-address

在基于CLI的交换机上设置远程访问:

witch(enable) set interface sc0 ip-address netmask broadcast-address

witch(enable) set interface sc0 vlan

witch(enable) set ip route default gateway

4.在基于IOS的交换机上启用和浏览CDP信息:

witch(config-if)# cdp enable

witch(config-if)# no cdp enable

为了查看Cisco邻接设备的CDP通告信息:

witch# show cdp interface [type modle/port]

witch# show cdp neighbors [type module/port] [detail]

在基于CLI的交换机上启用和浏览CDP信息:

witch(enable) set cdp {enabledisable} module/port

为了查看Cisco邻接设备的CDP通告信息:

witch(enable) show cdp neighbors[module/port] [vlanduplexcapabilitiesdetail]

5.基于IOS的交换机的端口描述:

witch(config-if)# description description-string

基于CLI的交换机的端口描述:

witch(enable)set port name module/number description-string

6.在基于IOS的交换机上设置端口速度:

witch(config-if)# speed{10100auto}

在基于CLI的交换机上设置端口速度:

witch(enable) set port speed moudle/number {10100auto}

witch(enable) set port speed moudle/number {416auto}

7.在基于IOS的交换机上设置以太网的链路模式:

witch(config-if)# duplex {autofullhalf}

在基于CLI的交换机上设置以太网的链路模式:

witch(enable) set port duplex module/number {fullhalf}

8.在基于IOS的交换机上配置静态VLAN:

witch# vlan database

witch(vlan)# vlan vlan-num name vla

witch(vlan)# exit

witch# configure teriminal

witch(config)# interface interface module/number

witch(config-if)# switchport mode Access

witch(config-if)# switchport access vlan vlan-num

witch(config-if)# end

在基于CLI的交换机上配置静态VLAN:

witch(enable) set vlan vlan-num [name name]

witch(enable) set vlan vlan-num mod-num/port-list

9. 在基于IOS的交换机上配置VLAN中继线:

witch(config)# interface interface mod/port

witch(config-if)# switchport mode trunk

witch(config-if)# switchport trunk encapsulation {isldotlq}

witch(config-if)# switchport trunk allowed vlan remove vlan-list


witch(config-if)# switchport trunk allowed vlan add vlan-list

在基于CLI的交换机上配置VLAN中继线:

witch(enable) set trunk module/port [onoffdesirableautononegotiate]

Vlan-range [isldotlqdotl0lanenegotiate]

10.在基于IOS的交换机上配置VTP治理域:

witch# vlan database

witch(vlan)# vtp domain domain-name

在基于CLI的交换机上配置VTP治理域:

witch(enable) set vtp [domain domain-name]

11.在基于IOS的交换机上配置VTP 模式:

witch# vlan database

witch(vlan)# vtp domain domain-name

witch(vlan)# vtp {severcilenttransparent}

witch(vlan)# vtp password password

在基于CLI的交换机上配置VTP 模式:

witch(enable) set vtp [domain domain-name] [mode{ severcilenttransparent }][password password]

12. 在基于IOS的交换机上配置VTP版本:

witch# vlan database

witch(vlan)# vtp v2-mode

在基于CLI的交换机上配置VTP版本:

witch(enable) set vtp v2 enable

推荐阅读