genGroupPortClassificationMask
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.8.1.1.54
Object
column mandatory
OctetString
This is a mask of the port classification values of all ports of this module. The index of the bits starts from 0, where bit 0 is unused. If the n bit has value of 1 - it means that the n port has valuable port classification. If the value of the n bit is 0 then either there is no such port or its port classification is 0. For example: If the first 10 ports of a module are valuable ports and there is no plugin then the value of this MIB is: 7f e0 If a module has 10 regular ports and there is a plugin with 2 valuable ports (which are considered as ports 51, 52) then the value of this MIB is: 00 00 00 00 00 00 18
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.8.1.1.54- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- genGroupEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genGroupPortClassificationMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genGroupPortClassificationMask.<genGroupId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::genGroupPortClassificationMask'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.