On Tue, Aug 12, 2008 at 8:28 AM, Adrian M <[EMAIL PROTECTED]> wrote: > Hello, > I have a cisco ME-C6524GT-8S with software > s6523-advipservicesk9-mz.122-18.ZU2 and I don't know how to do some > basic things like: > > How to clear an arp entry > "clear ip arp 10.10.10.10" doesn't work :(
On some platforms, "conf t" +"no arp a.b.c.d" can do this, but I haven't tried it on ME6524. Is "clear arp interface <xxx>" where <xxx> is the interface where the arp entry is located won't probably be that hard, unlesss you have thousand of entries on that routed or SVI interface. > How to display mac learned on a routed subinterface > "sh mac-address-table" don't display mac addresses for ports like Gi1/10.200 I don`t think routed subinterfaces have mac-address-table, by definition... ping <broadcast address of Gi1/10.200> (use both all-zeros and all-ones broadcasts) followed by show ip arp gi1/10.200 will likely show whoever is attached to that interface (even for hosts that don't answer ping, because it's not common to filter out arp requests/responses in host firewalls these days). Rubens _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
