ipv6 (wlan-config-mode)
  
  
    Sets the DHCPv6 and ICMPv6 neighbor
        discovery (ND) components for this WLAN
    Supported in the following platforms: 
         
         
            - Access Points — AP410i/e, AP460i/e, AP505i, AP510i/e, AP560i/h, AP7522, AP7532, AP7562,
               AP7612, AP7632, AP7662, AP8432, AP8533
- Service Platforms
               — NX5500, NX7500, NX9500, NX9600, VX9000
Syntax
      
      ipv6 [dhcpv6|nd]
      ipv6 dhcpv6 trust
      ipv6 nd [header-mismatch-validation|raguard|trust]
    
    Parameters
      
      ipv6 dhcpv6 trust
      
            
              | ipv6 dhcpv6 trust | Enables DHCPv6 trust state for DHCPv6 responses on this
                WLAN. When enabled, all DHCPv6 responses received on this WLAN are trusted and
                forwarded. This option is disabled by default. | 
          
      ipv6 nd [header-mismatch-validation|raguard|trust]
      
            
              | ipv6 nd | Sets the IPv6 ND settings for this WLAN | 
            
              | header-mismatch-validation | Checks for mismatch of source MAC address in the ICMPv6
                ND message and Ethernet header (link layer option). This option is enabled by
                default. | 
            
              | raguard | Allows redirection of router advertisements (RAs) and ICMPv6 packets
                originating on this WLAN. This option is disabled by default. | 
            
              | trust | Enables trust state for ND requests received on this
                WLAN. When enabled, all ND requests on an IPv6 firewall, on this WLAN, are trusted.
                This option is disabled by default. | 
          
    
    Examples
      
      nx9500-6C8809(config-wlan-test)#ipv6 dhcpv6 trust
      nx9500-6C8809(config-wlan-test)#ipv6 nd trust
      nx9500-6C8809(config-wlan-test)#show context
wlan test
 ssid test
 vlan 1
 bridging-mode tunnel
 encryption-type none
 authentication-type none
 ipv6 dhcpv6 trust
 ipv6 nd trust
nx9500-6C8809(config-wlan-test)#
    
    Related Commands
      
      
            
              | no (wlan-config-mode) | Resets IPv6 ND or DHCPv6 trust parameters to default. ND request trust is
                disabled, ND header mismatch verification is enabled, ND RA and ICMPv6 redirection
                is disabled, or DHCPv6 trust is disabled. |