[c-nsp] Result of Duplicate SEQ on Prefix List

Christian Koch christian at visr.org
Thu Feb 21 18:33:50 EST 2008


hi all -

if by mistake a prefix list was added with the same sequence number, would
there be any negative result?

the prefix list would be referenced in a route map which sets metric for
hsrp-active/standby

so if i have

ip prefix-list HSRP-S seq 2 permit 10.10.10.0/27

and the following is added by mistake

ip prefix-list HSRP-S seq 2 permit 10.10.11.0/24

would there be any impact?

the related route maps look like this
!
route-map ospf-connected permit 5
 match ip address prefix-list HSRP-A
 set metric 50
 set metric-type type-1
!
route-map ospf-connected permit 10
 match ip address prefix-list HSRP-S
 set metric 100
 set metric-type type-1
!


More information about the cisco-nsp mailing list