Skip to content

Netmiko Configuration Service

Uses Netmiko to send a list of commands to be configured on the devices.

Netmiko Configuration Service

Configuration parameters for creating this service instance:

  • All Netmiko Service Common Parameters.
  • Content: Paste a configuration block of text here for applying to the target device(s).
  • Interpret Commands as Jinja2 Template: Tell the application to interpret the "Content" text as a Jinja2 template. The output of the rendered template is used as the configuration that is sent to the device.
  • Commit Configuration: Calls netmiko commit function after applying the configuration.
  • Exit config mode: Determines whether to exit config mode after completion.
  • Config Mode Command: The command that will be used to enter config mode.

Advanced Netmiko Parameters

Netmiko Configuration Advanced Parameters

  • Strip command: Remove the echo of the command from the output (default: True).
  • Strip prompt: Remove the trailing router prompt from the output (default: True).
  • Command Verify: Enable to verify command echo for each command in the configuration set (default: False).

Note

This service supports variable substitution in the Content input field of its configuration form.