Topo
How to add devices for management on iMC via SNMPV3
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.
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 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.