All MIBs › CAT2600-MIB › cat2600TsPortSwitchMode
cat2600TsPortSwitchMode
Module: CAT2600-MIB
OID (symbolic): CAT2600-MIB::cat2600TsPortSwitchMode
OID (numeric): 1.3.6.1.4.1.9.1.111.1.2.2.1.1.18
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: 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.
What is cat2600TsPortSwitchMode?
This configures how the port switches frames: cutthru forwards frames as soon as the destination address is read (lowest latency but no error checking), storeandforward buffers the whole frame first (checks for CRC errors before forwarding), and auto lets the switch's Direct Cut algorithm pick automatically based on observed error rates -- this object is functionally equivalent to cPortProtocolCharFrameControlOption in the dtrMac MIB but adds that extra auto state. An admin sets this to storeandforward on a link known to have marginal cabling to avoid propagating corrupted frames, or leaves latency-sensitive links in cutthru. Watching this value change from cutthru to storeandforward on its own (in auto mode) is exactly the event that cat2600TsPortSwitchModeChangeTrapEnable can alert on.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.1.111.1.2.2.1.1.18 snmpwalk -v2c -c public <target> CAT2600-MIB::cat2600TsPortSwitchMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.1.111.1.2.2.1.1.18.1 snmpget -v2c -c public <target> CAT2600-MIB::cat2600TsPortSwitchMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.1.111.1.2.2.1.1.18.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cat2600TsPortSwitchMode.1
Start monitoring Cisco Catalyst 2600 switching hub (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CAT2600-MIB::cat2600TsPortSwitchMode OID value, configure state conditions and alerts, and monitor any Cisco Catalyst 2600 switching hub (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.1 | catProd | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111 | cat2600 | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111.1 | cat2600Ts | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111.1.2 | cat2600TsObjects | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111.1.2.2 | cat2600TsPort | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111.1.2.2.1 | cat2600TsPortTable | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111.1.2.2.1.1 | cat2600TsPortEntry | CAT2600-MIB |
| 1.3.6.1.4.1.9.1.111.1.2.2.1.1.18 | cat2600TsPortSwitchMode | CAT2600-MIB |