cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Equivalent of redistribute connected into BGP

Equivalent of redistribute connected into BGP

JessicaL
New Contributor
Can anyone tell me if there is such a thing as redistributing connected routes into BGP without adding a network statement every time??

Thanks,
1 REPLY 1

Gabriel_G
Extreme Employee

Hi Jessica,

You can do a general export statement like the following to advertise direct routes into BGP.
enable bgp export direct

For static routes as well:
enable bgp export static

You can optionally define an export policy in these commands to filter which routes go to BGP. This is generally explained in the routing policy section of the user guide:

https://documentation.extremenetworks.com/exos_31.7/downloads/EXOS_User_Guide_31.7.pdf
https://documentation.extremenetworks.com/exos_commands_31.7/downloads/EXOS_Command_Reference_31.7.pdf

Hope that helps!

GTM-P2G8KFN