From: nikolai (niko@4ovek.com)
Date: Thu Aug 10 2006 - 18:02:22 ART
I hit a curious issue while applying an inbound route-map to an eBGP
neighbor:
******************************************
* WORKING - both AS_PATH and WEIGHT:
******************************************
route-map ASN400 permit 10
match ip address prefix-list DEF
set weight 200
route-map ASN400 permit 20
match as-path 2
******************************************
* NOT WORKING - only AS_PATH works:
******************************************
route-map ASN400 permit 20
match ip address prefix-list DEF
set weight 200
route-map ASN400 permit 10
match as-path 2
******************************************
ip as-path access-list 2 permit ^[0-9]*_[0-9]*_[0-9]*$
!
ip prefix-list DEF seq 5 permit 0.0.0.0/0
******************************************
Any thoughts?
Thanks,
-- nikolai
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART