About 50 results
Open links in new tab
  1. How to find the OID for particular product? - Stack Overflow

    Jan 17, 2017 · 2 Now, I know the an Avaya switch product "ERS 5510-24T", how can I find the Object identifier for the product without using sysObjectID? Because before use snmpget to get the OID, we …

  2. SQL, Postgres OIDs, What are they and why are they useful?

    OID's are still in use for Postgres with large objects (though some people would argue large objects are not generally useful anyway). They are also used extensively by system tables.

  3. snmp - How to get OIDs from a MIB file? - Stack Overflow

    The other two SO QAs show how you can do it without walking a running system: "net-snmp sample code to parse MIB file and extract trap related information from it": The answer shows the top-level …

  4. How does ASN.1 encode an object identifier? - Stack Overflow

    I am having trouble understanding the basic concepts of ASN.1. If a type is an OID, does the corresponding number get actually encoded in the binary data? For instance in this definition: id-ad-...

  5. Certificates: OID reference for extended key usages

    Apr 4, 2012 · Is there a reference that maps OIDs to terms used in Microsoft documentation like "Server Authentication" or "Secure Email"? Server Authentication: 1.3.6.1.5.5.7.3.1 Client Authentication: 1...

  6. oauth 2.0 - In Entra ID OpenID token, which I get using an Azure App ...

    May 2, 2024 · In Entra ID OpenID token, which I get using an Azure App registration, what is "oid" claim in the resulting access token, and where it comes from?

  7. SNMP pass command returning OID error but apparently running on …

    Feb 1, 2025 · view all included .1.3.6.1.4.1 extend .1.3.6.1.4.1.9999.1 checkcommand /bin/bash /path/to/command This way I actually get a reply from snmpwalk, and from snmpwalk result on OID …

  8. What is in the sub and oid claims when getting client_credentials ...

    Jul 31, 2018 · I map oid/sub to application users. In this case in question, though, I'm getting tokens using client_credentials grant and secret. It's still setting an oid (and matching sub, as show above). I …

  9. Trying to get custom OID using SNMP in LibreNMS

    Feb 1, 2025 · I'm trying to create a custom OID and add it to the SNMP response that is picked up by LibreNMS as a "custom OID". You are correct, I just want to pick up a guage returning that value in …

  10. how to create OID - Object Identifiers - Stack Overflow

    1 I am developing an application which I need to register an OID (Object Identifier) for monitoring purposes. However I am not familiar with OIDs and how to get this created/registered/assigned. Can …