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, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543, AP8533.
  • 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)#