IPv6 Configuration Guide K/KA/KB.15.15

130 permit ipv6 ::/0 ::/0
exit
Entering either an unnumbered remark followed by a manually numbered ACE (using 1 -
2147483647 ), or the reverse (an unnumbered ACE followed by a manually numbered remark)
can result in an "orphan" remark.
Configuring two remarks without including either sequence numbers or an intervening,
unnumbered ACE results in the second remark overwriting the first.
Example 76 Overwriting one remark with another
HP Switch(config-ipv6-acl)# permit ipv6 host fe80::a1:121 fe80::/104
HP Switch(config-ipv6-acl)# deny tcp any eq ftp 2001:db8:0:a1::/64
HP Switch(config-ipv6-acl)# remark Marketing
HP Switch(config-ipv6-acl)# remark Channel_Mktg
Port_1_5400(config-ipv6-acl)# show access-list Accounting config
ipv6 access-list "Accounting"
10 permit ipv6 fe80::a1:121/128 fe80::/104
20 deny tcp ::/0 eq 21 2001:db8:0:a1::/64
30 remark "Channel_Mktg"
exit
NOTE: Where multiple remarks are sequentially entered for automatic inclusion
at the end of an ACL, each successive remark replaces the previous one until an
ACE is configured for automatic inclusion at the end of the list.
Viewing ACL configuration data
The show commands in this section apply to both IPv6 and IPv4 ACLs. For information on IPv4
ACL operation, see chapter "IPv4 Access Control Lists" in the Access Security Guide for your switch.
PageFunctionACL Commands
133Displays a brief listing of all IPv4
and IPv6 ACLs on the switch.
show access-list
134Display the type, identifier, and
content of all IPv4 and IPv6 ACLs
configured in the switch.
show access-list config
135List the name and type for each IPv4
and IPv6 ACL application assigned
to a particular VLAN on the switch.
show access-list vlan vid
136List the name and type for each IPv6
ACL application assigned to a
particular tunnel on the switch.
show access-list tunnel tunnel-id
137Lists the IPv4 and IPv6 ACL static
port assignments for either all ports
show access-list ports [ all | port-list ]
and trunks, or for the specified ports
and/or trunks.
138Display detailed content information
for a specific IPv4 or IPv6 ACL.
show access-list identifier [ config ]
Using the config option displays the
ACL in a list format similar to that
used to display an ACL in the show
running-config output.
132 IPv6 Access Control Lists (ACLs)