ns-interval
  
  
    Configures the NS
        (neighbor solicitation) retransmit timer value advertised
      in RAs. This is the interval between two successive NS messages. When
      specified, it enables the sending of the specified value in RAs. This
      feature is disabled by default.
    Supported on the following devices: 
         
         
            - Access Points: AP5010, AP310i/e, AP410i/e, AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
               AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543,
               AP8533.
- Service Platforms:
               NX5500, NX7500, NX9500, NX9600
- Virtual Platforms: CX9000, VX9000
Syntax
      
      ns-interval [<1000-3600000>|global]
    
    Parameters
      
      ns-interval [<1000-3600000>|global]
      
            
              | ns-interval [<1000-3600000>|global] | Configures the NS interval advertised in RAs. Use one of
                the following options: 
                  <1000-3600000> – Specify a value from 1000 - 3600000 milliseconds. The
                    default is 1000 milliseconds. global –
                    Advertises the NS interval configured for the system. This
                    is configured on the device in the device configuration
                    mode. For more information, see ipv6 (profile config mode). | 
          
    
    Examples
      
      nx9500-6C8809nx9500-6C8809(config-ipv6-radv-policy-test)#ns-interval 3000
      nx9500-6C8809(config-ipv6-radv-policy-test)#show context
ipv6-router-advertisement-policy test
 managed-config-flag
 nd-reachable-time global
 ns-interval 3000
 advertise mtu
 advertise hop-limit
 check-ra-consistency
 dns-server 2002::2 lifetime 3000
 domain-name TechPubs lifetime infinite
nx9500-6C8809(config-ipv6-radv-policy-test)#