思科、华为、H3C常用命令对照表


取消/关闭

思科 no
华为 undo
华三 undo

查看

思科 show
华为 display
华三 display

退出

思科 exit
华为 quit
华三 quit

设备命名

思科 hostname
华为 sysname
华三 sysname

进入全局模式

思科 enable、config terminal
华为 system-view
华三 system-view

删除文件

思科 delete
华为 delete
华三 delete

设备重启

思科 reload
华为 reboot
华三 reboot

保存当前配置

思科 write
华为 save
华三 save

创建用户

思科 username
华为 local-user
华三 local-user

关闭接口

思科 shutdown
华为 shutdown
华三 shutdown

显示系统版本

思科 show version
华为 display version
华三 display version

查看已保存设备配置

思科 show startup-config
华为 display saved-configuration
华三 display saved-configuration

显示当前设备配置

思科 show running-config
华为 display current-configuration
华三 display current-configuration

删除设备配置

思科 erase startup-config
华为 reset saved-configuration
华三 reset saved-configuration

退到用户视图

思科 end
华为 return
华三 return

进入线路配置(用户接口)模式

思科 line
华为 user-interface
华三 user-interface

配置明文密码

思科 enable password
华为 set authentication password simple
华三 set authentication password simple

进入接口

思科 interface type number
华为 interface type number
华三 interface type number

进入vlanif接口

思科 interface vlanif 1
华为 interface vlanif 1
华三 interface vlanif 1

进入多个端口

思科 interface rang
华为 interface range type number to type number
华三 interface range type number to type number

设置特权口令

思科 enable esecret
华为 super password
华三 super password

配置接口状态

思科 duplex (half|full|auto)
华为 duplex (half|full|auto)
华三 duplex (half|full|auto)

配置端口速率

思科 speed(10/100/1000/10000)
华为 speed(10/100/1000/10000)
华三 speed(10/100/1000/10000)

创建vlan

思科 vlan id
华为 vlan id
华三 vlan id

删除vlan

思科 no vlan id
华为 undo vlan id
华三 undo vlan id

配置接口vlan模式

思科 switchport mode (access/trunk)
华为 port link-type(access/trunk/hybrid)
华三 port link-type(access/trunk/hybrid)

配置trunk

思科 switchport mode (access/trunk)
华为 port link-type(access/trunk/hybrid)
华三 port link-type(access/trunk/hybrid)

接口允许access vlan

思科 switchport access vlan id
华为 port defult vlan id
华三 port access vlan id

查看接口

思科 show interface
华为 display interface
华三 display interface

查看vlan

思科 show vlan
华为 display vlan
华三 display vlan

创建链路聚合组

思科 interface port-channel 1
华为 interface eth-trunk 1
华三 interface Bridge-Aggregation 1

接口加入链路聚合组

思科 channel-group 1 mode on
华为 eth-trunk 1
华三 port link-aggregation group 1

开启接口三层功能

思科 no switchport
华为 undo portswitch
华三 port link-mode route

stp配置根桥

思科 spanning-tree vlan ID root primary
华为 stp instance 1 root primary
华三 stp instance 1 root primary

配置stp优先级

思科 spanning-tree vlan ID priority
华为 stp vlan 1 priority 4096
华三 stp priority 4096

查看STP配置

思科 show spanning-tree
华为 display stp brief
华三 display stp brief

配置默认路由

思科 ip route 0.0.0.0 0.0.0.0 192.168.1.1
华为 ip route-static 0.0.0.0 0 192.168.1.1
华三 ip route-static 0.0.0.0 0 192.168.1.1

配置静态路由

思科 ip route 172.16.0.0 255.255.255.0 192.168.1.1 目的网段+掩码+下一跳
华为 ip route-static 172.16.0.0 24 192.168.1.1 目的网段+掩码+下一跳
华三 ip route-static 172.16.0.0 24 192.168.1.1 目的网段+掩码+下一跳

查看全局路由表

思科 show ip route
华为 display ip routing-table
华三 display ip routing-table

查看协议路由表

思科 show protocol route
华为 display ospf routing
华三 display ospf routing

配置ospf

思科 route ospf
华为 ospf
华三 ospf

配置OSPF区域

思科 network ip 反码 area <区域id>
华为 area 0
华三 area 0

标准访问控制列表

思科 access-list 1-99 permit/deny IP
华为 acl 2000-2999 rule permit/deny source IP+通配符
华三 acl number 2000 rule permit/deny source IP+通配符
相关推荐
2501_927773071 小时前
Linux操作系统编程——网络
linux·运维·网络
jiunian_cn1 小时前
【Linux】线程
android·linux·运维·c语言·c++·后端
奇树谦1 小时前
WindowsAPI|每天了解几个winAPI接口之网络配置相关文档Iphlpapi.h详细分析9
网络·windowsapi
喜欢你,还有大家1 小时前
Linux笔记8——shell编程基础-2
linux·服务器·笔记
泽虞1 小时前
《LINUX系统编程》笔记p3
linux·运维·服务器·c语言·笔记·面试
武汉誉天1 小时前
学云计算还是网络,选哪个好?
网络·云计算
苹果醋33 小时前
Java并发编程-Java内存模型(JMM)
java·运维·spring boot·mysql·nginx
dingcb1683 小时前
4090服务器无法sudo apt update 问题解决
运维·服务器
头发那是一根不剩了3 小时前
服务器硬盘进行分区和挂载
linux·运维·服务器
Johny_Zhao3 小时前
Linux防止rm误操作防护方案
linux·网络·人工智能·网络安全·信息安全·云计算·yum源·系统运维