dot3OamPeerVendorOuiR
DOT3-OAM-R-MIB ·
.1.3.6.1.4.1.164.20.7.1.2.1.2
Object
column Dot3Oui
The OUI of the OAM peer as reflected in the latest Information OAM PDU received with a Local Information TLV. The OUI can be used to identify the vendor of the remote OAM entity. This value is initialized to zero before any Local Information TLV is received.
Context
- MIB
- DOT3-OAM-R-MIB
- OID
.1.3.6.1.4.1.164.20.7.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot3OamPeerEntryR
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DOT3-OAM-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT3-OAM-R-MIB::dot3OamPeerVendorOuiR'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOT3-OAM-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT3-OAM-R-MIB::dot3OamPeerVendorOuiR.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOT3-OAM-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOT3-OAM-R-MIB::dot3OamPeerVendorOuiR'