From: pierre.guanel@tiscali.fr
Date: Sun Nov 07 2004 - 14:30:08 GMT-3
Hi
ip prefix-list IN seq 5 permit 132.2.0.0/16 le 24
would match networks with masks other than /24 which does not satisfy your requirement.
ip prefix-list IN seq 5 permit 132.2.0.0/16 ge 24 le 24
would ony match /24 prefixes with 132.2. being set
So theoretically it should work.
---------- Initial Header -----------
From : nobody@groupstudy.com
To : "ccielab@groupstudy.com" <ccielab@groupstudy.com>
Cc :
Date : Sat, 6 Nov 2004 11:20:56 -0800
Subject : prefix list again
I wanto write a prefix list that match 132.2.x.0/24 where x can be any number?
Which one is correct?
or
ip prefix-list IN seq 5 permit 132.2.0.0/16 le 24
-
Cert
This archive was generated by hypermail 2.1.4 : Thu Dec 02 2004 - 06:57:39 GMT-3