ipv6 (management-policy)

Restricts management access to specified hosts and/or subnets based on their IPv6 addresses and prefixes respectively

Supported on the following devices:

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]}}