issPortCtrlSwitchModeStatus
ARICENT-ISS-MIB ·
.1.3.6.1.4.1.2076.81.2.2.1.23
Object
column Enumeration
This object is a read-only scalar MIB object to reflect the switching
mode configuration of the port in the hardware.
Switching mode configuration:
CutThroughSameSpeed(1) : Cut-through forwarding between same speed
ports
StoreForward(2) : Store and forward switching mode
CutThroughSlowToFast(3): Cut-through forwarding between slower to
faster speed ports.
CutThroughFastToSlow(4): Cut-through forwarding between faster to
slower speed ports.
NOTE:
Few platforms supports extended Cut-Through mode for ports with
mismatched speeds.(eg. slow-to-fast, fast-to-slow).
Platforms which doesn't support extended Cut-Through mode,
Cut-Through same speed shall be considered as Cut-Through
switching mode
Context
- MIB
- ARICENT-ISS-MIB
- OID
.1.3.6.1.4.1.2076.81.2.2.1.23- Type
- column
- Access
- readonly
- Status
- current
- Parent
- issPortCtrlEntry
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 'ARICENT-ISS-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-ISS-MIB::issPortCtrlSwitchModeStatus'
More examples
Read one indexed 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::issPortCtrlSwitchModeStatus.<issPortCtrlIndex>'
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::issPortCtrlSwitchModeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cutThroughSameSpeed |
2 | storeForward |
3 | cutThroughSlowToFast |
4 | cutThroughFastToSlow |