lldpMedConfigPortLocationCivicAddressWhat
TPLINK-LLDPMEDCONFIG-MIB ·
.1.3.6.1.4.1.11863.6.35.1.4.3.1.3
Object
column r/w
Enumeration
This element describes which location the DHCP entry refers to. Currently, three options are defined: the location of the DHCP server (0: DHCP server), the location of the network element believed to be closest to the client (1: Switch) or the location of the client (2: LLDP-MED Endpoint). Option (2) should be used, but may not be known. Options (0) and (1) should not be used unless it is known that the DHCP client is in close physical proximity to the server or network element.
Context
- MIB
- TPLINK-LLDPMEDCONFIG-MIB
- OID
.1.3.6.1.4.1.11863.6.35.1.4.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- lldpMedPortConfigTlvLocationEntry
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-LLDPMEDCONFIG-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-LLDPMEDCONFIG-MIB::lldpMedConfigPortLocationCivicAddressWhat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-LLDPMEDCONFIG-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-LLDPMEDCONFIG-MIB::lldpMedConfigPortLocationCivicAddressWhat.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-LLDPMEDCONFIG-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-LLDPMEDCONFIG-MIB::lldpMedConfigPortLocationCivicAddressWhat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | dhcp-server |
1 | switch |
2 | lldp-med-endpoint |