You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two items looking into regarding ipv6 as the RouteMap section is required for the DO. From the documentation I have the following questions:
For the regex in RoutingAsPath the example DO has the following. For two bigip’s in HA these would be the same?
“*” and “$” are different meanings the regex matching is the start or end and are used for the PERMIT and DENY RouteMap.
What should I be using in the regex?
Expectation is BGP uses ipv4 and ipv6 but not sure if the RouteMap is configured correctly for the RoutingAsPath, RoutingPrefixList and the peerGroups.
As a side note I noticed I can remove the routeMap from addressFamilies thus bypassing the RouteMap and its children configs RoutingAsPath and RoutingPrefixList.
Is this ok to do as I cannot remove the code from DO as it eventually times-out with a 400 when missing even when not referenced?
Bypass all the RouteMap, RoutingPrefixList and RoutingAsPath components:
Thank you for your feedback. Do you have an example of the tmsh configuration you are trying to achieve with the DO declaration? I am not a BGP expert, but I can assist with recreating a desired configuration.
Hi,
The DO works as shared (1st DO file) but I have to use extra components I do not need due to it being expected to be present.
Without the RouteMap, RoutingPrefixList and RoutingAsPath being present the DO post errors with 400.
The ask is can they be removed from the DO declaration if not used?
Environment
Summary
Two items looking into regarding ipv6 as the RouteMap section is required for the DO. From the documentation I have the following questions:
“*” and “$” are different meanings the regex matching is the start or end and are used for the PERMIT and DENY RouteMap.
What should I be using in the regex?
Set internetProtocol setting to “all” from ipv4 to cover both and add the ipv6 into neighbors:
RoutingPrefixList required for ipv6?
Expected Behavior
Expectation is BGP uses ipv4 and ipv6 but not sure if the RouteMap is configured correctly for the RoutingAsPath, RoutingPrefixList and the peerGroups.
As a side note I noticed I can remove the routeMap from addressFamilies thus bypassing the RouteMap and its children configs RoutingAsPath and RoutingPrefixList.
Is this ok to do as I cannot remove the code from DO as it eventually times-out with a 400 when missing even when not referenced?
Bypass all the RouteMap, RoutingPrefixList and RoutingAsPath components:
Actual Behavior
A clear and concise description of what actually happens.
Please include any applicable error output.
The text was updated successfully, but these errors were encountered: