Prefix-list help [7:72090]

2003-07-10 Thread Raj Singh
Classless domain -R1--classful domain R1 is the border router between the classless and classful routing domain. R1 maintains a BGP peering session with the classless routing domain, and runs a classful IGP with the classful routing domain. The classless routing domain is

Re: Prefix-list help [7:72090]

2003-07-10 Thread Zsombor Papp
Hi, I would suggest the following: ip prefix-list test seq 5 permit 0.0.0.0/0 ip prefix-list test seq 10 permit 0.0.0.0/1 ge 8 le 8 ip prefix-list test seq 15 permit 128.0.0.0/2 ge 16 le 16 ip prefix-list test seq 20 permit 192.0.0.0/3 ge 24 le 24 Your solution wouldn't filter out those subnets

RE: Prefix-list help [7:72090]

2003-07-10 Thread Raj Singh
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 first bit of the first octet and