napalm/config-template¶
Defines a series of commands to run on NAPALM managed device.
Defines the name of the Template which should be used to either merge
or
replace
the config on the network device with. The default operation is
defined as merge
, and can be changed by setting the napalm/load-operation
Param on the system.
In addition, the safety Param napalm/commit-config
MUST be set to true
for the operation to be run. Otherwise, the operation will be discarded after
the compare_config operation is completed.
By default napalm/commit-config
is false
.