How To Check Prefix List In Cisco?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To check the prefix list in Cisco, you can use the show ip prefix-list command. This command will list all of the prefix lists that have been configured on the router. For example:
Router# show ip prefix-list
Prefix-list IP-PREFIX-LIST:
seq 5 permit 10.0.0.0/8
seq 10 deny 10.0.1.0/24
seq 15 permit 0.0.0.0/0 le 32
This command will show the sequence number, action (permit or deny), and prefix information for each entry in the prefix list.