华为VRP通用平台常用命令

-------华为VRP通用平台常用命令----------

一.基本命令

  1. reboot //重启
  2. system-view //用户视图进入系统视图
  3. quit //退出当前视图
  4. display interface brief //查看端口情况
  5. display this //查看当前视图修改哪些配置
  6. sysname +名称 //更改用户名
  7. language-mode Chinese //更改语言模式为中文
  8. undo +命令 //删除配置的命令
  9. display clock //查看当前时间、日期
  10. dir //查看当前目录下的文件列表
  11. user-interface +端口 //进入用户管理接口
  12. interface +端口 //进入运营接口
  13. shutdown //关闭端口
  14. reset saved-configuration //清除设备所有配置文件
  15. display current-configuration //查看当前配置的文件
  16. display saved-configuration //当前保存的配置文件
  17. display startup //查看系统启动配置参数
  18. save //配置文件默认保存到vrpcfg.zip
  19. compare configuration //比较当前和下次启动的配置文件
  20. save 文件名+扩展名 //指定配置文件保存到某个文件下
  21. startup saved-configuration +文件名+扩展名 //指定下次启动先加载的文件
  22. rest saved-configuration //清除下次启动的配置文件
  23. display ver //查看操作系统版本
  24. user privilege level 3 //设置用户级别为3
  25. rename 原文件名.扩展名 新文件名.扩展名 //更改文件名
    二.交换机命令
  26. display mac-address //查看各端口对应的Mac 地址
  27. stp disable //关闭生成树协议
  28. stp enable //开启生成树协议
  29. stp priority 4096 //更改交换机优先级为4096
  30. display stp //查看BID和根桥
  31. display stp brief //查看端口状态和角色
  32. stp mode rstp //更改生成树模式为快速生成树
  33. stp edged-port enable //开启边缘端口功能
  34. stp bpdu-protection //开启BPDU防护功能
  35. stp loop-protection //开启环路保护功能
  36. stp root-protection //开启根防护功能
  37. interface Eth-Trunk 1 //创建一个链路聚合端口组1
  38. vlan batch 2 3 //创建vlan2 和vlan3
  39. port link-type access //将端口设置为access口
  40. port link-type trunk //将端口设置为trunk 口
  41. port link-type hybrid //将端口设置为 hybrid 口
  42. port default vlan 3 //将端口设为vlan3
  43. port trunk allow-pass vlan 2 3 //允许vlan2 vlan3通过该trunk口
  44. display vlan //查看vlan 及端口划分
  45. undo vlan 2 //删除vlan 2
  46. display arp //查看ARP缓存表
  47. arp-a //pc端查看ARP缓存表
  48. display lldp neighbor brief //查看邻居设备信息
  49. display lldp neighbor interface e0/0/1 //查看邻居设备信息
    .三.路由器命令
  50. ping 192.168.1.1 //检测网络连通性
  51. tracert 192.168.1.1 //查看ip报文转发路径
  52. ip address 192.168.1.1 24 //设置接口IP地址
  53. display ip interface brief //查看端口是否配置IP地址
  54. ipconfig // PC端查看ip地址配置信息
  55. ipconfig / release //释放ip地址
  56. ipconfig / renew //申请ip地址
  57. dhcp enable //开启DHCP功能
  58. ip pool+名称 //创建地址池
  59. dns-list 4.2.2.2 //配置DNS地址
  60. gateway-list 192.168.1.1 //配置网关地址
  61. display ip pool //查看地址池使用情况
  62. ip route-static 192.168.2.0 24 192.168.1.2 //添加静态路由条目
  63. display ip routing-table //查看路由表
  64. display ospf peer //查看邻居表
  65. display ospf lsdb //查看数据库
  66. reset ospf process //重启ospf 协议
  67. display ospf brief //查看ospf协议相关运行参数
  68. display ospf routing //查看ospf路由条目
  69. display ospf interface brief //查看ospf接口信息


本人小白,以上文档命令是学习过程中的部分笔记,之后会继续更新。共勉,如有错误请告知,万分感谢!

你可能感兴趣的:(笔记)