31 show ip prefix-list Page 493: Detail, Summary
Page 493: Detail, Summary

31-132
seq 5 deny 1.1.1.1/8 (hit count: 0, recount: 0)
Show the prefix-list contents sequence numbered
5. hit count: 0 means being hit 0 time, recount: 0
means referred 0 time.
31.31 show ip prefix-list
Command:
show ip prefix-list [
Function:
Display the contents of the prefix list.
Parameters:
When detail is enabled, detail of prefix-list will be displayed. For summary, it is similar but a
summary will be displayed. <list-name> is the name of the prefix list.
Default:
None.
Command Mode:
Privileged mode and configuration mode
Usage Guide:
If no prefix list name is specified, all the prefix list will be displayed.
Example:
Switch#show ip prefix-list detail mylist
ip prefix-list mylist:
count: 2, range entries: 0, sequences: 5 - 10
seq 5 deny 1.1.1.1/8 (hit count: 0, refcount: 0)
seq 10 permit 2.2.2.2/8 (hit count: 0, refcount: 0)
Switch#show ip prefix-list summary mylist
ip prefix-list mylist:
count: 2, range entries: 0, sequences: 5 – 10
Displayed information
Explanation
ip prefix-list mylist:
To display the prefix list which named mylist.
count: 2, range entries: 0, sequences: 5 - 10
count : 2 means there are two prefix list instances.
sequences: 5-10 means the sequence number. 5
is the starting sequence number, while 10 is the
ending.
deny 1.1.1.1/8 (hit count: 0, refcount: 0)
deny 1.1.1.1/8 is contents of the prefix list. hit