Configures IPv6 routing components, such as default gateway, DNS server forwarding, name server, routing standards, etc.
These IPv6 settings are applied to all devices using this profile.
You can also configure IPv6 settings on a device, using the device‘s configuration mode.
Note
The IPv6 settings configured at the profile/device level are global configuration settings and not interface-specific.ipv6 [default-gateway <IPv6> {vlan <VLAN-ID>}|dns-server-forward|hop-limit <1-255>|name-server <IPv6>|nd-reachable-time <5000-3600000>|ns-interval <1000-3600000>|ula-reject-route|unicast-routing]
ipv6 | Configures IPv6 routing components |
default-gateway <IPv6> {vlan <VLAN-ID>} | Configures IPv6 default gateway‘s address in the ::/0 format
|
dns-server-forward | Enables DNS server forwarding. This command enables the forwarding of DNS queries to DNS servers outside of the network. This feature is disabled by default. |
hop-limit <1-255> | Configures the IPv6 hop count limit
|
name-server <IPv6> | Configures the IPv6 name server‘s address
|
nd-reachable-time <5000-3600000> | Configures the time, in milliseconds, that a neighbor is assumed to be reachable after having received neighbor discovery (ND) confirmation for their reachability
|
ns-interval <1000-3600000> | Configures the interval, in milliseconds, between two consecutive retransmitted neighbor solicitation (NS) messages. NS messages are sent by a node to determine the link layer address of a neighbor, or verify a neighbor is still reachable via a cached link-layer address.
|
ula-reject-route | Installs a "reject" route for Unique Local Address (ULA) prefixes. This ensures that site-border routers and firewalls do not forward packets with ULA source or destination addresses outside of the site, unless explicitly configured with routing information about specific /48 or longer Local IPv6 prefixes. This option is disabled by default. The ULA is an IPv6 address used in private networks for local communication within a site (for example a company, campus, or within a set of branch office networks). These site local addresses are IPv6 addresses that fall in the block fc00::/7, defined in RFC 4193. |
unicast-routing | Enables IPv6 unicast routing. This feature is enabled by default. |
ipv6 ra-convert {throttle interval <3-1800> max-RAs <1-256>}
ipv6 | Configures IPv6 routing components |
ra-convert {throttle interval <3-1800> max-RAs <1-256> | Enables conversion of multicast router advertisements (RAs) to unicast RAs at the dot11 layer. This feature is disabled by default.
|
ipv6 mld snooping {forward-unknown-multicast}
ipv6 | Configures IPv6 routing components |
mld snooping forward-unknown-multicast | Enables multicast listener discovery (MLD)
protocol snooping. This feature is disabled by
default. When enabled, IPv6 devices (access point, wireless controller, or service platform) can examine MLD messages exchanged between hosts and multicast routers to discern which hosts are receiving multicast group traffic. Based on the information gathered these devices forward multicast traffic only to those interfaces connected to interested receivers instead of flooding traffic to all interfaces. This prevents VLANs from getting flooded with IPv6 multicast traffic.
|
ipv6 mld snooping {querier} {max-response-time <1-25000>|query-interval <1-18000>|robustness-variable <1-7>|timer expiry <60-300>|version <1-2>}
ipv6 | Configures IPv6 routing components |
mld snooping querier | Enables MLD protocol snooping
|
max-response-time <1-25000> | `Configures the MLD querier‘s maximum query
response time. This is the time for which the querier
waits before sending a responding report. Queriers use
MLD reports to join and leave multicast groups and
receive group traffic.
|
query-interval <1-18000> | Configures the interval, in seconds, between two consecutive MLD querier‘s queries The robustness variable is an indication of how susceptible the subnet is to lost packets. MLD can recover from robustness variable minus 1 lost MLD packets.
|
robustness-variable <1-7> | Configures the MLD IGMP robustness variable. This value is used by the sender of a query.
|
timer expiry <60-300> | Configures the MLD other querier (any external querier) timeout
|
version <1-2> | Configures the MLD querier‘s version. MLD version 1 is based on IGMP version 2 for IPv4. MLD version 2 is based on IGMP version 3 for IPv4 and is fully backward compatible. IPv6 multicast uses MLD version 2.
|
ipv6 neighbor <IPv6> <MAC> [<INTF-NAME>|pppoe1|vlan <1-4094>|wwan1] {dhcp-server|router}
ipv6 | Configures IPv6 routing components |
neighbor | Configures static IPv6 neighbor entries |
<IPv6> | Specify the IPv6 address for which a static neighbor entry is created. |
<MAC> | Specify the MAC address associated with the specified IPv6 address. |
[<INTF-NAME>| pppoe1| vlan <1-4094>| wwan1] | Specify the following interface settings:
|
{dhcp-server|router} | After specifying interface type, you can optionally specify the device type for this neighbor solicitation.
|
ipv6 neighbor timeout <15-86400>
neighbor | Configures static IPv6 neighbor entries |
timeout <15-86400> | Configures the timeout, in seconds, for the static neighbor entries
|
ipv6 route <DEST-IPv6-PREFIX/PREFIX-LENGTH> <IPv6-GATEWAY-ADDRESS> {vlan <VLAN-ID>}
ipv6 | Configures IPv6 routing components |
route | Configures the static routes These routes are maintained in the IPv6 Forwarding Information Base (FIB). To view FIB6 routing entries, use the service > show fib6 > <TABLE-ID> command. |
<DEST-IPv6-PREFIX/PREFIX-LENGTH> | Specify the IPv6 destination prefix (IPV6 network) and the prefix length. |
<IPv6-GATEWAY-ADDRESS> | Specify the IPv6 gateway‘s address. |
vlan <VLAN-ID> | Optional. specify the VLAN interface‘s ID (through which the defalut gateway is accessible) This parameter is needed only if the gateway address is a link local address. |
nx9500-6C8809(config-profile-TestNX5500)#ipv6 default-gateway 2001:10:10:10:10:10:10:2 nx9500-6C8809(config-profile-TestNX5500)#ipv6 dns-server-forward nx9500-6C8809(config-profile-TestNX5500)#ipv6 mld snooping nx9500-6C8809(config-profile-TestNX5500)#show context profile nx5500 TestNX5500 ipv6 mld snooping ipv6 dns-server-forward ipv6 default-gateway 2001:10:10:10:10:10:10:2 no autoinstall configuration no autoinstall firmware crypto ikev1 policy ikev1-default isakmp-proposal default encryption aes-256 group 2 hash sha --More-- nx9500-6C8809(config-profile-TestNX5500)#
no | Disables or reverts IPv6 settings to their default |