cat2600TsPortSwitchMode
CAT2600-MIB ·
.1.3.6.1.4.1.9.1.111.1.2.2.1.1.18
Object
column mandatory
r/w
Enumeration
Operational frame switching mode for the port. When in auto mode the port uses the Direct Cut algorithm to place the port in either cut-thru or store-and- forward mode. This object is equivalent to cPortProtocolCharFrameControlOption in the dtrMac MIB. However, this object defines an additional state -auto- not defined in that standard.
Context
- MIB
- CAT2600-MIB
- OID
.1.3.6.1.4.1.9.1.111.1.2.2.1.1.18- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cat2600TsPortEntry
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 'CAT2600-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CAT2600-MIB::cat2600TsPortSwitchMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CAT2600-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CAT2600-MIB::cat2600TsPortSwitchMode.<cat2600TsPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CAT2600-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CAT2600-MIB::cat2600TsPortSwitchMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | storeandforward |
2 | cutthru |
3 | auto |