CLI Guide

Table Of Contents
Layer 3 Routing Commands 1441
show ip prefix-list prefix-list-name seq sequence-number
show ip prefix-list prefix-list-name
show ip prefix-list summary
show ip prefix-list summary prefix-list-name
show ip prefix-list detail
show ip prefix-list detail prefix-list-name
show ip prefix-list
The following information is displayed.
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
Fields Description
count Number of entries in the prefix list.
range entries Number of entries that match the input range.
ref count Number of entries referencing the given prefix list.
seq Sequence number of the entry in the list.
permit/deny Actions.
sequences Range of sequence numbers for the entries in the list.
hit count Number of times the prefix was matched in the routing
decision process.