xStack DGS-3612G Layer 3 Gigabit Ethernet Managed Switch CLI Manual
create arpentry ipv6
Restrictions
Only administrator-level users can issue this command. The Switch
supports up to 255 static ARP entries.
Example usage:
To create a static ARP entry for the IPv6 address 10.48.74.121.125 and MAC address 00:50:BA:00:07:36:
DGS-3612G:4#create arpentry ipv6 2D30::AC21 00-50-BA-00-07-36
Command: create arpentry ipv6 2D30::AC21 00-50-BA-00-07-36
Success.
DGS-3612G:4#
delete arpentry
Purpose
Used to delete a static entry into the ARP table.
Syntax
delete arpentry {[<ipaddr> | all]}
Description
This command is used to delete a static ARP entry, made using the
create arpentry
command above, by specifying either the IP
address of the entry or all. Specifying
all
clears the Switch’s ARP
table.
Parameters
<ipaddr>
−
The IP address of the end node or station.
all
−
Deletes all ARP entries.
Restrictions Only
administrator-level users can issue this command.
Example Usage:
To delete an entry of IP address 10.48.74.121.125 from the ARP table:
DGS-3612G:4#delete arpentry 10.48.74.121
Command: delete arpentry 10.48.74.121
Success.
DGS-3612G:4#
delete arpentry ipv6
Purpose
Used to delete a IPv6 entry from the ARP table.
Syntax
delete arpentry ipv6 [<ipaddr> | all]
Description
This command is used to delete a static ARP entry, made using the
create ipv6 arpentry
command above, by specifying either the IP
address of the entry or all. Specifying
all
clears the Switch’s ARP
table.
Parameters
<ipv6addr>
−
The IPv6 address of the end node or station.
all
−
Deletes all ARP entries.
Restrictions Only
administrator-level users can issue this command.
Example usage:
To delete IPv6 address entry 10.48.74.121.125 from the ARP table:
210