Redistribute ospf into bgp

Post Reply
m00n
Member
Posts: 28
Joined: 12 Apr 2011 08:26
Location: Poland

Redistribute ospf into bgp

Post by m00n »

Hello
I am totalyy new in Alcatel-Lucent Service router world :) i have expierience in Alcatel-Lucent omniswitches family (os 6400, os6850, os10k) but router cli and configuration issues are different than omniswitches :) So the question is: How redistribute ospf routes to bgp. I am looking for cisco like comand: redistribute ospf but i think i have to do somethin like route/policy map ? Can you help me ?
Network & UnixAdministrator, The State School of Higher Professional Education in Elbląg, ACFE
m00n
Member
Posts: 28
Joined: 12 Apr 2011 08:26
Location: Poland

Re: Redistribute ospf into bgp

Post by m00n »

anyone ?
Network & UnixAdministrator, The State School of Higher Professional Education in Elbląg, ACFE
mivens
Member
Posts: 262
Joined: 28 Sep 2012 06:34

Re: Redistribute ospf into bgp

Post by mivens »

Something like this:

Code: Select all

/configure router policy-options
begin
            policy-statement "FOO"
              entry 100
                    from
                        protocol ospf
                    exit
                    to
                        protocol bgp
                    exit
                    action accept
                        metric set 1000
                        next-hop-self
                    exit
commit
Then apply it as an export policy to the relevant BGP neighbour/neighbour group.
Post Reply

Return to “7750 SR”