思科、华为、H3C常用命令对比

思科、华为、H3C这些网络设备的命令还是挺多的,不过我们一般用的路由交换机设备都是最简单的了,先学基本命令,再学其他功能命令。路由命令是最基本的命令了。 思科、华为、H3C常用命令对比:

   CISCO    H3C    HUAWEI    描述
   no    undo    undo    取消、关闭当前设置
   show    display    display    显示查看
   exit    quit    quit    退回上级
   hostname    sysname    sysname    设置主机名
   en, 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    显示当前配置
   no debug all    ctrl+d    ctrl+d    取消所有debug命令
   erase startup-config    reset saved-configuration    reset saved-configuration    删除配置
   end    return    return    退到用户视图
   exit    logout    logout    登出
   logging    info-center    info-center    指定信息中心配置信息
   line    user-interface    user-interface    进入线路配置(用户接口)模式
   start-config    saved-configuration    saved-configuration    启动配置
   running-config    current-configuration    current-configuration    当前配置
   host    ip host    ip host    host名字和ip地址对应
   交换部分
   enable password    set authentication  password simple    set authentication  password simple    配置明文密码
   interface type/number    interface type/number    interface type/number    进入接口
   interface vlan 1    interface vlan 1    interface vlan 1    进入vlan配置vlan管理地址
   interface rang    interface ethID to ID    interface ethID to ID    定议多个端口的组
   enabl esecret    super password    super password    设置特权口令
   duplex (half|full|auto)    duplex (half|full|auto)    duplex (half|full|auto)    配置接口状态
   speed (10/100/1000)    speed (10/100/1000)    speed (10/100/1000)    配置端口速率
   switchport mode trunk    port link-type trunk    port link-type trunk    配置trunk
   vlan ID /no vlan ID    vlan batch ID /undo vlan batch ID    vlan batch ID /undo vlan batch ID    添加、删除vlan
   switchport access  vlan    port default vlan ID    port acces vlan ID    将端口接入vlan
   show interface    display interface    display interface    查看接口
   show vlan ID    display vlan ID    display vlan ID    查看vlan
   encapsulation    link-protocol    link-protocol    封装协议
   channel-group 1 mode on    port link-aggregation  group 1    port link-aggregation  group 1    链路聚合
   ip routing    默认开启    默认开启    开启三层交换的路由功能
   no switchport    不支持    不支持    开启接口三层功能
   vtp domain    GVRP    GVRP    对跨以太网交换机的VLAN进行动态注册和删除
   spanning-tree vlan ID  root primary    stp instance id root primary    stp instance id root primary    stp配置根网桥
   spanning-tree vlan ID  priority    stp primary vlaue    stp primary vlaue    配置网桥优先级
   show spanning-tree    dis stp brief    dis stp brief    查看STP配置
   路由部分
   ip route 0.0.0.0  0.0.0.0    ip route-static  0.0.0.0 0.0.0.0    ip route-static  0.0.0.0 0.0.0.0    配置默认路由
   ip route 目标网段+掩码 下一跳    ip route-static 目标网段+掩码 下一跳    ip route-static 目标网段+掩码 下一跳    配置静态路由
   show ip route    display ip  routing-table    display ip  routing-table    查看路由表
   router rip /network 网段    rip /network 网段    rip /network 网段    启用rip、并宣告网段
   router ospf    ospf    ospf    启用ospf
   network ip 反码 area <area-id>    area  <area-id>    area  <area-id>    配置OSPF区域
   no auto-summary    rip split-horizon    rip split-horizon    配置RIP V2水平分割
   show ip protocol    display ip protocol    display ip protocol    查看路由协议
   access-list 1-99  permit/deny IP

rule id permit source  IP

   rule id permit source  IP    标准访问控制列表
   access-list 100-199  permit/deny protocol source IP+反码  destination IP+反码 operator operan    rule  {normal|special}{permit|deny}{tcp|udp}source {<ip wild>|any}destination  <ip wild>|any}[operate]    rule  {normal|special}{permit|deny}{tcp|udp}source {<ip wild>|any}destination  <ip wild>|any}[operate]    扩展访问控制列表
   standby group-number  ip virtual-ip    vrrp vrid number  virtual-ip    vrrp vrid number  virtual-ip    配置HSRP组
   standby group-number  priority    vrrp vrid number  priority    vrrp vrid number  priority    配置HSRP优先级
   standby group-number  preempt    vrrp vrid number  preempt-mode    vrrp vrid number  preempt-mode    配置HSRP占先权
   standby group-number  track        配置端口跟踪
   ip nat inside source  static    nat server global  <ip> [port] inside <ip> port [protocol]    nat server global  <ip> [port] inside <ip> port [protocol]    配置静态地址转换
       

思科、华为、H3C常用命令对比相关推荐

  1. 思科、华为、H3C常用命令对比大全

    思科.华为.H3C常用命令对比大全 cisco常用命令解释 视图模式介绍: 普通视图 router> 特权视图 router# /在普通模式下输入enable 全局视图 router(confi ...

  2. 思科华为H3C查看命令对照表

                            大网配置命令                                     Cisco(思科) 华为 H3C                 ...

  3. 思科、华为、Juniper命令对比

    思科.Juniper.华为基础命令对比 Cisco – IOX XR Juniper – JUNOS Huawei – HVRP show show display exit exit / up qu ...

  4. 思科与华为BGP配置命令对比

    思科与华为BGP配置命令对比 Cisco(config)#router bgp 100 //配置BGP进程号 [Huawei]bgp 100 //启动BGP,指定本地AS编号,并进入BGP视图 Cis ...

  5. enable 华为交换机ntdp_华为交换机常用命令

    http://hi.baidu.com/sosofa/blog/item/7a595ccf270e503bf9dc6150.html 华为交换机常用命令 2008-10-07 15:45 dis vl ...

  6. 华为交换机命令_华为交换机常用命令

    华为交换机常用命令: 1.display current-configuration 显示当前配置 2.display interface GigabitEthernet 1/1/4 显示接口信息 3 ...

  7. 华为路由器常用命令集合

    system-view 进入系统视图 http serveer permit interface GigabitEthernet0/0/0 切换web登录的端口为0/0/0 undo nat alg ...

  8. 华为交换机关闭网口_华为交换机常用命令 - 系统管理 - 最新IT资讯_电脑知识大全_网络安全教程 - 次元立方网...

    总结了一下常用的华为交换机常用命令如下: 1.查看Linux下查看端口状态 root@root:~# netstat -an|grep -E "6002|6003" 2.华为交换机 ...

  9. 网络工程师必备,华为/思科/华三交换机命令对比

    本期对华为/思科/华三交换机配置命令对比,来看下他们的区别在哪里,这里对命令做了个汇总,平时对命令不熟的朋友这次可以看下. 另外我们来看下华为与H3C的命令情况,方便大家进行对比. 一.华为交换机基础 ...

最新文章

  1. 将Unreal4打包后的工程嵌入到Qt或者桌面中
  2. 前端错误信息收集(errorEruda)解析
  3. Python6:oriented objective programming
  4. Delphi指针用法
  5. 常见排序算法(C实现)
  6. Nuxt使用高德地图
  7. 简单的登录系统(java+JFrame+Mysql)
  8. 程序员父亲的遗产——编程十诫
  9. 登录用户名和密码相同问题
  10. Tomcat xxx unbound
  11. Developer Express右键菜单显示汉化
  12. php 判断两个数组对象是否相等_PHP是世界上最好的语言
  13. mac os虚拟机镜像_为旧型Mac电脑配置支持OS 9的网络启动
  14. win10+vs2013+caffee环境搭建
  15. 前端开发--箭头函数
  16. DELL灵越笔记本插上耳机后,只有外放耳机无声音的解决方法。
  17. python3 时区 时间戳 指定输入时间为东八区时间、北京时间
  18. 海外版抖音TikTok如何运营?
  19. ECharts加载省份地图
  20. Linux C/C++源码实现常见命令mkdir

热门文章

  1. 锅炉液位控制系统的c语言程序,基于MATLAB的锅炉液位控制系统的设计和仿真.doc...
  2. 输入电压:13.5~22VDC.output: 27vdc ,恒流输出:1.5A.支持pwm调光-AH1101
  3. 5V升压12.6V芯片电路图,三节锂电池充电
  4. 2020年阿里实习生产品运营一面面经
  5. 2021-10-08 uniapp验证码登录
  6. MRD、BRD、PRD
  7. 1-20 IO流_2
  8. 全国计算机等级考试二级c真题201903,计算机等级考试题库,二级C++试题
  9. Car Key是什么?
  10. 微型计算机接口技术刘乐善答案,微型计算机接口技术及应用习题答案(刘乐善)...