bestu 发表于 2015-5-25 12:02:49

Route Redistribution and TAGGing

Using Tagging to prevent the routing loop:

router rip
version 2
redistribute ospf metric 2 route-map RED_OSPF
route-map RED_OSPF deny 10
match tag 1
route-map RED_OSPF permit 20
set tag 2

router ospf 1
redistribute rip metric 20 route-map RED_RIP
route-map RED_RIP deny 10
match tag 2
route-map RED_RIP permit 20
set tag 1
页: [1]
查看完整版本: Route Redistribution and TAGGing