Page 1 of 1

Redistribute ospf into bgp

Posted: 25 Nov 2013 08:06
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 ?

Re: Redistribute ospf into bgp

Posted: 28 Nov 2013 08:37
by m00n
anyone ?

Re: Redistribute ospf into bgp

Posted: 09 Dec 2013 03:13
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.