lldpPortState
ADVANTECH-EKI-PRONEER-MIB ·
.1.3.6.1.4.1.10297.202.7000.7.1.7.1.2
Object
column r/w
Enumeration
the transmission state of LLDP port interface. Disable: Disable the transmission of LLDP PDUs. RX Only: Receive LLDP PDUs only. TX Only: Transmit LLDP PDUs only. TX And RX: Transmit and receive LLDP PDUs both.
Context
- MIB
- ADVANTECH-EKI-PRONEER-MIB
- OID
.1.3.6.1.4.1.10297.202.7000.7.1.7.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- lldpPortConfEntry
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 'ADVANTECH-EKI-PRONEER-MIB' -M '/opt/observium/mibs/advantech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVANTECH-EKI-PRONEER-MIB::lldpPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADVANTECH-EKI-PRONEER-MIB' -M '/opt/observium/mibs/advantech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVANTECH-EKI-PRONEER-MIB::lldpPortState.<lldpPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADVANTECH-EKI-PRONEER-MIB' -M '/opt/observium/mibs/advantech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADVANTECH-EKI-PRONEER-MIB::lldpPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | rx-only |
3 | tx-only |
4 | rx-tx |