CAT2600-MIB :: cat2600TsOptPortStaVal

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCAT2600-MIBcat2600TsOptPortStaVal

cat2600TsOptPortStaVal

Module: CAT2600-MIB

OID (symbolic): CAT2600-MIB::cat2600TsOptPortStaVal

OID (numeric): 1.3.6.1.4.1.9.1.111.1.2.2.2.1.2

Node type: OBJECT-TYPE

Type: OCTET STRING

Access: read-only

Description: An OCTET STRING containing a multiple number of stations from a port station address table. Each entry is encoded in the following format: Station MAC address - 6 octets Location 1 - local 2 - remote - 1 octet Port of exit Mask - 4 octets Source Frame Count - 4 octets (integer in little endian) Destn Frame Count - 4 octets (integer in little endian) Source Byte Count - 4 octets (integer in little endian) Destn Byte Count - 4 octets (integer in little endian)

The Port of exit mask is encoded in its raw form as stored in the switch. Octet 1 Bit position 7 6 5 4 3 2 1 0 Port Number 31 30 29 28 27 26 25 24 Octet 2 Bit position 7 6 5 4 3 2 1 0 Port Number 23 22 21 20 19 18 17 16 Octet 3 Bit position 7 6 5 4 3 2 1 0 Port Number 15 14 13 12 11 10 9 8 Octet 4 Bit position 7 6 5 4 3 2 1 0 Port Number 7 6 5 4 3 2 1 CPU

What is cat2600TsOptPortStaVal?

This packs multiple station records from a port's station address table into one binary-encoded string, where each entry contains a 6-octet MAC address, a 1-octet local/remote location flag, a 4-octet port-of-exit mask, and 4-octet little-endian source/destination frame and byte counters -- a compact bulk-retrieval alternative to reading each station individually via the standard table. An admin's polling tool decodes this binary blob to fetch large numbers of station statistics in far fewer SNMP round trips than iterating cat2600TsPortStn* rows one at a time, which matters on a busy switch with hundreds of learned addresses. This kind of packed-binary object is a performance optimization specifically for high-station-count environments where per-row polling would be too slow.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.1.111.1.2.2.2.1.2
snmpwalk -v2c -c public <target> CAT2600-MIB::cat2600TsOptPortStaVal

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.9.1.111.1.2.2.2.1.2.1
snmpget -v2c -c public <target> CAT2600-MIB::cat2600TsOptPortStaVal.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::cat2600TsOptPortStaVal 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
Numeric OIDNameModule
1.3.6.1.4.1.9ciscoCAT2600-MIB
1.3.6.1.4.1.9.1catProdCAT2600-MIB
1.3.6.1.4.1.9.1.111cat2600CAT2600-MIB
1.3.6.1.4.1.9.1.111.1cat2600TsCAT2600-MIB
1.3.6.1.4.1.9.1.111.1.2cat2600TsObjectsCAT2600-MIB
1.3.6.1.4.1.9.1.111.1.2.2cat2600TsPortCAT2600-MIB
1.3.6.1.4.1.9.1.111.1.2.2.2cat2600TsOptPortStaTableCAT2600-MIB
1.3.6.1.4.1.9.1.111.1.2.2.2.1cat2600TsOptPortStaEntryCAT2600-MIB
1.3.6.1.4.1.9.1.111.1.2.2.2.1.2cat2600TsOptPortStaValCAT2600-MIB