思科华为基础命令对比

一、基础命令对照表

功能描述 思科命令 华为命令
显示当前配置 show running-config display current-configuration
显示已保存配置 show startup-config display saved-configuration
保存配置 write / copy run start save
删除配置 erase startup-config reset saved-configuration
进入系统视图 configure terminal system-view
退出当前视图 exit quit / return (返回用户视图)
返回特权模式 end return
设置主机名 hostname R1 sysname R1
接口IP配置 ip address 192.168.1.1 255.255.255.0 ip address 192.168.1.1 24
启用接口 no shutdown undo shutdown
创建用户 username admin secret pass local-user admin password simple pass
Telnet认证模式 line vty 0 4 + login local user-interface vty 0 4 + authentication-mode aaa
查看接口状态 show interfaces display interface brief
查看路由表 show ip route display ip routing-table
查看设备版本 show version display version
退出Telnet exit / quit quit

二、典型配置场景对比

1. VLAN间路由(单臂路由)

思科:

复制代码
interface GigabitEthernet0/0.10 encapsulation dot1Q 10 ip address 10.0.0.1 255.255.255.0

华为:

复制代码
interface GigabitEthernet0/0.10 vlan-type dot1q 10 ip address 10.0.0.1 24
2. OSPF基础配置

思科:

复制代码
router ospf 1 network 10.1.1.0 0.0.0.255 area 0

华为:

复制代码
ospf 1 router-id 1.1.1.1 area 0.0.0.0  network 10.1.1.0 0.0.0.255

三、关键差异

  1. 视图切换:

    • 思科:全局配置模式 → 接口视图:interface g0/0

    • 华为:系统视图 → 接口视图:直接输入interface g0/0/0

  2. 密码加密方式:

    • 华为:simple(明文)或 cipher(密文)

    • 思科:默认自动加密(service password-encryption

  3. 调试命令:

    • 思科:debug → 关闭用 no debug allundebug all

    • 华为:debugging → 关闭用 undo debugging all

  4. 快捷键:

    功能 思科 华为
    退到系统视图 Ctrl+Z Ctrl+Z
    上一条命令 Ctrl+P Ctrl+P
    补全命令 Tab Tab

四、常用维护命令

操作 思科 华为
查看端口状态 show interfaces status display interface brief
查看OSPF邻居 show ip ospf neighbor display ospf peer
清除配置 erase nvram: reset saved-configuration + reboot
测试连通性 ping (特权模式需加do) ping (任意视图)
查看日志 show logging display logbuffer

注意: 思科在非特权模式下执行show/ping需加do前缀(如 do show run),华为无此限制。


更多相关学习推荐:

相关推荐
nashane1 天前
HarmonyOS 6学习:PC端悬浮窗模式与智能长截图的协同优化实战
学习·华为·harmonyos
Hoxy.R1 天前
银河麒麟 V10 离线安装 s3cmd 踩坑记录+存储负载均衡测试
linux·运维·华为·存储
大师兄66681 天前
HarmonyOS 服务卡片开发之JS 卡片开发
javascript·华为·harmonyos·harmonyos6·formkit
程序猿追1 天前
HarmonyOS 6.0 NEXT:基于 Map Kit 实现一款“手绘路线”骑行导航应用
华为·harmonyos
轻口味2 天前
HarmonyOS 6.1 全栈实战录 - 08 视讯巅峰:Media Kit 视频缩略图批量提取与 HDR 渲染链路实战
华为·音视频·harmonyos
想你依然心痛2 天前
HarmonyOS 6(API 23)实战:基于悬浮导航、沉浸光感与HMAF的“医智助手“——医疗影像AI智能体辅助诊断平台
人工智能·华为·harmonyos
川石课堂软件测试2 天前
接口测试常见面试题及答案
python·网络协议·mysql·华为·单元测试·prometheus·harmonyos
not coder2 天前
HarmonyOS NEXT 原生OFD阅读库实测:纯ArkTS无依赖,完美适配电子发票与政务公文开发
华为·harmonyos·鸿蒙·ofd·政务
richard_yuu2 天前
鸿蒙隐私级树洞实战|ArkTS 实现写完即清空、零内存残留、零隐私留存
华为·harmonyos
leon_teacher2 天前
HarmonyOS 6 古诗学习宝实战:基于 Preferences 实现错题本自动派生与题级去重系统
学习·华为·harmonyos