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).
  • Commit Configuration: Calls netmiko commit function after applying the configuration.
  • Exit config mode: Determines whether or not 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).

Note

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