Ad Widget

Collapse

Aruba VSF Discovery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tim-Rivet
    Junior Member
    • Mar 2025
    • 4

    #1

    Aruba VSF Discovery

    Hi Everyone,

    Looking for some assistance and guidance here. I'm relatively new to Zabbix.

    I've been using Zabbix to monitor our customers networking infrastructure and alert us on critical issues. Pretty Standard for Zabbix.
    We have a template called Aruba OS-CX Switch SNMP, That I believe came from GitHub.

    My issue is that this template doesn't poll/monitor Aruba VSF details. I'm trying to create a discovery rule, item prototype, and trigger prototype to check things like Stack/VSF member role, status, memory etc..
    Aruba pointed me to the correct MIBs for this which we can see here: https://mibs.observium.org/mib/ARUBA...v2MemberStatus
    I've verified these MIBs exist and snmpwalks return with the info I need. I just can't seem to get these discovery rules & prototypes to actually pull this info.

    I have cloned that Aruba template to test creating the discovery rule and my setup looks like this:
    Discovery Rule:
    - Name: Aruba VSF Member Discovery
    - Type: SNMP Agent
    - Key: snmp.discovery["{"{#MEMBERINDEX}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.1", "{#STATUS}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.3", "{#ROLE}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.2"}"]
    - SNMP OID: .1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.1
    - Type: Numeric (Unassigned)

    Item Prototype:
    - Name: VSF Member {#MEMBERINDEX} Status
    - Key: vsf.member.status[{#MEMBERINDEX}]
    - SNMP OID: .1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.3.{#MEMBERINDE X}
    - Type: Numeric (Unassigned)

    When I assign this to a host, It's listed as "Not Supported". I've tweaked the setup multiple times and end up with the following "Not supported" error.
    - Invalid SNMP OID: pairs of macro and OID are expected.
    When I test the item prototype, the test returns with "No Such Instance currently exists at this OID", Even though my snmpwalks return that used OID.

    What am I doing wrong here?
    Any help would be greatly appreciated.
    Thank you
  • Tim-Rivet
    Junior Member
    • Mar 2025
    • 4

    #2
    To add to this, I have also tried this for Cisco 9300 devices using the stackwise-mib. I keep running into Invalid SNMP OID: pairs of macro and OID are expected. I must be doing something wrong here.
    Any assistance here is helpful.
    I am definitely stuck and not sure what else to try
    Thank you

    Comment

    • Tim-Rivet
      Junior Member
      • Mar 2025
      • 4

      #3
      Coming back to this. I could still use some assistance here.
      Commenting here again for hopefully some new visibility.

      Thanks in advanced

      Comment

      Working...