EXAMPLE-napalm-gamble-replace¶
EXAMPLE profile for NAPALM automation - clone me
Provides an example Profile with configuration information to make
replace changes to a Switch device managed by NAPALM and Digital
Rebar Platform (DRP).
Note
The replace operation will completely replace all
running config on a network device.
This example only provides reference usage, and is not valid unless you customize the values to operate with your switch/router device.
Warning
This example sets the napalm/commit-config to true
which means configurations will immediately be applied
to the system. Set this param to false to only perform
a dry-run type operation.
Recommendation would be to NOT set this Param in the
Profile, but set it on the managing Context for the switch.
Then toggle it between false and true to implement
changes after review.
Objects that Reference EXAMPLE-napalm-gamble-replace¶
Not used in current content packs
Objects used by EXAMPLE-napalm-gamble-replace¶
- params napalm/config-extra in field Params as value
- params napalm/config-hostname in field Params as value 10.10.1.8
- params napalm/config-optional in field Params as value {"port": 443}
- params napalm/config-password in field Params as value RocketSkates
- params napalm/config-template in field Params as value EXAMPLE-napalm-gamble-replace.conf.tmpl
- params napalm/config-username in field Params as value rebar
- params napalm/load-operation in field Params as value replace
- params napalm/commit-config in field Params as value true