Is there a way to check to see if there is support for a MIB object or OID in NetOps Performance Management
All supported releases
You can check for MIB OIDs by doing the following:
1. Log on to your DA
2. cd /opt/IMDataAggregator/data/certifications/CA_x.x.x.xxx/vendor_certs
3. grep <OID> *
Example:
# grep 1.3.6.1.4.1.9.9.171.1.3.1.2 *
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.2</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.20</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.21</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.22</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.23</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.24</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.25</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.26</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.27</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.28</Source>
im.ca.com-certifications-snmp-CiscoIPSecTunnelMib.xml: <Source>1.3.6.1.4.1.9.9.171.1.3.1.29</Source>
This tells us 1.3.6.1.4.1.9.9.171.1.3.1.2 is mentioned multiple times in the vendor cert noted above
If the grep comes back with nothing - and you need to monitor for it, you would likely need to log a cert request so we can have our cert team set it up for you