1.dis interface brief (V5及以上版本) dis brief interface (V3版本) //查看交换机所有端口的信息
2.dis cu //查看交换机配置
3.dis ip interface brief //查看vlan接口IP
4.dis arp interface g1/0/1 //查看g1/0/1口的arp表
dis arp 192.168.0.2 //查看与192.168.0.2相关arp内容:mac地址以及端口
5.dis mac-add interface g1/0/1 //查看g1/0/1口mac地址表
6.dis log //查看交换机日志
7.dis this //端口视图下查看某端口配置情况
8.dis link-aggregation verbose //查看链路聚会概况
9.dis version //查看交换机系统版本
10.dis transceiver diagnosis interface GigabitEthernet 1/0/3 //查看g1/0/3光口光收发情况
11. dis ip routing-table //查看路由表
12. dis arp vlan 1 //显示所有Vlan 1 中电脑的 IP+MAC+端口
13. Interface Vlan-interface 101 // 进入Vlanif 101接口
14. display mac-address //查看mac地址表(二层转发通过mac地址表)
15. [H3C-vlan2]port Ethernet 0/4 to Ethernet0/7 //将4到7号端口加入到VLAN2中,此命令只能用来加access端口,不能用来增加trunk或者hybrid端口
16. [H3C-vlan2]port-isolate enable //打开VLAN内端口隔离特性,不能二层转发,**默认不启用该功能**
摘自:
https://blog.csdn.net/qq_36598393/article/details/132054279
https://zhuanlan.zhihu.com/p/620523974?utm_id=0
标签:华三,查看,端口,命令,mac,交换机,interface,dis From: https://www.cnblogs.com/iSun520/p/18089136