ipv6 (management-policy)
Restricts management access to specified hosts and/or subnets based on
their IPv6 addresses and prefixes respectively
Supported in the following platforms:
- Access Points — AP310i/e, AP410i/e, AP460i/e, AP560i/h,
AP510i/e, AP505i, AP7522, AP7532, AP7562, AP7612, AP7632, AP7662, AP8432, AP8533
- Service Platforms
— NX5500, NX7500, NX9500, NX9600, VX9000
Syntax
ipv6 restrict-access [host|ipv6-access-list|subnet]
ipv6 restrict-access host <IPv6> {log|subnet}
ipv6 restrict-access host <IPv6> {log [all|denied-only]}
ipv6 restrict-access host <IPv6> {subnet <IPv6-PREFIX> {log [all|denied-only]}}
ipv6 restrict-access ipv6-access-list <IPv6-ACCESS-LIST-NAME>
ipv6 restrict-access subnet <IPv6-PREFIX> {host|log}
ipv6 restrict-access subnet <IPv6-PREFIX> {log [all|denied-only]}
ipv6 restrict-access subnet <IPv6-PREFIX> {host <IPv6> {log [all|denied-only]}}
Parameters
ipv6 restrict-access host <IPv6> {log [all|denied-only]}
host <IPv6> |
Restricts management access to a specified host, based
on the host‘s IPv6 address
- <IPv6> – Specify the host‘s IPv6 address.
|
log [all|denied-only] |
Optional. Configures a logging policy for access
requests
- all – Logs all access requests, both denied and
permitted
- denied-only – Logs only denied access events (when a host
is denied access)
|
ipv6 restrict-access host <IPv6> {subnet <IPv6-PREFIX> {log [all|denied-only]}}
host <IPv6> |
Restricts management access to a specified host, based
on the host‘s IPv6 address
- <IPv6> – Specify the host‘s IPv6 address.
|
subnet <IPv6-PREFIX> |
Optional. Restricts access to the host on a specified
IPv6 subnet
- <IPv6-PREFIX> – Specify the subnet‘s IPv6 prefix in
the X:X::X:X/M format.
|
log [all|denied-only] |
Optional. Configures a logging policy for access
requests
- all – Logs all access requests, both denied and
|