Users Guide

Table Of Contents
Layer 3 Routing Commands 1468
Command History
Introduced in version 6.2.0.1 firmware.
Example
console#show ip prefix-list fred
ip prefix-list fred:
count: 3, range entries: 3, sequences: 5 - 15, refcount: 0
seq 5 permit 10.10.1.1/20 ge 22
seq 10 permit 10.10.1.2/20 le 30
seq 15 permit 10.10.1.2/20 ge 29 le 30
console#show ip prefix-list summary fred
ip prefix-list fred:
count: 3, range entries: 3, sequences: 5 - 15, refcount: 0
console#show ip prefix-list detail fred
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.