Page 1 of 1

Redistrbuting static to BGP

Posted: 20 May 2013 06:32
by eaglecreek
Hi

Is there any example configuration. of redistributing static to BGP ?

Is this correct?

ip bgp status enable
ip route-map "Static-BGP-WAN" sequence-number 50 action permit
ip route-map "Static-BGP-WAN" sequence-number 50 set metric-type external type1
ip redist static into bgp route-map "Static-BGP-WAN" status enable

Re: Redistrbuting static to BGP

Posted: 22 May 2013 18:30
by jlettinck
Yes,

It appears to be correct