还在为不同厂商命令总是区别不好而踌躇吗?今天IELAB网络实验室教学部老师直接给大家精准总结了思科和华为的命令对比超全笔记,包含: 一、基本命令;二、OSPF; 三、ISIS;四、BGP; 五、MPLS;六、MULTICAST (速度收藏起来)

01

 基本命令

思科

华为

show

display

| include

| include

exit

quit

end

return

configure terminal

system-view

shutdown

shutdown

no shutdown

undo shutdown

no

undo

clear

reset

debug

debugging

show running-config

display current-configuration

show startup-config

display saved-configuration

show version

display version

show tech-support

display diagnostic-information

clear counters

reset counters

clear line

terminal length

screen-length disable

terminal width

terminal monitor

terminal monitor

terminal monitor disable

undo terminal monitor

show clock

display clock

show processes cpu

display cpu-usage

show logging

display logbuffer

ping

ping

traceroute

tracert

show ip interface

display ip interface

show ip route

display routing-table

show ip route static

display ip routing-table protocol static

show ip protocols

show ipv6 route

display ipv6 routing-table

show interface be

display interface Eth-trunkX

monitor interface

reload

reboot

show users

display users

show diag / show inventory

show history

display history-command

dir

dir

show environment

show memory summary

display memory-usage

show platform

display device pic-status

show controllers

display controller

show ip access-lists

display acl

show policy-map interface

display qos policy interface

show snmp

display snmp-agent statistics

write erase

reset saved-configuration

copy run start (write mem)

save

copy running-config

save safely

aaa

hwtacacs scheme

show configuration

display configuration candidate

02

OSPF

思科

华为

router ospf

ospf

show ip osfp neighbor

display ospf nexthop

show ip ospf database

display ospf lsdb

show ip ospf interface

display ospf interface

show ip route ospf

display ip routing-table protocol ospf

03

ISIS 

思科

华为

show clns neighbor

display isis peer

show isis database

display isis lsdb

show isis route

display isis route

show isis topology

show isis interface

display isis interface

04

BGP

思科

华为

router bgp

bgp

show ip bgp

display bgp routing-table

show ip bgp summary

display bgp peer

show ip bgp neighbors

display bgp peer

show ip bgp neighboradvertised-routes

display bgp routing-table peeradvertised-routes

show ip bgp neighborroutes

display bgp routing-table peerreceived-routes

show bgp ipv6 unicast summary

display bgp peer

show ip bgp summary

display bgp peer

show bgp ipv6 unicast neighadvertised-routes

display bgp ipv6 routing-table peeradvertised-routes

show bgp ipv6 unicast neighborroutes

display bgp ipv6 routing-table peerreceived-routes

show ip bgp regexp

display bgp routing-table regular-expression

show ip route bgp

display ip routing-table protocol bgp

05

MPLS 

思科

华为

show mpls ldp summary

display mpls ldp all

show mpls interface

display mpls interface

show mpls ldp neighbor brief

display mpls ldp peer

show rsvp interface

display mpls rsvp-te interface

show rsvp neighbors

display mpls rsvp-te peer

06

MULTICAST

思科

华为

show mfib/mrib route

display multicast routing-table

show ip pim interface

display pim interface

show ip pi neighbor

display pim neighbor

show ip igmp interface

display igmp interface

ps:HCIP DATACOM课程现已开课,HCIP 2门笔试(H12-821 H12-831稳定可备考,需要学习课程或购买题库的直接联系小编)

【超全整理】思科和华为命令对比备忘录,拿走不谢!随时随地可查看相关推荐

  1. 空间复杂度计算超全整理!!(一起手撕复杂度计算

    承接上文:算法效率与时间复杂度(8条消息) 时间复杂度计算超全整理!!(数据结构和算法的第一步_vpurple__的博客-CSDN博客 目录 0.前言 1.空间复杂度 1.1 大O的渐进表示法 1.2 ...

  2. python excel库pip install_超全整理|Python 操作 Excel 库 xlwings 常用操作详解!

    原标题:超全整理|Python 操作 Excel 库 xlwings 常用操作详解! 来源:早起Python 作者:陈熹.刘早起 大家好,我是早起. 在之前的文章中我们曾详细的讲解了如何使用openp ...

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

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

  4. linux shell命令行及脚本编程实例详解_超全整理!这些Shell编程必备知识你都掌握了吗?...

    正文最近很多粉丝咨询我,被问到了一些Shell编程的问题,看看大家能否答出来: 1.shell脚本千千万,不知道从哪入手 2.没经验缺方法,面试通不过.做事没头绪 3.野路子.没人教自动化,做了几年基 ...

  5. YOLO系列算法精讲:从yolov1至yolov4的进阶之路(呕心沥血2万字超全整理,建议收藏!)

    从刚开始接触YOLO到现在也已经有大半年时间了,中间也陆陆续续接触过其它网络.最近又抽时间研究了一下YOLOv4. 因此,趁此机会,将yolov1到yolov4进行一个全面的整理和总结,希望对即将入坑 ...

  6. 超全整理 | 嵌入式Linux 性能工具和诊断思路

    作为程序员,和 Linux 打交道,在服务器上分析系统性能情况,我觉得是每一个后端工程师都无法避开的事情. 无论你是开发还是运维,可能都经历过这样的场景: 流量高峰期,服务器 CPU 使用率过高报警, ...

  7. 干货 | 超全整理|Python 操作 Excel 库 xlwings 常用操作详解!

    在Python中还有其他可以直接操作 Excel 文件的库,如 xlwings.xlrd.xlwt 等等,本文就将讲解另一个优秀的库xlwings 开头还是想说一下,各个库之间没有明确的好坏之分,每个 ...

  8. YOLO系列算法精讲:从yolov1至yolov5的进阶之路(2万字超全整理)

    写在前面:大家好!我是[AI 菌],算法工程师一枚,2021年博客之星Top12,公众号[AI 修炼之路]作者.专注于计算机视觉.深度学习.图像处理技术,热衷于分享AI.CV.DL.ML.OpenCV ...

  9. 超全整理|Python 操作 Excel 库 xlwings 常用操作详解!

    在之前的文章中我们曾详细的讲解了如何使用openpyxl 操作Excel,其实在Python中还有其他可以直接操作 Excel 文件的库,如 xlwings.xlrd.xlwt 等等,本文就将讲解另一 ...

最新文章

  1. 用Ghost几秒钟快速格式化120G大硬盘
  2. python opengl 入门
  3. Linux下Nginx、MySQL、PHP5、phpMyAdmin安装与配置
  4. 机器学习java_Java机器学习,第1部分
  5. maven+jetty项目在tomcat部署
  6. vscode新建文件的快捷键_Mac怎么创建txt文件?如何设置新建txt的快捷键?
  7. android wifi ap sta,WIFI的AP/Sta模式简单介绍
  8. http2.0和http1.1的区别
  9. 修改后的LOGO发布(确定稿)
  10. Linux内核入门(七)—— 必要的编译知识
  11. opengl 纹理贴到对应的位置_OpenGL常用命令备忘录(Part B)
  12. Java菜鸟教程怎么用_菜鸟教程 Java 学习笔记 (基础教程)
  13. 小米路由器显示DNS服务器设置错误,小米路由器dns异常怎么修复
  14. 自动售货机软件工程课设_软件工程饮料自动售货机系统-.doc
  15. SystemVerilog: always, always_comb, alwasy_ff, always_latch
  16. 一口气从零读懂CAN总线以及应用
  17. 纸质的报销单错了就得重新来,可不可以填写电子报销单?
  18. 清明忆语 | 缅怀那些正渐行渐远的编程语言
  19. Content Provider启动浅析
  20. 足球比赛数据可视分析

热门文章

  1. C++饮料自动售卖机模拟系统[2023-03-08]
  2. 【日照seo多少钱】一名出色的推广优化师应具备的7大能力?
  3. DIY一款多快充协议太阳能充电器!----项目起源
  4. 水电站计算机监控基础知识,水电站计算机监控系统功能与发展简述
  5. 获取弹出式窗口(对话框)句柄
  6. 新浪为什么不支持带有支付的应用
  7. python使用ttf文件_使用Python制作繁体显示的简体字体文件
  8. 软件测试方法划分等价类,软件测试基础-软件测试方法之等价类划分.ppt
  9. 上网不用防火墙!一招克死所有病毒
  10. python pyqt5浏览器_用 PyQt 快速打造一个浏览器