From: navaid@rogers.com
Date: Sun Aug 31 2003 - 10:12:32 GMT-3
Question:
Construct a prefix list that permits the CIDR block containing the thirty-two class C networks beginning with 200.202.160.0/24, and denies everything else.
My answer:
ip prefix-list test13 seq 5 permit 200.202.160.0/19 le 24
Actual answer:
ip prefix-list test13 seq 5 permit 200.202.160.0/19
This answer will only permit the CIDR block but not class C networks belonging to that block. So is this answer correct ?
This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:54:11 GMT-3