[c-nsp] route-map 'continue' broken in 6500 12.2(18)SXF6?

James Jun james at towardex.com
Fri Dec 1 19:37:20 EST 2006


Hello,

Anyone tried using 'continue' statement when building BGP route-map policies
on 12.2(18)SXF6 code for 6500 series?  It doesn't appear to work here, on
neither inbound nor outbound route-map.. route-map evaluation/search
terminates when a match is found even when 'continue' is present.  Same
configuration appears to work properly however on a 7200 router box running
advipservices/12.4(9)T1 code.

Unless ofcourse, I'm doing something wrong :)

Here is an outbound route-map that didn't work.  Search/evaluation
terminates on step 'permit 2' when matched, instead of continuing forward to
step 5.

route-map n701-1239-fenwy-out permit 1
 match ip address prefix-list pl-export-1239-fenwy-bypass
!
route-map n701-1239-fenwy-out permit 2
 match community n-on-net
 continue 5
!
route-map n701-1239-fenwy-out deny 3
!
route-map n701-1239-fenwy-out permit 5
 match community n-1239-overridenx
 continue 40
!
route-map n701-1239-fenwy-out deny 10
 match community n-1239-no-export
!
route-map n701-1239-fenwy-out permit 40
 match community n-reset
 set metric 0
!
route-map n701-1239-fenwy-out permit 41
 set metric-type internal
!


TIA,
james



More information about the cisco-nsp mailing list