[c-nsp] "continue" clause in route-maps

Jurgen Marenda jm at ilk.net
Tue Feb 15 03:20:38 EST 2011


Yann, 

you have configured a rout-map with a
"Match operations with Continue Clauses"
instead of a "Set Operation with Continue Clauses" :
 
> route-map PEER-OUT permit 10
>  match community 1
>  continue
---!!!!!!!!
>  set community 1:100 additive

The "continue" should go for the desired behaviour
behind the set clause to read:

!
route-map PEER-OUT permit 10
 match community 1
 set community 1:100 additive
 continue
!

See:
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gt_brmcs.html

Juergen.



More information about the cisco-nsp mailing list