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.
VACM (View-based Access Control Model): Binds group names/user names to specified MIB views, which can restrict NMS access to certain MIB objects and define different operation permissions for MIB objects.
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 mib-view included view1 iso
snmp-agent group v3
snmp-agent usm-user v3 smart
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.