me1200DhcpServerStatusBindingType
ME1200-DHCP-SERVER-MIB ·
.1.3.6.1.4.1.9.9.815.1.109.1.3.3.1.3
Object
column ME1200BindingType
Type of binding. none(0) means the binding is not in use. automatic(1) means the binding is mapped to network-type pool. manual(2) means the binding is mapped to host-type pool. expired(3) means the lease of the binding expired.
Context
- MIB
- ME1200-DHCP-SERVER-MIB
- OID
.1.3.6.1.4.1.9.9.815.1.109.1.3.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- me1200DhcpServerStatusBindingEntry
- Groups
- 1
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 'ME1200-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ME1200-DHCP-SERVER-MIB::me1200DhcpServerStatusBindingType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ME1200-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ME1200-DHCP-SERVER-MIB::me1200DhcpServerStatusBindingType.<me1200DhcpServerStatusBindingIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ME1200-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ME1200-DHCP-SERVER-MIB::me1200DhcpServerStatusBindingType'
Syntax
- Source
- ME1200BindingType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | automatic |
2 | manual |
3 | expired |