09-01-2016 03:16 AM - edited 03-08-2019 07:15 AM
on asr1004, can I config to check a subnet metric if it is 30 (an example) than send the subnet to neighper with staticly set metrix to 35?
another way to say, can I do:
route-map to-neigher permit 5
match metrix 30
set metrix 35
Please ad
Julxu
Solved! Go to Solution.
09-01-2016 04:47 AM
Yes youcan do that but make sure if you want to send other subnet as it is then you have to add one more permit line in route-map
route-map to-neigher permit 5
match metric 30
set metric 35
!
route-map to-neigher permit 10
!
router bgp xxx
nei xxxx route-map to-neigher out
!
Kindly rate for useful post
09-01-2016 04:47 AM
Yes youcan do that but make sure if you want to send other subnet as it is then you have to add one more permit line in route-map
route-map to-neigher permit 5
match metric 30
set metric 35
!
route-map to-neigher permit 10
!
router bgp xxx
nei xxxx route-map to-neigher out
!
Kindly rate for useful post
09-01-2016 02:55 PM
Hi Pawan
Great thanks for the advicd.
The permit 10 do not need anything else, some thing like match or set? please confirm.
Many Regards
Julxu
09-01-2016 10:44 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide