Users Guide

Layer 3 Routing Commands 1434
Command History
Introduced in version 6.2.0.1 firmware.
Example
console#show ipv6 prefix-list apple
ipv6 prefix-list apple:
count: 6, range entries: 3, sequences: 5 - 30, refcount: 31
seq 5 deny 5F00::/8 le 128
seq 10 deny ::/0
seq 15 deny ::/1
seq 20 deny ::/2
seq 25 deny ::/3 ge 4
seq 30 permit ::/0 le 128
console#show ipv6 prefix-list summary apple
ipv6 prefix-list apple:
count: 6, range entries: 3, sequences: 5 - 30, refcount: 31
console#show ipv6 prefix-list detail apple
ipv6 prefix-list apple:
count: 6, range entries: 3, sequences: 5 - 30, refcount: 31
seq 5 deny 5F00::/8 le 128 (hit count: 0, refcount: 1)
seq 10 deny ::/0 (hit count: 0, refcount: 1)
seq 15 deny ::/1 (hit count: 0, refcount: 1)
seq 20 deny ::/2 (hit count: 0, refcount: 1)
seq 25 deny ::/3 ge 4 (hit count: 0, refcount: 1)
seq 30 permit ::/0 le 128 (hit count: 240664, refcount: 0)
clear ip prefix-list
To reset the IPv4 prefix-list counters, use the clear ip prefix-list command.
Syntax
clear ip prefix-list [list-name | list-name network mask]
list-name—(Optional) Name of the prefix list from which the hit count is
to be cleared.
network— (Optional) Network number. If this option is specified, hit
counters are cleared only for the matching prefixes.
mask—Required if a network is specified. The network mask in dotted-
quad notation. In dotted-quad notation, the 1 bits must be contiguous
and left justified.