beautypg.com

31 show ip prefix-list

Page 400: Detail, Summary

background image


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

Command:

show ip prefix-list [ [<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