01-29-2022 11:26 PM - edited 01-29-2022 11:34 PM
Hi,
How can I clear arp which is learned by outside interface only?. Because I am changing the router which is connected to outside interface
Thanks
01-29-2022 11:40 PM
We are not sure what is the Router and what Code running here - if you can give the information easy for us to assits here.
High level -
#show arp - give you how long the arp entry in the device.
# show arp x.x.x.x detail - give you more details.
or
#show interfaces x/x
ARP type: ARPA, ARP Timeout 04:00:00
depends on the device, some time it's 4 hours you can reduce by setting on the interface.
(config-if)#arp timeout ?
<0-2147483> Seconds
If you like to clear manually ARP entry :
#clear ip arp ?
A.B.C.D IP address of dynamic ARP entry
inspection Clear State of ARP Inspection
poll IP ARP host polling
01-30-2022 03:14 AM
The ARP table would automatically get cleared when you swap the routers connected to the outside interface. If that doesn't happen then probably the easiest way to get around this would be to shut/unshut the outside interface.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide