Redistribution
adriansizemore
Member Posts: 51 ■■□□□□□□□□
in CCNP
How can I limit what address i want to redistribute into BGP from ospf through either a prefix list or route map?
10 years Military (6 as data tech)
A.A.S Telecom/Network Technologies
CCNA
642-611
Backbone Engineer
A.A.S Telecom/Network Technologies
CCNA
642-611
Backbone Engineer
Comments
-
adriansizemore Member Posts: 51 ■■□□□□□□□□10 years Military (6 as data tech)
A.A.S Telecom/Network Technologies
CCNA
642-611
Backbone Engineer -
tim100 Member Posts: 162adriansizemore wrote: »sorry, it's how do you do it via both?
Something like:
ip prefix-list OSPF_NETWORK seq 5 permit x.x.x.x/xx
route-map OSPF->BGP permit 10
match ip address prefix-list OSPF_NETWORK
router bgp 100
redistribute ospf 1 route-map OSPF->BGP -
adriansizemore Member Posts: 51 ■■□□□□□□□□Something like:
ip prefix-list OSPF_NETWORK seq 5 permit x.x.x.x/xx
route-map OSPF->BGP permit 10
match ip address prefix-list OSPF_NETWORK
router bgp 100
redistribute ospf 1 route-map OSPF->BGP
AHHH, i thought that was it. I'll give it a try. Thanks for the help.10 years Military (6 as data tech)
A.A.S Telecom/Network Technologies
CCNA
642-611
Backbone Engineer -
tim100 Member Posts: 162adriansizemore wrote: »AHHH, i thought that was it. I'll give it a try.
You might also want to add the "subnets" keyword to your "redistribute ospf" statement depending on your prefix(es).