mitelDhcpServerLeaseServedProtocol
MITEL-DHCP-MIB ·
.1.3.6.1.4.1.1027.4.8.1.3.5.6.1.7
Object
column Enumeration
The type of protocol that was used when this address was assigned. This object will have the value of none(1) if the lease has not been served.
Context
- MIB
- MITEL-DHCP-MIB
- OID
.1.3.6.1.4.1.1027.4.8.1.3.5.6.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mitelDhcpServerLeaseEntry
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::mitelDhcpServerLeaseServedProtocol'
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::mitelDhcpServerLeaseServedProtocol.<mitelDhcpServerLeaseAddr>'
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::mitelDhcpServerLeaseServedProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | bootp |
3 | dhcp |