rlCdpTlvDeviceIdFormat
RADLAN-CDP-MIB ·
.1.3.6.1.4.1.89.137.16.1.2
Object
column Enumeration
An indication of the format of Device-Id contained in the
corresponding instance of rlCdpTlvDeviceId.
serialNumber(1) indicates that the value of rlCdpTlvDeviceId
object is in the form of an ASCII string contain the device
serial number.
macAddress(2) indicates that the value of rlCdpTlvDeviceId
object is in the form of Layer 2 MAC address.
other(3) indicates that the value of rlCdpTlvDeviceId object
is in the form of a platform specific ASCII string contain
info that identifies the device. For example: ASCII string
contains serialNumber appended/prepened with system name.
Context
- MIB
- RADLAN-CDP-MIB
- OID
.1.3.6.1.4.1.89.137.16.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlCdpTlvEntry
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 'RADLAN-CDP-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-CDP-MIB::rlCdpTlvDeviceIdFormat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-CDP-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-CDP-MIB::rlCdpTlvDeviceIdFormat.<rlCdpTlvIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-CDP-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-CDP-MIB::rlCdpTlvDeviceIdFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | serialNumber |
2 | macAddress |
3 | other |