2024年6月7日发(作者:)
思科交换机命令大全
(一) 序号/类别 基于ios的交换机命令 基于CLI的交换机命令
(二) 1.设置主机名/系统名 switch(config)# hostname "hostname"
switch(enable) set system name name-string
(三) 2.设置登录口令 switch(config)# enable password level 1 password
switch(enable) set password
(四) switch(enable) set enalbepass
(五) 3.设置远程访问 switch(config)# inte***ce vlan 1
(六) switch(config-if)# ip address ip-address netmask
(七) switch(config-if)# ip default-gateway ip-address switch(enable) set
inte***ce sc0 ip-address netmask broadcast-address
(八) switch(enable) set inte***ce sc0 vlan
(九) switch(enable) set ip route default gateway
(十) 4.启用和浏览CDP信息 switch(config-if)# cdp enable
(十一) switch(config-if)# no cdp enable switch(enable) set cdp
{enable|disable} module/port
(十二) 5.查看Cisco邻接设备的CDP通告 switch# show cdp inte***ce [type
modle/port]
(十三) switch# show cdp neighbors [type module/port] [detail]
switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail]
(十四) 6.端口描述 switch(config-if)#description escription-string
switch(enable)set port name module/number description-string
(十五) 7.设置端口速度 switch(config-if)# speed{10|100|auto} switch(enable)
set port speed moudle/number {10|100|auto}
(十六) switch(enable) set port speed moudle/number {4|16|auto}
(十七) 8.设置以太网的链路模式 switch(config-if)# duplex {auto|full|half}
switch(enable) set port duplex module/number {full|half
(十八) 9.配置静态VLAN switch# vlan database
(十九) switch(vlan)# vlan vlan-num name vla
(二十) switch(vlan)# exit
(二十一) switch# configure teriminal
发布评论