Wired Intelligent Edge

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

SNMPv3 Notify to Airwave

This thread has been viewed 17 times
  • 1.  SNMPv3 Notify to Airwave

    Posted Feb 11, 2020 09:46 PM

    Hi chaps,

     

    I have got an Aruba 5405 switch with the following SNMPv3 configuration:

    snmp-server enable traps startup-config-change
    snmp-server enable traps running-config-change
    snmpv3 enable
    snmpv3 only
    snmpv3 restricted-access
    snmpv3 group managerpriv user "initial" sec-model ver3
    snmpv3 notify "initial" tagvalue "initial"
    snmpv3 targetaddress "initial" params "initial" 192.168.1.203 filter all taglist "initial"
    snmpv3 params "initial" user "initial" sec-model ver3 message-processing ver3 priv
    snmpv3 community index "initial" name "initial" sec-name "initial" tag "initial"
    snmpv3 user "initial"

     

    Within Airwave, I have added the switch to it, with the correct SNMP and SSH credentials. Airwave is able to collect the device information.

     

    The issue is, Airwave can't receive any SMNP traps.

    Could someone point out if anything else I will need to do?

     

    Thanks

    NC



  • 2.  RE: SNMPv3 Notify to Airwave

    EMPLOYEE
    Posted Feb 12, 2020 07:12 AM

    Could you post your AirWave group/device config for SNMPv3?

     

    This is a working config I have used previously to send SNMPv3 traps to AMP:

    snmpv3 enable
    snmpv3 group managerpriv user "v3user" sec-model ver3
    snmpv3 notify "v3all" tagvalue "v3all"
    snmpv3 targetaddress "v3all" params "v3all" <airwaveIP> taglist "v3all"
    snmpv3 params "v3all" user "v3user" sec-model ver3 message-processing ver3 priv
    snmpv3 user "v3user"

     

    On AMP verify the following points:

    1. Group config set to use V3
    2. Double check SNMPv3 user/shared secret
    3. Check for any Errors in the AMP event log


  • 3.  RE: SNMPv3 Notify to Airwave

    MVP GURU
    Posted Feb 12, 2020 10:56 AM

    Hi,

     

    There is a also a "Global" Settings for enable SNMPv3...



  • 4.  RE: SNMPv3 Notify to Airwave

    Posted Feb 13, 2020 06:55 PM

    Thanks for the reply.

     

    I have attached the Airwave group and service configuration.

     

    Seems nothing wrong with the switch configuration.

     

    BTW, I can use SNMPv3 pull to get the device info, such as the port info, vlan info, power info.