From: Tapas Das (tapas_75@hotmail.com)
Date: Sat Mar 29 2008 - 17:17:55 ART
I want to filter only class C routes using prefix-list
what is the right command
option 1) ip prefix-list f<name> seq 5 permit 192.0.0.0/8 le 32
option 2) ip prefix-list <name> seq 5 permit 192.0.0.0/8 le 24
option 3) ip prefix-list <name> seq 5 permit 192.0.0.0/8 ge 24
option 4) ip prefix-list f<name> seq 5 permit 192.0.0.0/3 le 32
option 5) ip prefix-list <name> seq 5 permit 192.0.0.0/3 le 24
option 6) ip prefix-list <name> seq 5 permit 192.0.0.0/3 ge 24
Thanx in advance
This archive was generated by hypermail 2.1.4 : Tue Apr 01 2008 - 07:53:54 ART