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!
Original Message:
Sent: 06-07-2022 11:55
From: Jessica Law
Subject: Equivalent of redistribute connected into BGP
Can anyone tell me if there is such a thing as redistributing connected routes into BGP without adding a network statement every time??
Thanks,