rlLldpEnabled
RADLAN-LLDP-MIB ·
.1.3.6.1.4.1.89.110.1.1.1
Object
Setting this variable to 'true' will globally enable the LLDP feature (both transmit and receive functionalities). Setting this variable to 'false' will globally disable the LLDP feature. Thus, the administratively desired status of a local port is determined by both this variable and the MIB lldpPortConfigAdminStatus.
Context
- MIB
- RADLAN-LLDP-MIB
- OID
.1.3.6.1.4.1.89.110.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rlLldpConfig
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 'RADLAN-LLDP-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-LLDP-MIB::rlLldpEnabled.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-LLDP-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-LLDP-MIB::rlLldpEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |