thanks Hemil Aquino
I had this one : 10.0.0.0/2 ge 17 -----you can see it is just 2 bits after the slash "/"
if it was 10.0.0.0/8 ge 17 or 10.0.0.0/16 ge 17, it would make sense , but 2 bits from the first octet , I could not tell what is covered to be permitted and what is not...
jskfan
ASKER
i know 10 in binary is 00001010
if My prefix list is :
ip prefix-list LIST1 permit 10.0.0.0/2
you would think from the first octet (10) in binary it has 2 Zeros 00001010
so any network that starts with 10 in our case is permitted
but when I used that prefix list ... the routing table dis not show any of the Network 10
I had this one : 10.0.0.0/2 ge 17 -----you can see it is just 2 bits after the slash "/"
if it was 10.0.0.0/8 ge 17 or 10.0.0.0/16 ge 17, it would make sense , but 2 bits from the first octet , I could not tell what is covered to be permitted and what is not...