![]() |
![]() |
|||||||||||||||||||
|
||||||||||||||||||||
|
prefix-list CIDR posted 08/31/2003
|
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 ?