ARP

 router#show arp     显示路由器ARP表

router(config)#int e0
router(config-if)#arp timeout 1800   在接口下修改ARP表的超时值,默认为4小时,现改为1800S,也就是30分钟
router#clear arp-cache     清空ARP表
router(config)#arp 172.21.5.131 0000.00a4.b74c snap   实现IP地址到MAC地址的静态映射,并且本例采用了SNAP封装类型,且永久保存在ARP表中

你可能感兴趣的:(ARP)