網絡中常用的ARP相關命令

在網絡設備的調試過程中,牽涉到的綁定、刪除和查看ARP條目的命令:
 
arp [ip address] [mac address] {全局配置模式下}
 
clear arp-cache :所有刪除VLAN的arp條目。
 
clear arp-cache interface vlan [number]:刪除具體某個VLAN的arp條目。
 
clear ip arp [ip address]:刪除某個特定ip地址對應的arp條目。
 
show ip arp :查看所有的arp 條目。
 
show ip arp vlan [number]:查看具體的VLAN的arp條目。
 
show ip arp [ip addresss]:查看某個IP地址對應的arp條目。
 
show ip arp | include [mac address]:查看某個特定的MAC地址對應的條目。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章