Network Configuration Manager  webinar banner

Alaxala 2400 3600 and 6300 Switches

Network Configuration Manager helps you manage the device configuration of Alaxala 2400 3600 and 6300 Switches. With the help of our Alaxala 2400 3600 and 6300 Switches device template, you can easily discover your devices and start managing their configurations. Import the Alaxala 2400 3600 and 6300 Switches template into Network Configuration Manager to gain complete control and visibility over your devices. For any networking devices such as Alaxala 2400 3600 and 6300 Switches, 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, Alaxala 2400 3600 and 6300 Switches), 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.

Alaxala 2400 3600 and 6300 Switches

Alaxala 2400 3600 and 6300 Switches configuration commands

Below are the commands that will be executed for the respective operation in Alaxala 2400 3600 and 6300 Switches

Alaxala 2400 3600 and 6300 Switches - Backup Running Configuration (SSH/TELNET)

  1. set terminal pager disable
  2. show running-config - [This is the actual command executed for Backup Running Configuration]

Alaxala 2400 3600 and 6300 Switches - Backup Startup Configuration (SSH/TELNET)

  1. set terminal pager disable
  2. show startup-config - [This is the actual command executed for Backup Startup Configuration]

Alaxala 2400 3600 and 6300 Switches - Upload Running Configuration (SSH/TELNET)

  1. configure terminal
  2. ${UserInput:FileContents}
  3. exit

Alaxala 2400 3600 and 6300 Switches - Enable Syslog Change Detection (SSH/TELNET)

  1. configure terminal
  2. logging host ${UserInput:HostIpAddress}
  3. logging trap ${UserInput:LoggingLevel}
  4. end

Alaxala 2400 3600 and 6300 Switches - Disable Syslog Change Detection (SSH/TELNET)

  1. configure terminal
  2. no logging host ${UserInput:HostIpAddress}
  3. end

Alaxala 2400 3600 and 6300 Switches - Get Hardware Details (SSH/TELNET)

  1. show running-config

Alaxala 2400 3600 and 6300 Switches - Backup Running Configuration (SSH/TELNET - TFTP)

  1. copy running-config tftp://${UserInput:tftp_server_address}/${UserInput:file_name}

Alaxala 2400 3600 and 6300 Switches - Backup Startup Configuration (SSH/TELNET - TFTP)

  1. copy startup-config tftp://${UserInput:tftp_server_address}/${UserInput:file_name}

Alaxala 2400 3600 and 6300 Switches - Upload Running Configuration (SSH/TELNET - TFTP)

  1. copy tftp://${UserInput:tftp_server_address}/${UserInput:file_name} running-config

Alaxala 2400 3600 and 6300 Switches - Upload Startup Configuration (SSH/TELNET - TFTP)

  1. copy tftp://${UserInput:tftp_server_address}/${UserInput:file_name} startup-config

Alaxala 2400 3600 and 6300 Switches - Enable Syslog Change Detection (SSH/TELNET - TFTP)

  1. configure terminal
  2. logging host ${UserInput:HostIpAddress}
  3. logging trap ${UserInput:LoggingLevel}
  4. end

Alaxala 2400 3600 and 6300 Switches - Disable Syslog Change Detection (SSH/TELNET - TFTP)

  1. configure terminal
  2. no logging host ${UserInput:HostIpAddress}
  3. end

Alaxala 2400 3600 and 6300 Switches - Sync Configuration (SSH/TELNET - TFTP)

  1. copy running-config startup-config

Alaxala 2400 3600 and 6300 Switches - Get Hardware Details (SSH/TELNET - TFTP)

  1. show running-config

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.