-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"01071c3f:3: Cannot mix routing-protocol Legacy and TMOS mode for route-domain (/Common/0)." #287
Comments
I have a similar configuration, with schema version 1.42.0 and f5-declarative-onboarding-1.42.0-9.noarch.rpm installed in BIG-IP 17.1.1.1 build 0.0.2.
I get the error trying to create BGP:
I also get the error when trying to create a prefix list, and no BGP:
|
The error is also discussed here https://community.f5.com/discussions/technicalforum/create-net-routing-bgp-issue-rci-for-bgp-and-bfd-zebos-to-tmsh-routing/199055 The last comment mentions "Since these approaches to provisioning are mutually exclusive, do not enable any routing protocol under Network >> Route Domains “Dynamic Routing Protocols”" So there is still the question of how to enable BFD for BGP sessions, as mentioned also in #366 |
Hello Team,
I am having trouble using DO for BGP configuration. I am using following DO version.
[
{
"id": 0,
"selfLink": "https://localhost/mgmt/shared/declarative-onboarding/info",
"result": {
"class": "Result",
"code": 200,
"status": "OK",
"message": "",
"errors": []
},
"version": "1.26.0",
"release": "5",
"schemaCurrent": "1.26.0",
"schemaMinimum": "1.0.0"
}
]
Here is my declaration
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.23.0/remote.schema.json",
"class": "DO",
"declaration": {
"schemaVersion": "1.26.0",
"class": "Device",
"async": true,
"Common": {
"class": "Tenant",
"hostname": "bigip.example.com",
"myRouteDomain": {
"class": "RouteDomain",
"id": 0,
"routingProtocols": [
"BGP"
]
},
"exampleRoutingBGP": {
"class": "RoutingBGP",
"localAS": 65010,
"routerId": "10.1.1.1"
}
}
}
}
I am getting following error message
{
"class": "Result",
"code": 202,
"status": "ROLLING_BACK",
"message": "invalid config - rolling back",
"errors": [
"01071c3f:3: Cannot mix routing-protocol Legacy and TMOS mode for route-domain (/Common/0)."
]
}
The text was updated successfully, but these errors were encountered: