- Securing ARP table entries to DHCP leases
- Configuring DHCP authorized ARP
- Verifying DHCP ARP(optional)
Securing ARP table entries to DHCP leases
- Enables privileged EXEC mode.
- Enters global configuration mode.
Router(config)# ip dhcp pool foo-pool
- Specifies the subnet network number and mask or prefix-length of the DHCP address pool.
- Secures insecure ARP table entries to the corresponding DHCP leases.
Configuring DHCP authorized ARP
- Enables privileged EXEC mode.
- Enters global configuration mode.
- Configures an interface type and enters interface configuration mode
- Sets a IP address for an interface.
- Disables dynamic ARP learning on an interface. This mean that the IP address to MAC address mapping can only be installed by the authorized subsystem.
- Configures how long an entry remains in the ARP cache. The ARP time out period should not be set to less than 30 seconds.
Verifying DHCP ARP example:
Router#sh arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.29.10.155 136 000e.84d7.62e8 ARPA FastEthernet0/1
Internet 172.29.10.154 136 000e.84d7.62ee ARPA FastEthernet0/1
Internet 172.29.10.158 137 000e.84d7.6378 ARPA FastEthernet0/1