network arp active-entry delete
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Delete active ARP entry from a System or Admin Vserver
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The network arp active-entry delete
command deletes dynamically learned ARP entries from the network stack of a node. To delete statically configured ARP entries use the network arp delete command.
Parameters
-node {<nodename>|local}
- Node (privilege: advanced)-
Use this parameter to specify the name of the node in which the ARP entry is deleted.
-vserver <vserver>
- System or Admin Vserver Name (privilege: advanced)-
Use this parameter to specify the name of the Vserver in which the ARP entry is deleted. Only Vservers with a type of Admin or System have dynamically learned ARP entries.
-subnet-group <IP Address/Mask>
- Subnet Group Name (privilege: advanced)-
Use this parameter to specify the name of the routing group in which the ARP entry is deleted.
-remotehost <text>
- Remote IP Address (privilege: advanced)-
Use this parameter to specify the IP address to be deleted from the active ARP entries.
-port <text>
- Port (privilege: advanced)-
Use this parameter to specify the name of the Port to be deleted from the active ARP entries.
Examples
The following example deletes the active ARP entry with an IP address of 10.224.64.1, subnet group of 0.0.0.0/0, port e0c on node node2 in the Admin Vserver cluster1:
cluster1::*> network arp active-entry delete -node cluster1-01 -vserver cluster1 -subnet-group 0.0.0.0/0 -remotehost 10.224.64.1 -port e0c