hwDhcpServerSelectMode
HUAWEI-DHCP-PROXY-MIB ·
.1.3.6.1.4.1.2011.5.18.1.18
Object
scalar r/w
Enumeration
Describes the global DHCP server selection mode. Currently, there are three modes in DHCP L3 relay mode: standard mode, option 60 mode, and MAC-range mode. the value invalid(-1) indicates the mode is not configured in the DHCP L2 relay mode. Options: 1. standard(1) -indicates the standard mode 2. option60(2) -indicates the domain mode 3. macRange(3) -indicates the MAC-range mode 4. invalid(-1) -indicates the mode is not configured
Context
- MIB
- HUAWEI-DHCP-PROXY-MIB
- OID
.1.3.6.1.4.1.2011.5.18.1.18- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hwDhcpMibObject
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 'HUAWEI-DHCP-PROXY-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DHCP-PROXY-MIB::hwDhcpServerSelectMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-DHCP-PROXY-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-DHCP-PROXY-MIB::hwDhcpServerSelectMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | standard |
2 | option60 |
3 | macRange |