LOL,

thanks

I got this like 10 mins before I got your email.

I went of a search spree, and found the answer.

Here is what I found, its all binary.

This will permit the default route
ip prefix-list test seq 5 permit 0.0.0.0/0

This will look at the 00000000 first bit of the first octet and will match
the netmask to 8 bit
ip prefix-list test seq 5 permit 0.0.0.0/1 ge 8 le 8

This will look at the first 2 bits of the first octet 10000000 and match the
netmask to 16 bit
ip prefix-list test seq 5 permit 128.0.0.0/2 ge 16 le 16

This will look at the first 3 bits of the first octet 11000000 and match the
netmask to 24 bit
ip prefix-list test seq 5 permit 192.0.0.0/3 ge 24 le 24


Thank you very much for all your help. Really appreciate it

Raj Singh


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72140&t=72090
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to