issPortsSwitchingModeStatus
ARICENT-ISS-MIB ·
.1.3.6.1.4.1.2076.81.1.127
Object
scalar PortList
This object is used to reflect the switching mode
configuration of each physical port in the hardware.
The switching mode is updated as bit-wise representation.
Each bit position represents the interface index.
That is bit position 0 is for IfIndex 1,
bit position 1 is for IfIndex 2 and so on.
The bit value represents the switching mode.
That is bit value 1 represent Cut-Through and
bit value 0 represent Store-Forward.
Context
- MIB
- ARICENT-ISS-MIB
- OID
.1.3.6.1.4.1.2076.81.1.127- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- issSystem
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-ISS-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-ISS-MIB::issPortsSwitchingModeStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-ISS-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-ISS-MIB::issPortsSwitchingModeStatus'