dhcpRelayOption82ConfigOperationStrategy
TPLINK-DHCPRELAY-MIB ·
.1.3.6.1.4.1.11863.6.39.1.4.1.1.3
Object
column r/w
Enumeration
Select the operation for the Option 82 filed of the DHCP request packets from the Host. 0. keep: Indicates to keep the Option 82 field of the packets. 1. replace: Indicates to replace the Option 82 field of the packets with the switch defined one. 2. drop: Indicates to discard the packets including the Option 82 field.
Context
- MIB
- TPLINK-DHCPRELAY-MIB
- OID
.1.3.6.1.4.1.11863.6.39.1.4.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dhcpRelayOption82ConfigEntry
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 'TPLINK-DHCPRELAY-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-DHCPRELAY-MIB::dhcpRelayOption82ConfigOperationStrategy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-DHCPRELAY-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-DHCPRELAY-MIB::dhcpRelayOption82ConfigOperationStrategy.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-DHCPRELAY-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-DHCPRELAY-MIB::dhcpRelayOption82ConfigOperationStrategy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | keep |
1 | replace |
2 | drop |