interface-config-vlan-instance
Configures the VLAN interface‘s IPv6 settings
ipv6 accept ra {(no-default-router|no-hop-limit|no-mtu)}
ipv6 accept ra | Enables processing of router advertisements (RAs) on this VLAN interface. This option is enabled by default. When enabled, IPv6 hosts can configure themselves automatically when connected to an IPv6 network using the neighbor discovery protocol via ICMPv6 router discovery messages. When first connected to a network, a host sends a link-local router solicitation multicast request for its configuration parameters; routers respond to the request with a router advertisement packet containing Internet layer configuration parameters. |
no-default-router | Optional. Disables inclusion of routers on this interface in the default router selection process. This option is disabled by default. |
no-hop-limit | Optional. Disables the use of RA advertised hop-count value on this interface. This option is disabled by default. |
no-mtu | Optional. Disables the use of RA advertised MTU value on this interface. This option is disabled by default. |
ipv6 address [<IPv6/M>|autoconfig]
ipv6 address [<IPv6/M>|autoconfig] | Configures IPv6 address related settings on this VLAN interface
|
ipv6 address eui-64 [<IPv6/M>|prefix-from-provider <WORD> <IPv6-PREFIX/PREFIX-LENGTH>]
ipv6 address eui-64 | Configures the IPv6 prefix and prefix length. This prefix is used to auto-generate the static IPv6 address (for this interface) in the modified Extended Unique Identifier (EUI)-64 format. Implementing the IEEE's 64-bit EUI64 format enables a host to automatically assign itself a unique 64-bit IPv6 interface identifier, without manual configuration or DHCP. This is accomplished on a virtual interface by referencing the already unique 48-bit MAC address, and reformatting it to match the EUI-64 specification. In the EUI-64 IPv6 address the prefix and host portions are each 64 bits in length. |
<IPv6/M> | Specify the IPv6 prefix and prefix length. This configured value is used as the prefix portion of the auto-generated IPv6 address, and the host portion is derived from the MAC address of the interface. Any bits of the configured value exceeding the prefix-length “M” are ignored and replaced by the host portion derived from the MAC address. For example: Prefix portion provided using this command: ipv6 > address > eui-64 > 2004:b055:15:dead::1111/64. Host portion derived using the interface‘s MAC address (00-15-70-37-FB-5E): 215:70ff:fe37:fb5e Auto-configured IPv6 address using the above prefix and host portions: 2004:b055:15:dead:215:70ff:fe37:fb5e/64 In this example, the host part “::1111” is ignored and replaced with the modified eui-64 formatted host address. |
prefix-from-provider <WORD> <IPv6-PREFIX/PREFIX-LENGTH> | Configures the “prefix-from-provider” named object and the associated IPv6 prefix and prefix length. This configured value is used as the prefix portion of the auto-generated IPv6 address, and the host portion is derived from the MAC address of the interface.
|
ipv6 address prefix-from-provider <WORD> <HOST-PORTION/LENGTH>]
ipv6 address | Configures the IPv6 address related settings on this VLAN interface |
prefix-from-provider <WORD> <HOST-PORTION/LENGTH> | Configures the “prefix-from-provider” named object and the host portion of the IPv6 interface address. The prefix derived from the specified “prefix-from-provide” and the host portion (second parameter) are combined together (using the prefix-length of the specified “prefix-from-provide”) to generate the interface‘s IPv6 address.
|
ipv6 address link-local <LINK-LOCAL-ADD>
ipv6 address | Configures the IPv6 address related settings on this VLAN interface |
link-local <LINK-LOCAL-ADD> | Configures IPv6 link-local address on this interface. The configured value overrides the default link-local address derived from the interface‘s MAC address. Use the no > ipv6 > link-local command to restore the default link-local address derived from MAC address. It is mandatory for an IPv6 interface to always have a link-local address. |
ipv6 dhcp [client [information|prefix-from-provider <WORD>]|relay destination <DEST-IPv6-ADD>]
ipv6 dhcp client [information| prefix-from-provider <WORD>] | Configures DHCPv6 client-related settings on this VLAN interface
|
relay destination <DEST-IPv6-ADD> | Enables DHCPv6 packet forwarding on this VLAN interface
DHCPv6 relay enhances an extended DHCP relay agent by providing support in IPv6. DHCP relays exchange messages between a DHCPv6 server and client. A client and relay agent exist on the same link. When a DHCP request is received from the client, the relay agent creates a relay forward message and sends it to a specified server address. If no addresses are specified, the relay agent forwards the message to all DHCP server relay multicast addresses. The server creates a relay reply and sends it back to the relay agent. The relay agent then sends back the response to the client. |
ipv6 [enable|enforce-dad|mtu <1280-1500>|redirects|request-dhcp-options]
ipv6 | Configures IPv6 settings on this VLAN interface |
enable | Enables IPv6 on this interface. This option is disabled by default. |
enforce-dad | Enforces Duplicate Address Detection (DAD) on wired ports. This option is enabled by default. |
mtu <1280-1500> | Configures the Maximum Transmission Unit (MTU) for IPv6 packets on this interface
|
redirects | Enables ICMPv6 redirect messages sending on this interface. This option is enabled by default. |
request-dhcp-options | Requests options from DHCPv6 server on this interface. This option is disabled by default. |
ipv6 router-advertisements [prefix <IPv6-PREFIX>|prefix-from-provider <WORD>] {no-autoconfig|off-link|site-prefix <SITE-PREFIX>|valid-lifetime}
ipv6 router-advertisements | Configures IPv6 RA related settings on this VLAN interface |
prefix <IPv6-PREFIX> | Configures a static prefix and its related parameters. The configured value is advertised on RAs.
|
prefix-from-provider <WORD> | Configures a static “prefix-from-provider” named object and its related parameters on this VLAN interface. The configured value is advertised on RAs.
|
no-autoconfig | This parameter is common to the “general-prefix”, “prefix”, and “prefix-from-provider” keywords.
|
off-link | This parameter is common to the “general-prefix”, “prefix”, and “prefix-from-provider” keywords.
|
site-prefix <SITE-PREFIX> | This parameter is common to the “general-prefix”, “prefix”, and “prefix-from-provider” keywords.
|
valid-lifetime [<30-4294967294>| at|infinite] (preferred-lifetime) | This parameter is common to the “general-prefix”, “prefix”, and “prefix-from-provider” keywords.
|
nx9500-6C8809(config-profile-test-if-vlan4)#ipv6 enable nx9500-6C8809(config-profile-test-if-vlan4)#ipv6 accept ra no-mtu nx9500-6C8809(config-profile-test-if-vlan4)#ipv6 address eui-64 prefix-from-provider ISP1-prefix 2002::/64 nx9500-6C8809(config-profile-test-if-vlan4)#show context interface vlan4 ipv6 enable ipv6 address eui-64 prefix-from-provider ISP1-prefix 2002::/64 ipv6 accept ra no-mtu nx9500-6C8809(config-profile-test-if-vlan4)#
no | Removes or resets IPv6 settings on this VLAN interface |