思科、华为、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+通配符
相关推荐
s_w.h2 分钟前
【 计网 】序列化与反序列化
linux·服务器·网络·算法·bash
Boop_wu5 分钟前
[LangGraph] 案例 2 : 支持搜索的智能代理系统
服务器·windows·python·langchain
物联通信量讯说15 分钟前
5G会取代4G吗?物联网设备出海正在走向多网络融合
网络·物联网·5g
祖力5516 分钟前
网络编程:IO多路复用(select、poll、epoll)
linux·服务器·网络
数字智核17 分钟前
2026昆山工厂空压机突然停机怎么办?找谁抢修
服务器·网络·数据库
迷路爸爸18018 分钟前
在 Ubuntu / Linux 上轻量安装 LaTeX:TinyTeX 使用记录
linux·运维·ubuntu
叱咤少帅(少帅)21 分钟前
新版本jenkins的共享库的实现
运维·jenkins
姚不倒26 分钟前
Keepalived 系列(二):生产最佳实践与面试考点
运维·keepalived·haproxy
pt104326 分钟前
网络自动化Python课程:利用Cisco NSO编排网络服务
运维·网络·自动化
tedcloud12332 分钟前
OpenLogi 怎么搭建?用 Rust 打造一个轻量的 Logitech 外设管理工具
linux·运维·服务器·开发语言·后端·rust·开源