Administrator Guide

Layer 3 Routing Commands 1428
ip prefix-list fred:
count: 3, range entries: 3, sequences: 5 - 15, refcount: 0
seq 5 permit 10.10.1.1/20 ge 22 (hitcount: 0)
seq 10 permit 10.10.1.2/20 le 30 (hitcount: 0)
seq 15 permit 10.10.1.2/20 ge 29 le 30 (hitcount: 0)
show ipv6 prefix-list
This command displays the contents of IPv6 prefix lists.
Syntax
show ipv6 prefix-list [detail [prefix-list-name] | summary [prefix-list-name]
| prefix-list-name [ipv6-prefix/prefix-length [longer] [first-match] | seq
sequence-number ]]
detail | summary – (Optional) Displays detailed or summarized
information about all prefix lists.
prefix-list-name – (Optional) The name of a specific prefix list.
Information is limited to this particular prefix list.
ipv6-prefix - An IPv6 network assigned to the specified prefix list. This
argument must be in the form documented in RFC 2373 where the address is
specified in hexadecimal using 16-bit values between 0x00 and 0xff and
separated by colons.
prefix-length - The length of the IPv6 prefix given as part of the ipv6-prefix.
Required if a prefix is specified. A decimal value in the range 0 to 128 that
indicates how many of the high-order contiguous bits of the address comprise
the prefix (the network portion of the address) in /length format. A slash
mark must precede the decimal value in /length format.
seq – (Optional) Applies the sequence number to the prefix list entry.
sequence-number – (Optional) The sequence number of the prefix list
entry.
longer – (Optional) Displays all entries of a prefix list that are more
specific than the given network/length.
first-match – (Optional) Displays the entry of a prefix list that matches the
given prefix /prefix-length.