proxy-nd-mode

Configures the proxy ND mode for this WLAN member clients as either strict or dynamic. ND proxy is used in IPv6 to provide reachability by allowing a client to act as proxy. Proxy certificate signing can be done either dynamically (requiring exchanges of identity and authorization information) or statically when the network topology is defined.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

proxy-nd-mode [dynamic|strict]

Parameters

proxy-nd-mode [dynamic|strict]
proxy-nd-mode [dynamic|strict] Configures the proxy ND mode for this WLAN member clients. The options are: dynamic and strict
  • dynamic – Forwards ND request to wireless for which a response could not be proxied. This is the default value.
  • strict – Does not forward ND requests to the wireless side

Examples

nx9500-6C8809(config-wlan-test)#proxy-nd-mode strict
nx9500-6C8809(config-wlan-test)#show context
wlan test
 ssid test
 bridging-mode tunnel
 encryption-type none
 authentication-type none
 wpa-wpa2 server-only-authentication
 proxy-nd-mode strict
 opendns device-id 44-55-66
nx9500-6C8809(config-wlan-test)#

Related Commands

no (wlan-config-mode) Reverts the proxy ND mode to default (dynamic)