Documentation forNetwork Configuration Manager
Managing network configurations is a key capability of Hybrid Cloud Observability Advanced and is also available in a standalone module, Network Configuration Manager (NCM). Hybrid Cloud Observability Advanced and NCM are built on the self-hosted SolarWinds Platform.

Change an interface description

Updating interface descriptions with Network Configuration Manager saves time because you do not have to remember IP addresses or login credentials for the device you are updating.

Back up the running configuration

  1. Click My Dashboards > Network Configuration > Configuration Management.
  2. Select one or more nodes.
  3. Click Download > Running.

Update the interface descriptions

  1. Click My Dashboards > Network Configuration > Jobs.
  2. Click Create New Job.
  3. Name the job, and select Execute Command Script on Devices from Job Type.
  4. Specify when the job runs:

    • To run the job once or on a simple schedule, select Basic. Click the tab that identifies how frequently the job runs, and then specify the start time and (if needed) the day(s).

    • To create a more complex schedule, select Advanced and then use the five fields to create a CRON expression.

  5. Add a comment if this job relates to a business rule, and click Next.
  6. Select the nodes to target with this job, and click Next.
  7. Select an email notification option, and click Next. If you click Email Results, the default email notification and SMTP server settings are populated. These settings can be overridden in each job.
  8. Add the script to execute.
    • If you want to load a saved script, click Load Saved Script, and select a script.
    • If you want to load an existing script from disk, click Load Script from File, browse to the file, and click Open.
    • If you want to create a new script, enter your script in the text box. For example:

      config t
      interface Ethernet0
      no description
      description Link to Upstairs Lab
      exit
      exit
      wr mem

      Where Link to Upstairs Lab is the new description.

  9. If you want to save a script, click Save Script to File, specify a location, and click Save.
  10. Select Filter Results that match a pattern if you want to see in the script output only those lines that match a specific regular expression pattern.
  11. Select Show Commands in Output to view what NCM sent to the targeted devices.
  12. Click Next.
  13. Review the settings for the job, and click Finish.

Verify success by checking the interface description

  1. Click My Dashboards > Network Configuration > Config Summary.
  2. Click the updated node in the list.
  3. Click the Configs tab .
  4. Under Config List, select the running config, and click Edit Config.
  5. Locate the interface definitions.
  6. Verify that the new description has been applied to the interface you modified.