思科华为基础命令对比

一、基础命令对照表

功能描述 思科命令 华为命令
显示当前配置 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),华为无此限制。


更多相关学习推荐:

相关推荐
像是套了虚弱散4 小时前
DevEco Studio与Web联合开发:打造鸿蒙混合应用的全景指南
开发语言·前端·华为·harmonyos·鸿蒙
Swift社区9 小时前
在 HarmonyOS 中平滑切换“点状粒子”与“图片粒子”(含可运行 ArkTS 示例)
华为·harmonyos
2301_7931679911 小时前
网络基础总结
运维·网络·hcia
多测师_王sir15 小时前
鸿蒙hdc命令【杭州多测师】
华为·harmonyos
一点七加一17 小时前
Harmony鸿蒙开发0基础入门到精通Day01--JavaScript篇
开发语言·javascript·华为·typescript·ecmascript·harmonyos
那年窗外下的雪.17 小时前
鸿蒙ArkUI布局与样式进阶(十二)——自定义TabBar + class类机制全解析(含手机商城底部导航案例)
开发语言·前端·javascript·华为·智能手机·harmonyos·arkui
赵健zj21 小时前
鸿蒙 emitter 和 eventHub 的区别
华为·harmonyos
yenggd21 小时前
华为多级m-lag简单配置案例
网络·华为
qq_386322691 天前
华为网路设备学习-34(BGP协议 九)BGP路由 选路规则二
服务器·学习·华为
逻极1 天前
HarmonyOS 5 鸿蒙应用性能优化与调试技巧
华为·性能优化·harmonyos·鸿蒙