Hi
i get into node detail on NCM module, and i want to do save to file of configuration file of switch, the file download to my computer but the name of it not conatin the switch name , what can i do ?
It's possible that the naming template for NCM has been modified. If you have permissions, from the web console, go to Settings - All Settings - NCM Settings - Config Settings. The last group of items above the Submit button should be the information NCM uses to name files. This field supports SWIS variables. The default should look something like this (Came from Dev environment):
${NodeGroup}${Caption}${Date}${Caption}-${ConfigType}-${LongTime}.Config
${Caption} is generally where the device name comes from. If this is configured in your template, the device may not have a caption in the database and you'll have to add one to it or use a different variable here.
*Note- pay attention to the entries for each polling engine, as you can either tell NCM to use the same template for all engines or set up different templates for each one.