no (dhcpv6-pool-config)
  
  
    
      Negates a command or sets its default. When used in the DHCPv6 pool
        configuration context, the ‘no‘ command resets or reverts the DHCPv6 pool‘s settings.
     
    Supported in the following platforms: 
         
         
            - Access Points — AP505i, AP510i/e,
               AP560i/h
 
            - Service Platforms
               — NX5500, NX7500, NX9500, NX9600, VX9000
 
         
       
    Syntax
      
      no [dns-server|domain-name|network|option|refresh-time|sip]
     
    Parameters
      
      no <PARAMETERS>
      
          
          
          
            
              | no <PARAMETERS> | 
              Negates a command or sets its default. When used in the
                DHCPv6 pool configuration context, the ‘no‘ command resets or reverts the DHCPv6
                pool‘s settings. | 
             
          
         
 | 
     
    Examples
      
      nx9500-6C8809(config-dhcpv6-server-policy-test-pool-DHCPv6Pool1)#show context
 dhcpv6-pool DHCPv6Pool1
  network 2002::/64
  refresh-time 1000
  domain-name TechPubs
  sip domain-name TechPubsSIP
  dns-server 2002::1
  option DHCPv6Pool1Option 60
nx9500-6C8809(config-dhcpv6-server-policy-test-pool-DHCPv6Pool1)#
      nx9500-6C8809(config-dhcpv6-server-policy-test-pool-DHCPv6Pool1)#no option DHCPv6Pool1Option
      nx9500-6C8809(config-dhcpv6-server-policy-test-pool-DHCPv6Pool1)#no refresh-time
      nx9500-6C8809(config-dhcpv6-server-policy-test-pool-DHCPv6Pool1)#show context
 dhcpv6-pool DHCPv6Pool1
  network 2002::/64
  domain-name TechPubs
  sip domain-name TechPubsSIP
  dns-server 2002::1
nx9500-6C8809(config-dhcpv6-server-policy-test-pool-DHCPv6Pool1)#