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
Being able to manipulate connection settings for grabbing backup configs is required in certain scenarios. Few examples:
Slow responding device (old).
Large configs that may cause the backup to fail as the prompt is never found.
By default the golden config plugin has a shim plugin nautobot-plugin-nornir that offers the flexibility to change the connection options globally or by using config-context which offers a greater flexibility on a per device, role, platform etc. level.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Being able to manipulate connection settings for grabbing backup configs is required in certain scenarios. Few examples:
By default the golden config plugin has a shim plugin
nautobot-plugin-nornir
that offers the flexibility to change the connection options globally or by using config-context which offers a greater flexibility on a per device, role, platform etc. level.Simple examples of how to do it globally:
If you'd like to use config-context without any defaults you would simply toggle the feature on in the PLUGIN_CONFIG
You can then have each of the connection_option settings per nornir extras path defined in config-context of your choice. More information provided in the docs.
https://docs.nautobot.com/projects/plugin-nornir/en/latest/user/app_feature_inventory/
Beta Was this translation helpful? Give feedback.
All reactions