Wired Intelligent Edge

 View Only
last person joined: 2 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Setting up SNMPv3 on 2530

This thread has been viewed 13 times
  • 1.  Setting up SNMPv3 on 2530

    Posted Jun 28, 2022 11:37 AM
    Hi Guys,

    I have followed Document - 16.10 Aruba 2530 Management and Configuration Guide for ArubaOS-Switch 16.10 | HPE Support to setup SNMPv3 but I am getting "Security access violation from xx.x.x.xxx for the community name or user name : " whenever I setup our Management software (Forescout) to connect to it.

    When I use v2C it works

    I have added the forescout server as a trap server.

    The only difference I can see is that Forescout uses HMAC-MD5 instead of just MD5.

    Cheers


  • 2.  RE: Setting up SNMPv3 on 2530

    Posted Jun 28, 2022 03:55 PM

    Hey, I'm fairly new myself but maybe I can help out.

    1. Is snmp V2C still running alongside V3? If so, maybe try disabling it.

    switch(config)# snmpv3 only

    2. I assume you created a snmpv3 user for this application. Make sure it is part of the manager group.

    switch(config)# snmpv3 group managerpriv [username] sec-model ver3




  • 3.  RE: Setting up SNMPv3 on 2530

    Posted Jun 29, 2022 02:02 AM
    Hi,

    I guess that the SNMP query of your tool tries to connect with another community name. SNMPv3 only is not really necessary.
    What does your configuration look like?

    Example:
    snmpv3 engineid "xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"
    snmpv3 enable
    snmpv3 group managerpriv user "TestUser" sec-model ver3
    snmpv3 user "TestUser" auth sha "xxxxxxxxxxxxx" priv aes "xxxxxxxxxxxxxxx"​


    Cheers




  • 4.  RE: Setting up SNMPv3 on 2530
    Best Answer

    Posted Jun 29, 2022 03:44 AM
    Hi guys,

    Thanks for coming back. I actually resolved it prior to the post being approved.

    I started again with the settings and also removed and started the settings in Forescout. All working.

    Many thanks for your help.

    Cheers