agentIsdpGlobalDeviceIdFormatCpb
LANCOM-ISDP-MIB ·
.1.3.6.1.4.1.2356.16.1.39.1.1.9
Object
scalar Bits
Indicate the Device ID format capability of the device.
serialNumber(1) indicates that the device supports using
serial number as the format for its Device ID.
macAddress(2) indicates that the device supports using
layer 2 MAC address as the format for its Device ID.
other(4) indicates that the device supports using its
platform specific format as the format for its Device ID.
hostName(8) indicates that the device supports using
system Host Name as the format for its Device ID.
Context
- MIB
- LANCOM-ISDP-MIB
- OID
.1.3.6.1.4.1.2356.16.1.39.1.1.9- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- agentIsdpGlobal
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-ISDP-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-ISDP-MIB::agentIsdpGlobalDeviceIdFormatCpb.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-ISDP-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-ISDP-MIB::agentIsdpGlobalDeviceIdFormatCpb'
Syntax
Bits
Values & Constraints
Enumerated Values
1 | serialNumber |
2 | macAddress |
4 | other |
8 | hostName |