nbsStackSlotUplPortsMask
NSTACK-MIB ·
.1.3.6.1.4.1.629.1.50.4.6.1.8
Object
Contains the list of the ports in the Uplink Module. The representation is a bit map. Each octet within the value of this object 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 least significant bit represents the lowest numbered port, and the most significant bit represents the highest numbered port. Thus, each port of the Uplink Module is represented by a single bit within the value of this object. If that bit has a value of <1> then that port is exists in the Uplink Module. The port is not exists if its bit has a value of <0>.
Context
- MIB
- NSTACK-MIB
- OID
.1.3.6.1.4.1.629.1.50.4.6.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nbsStackSlotUplEntry
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 'NSTACK-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSTACK-MIB::nbsStackSlotUplPortsMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NSTACK-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSTACK-MIB::nbsStackSlotUplPortsMask.<nbsStackSlotNumber>.<nbsStackSlotUplNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NSTACK-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NSTACK-MIB::nbsStackSlotUplPortsMask'
Syntax
- Source
- PortsBitmap
- Base type
OctetString
Values & Constraints
No enumerated values or constraints recorded.