s5ChasGrpEncodeFactor
S5-CHASSIS-MIB ·
.1.3.6.1.4.1.45.1.6.3.2.1.1.8
Object
column SNMPv2-SMIInteger32
The multiplication factor used in encoding
the component index of a component in the group.
The component index for any group should be
determined in conjunction with this object for
that group. A value of 1 indicates 'no encoding'.
Stackable platforms:
The component index is encoded using the
following formula:
Component Index =
(Unit# * s5ChasGrpEncodeFactor) + Module#
Where: Unit# is obtained from s5ChasComIndx
for the Unit Group, and Module# is the
module number in a unit starting from 1
and increases in a left-to-right and
bottom-to-top fashion.
NonStackable platforms:
These NMMs like 5310, 5510 will always return a
value of 1 for this object. Encoding/decoding
should not be performed in this case.
Context
- MIB
- S5-CHASSIS-MIB
- OID
.1.3.6.1.4.1.45.1.6.3.2.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- s5ChasGrpEntry
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 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasGrpEncodeFactor'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasGrpEncodeFactor.<s5ChasGrpIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-CHASSIS-MIB::s5ChasGrpEncodeFactor'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647