Drag the prefix list configuration on the left to match the correct description on the right.

DRAG DROP
Drag the prefix list configuration on the left to match the correct description on the right. Not all option on the left are used.

DRAG DROP
Drag the prefix list configuration on the left to match the correct description on the right. Not all option on the left are used.

Answer:

Explanation:


Match the default Route – ipv4 prefix-list one permit 0.0.0.0/0
Match all routes – ipv4 prefix-list permit 0.0.0.0/0 le 32
Match any host routes – ipv4 prefix-list permit 0.0.0.0/32
Match any /25 to /32 prefixes – ipv4 prefix-list permit 0.0.0.0/0 ge 25



Leave a Reply 2

Your email address will not be published. Required fields are marked *


jslaven

jslaven

ip prefix-list Host_Routes deny 0.0.0.0/0 ge 32

/0 = Not interested in any bit in the prefix
ge 32 = Prefix must be of length 32 (e.g. host route)

my_self

my_self

I agree with jslaven
There is an error on last answer