Ipv6 neighbor – Allied Telesis AT-S94 CLI (AT-8000S Series) User Manual
Page 153

IPv6 Addressing Commands
Page 152
Command Mode
Global Configuration mode.
User Guidelines
•
The IPv6Z address format: <ipv6-link-local-address>%<interface-name>
–
interface-name — vlan<integer> | ch<integer> | isatap<integer> | <physical-port-name> | 0
–
integer — <decimal-number> | <integer><decimal-number>
–
decimal-number — 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
–
physical-port-name — Designated port number, for example e1.
Example
The following example defines a static host name-to-address mapping in the host name cache.
ipv6 neighbor
The ipv6 neighbor Global Configuration mode command configures a static entry in the IPv6 neighbor discovery
cache. Use the no form of this command to remove a static IPv6 entry from the IPv6 neighbor discovery cache.
Syntax
ipv6 neighbor ipv6_addr hw_addr {ethernet interface-number | vlan vlan-id | port-channel number }
no ipv6 neighbor ipv6_addr {ethernet interface-number | vlan vlan-id | port-channel number}
Parameters
•
ipv6_addr — Valid IPv6 address to map to the specified MAC address.
•
hw_addr — Valid MAC address to map to the specified IPv6 address.
•
ethernet interface-number — Valid port number.
•
vlan vlan-id — Valid VLAN number.
•
port-channel number — Valid port channel number.
Default Configuration
This command has no default setting.
Command Mode
Global Configuration mode.
User Guidelines
•
The ipv6 neighbor command is similar to the arp (global) command.
•
If an entry for the specified IPv6 address already exists in the neighbor discovery cache, learned through the
IPv6 neighbor discovery process, the entry is automatically converted to a static entry.
•
A new static neighbor entry with a global address can only be configured if a manually configured subnet
already exists in the device.
•
Use the show ipv6 neighbors command to view static entries in the IPv6 neighbor discovery cache.
console(config)# ipv6 host ABC fe80::11 fe80::22