mitelDhcpServerOptionDisplayFormat
MITEL-DHCP-MIB ·
.1.3.6.1.4.1.1027.4.8.1.3.5.5.1.3
Object
column r/w
Enumeration
This indicates how the value should be formated. This is informational only and may be ignored. If something else than default is specified, the system will attempt to display the value field according to the setting. Otherwise, it will try to establish the correct way to display it based on the option number.
Context
- MIB
- MITEL-DHCP-MIB
- OID
.1.3.6.1.4.1.1027.4.8.1.3.5.5.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mitelDhcpServerOptionEntry
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 'MITEL-DHCP-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-DHCP-MIB::mitelDhcpServerOptionDisplayFormat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MITEL-DHCP-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-DHCP-MIB::mitelDhcpServerOptionDisplayFormat.<mitelDhcpServerOptionAddr>.<mitelDhcpServerOptionNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MITEL-DHCP-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MITEL-DHCP-MIB::mitelDhcpServerOptionDisplayFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | ip-address |
3 | ascii-string |
4 | integer |
5 | octet-string |