973114 发表于 2018-7-14 10:31:25

Cisco之ARP配置

  在Cisco网络设备上进行ARP绑定的操作如下:
  查看ARP缓存:
  R5#show arp
  ProtocolAddress          Age (min)Hardware Addr   Type   Interface
  Internet172.16.1.2            -   ca09.1364.001cARPA   FastEthernet1/0
  清空ARP表:
  R5#clear arp-cache
  绑定MAC地址:
  R5(config)#arp 172.31.1.2 cc15.2cec.0000 arpa
  R5(config)#no arp 172.31.1.2 cc15.2cec.0000ARPA
  查看MAC地址表:
  J1#sh mac-address-table
  Destination AddressAddress TypeVLANDestination Port
  -------------------------------------------------------
  c010.2bfc.0000Self      1    Vlan1
  0050.56c0.0008Dynamic      1    FastEthernet1/15
页: [1]
查看完整版本: Cisco之ARP配置