lldpConfigManAddrPortsTxEnable

FS-NMS-LLDP-MIB · .1.3.6.1.4.1.52642.127.1.1.7.1.1

Object

column r/w LldpPortList
A set of ports that are identified by a PortList, in which
each port is represented as a bit.  The corresponding local
system management address instance will be transmitted on the
member ports of the lldpManAddrPortsTxEnable.  
              
The default value for lldpConfigManAddrPortsTxEnable object
is empty binary string, which means no ports are specified
for advertising indicated management address instance.

Context

MIB
FS-NMS-LLDP-MIB
OID
.1.3.6.1.4.1.52642.127.1.1.7.1.1
Type
column
Access
readwrite
Status
current
Default
""
Parent
lldpConfigManAddrEntry
Groups
1

Walk 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 'FS-NMS-LLDP-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-LLDP-MIB::lldpConfigManAddrPortsTxEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-LLDP-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-LLDP-MIB::lldpConfigManAddrPortsTxEnable.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-LLDP-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-LLDP-MIB::lldpConfigManAddrPortsTxEnable'

Syntax

Source
LldpPortList
Base type
OctetString
Type Description
Each octet within this value specifies a set of eight ports,
with the first octet specifying ports 1 through 8, the second
octet specifying ports 9 through 16, etc.  Within each octet,
the most significant bit represents the lowest numbered port,
and the least significant bit represents the highest numbered
port.  Thus, each port of the system is represented by a
single bit within the value of this object.  If that bit has
a value of '1' then that port is included in the set of ports;
the port is not included if its bit has a value of '0'.

Values & Constraints

Type Constraints
range: 0..512

Conformance