★ iMC adding device via SNMPV3 via RABC

2023-12-27 11:17:10 Published
  • 0 Followed
  • 0Collected ,1683Browsed

Network Topology

Topo


Problem Description

How to add devices for management on iMC via SNMPV3

Process Analysis

Need to understand the configuration of SNMPv3, add relevant configuration of SNMPv3 on the device.

RBAC (Role Based Access Control, role-based access control).

When creating a group name/user name, you can specify the corresponding user role.  

SNMP groups/users with the user role network-admin, mdc-admin or level-15 can read and write all MIB objects; 

SNMP groups/users with the user role network-operator or mdc-operator can read all MIB objects; 

If an SNMP group/user has a user role of a custom role, the corresponding MIB object will be operated according to the user role rules created by the rule command under the user role.

Solution

Ensure that the device and iMC IP address are reachable before configuration.

1. Configure Device:

snmp-agent

snmp-agent sys-info version v3

snmp-agent usm-user v3 smart user-role network-admin simple authentication-mode sha h3c.com privacy-mode aes256 h3c.com

snmp-agent trap enable

snmp-agent target-host trap address udp-domain 172.16.1.70 params securityname smart v3

//The username is smart,authentication-mode is sha and password is h3c.com,encryption password is h3c.com.iMC ip address is 172.16.1.70.


2. Configure iMC

Select the parameter type SNMPv3 Pri-Des,Auth-Sha, and input the authentication and encryption password.

Click test and it will show test successfully.


Please rate this case:   
0 Comments

No Comments

Add Comments: