Re: Prefix-list

From: Saul Arjona (saul.arjona.bueno@gmail.com)
Date: Tue Oct 02 2007 - 03:05:32 ART


If you use:

Ip prefix-list MYLIST deny 192.168.1.0/24
Ip prefix-list MYLIST permit 0.0.0.0/0 ge 1

 You would be denying 192.168.1.0/24 network and also de default route
0.0.0.0 and permitting everything else

Since the task states that you deny 192.168.1.0/24 and permit everything
else I would use

Ip prefix-list MYLIST deny 192.168.1.0/24
Ip prefix-list MYLIST permit 0.0.0.0/0 le 32

regards
-Saul



This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:11 ART