Network Configuration Manager  webinar banner

NEC IX2025

Network Configuration Manager helps you manage the device configuration of NEC IX2025. With the help of our NEC IX2025 device template, you can easily discover your devices and start managing their configurations. Import the NEC IX2025 template into Network Configuration Manager to gain complete control and visibility over your devices. For any networking devices such as NEC IX2025, Network Configuration Manager performs configuration operations that are configured in the form of device templates. And whenever we initiate any config operations, Network Configuration Manager connects to the device (here, NEC IX2025), executes set of commands that are configured in the device template into the device CLI based on the operation and protocol used while applying credentials (e.g., SSH/Telnet/SSH-TFTP), and finally processes the results and records/stores the necessary details.

NEC IX2025

NEC IX2025 configuration commands

Below are the commands that will be executed for the respective operation in NEC IX2025

NEC IX2025 - Backup Running Configuration (SSH/TELNET)

  1. en
  2. terminal length 0
  3. show running-config - [This is the actual command executed for Backup Running Configuration]

NEC IX2025 - Backup Startup Configuration (SSH/TELNET)

  1. en
  2. terminal length 0
  3. show startup-config - [This is the actual command executed for Backup Startup Configuration]

NEC IX2025 - Enable Syslog Change Detection (SSH/TELNET)

  1. svintr-config
  2. syslog ip host ${UserInput:HostIpAddress}
  3. logging subsystem cnfg info
  4. logging subsystem tels info
  5. write memory
  6. exit

NEC IX2025 - Disable Syslog Change Detection (SSH/TELNET)

  1. svintr-config
  2. no syslog ip host ${UserInput:HostIpAddress}
  3. write memory
  4. exit

NEC IX2025 - Backup Running Configuration (SSH/TELNET - TFTP)

  1. svintr-config
  2. erase default-config
  3. copy running-config default-config
  4. tftp put default-config ${UserInput:tftp_server_address}:${UserInput:file_name}
  5. exit

NEC IX2025 - Backup Startup Configuration (SSH/TELNET - TFTP)

  1. svintr-config
  2. tftp put startup-config ${UserInput:tftp_server_address}:${UserInput:file_name}
  3. exit

NEC IX2025 - Enable Syslog Change Detection (SSH/TELNET - TFTP)

  1. svintr-config
  2. syslog ip host ${UserInput:HostIpAddress}
  3. logging subsystem cnfg info
  4. logging subsystem tels info
  5. write memory
  6. exit

NEC IX2025 - Disable Syslog Change Detection (SSH/TELNET - TFTP)

  1. svintr-config
  2. no syslog ip host ${UserInput:HostIpAddress}
  3. write memory
  4. exit

NEC IX2025 - Sync Configuration (SSH/TELNET - TFTP)

  1. svintr-config
  2. write memory
  3. exit

Configuration Operations Supported in Network Configuration Managers' Device Template

As of now, the following config operations are supported in Network Configuration Managers' device templates

Configuration Backup

  1. Configurations files will be read from the end device and will be stored in Network Configuration Manager
  2. If there is any change between the configurations that are backedup already and the new one, then new configuration will be saved as different version and the user will be notified on the change.

Configuration Upload

  1. The configuration file or configuration draft created by the user that was backedup previously will be uploaded from Network Configuration Manager to the device
  2. The configuration file that is going to be uploaded is user specific and it can also be edited and uploaded as a draft
  3. To perform upload operation, device must support TFTP/SCP and device should be associated with either SSH/Telnet-TFTP or SSH-SCP credentials in Network Configuration Manager.

Sync Configuration

  1. It copies Running Configuration to the Startup Configuration, so that Running and Startup configuration can be in Sync.
  2. The changes made in the Running Configuration is saved in Startup Configuration to avoid config loss in case of unexpected device reboot or power failure etc

Automatic Change Detection

  1. Configures Network Configuration Manager server as Syslog server in the networking device, which enables forwarding of syslog messages from Device to Network Configuration Manager
  2. Syslog messages carrying the details on who made a change in the device configuration acts as a key for the Automatic Change detection feature

Update Hardware Details

  1. Interface details of the device will be processed and get listed under Interface details Tab on device snapshot of the respective device
  2. Additional to the above configuration operations that are configured in device template, the commands to fetch hardware details like OSVersion, Model, Series, Serial Number, etc., will also be configured;

Variables Supported in NCM Device Templates

We use a few variables to make the commands generic in Device Tempaltes

Network Configuration Manager Server IP can be found under Settings -> Server Settings.

Network Configuration Manager SCP Server credential details can be found under Settings -> SSH Settings -> SCP Server.

S.No Variable Values
1 ${UserInput:tftp_server_address} NCM Server IP - Eg : 10.10.190.5
2 ${UserInput:file_name} will be created based on deviceId to make the file name unique
3 ${UserInput:HostIpAddress} NCM Server IP - Eg : 10.10.190.5
4 ${UserInput:LoggingLevel} notification/info that is choosen while enabling change detection will be used
5 ${UserInput:scp_server_address} NCM Server IP - Eg : 10.10.190.5
6 ${UserInput:scp_username} NCM SCP Server UserName - Eg : admin
7 ${UserInput:scp_password} NCM SCP Server password - Eg : admin

Disclaimer:This web page is intended to provide you information about new Device Templates to manage your network. The information is provided "As Is" without warranty of any kind.