VMware Cloud Community
REwi3l
Contributor
Contributor

Dell OS10 MIB Files for vrops

Hello,

 

I'm trying to monitor the port status (if up or down) of several switches all running OS10, the tool used to view it is Vrops 8.


I've configured the switches and they send traps, but vrops can't seem to receive or interpret them.

I tried to use a different tool to monitor it and it works, so the switches are configured right to send the traps, but this tool asked to import only all mib in the folder and the system will decide automatically the right mib.

Do you know Which mib file I should use to get port status? Maybe I'm using the wrong file.

 

Many thanks for the support.

0 Kudos
2 Replies
KabirAli82
Expert
Expert

Apparently there are a bunch of native MIB files already shipped with Aria Ops?

 

List of MIBs in SNMP Adapter (vmware.com)

 

I don't know if any of them are useful. 


Was I helpful? Give a kudo for appreciation!
Braindumping @ http://kablog.nl/
Tweeting @ https://twitter.com/_Kabir_Ali_
0 Kudos
virtualinca
Enthusiast
Enthusiast

Hi @REwi3l ,

here is described how to load custom MIBs (for DellEMC OS10 for example).

Loading Custom MIBs to vRealize Operations Manager for SNMP (vmware.com)

OS10 supports the following standard and Dell EMC enterprise MIBs. MIBs are stored in the /opt/dell/os10/snmp/mibs/ directory.

Try this command to see all the names and OIDs:

#system "snmptranslate -Pu -Tz -m ALL -M /opt/dell/os10/snmp/mibs/"

Here is a OS10 OID for link up or down.

1.3.6.1.2.1.31.1.1.1.14ifLinkUpDownTrapEnableLEAFINTEGER

 

Here you can find how to enable traps:

Dell EMC SmartFabric OS10 User Guide Release 10.5.1 | Dell US

  • linkdown — Enable link-down traps.
  • linkup — Enable link-up traps.
OS10(config)# snmp-server enable traps linkdown

Sensor Path : dell-base-if-cmn/if/interfaces-state/interface

 

 

Please mark my answer as an accepted solution and don't forget kudos if this helped!

 

Senior Engineer HCI@DellEMC | vExpert 

 

️ | VCP-DCV | vSAN Specialist | VxRail and VMware Data Center Virtualisation Implementor | VxRail and VMware Data Center Virtualisation Administrator | Owner of virtualinca.com |
Senior Engineer HCI@DellEMC | vExpert ️| VCP-DCV | vSAN Specialist | VxRail and VMware Data Center Virtualisation Implementor | VxRail and VMware Data Center Virtualisation Administrator | Owner of virtualinca.com |
0 Kudos