★ iMC adding device via SNMPV3 via VACM

2023-12-27 11:13:16 Published
  • 0 Followed
  • 0Collected ,1794Browsed

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.

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.


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 mib-view included view1 iso

snmp-agent group v3 group1 privacy read-view view1 write-view view1

snmp-agent usm-user v3 smart roup1 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: