On Mon, 2010-02-01 at 21:29 +0000, Smales, Robert wrote: > > Hello all, > > I'm attempting to find documentation on this, but have been unable to. > > Is it possible to clear all the arp entries from a layer 3 logical > > interface on an M/MX series router? > > This is an MX960: > > [email protected]> clear arp ? > Possible completions: > <[Enter]> Execute this command > hostname Name of host > logical-system Name of logical system > vpn Name of VPN routing table > | Pipe through a command > {master} > > Would not 'clear arp | match ge-x/y/z' do the trick?
No. That would clear all arp entries and then only show 'deleted' lines for those those matching 'ge-x/y/z'. This pipes the output of the "clear arp" command through match, it does NOT match on the ARP table and then clear those entries. -- Teun _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

