BGP Neighbor shutdown #3096
-
Hello, I am working to port our AVD 3.7 over to AVD 4.2 and one issue I'm facing is if I have shutdown a BGP neighbor within my config I get an error. Error; YML for reference;
I suspect with 3.7 it was using eos_cli_config_gen for the shutdown command, but with the upgrade it no longer uses this. I don't see that shutdown is available with eos_designs. Does anyone have a suggestion on how to keep the neighbor shutdown command? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @ecrosswhite, thank you for opening this discussion. It seems like We will create a fix to update the schema and release 4.3 including that fix later this week. Until then you can relax the schema enforcement by setting Thanks |
Beta Was this translation helpful? Give feedback.
Hi @ecrosswhite, thank you for opening this discussion.
It seems like
shutdown
worked "by chance" in 3.x. I checked the old docs and sinceshutdown
was not documented there, it was not carried over to the schema for 4.0.We will create a fix to update the schema and release 4.3 including that fix later this week. Until then you can relax the schema enforcement by setting
avd_data_validation_mode: warning
and then I believe it will work. Please confirm.Thanks
Claus