Link to home
Start Free TrialLog in
Avatar of Mad_Jasper
Mad_JasperFlag for United States of America

asked on

Route-map with selected tags - BGP

I need to redistribute two (of about 10) static routes into BGP.  My memory  of route-map configurations are a little fuzzy.... does this look right?

ip route 1.1.1.1 255.255.255.255 2.2.2.2 tag 100
ip route 1.1.1.2 255.255.255.255. 2.2.2.2 tag 101

Route-map Static_Routes permit 10
 match tag 100 101

router bgp 00000
 redistribute static route-map Static_Routes
ASKER CERTIFIED SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial