【网络设备巡检命令】--思科、华为、H3C、锐捷
- 一、思科
- 二、华为
- 三、H3C
- 四、锐捷
💖The Begin💖点点关注,收藏不迷路💖 |
一、思科
1、查看系统信息:
show version
2、查看时间:
show clock
3、查看序列号:
show env all
4、查看风扇状态:
show fan
5、查看电源状态:
show power
6、查看 CPU 利用率:
show cpu usage
7、查看内存利用率:
show processes memory
8、查看 VLAN 配置:
show vlan
9、查看二层接口状态:
show interface status
10、查看三层接口 IP:
show ip interface brief
11、查看访问控制列表:
show access-list
12、查看路由表:
show ip route
13、查看 ARP 表:
show arp
14、查看 MAC 表:
show mac-address-table
15、查看日志:
show logging
16、查看当前配置:
show running-config
二、华为
1、查看系统版本:
display version
2、查看时间:
display clock
3、查看序列号:
display esn
4、查看风扇状态:
display fan
5、查看电源状态:
display power
6、查看 CPU 利用率:
display cpu
7、查看内存利用率:
display memory
8、查看 VLAN 配置:
display vlan
9、查看二层接口状态:
display interface brief
10查看三层接口 IP:
display ip interface brief
11、查看访问控制列表:
display acl all
12、查看路由表:
display ip routing-table
13、查看 ARP 表:
display arp
14、查看 MAC 表:
display mac-address
15、查看日志:
display log
16、查看当前配置:
display current-configuration
三、H3C
1、查看版本:
display version
2、查看时间:
display clock
3、查看序列号:
display device manuinfo
4、查看风扇状态:
display fan
5、查看电源状态:
display power
6、查看 CPU 利用率:
display cpu-usage
7、查看内存利用率:
display memory
8、查看 VLAN 配置:
display vlan
9、查看二层接口状态:
display interface brief
10、查看三层接口 IP:
display ip interface brief
11、查看 ACL 控制列表:
display acl
12、查看路由表:
display ip routing-table
13、查看 ARP 表:
display arp
14、查看 MAC 表:
display mac-address
15、查看日志缓冲区:
display logbuffer
17、查看所有配置:
display current-configuration
四、锐捷
1、查看版本:
show version
2、查看时间:
show clock
3、查看序列号:
show manu info
4、查看风扇状态:
show fan
5、查看电源状态:
show power
6、查看 CPU 利用率:
show cpu
7、查看内存利用率:
show memory
8、查看 VLAN 配置:
show vlan
9、查看二层接口状态:
show interface status
10、查看三层接口信息:
show ip interface brief
11、查看访问控制列表:
show access-lists
12、查看路由表:
show ip route
13、查看 ARP 表:
show arp
14、查看 MAC 表:
show mac-address-table
15、查看日志缓冲区:
show logbuffer
💖The End💖点点关注,收藏不迷路💖 |