IPv6 Configuration Guide K/KA/KB.15.15

Example 77 An ACL configured syntax listing
HP Switch(config)# show access-list config
ip access-list extended "101"
10 permit tcp 10.30.133.27 0.0.0.0 0.0.0.0 255.255.255.255
20 permit tcp 10.30.155.101 0.0.0.0 0.0.0.0 255.255.255.255
30 deny ip 10.30.133.1 0.0.0.0 0.0.0.0 255.255.255.255 log
40 deny ip 10.30.155.1 0.0.0.255 0.0.0.0 255.255.255.255
exit
ipv6 access-list "Accounting"
10 permit tcp 2001:db8:0:1af::10:14/128 ::/0 eq 23
20 permit tcp 2001:db8:0:1af::10:23/128 ::/0 eq 23
30 deny tcp 2001:db8:0:1af::10/116 ::/0 log
40 permit ipv6 2001:db8:0:1af::10/116 ::/0
50 deny ipv6 ::/0 ::/0 log
exit
ipv6 access-list "List-01-Inbound"
10 permit icmp fe80::10:60/128 ::/0 dscp 38
20 permit icmp fe80::10:77/128 ::/0 dscp 38
30 permit icmp fe80::10:83/128 ::/0 dscp 38
40 deny icmp ::/0 ::/0 dscp 38
50 permit ipv6 fe80::10/112 ::/0
60 deny ipv6 fe80::/64 ::/0
exit
Viewing the IPv4 and IPv6 VACL assignments for a VLAN
Lists the identifiers and types of VACLs currently assigned to a particular VLAN in the running-config
file. For IPv6 ACLs, the switch supports one VACL assignment per VLAN. For IPv4 ACLs, the switch
supports one inbound and one outbound RACL assignment per VLAN, and one VACL assignment
per VLAN.
Syntax:
show access-list vlan vid
Lists the current IPv4 and IPv6 ACL assignments to the specified VLAN (in the running
config file).
NOTE: This information also appears in the show running output. If you execute write
memory after configuring an ACL, it also appears in the show config output.
Viewing the IPv4 and IPv6 VACL assignments for a VLAN 135