NMS login example

In this example, iMC is used as the NMS.

  1. Configuration on the device

# Assign 1.1.1.1/24 for the IP address of device. Make sure the device and the NMS can reach each other. (Configuration steps are omitted.)

# Enter system view.

<Sysname> system-view

# Enable the SNMP agent.

[Sysname] snmp-agent

# Configure an SNMP group.

[Sysname] snmp-agent group v3 managev3group read-view test write-view test

# Add a user to the SNMP group.

[Sysname] snmp-agent usm-user v3 managev3user managev3group
  1. Configuration on the NMS

On the PC, start the browser. In the address bar, enter http://192.168.3.104:8080/imc, where 192.168.3.104 is the IP address of the iMC.

Type the username and password, and then click Login. The iMC homepage appears.

Log in to the iMC and configure SNMP settings for the iMC to find the device. After the device is found, you can manage and maintain the device through the iMC. For example, query device information or configure device parameters.

The SNMP settings on the iMC must be the same as those configured on the device. If not, the device cannot be found or managed by the iMC. See the iMC manuals for more information.

Click Help in the upper right corner of each configuration page to get corresponding help information.