lldpPortTransparentEnable
ZXR10-LLDP-MIB ·
.1.3.6.1.4.1.3902.3.6000.504.2.1.1.3
Object
column r/w
Enumeration
The lldpPortTransparentEnable controls, on a per port basis, whether or not the received packets are fowarded. The value true(1) means that the port will foward the received packets; the value disable(2) means that the port will not foward the received packets. It is used in the area of switch, not in the area of router. It is reserved for compatibility.
Context
- MIB
- ZXR10-LLDP-MIB
- OID
.1.3.6.1.4.1.3902.3.6000.504.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Default
disable- Parent
- zxr10LldpPortCfgEntry
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 'ZXR10-LLDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-LLDP-MIB::lldpPortTransparentEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-LLDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-LLDP-MIB::lldpPortTransparentEnable.<lldpPortCfgPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-LLDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-LLDP-MIB::lldpPortTransparentEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |