dhcpClientIdentifierPresentation
MX-BNI-MIB ·
.0.200.1.200.100
Object
scalar r/w
Enumeration
DHCPv4 Client Identifier Presentation
The method to use to present the value of the Client
Identifier (Option 61) field through a DHCPv4 request.
* Disabled: The Client Identifier option is not presented in
a DHCPv4 request.
* MacAscii: The Client Identifier value is presented as the
client MAC address in ASCII format. The MAC address is
represented in lowercase.
* MacBinary: The Client Identifier value is presented as the
client MAC address in binary format.
Context
- MIB
- MX-BNI-MIB
- OID
.0.200.1.200.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dhcpClientGroup
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 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::dhcpClientIdentifierPresentation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-BNI-MIB::dhcpClientIdentifierPresentation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | disabled |
200 | macAscii |
300 | macBinary |