cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
184
Views
0
Helpful
1
Replies

route tag

aaffolter
Level 1
Level 1

hello,

It's possible to tag route with ospf, without use a redistribtion with an other protocol, whithout use reditribut connected and static route.

Thank you very much.

1 Reply 1

ivillegas
Level 6
Level 6

You cant do a route tag of OSPF without redistribution

With the following configuration, OSPF external routes with tags 1, 2, 3, and 5 are redistributed into RIP with metrics of 1, 1, 5, and 5, respectively. The OSPF routes with a tag of 4

are not redistributed.

router rip

redistribute ospf 99 route-map 1

!

route-map 1 permit

match tag 1 2

set metric 1

!

route-map 1 permit

match tag 3

set metric 5

!

route-map 1 deny

match tag 4

!

route map 1 permit

match tag 5

set metric 5