Specifications

Table Of Contents
Chapter 4: arp Commands
4 - 4 SSR Command Line Interface Reference Manual
arp clear
Purpose
Remove an ARP entry from the ARP table.
Format
arp clear <
host
>|all
Mode
Enable
Description
The
arp
clear
command lets you manually remove entries from the ARP table. The
command can remove both dynamic and permanent entries.
Parameters
<host>
Hostname or IP address of the ARP entry to remove.
all
Remove all ARP entries, thus clearing the entire ARP table.
Examples
Here are some examples of
arp
clear
commands.
ssr# arp clear 10.8.1.2
Removes the ARP entry for the host 10.8.1.2 from the ARP table.
ssr# arp clear all
Clears the entire ARP table.
If the Startup configuration file contains
arp
add
commands, the Control Module re-
adds the ARP entries even if you have cleared them using the
arp
clear
command.
To permanently remove an ARP entry, use the
negate
command or
no
command to
remove the entry. Here is an example of the
no
command:
ssr(config)# no arp add nfs2 macaddr 080020:13a09f exit-port et.3.1
Removes the ARP entry for “nfs2”.