Verify IPv6 ACL.
Display IPv6 ACLs (CLI)
Procedure
| 1. | Enable the privileged EXEC mode. Example:
Enter your password if prompted. |
|
| 2. | Enter the global configuration mode. Example:
|
|
| 3. | Display all access lists configured on the device Example:
|
|
| 4. | Display all configured IPv6 access list or the access list specified by name. Example:
|
Example: Create an IPv6 ACL
Logging is supported only on Layer 3 interfaces.
Device(config)# ipv6 access-list CISCO
Device(config-ipv6-acl)# deny tcp any any gt 5000
Device(config-ipv6-acl)# deny ::/0 lt 5000 ::/0 log
Device(config-ipv6-acl)# permit icmp any any
Device(config-ipv6-acl)# permit any any
Example: Apply an IPv6 ACL to a policy profile in a wireless environment
All IPv6 ACLs must be associated to a policy profile.
-
Create an IPv6 ACL.
Device (config)# ipv6 access-list <acl-name> Device (config-ipv6-acl)# permit tcp 2001:DB8::/32 any Device (config-ipv6-acl)# permit udp 2001:DB8::/32 any -
Apply the IPv6 ACL to a policy profile.
Device (config)# wireless profile policy <policy-profile-name> Device (config-wireless-policy)# shutdown Device (config-wireless-policy)# ipv6 acl <acl-name> Device (config-wireless-policy)# no shutdown
Display IPv6 ACLs (CLI)
To display IPv6 ACLs, perform this procedure:
Procedure
| 1. | Display all access lists configured on the device. Example:
|
|
| 2. | Display all configured IPv6 access list or the access list specified by name. Example:
|
Example: Display IPv6 ACLs
Device# show access-lists
Extended IP access list hello
10 permit ip any any
IPv6 access list ipv6
permit ipv6 any any sequence 10
Device# show ipv6 access-list
IPv6 access list inbound
permit tcp any any eq bgp (8 matches) sequence 10
permit tcp any any eq telnet (15 matches) sequence 20
permit udp any any sequence 30
IPv6 access list outbound
deny udp any any sequence 10
deny tcp any any eq telnet sequence 20
Example: Configure RA throttling
This task describes how to create an RA throttle policy in order to help the power-saving wireless clients from being disturbed by frequent unsolicited periodic RA's. The unsolicited multicast RA is throttled by the controller .
Before you begin
Enable IPv6 on the client machine.
Procedure
| 1. | Enter the global configuration mode. Example:
|
|
| 2. | Create a RA throttler policy called Mythrottle. Example:
|
|
| 3. | Determine the time interval segment during which throttling applies. Example:
|
|
| 4. | Determine how many initial RA's are allowed. Example:
|
|
| 5. | Determine how many RA's are allowed after the initial RAs have been transmitted, until the end of the interval segment. Example:
|
|
| 6. | Create a per VLAN configuration. Example:
|
|
| 7. | Enable the router advertisement throttling. Example:
|
|
| 8. | Return to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode. Example:
|