Network Management

 View Only
Expand all | Collapse all

Configure snmpv3 - IMC

This thread has been viewed 5 times
  • 1.  Configure snmpv3 - IMC

    Posted Jul 13, 2021 06:08 AM

    Hello team,

    Can you explain to me how configure snmpv3 between en Aruba switch (S.15.09.0029) and IMC (version PLAT 7.3 E0705P10) step by step please ? 

    I tried with these command but it doesn't work :

    snmpv3 enable

    snmpv3 group managerpriv user "imc" sec-model ver3

    snmpv3 targetaddress "traphost.L@p!MC27.10.124.86.133" params

    "traphost.L@p!MC27.10.124.86.133" 10.124.86.133 taglist "TrapHost"

    snmpv3 params "traphost.L@p!MC27.10.124.86.133" user "L@p!MC27" sec-model ver2c

    message-processing ver2c

    snmpv3 user "imc"

    snmpv3 user "initial"

     

    Thanks in advance


    #imc


  • 2.  RE: Configure snmpv3 - IMC

    Posted Jul 13, 2021 12:11 PM

    Hi @jrandriam 

    You may try the below example.

    Switch:

    snmpv3 enable
    snmpv3 user swsnmpv3user auth sha authenticationpassword priv aes encryptionpassword
    snmpv3 group managerpriv user swsnmpv3user sec-model ver3

    IMC

    Capture.JPG

    Make sure the authentication password and encryption password are matching with the switch.