常见cisco交换机的操作命令,并介绍其作用

2020-12-13 16:36:28 字数 5392 阅读 6378

1楼:mo老酒

大多数命令现在都可以通过sdm来配置,不用命令的说。

如果你想学着方面的东西,买本书,或者在网上找找c**a方面的资料,很多的。

至于你要的10个常用的命令,可不好给你取舍,常用的可不只10个。

2楼:匿名用户

国内这情况实际工作中谁用sdm啊...

cisco 交换机常用命令有哪些

3楼:度娘特妈嘛

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

switch(config)# hostname hostname

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

switch(enable) set system name name-string

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

switch(config)# enable password level 1 password

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

switch(enable) set password

switch(enable) set enalbepass

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

switch(config)# inte***ce vlan 1

switch(config-if)# ip address ip-address ***mask

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

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

switch(enable) set inte***ce sc0 ip-address ***mask broadcast-address

switch(enable) set inte***ce sc0 vlan

switch(enable) set ip route default gateway

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

switch(config-if)# cdp enable

switch(config-if)# no cdp enable

为了查看cisco邻接设备的cdp通告信息:

switch# show cdp inte***ce [type modle/port]

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

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

switch(enable) set cdp module/port

为了查看cisco邻接设备的cdp通告信息:

switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail]

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

switch(config-if)# description description-string

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

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

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

switch(config-if)# speed

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

switch(enable) set port speed moudle/number

switch(enable) set port speed moudle/number

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

switch(config-if)# duplex

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

switch(enable) set port duplex module/number

8.在基于ios的交换机上配置静态vlan:

switch# vlan database

switch(vlan)# vlan vlan-num name vla

switch(vlan)# exit

switch# configure teriminal

switch(config)# inte***ce inte***ce module/number

switch(config-if)# switchport mode access

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

switch(config-if)# end

在基于cli的交换机上配置静态vlan:

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

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

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

switch(config)# inte***ce inte***ce mod/port

switch(config-if)# switchport mode trunk

switch(config-if)# switchport trunk encapsulation

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

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

在基于cli的交换机上配置vlan中继线:

switch(enable) set trunk module/port [on|off|desirable|auto|nonegotiate]

vlan-range [isl|dotlq|dotl0|lane|negotiate]

10.在基于ios的交换机上配置vtp管理域:

switch# vlan database

switch(vlan)# vtp domain domain-name

在基于cli的交换机上配置vtp管理域:

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

11.在基于ios的交换机上配置vtp 模式:

switch# vlan database

switch(vlan)# vtp domain domain-name

switch(vlan)# vtp

switch(vlan)# vtp password password

在基于cli的交换机上配置vtp 模式:

switch(enable) set vtp [domain domain-name] [mode][password password]

12. 在基于ios的交换机上配置vtp版本:

switch# vlan database

switch(vlan)# vtp v2-mode

在基于cli的交换机上配置vtp版本:

switch(enable) set vtp v2 enable

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 cv

cisco2950交换机清除配置的命令是什么

1楼 匿名用户 方法1 开机状态下 switch erase startup configure重启就没了 方法2 未开机状态下 开机,按mode键后,在如下的switch 提示符后输入switch flash init switch rename flash config text flash c...

华为交换机查看邻居命令是什么,华为交换机查看邻居命令是什么,比如像cisco的show cdp,那么华为交换机如何查看? 5

1楼 bolibei玻璃 好ensp以后自行安装。 安装完成以后运行ensp,并搭建网络拓扑图,你是什么网络结构就搭与之对应的拓扑。 拓扑搭建好以后启动所有交换机,在两边交换机都开启邻居发现协议,lldp enable。 验证以下效果,display lldp neighbor brief。 经验,...

cisco交换机批量设置端口的命令是什么,我忘记了

1楼 飘逸枫之恋 在全局配置模式下输入int range f0 1 10,就是选中10个端口了 2楼 应该对你有帮助的 使用命令intrangefa0 1 24可以选定1 24所有端口 3楼 inte ce rang a b c a 接口类型 b 开始的接口编号 c 结束的接口编号。 4楼 匿名用户...