Generating switch configs for non-eos devices #4589
-
I'm wondering if it's possible to generate device configurations that aren't a part of my AVD fabric. Perhaps it's possible with PyAVD alone, but I'm not sure. When I checked avd.sh, the site said "Generation of device configuration," so I thought it might be possible to generate configs and documentation for Aruba/Comware, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Trailingslashes Yes, it is possible to generate configurations for other vendors. Note that when generating the configuration, we rely on pushing it using a "config replace," so we don't have to consider the device's current running configuration state. |
Beta Was this translation helpful? Give feedback.
@Trailingslashes Yes, it is possible to generate configurations for other vendors.
The
eos_designs
role outputs a "structured configuration", which you can use to generate a configuration for another vendor (e.i. replaceeos_cli_config_gen
witharuba_config_gen
).Note that when generating the configuration, we rely on pushing it using a "config replace," so we don't have to consider the device's current running configuration state.