All MIBs › SNMPv2-MIB › sysORID
sysORID
Module: SNMPv2-MIB
OID (symbolic): SNMPv2-MIB::sysORID
OID (numeric): 1.3.6.1.2.1.1.9.1.2
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-only
Description:
An authoritative identification of a capabilities statement with respect to various MIB modules supported by the local SNMP application acting as a command responder.
What is sysORID?
This is a dotted-number identifier for a capabilities statement in the device's System and Organization Relation table, describing which MIB modules are supported. Network engineers use it to determine what data the device can report and which management features are available on that device. For example, if sysORID includes 1.3.6.1.2.1.25, the device supports host resources management.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.1.9.1.2 snmpwalk -v2c -c public <target> SNMPv2-MIB::sysORID
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.1.9.1.2.1 snmpget -v2c -c public <target> SNMPv2-MIB::sysORID.1
Example output:
SNMPv2-MIB::sysORID.1 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance SNMPv2-MIB::sysORID.2 = OID: SNMP-MPD-MIB::snmpMPDCompliance SNMPv2-MIB::sysORID.3 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB SNMPv2-MIB::sysORID.5 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup ...
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.1 | system | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.1.9 | sysORTable | SNMPv2-MIB |
| 1.3.6.1.2.1.1.9.1 | sysOREntry | SNMPv2-MIB |
| 1.3.6.1.2.1.1.9.1.2 | sysORID | SNMPv2-MIB |