进入特权模式
enable
进入配置模式
configure terminal
给设备设置密码
(明文)
enable password 密码
(密文)
enable secret 密码
在Cisco设备上show
指令不能在全局配置模式下使用
命令 | 功能 |
---|---|
show interface | 查看所有端口的信息 |
show vlan | 查看所有VLAN的信息 |
show vlan brief | 查看所有VLAN的简要信息 |
show interface interface-id switchport | 查看指定端口的接入模式 |
show mac-address-table | 查看MAC地址表的内容 |
show ip protocols | 查看路由协议相关信息 |
show startup-config | 查看系统配置 |
show running-config | 查看当前的运行配置 |
copy running-config startup-config | 更新系统配置 |
write | 保存配置 |
reload | 重启交换机 |
enable | 进入特权模式 |
disable | 退出特权模式 |
exit | 退出到上一级配置模式 |
end | 退出到特权模式 |
hostname newname | 设置交换机名称(需要先进入全局配置模式) |
shutdown | 禁用端口 |
no shutdown | 启用端口 |
configure terminal | 进入全局配置模式 |
vlan vlan-id | 进入VLAN的配置界面 |
name vlan-name | 设置VLAN名称(需要先进入VLAN配置界面) |
no vlan vlan-id | 删除指定VLAN |
interface vlan vlan-id | 进入指定VLAN的配置模式(VLAN其实就相当于一个虚拟端口) |
interface interface-id | 进入指定端口的配置模式 |
interface range interface-id | 进入批量配置端口的模式 |
duplex full | 设置端口为全双工模式(需要先进入指定端口配置模式) |
speed xxx | 设置端口的速度(需要先进入指定端口配置模式) |
ip address ip-address subnet-mask | 设置端口的IP地址和子网掩码(需要先进入指定端口配置模式) |
switchport mode access | 设置端口为VLAN接入模式(需要先进入指定端口配置模式) |
switchport mode trunk | 设置端口为中继模式(需要先进入指定端口配置模式) |
switchport access vlan vlan-id | 将指定VLAN分配给某个端口(需要先进入指定端口配置模式) |
© 版权声明
THE END