31 show ip prefix-list<detail|summary, Show ip prefix, List – PLANET XGS3-24040 User Manual
Page 400: Detail, Summary

29-113
Displayed information
Explanation
ip prefix-list mylist: 1 entries
Show a prefix-list named mylist which includes
1 instance.
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.
29.31 show ip prefix-list<detail|summary>
Command:
show ip prefix-list [<detail | summary> [<list-name>] ]
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