static-arp-create
This command adds the capability of supporting static ARP in the ARP cache.
Syntax static-arp-create
scope local|cluster|fabric |
Specify the scope of the group. The default scope is local. |
ip ip-address |
Specify the Ip address of the host to bind with the MAC address. |
mac mac-address |
Specify the unicast MAC address to bind with the IP address of the host. |
Defaults None
Access Network Administrator
History Command introduced in Version 5.1.1.
Usage Use this command to create a static ARP entry in the ARP cache.
Examples To create an ARP entry between two hosts, use the following syntax:
CLI network-admin@switch > static-arp-create ip 172.148.0.0 mac 00:12:00:88:0c:00
static-arp-delete
This commands deletes the unicast static ARP from the configuration.
Syntax static-arp-delete
ip ip-address |
Specify the IP address of the host that is binding with the MAC address. |
Defaults None
Access Network Administrator
History Command introduced in Version 5.1.1.
Usage Use this command to delete a static ARP entry.
Examples To delete a static ARP entry for IP address, 172.148.0.0, use the following syntax:
CLI network-admin@switch > static-arp-delete ip 172.148.0.0
static-arp-modify
This command modifies the static ARP configuration.
Syntax static-arp-modify
ip ip-address |
Specify the IP address of the host that is binding with the MAC address. |
mac mac-address |
Specify the unicast MAC address to bind with the IP address of the host. |
Defaults None
Access Network Administrator
History Command introduced in Version 5.1.1.
Usage Use this command to modify a static ARP entry.
Examples To modify an static ARP entry between two hosts, use the following syntax:
CLI network-admin@switch > static-arp-modify ip 172.148.0.0 mac 00:12:00:88:0c:01
static-arp-show
This command displays information about the static ARP entry.
Syntax static-arp-show
scope local|cluster|fabric |
Displays the scope of the group. The default scope is local. |
ip ip-address |
Displays the Ip address of the host to bind with the MAC address. |
mac mac-address |
Displays the unicast MAC address to bind with the IP address of the host. |
Defaults None
Access Network Administrator
History Command introduced in Version 5.1.1.
Usage Use this command to display the details of a static ARP entry.
Examples To display static ARP entry, use the following syntax:
CLI network-admin@switch > static-arp-show scope local ip 172.148.0.0
switch scope ip mac
------ ------- -------------- --------------------
switch local 172.148.0.0 00:12:00:88:0c:00