zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Juniper clear arp entrys

June 3, 2011 by Igor Drobot Leave a Comment

Sending IP packets on a multiaccess network requires mapping from an IP address to a MAC address (physical/hardware address like 00:02:b6:34:6a:2f).

In an ethernet environment, ARP is used to map a MAC address to an IP address.
ARP dynamically binds the IP address  to the correct MAC address.

You need a SSH Access to your juniper to proceed!

Show all ARP entrys:

1
ssg5-> get arp

ssg5-> get arp

Clear all dynamic entries from the ARP cache.

1
ssg5-> clear arp all

ssg5-> clear arp all

Also you can clear a single ARP entry:

1
ssg5-> clear arp 192.168.201.9

ssg5-> clear arp 192.168.201.9

Theoretical information was token from: juniper.net

Filed Under: Linux Tagged With: ARP cache, Juniper, Junos

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *