06-07-2022 11:56 AM
06-14-2022 10:15 AM
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!