background image
Creating BGP Policies
329
The no ip prefix-list command followed by the list name is used to delete
a prefix list.
Monitoring Prefix Lists
To view a prefix list, use the show ip prefix-list command. Let's take a
look at the available syntaxes and the output:
RouterA#show ip prefix-list ?
WORD Name of a prefix list
detail Detail of prefix lists
summary Summary of prefix lists
<cr>
RouterA#show ip prefix-list
ip prefix-list list1: 1 entries
seq 15 permit 172.16.0.0/24
RouterA#show ip prefix-list list1
ip prefix-list list1: 1 entries
seq 15 permit 172.16.0.0/24
RouterA#
You can use the clear ip prefix-list command to clear the hit count
of the prefix list entries. You can also select the prefix list name to clear, as
shown below:
RouterA#clear ip prefix ?
WORD Name of a prefix list
<cr>
RouterA#clear ip prefix-list ?
WORD Name of a prefix list
<cr>
RouterA#clear ip prefix-list list1
RouterA#
Copyright ©2001 SYBEX , Inc., Alameda, CA
www.sybex.com