Thanks.
Original Message:
Sent: Nov 11, 2024 04:34 AM
From: zabmicea
Subject: Aruba CX - BGP details retrieval via OID
Hi jwadleigh,
Thanks for your response.
I tried the AOS-CX 10.13.1020 MIBs and prior versions with BGP4-MIB. But is doesn't give me any value ( I can probe to other MIBs).
Next I tried to run a walk and realized that the OID: .1.3.6.1.2.1.15.0 is skipped during the snmpwalk for some reason. Below is the sample output.
iso.3.6.1.2.1.11.30.0 = INTEGER: 2
iso.3.6.1.2.1.11.31.0 = Counter32: 0
iso.3.6.1.2.1.11.32.0 = Counter32: 0
iso.3.6.1.2.1.16.1.1.1.1.1 = INTEGER: 1
iso.3.6.1.2.1.16.1.1.1.1.2 = INTEGER: 2
iso.3.6.1.2.1.16.1.1.1.1.3 = INTEGER: 3
Why the OID .x.x.15.x is not detected?
FYI: BGP is running in the switch.
Thanks.
Original Message:
Sent: Nov 10, 2024 02:57 PM
From: jwadleigh
Subject: Aruba CX - BGP details retrieval via OID
Hi!
You can use the BGP4-MIB to monitor BGP. Here are a couple of useful OID's:
bgpPeerTable: This table includes entries for each BGP peer, detailing attributes such as peer state, remote address, and AS number.
- OID: .1.3.6.1.2.1.15.3
bgpPeerState: This provides state info for BGP Peers
- OID: .1.3.6.1.2.1.15.3.1.2
- Possible Values: 1 - Idle, 2 - Connect, 3 - Active, 4 - OpenSent, 5 - OpenConfirm, 6 - Established
More information can be found in the AOS-CX 10.13 SNMP/MIB Guide: https://www.arubanetworks.com/techdocs/AOS-CX/10.13/HTML/snmp_mib/Content/home.htm
I hope this helps!
- Jay :-)
------------------------------
Jason Wadleigh
Original Message:
Sent: Nov 08, 2024 04:27 AM
From: zabmicea
Subject: Aruba CX - BGP details retrieval via OID
Hi ,
I am trying to retrieve BGP status related data in 8325 and 8400 series . I have downloaded the latest MIB(ArubaOS-CX_10.13.1030_MIBs_26th_Jun2024) available in the Dirver/software download section.
I have tried the BGP4-MIB (also the OSPFv3 and OSPF-MIB for OSPF) to get details, but unfortunately there is no good response.
For example : iso.3.6.1.2.1.14.2 = No Such Object available on this agent at this OID and I tried the entire MIB, but its doesn't return any value at all.
By the way, I am able to see other basic data under MIBs such as ARUBAWIRED-CHASSIS-MIB, ARUBAWIRED-VSX-MIB,etc.
Please let me know working OIDs for BGP (and OSPF) related data .
Thanks.