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.
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
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)
I agree with jslaven
There is an error on last answer