All MIBs › BCAM-MIB › bcamCepTabConnectionState
bcamCepTabConnectionState
Module: BCAM-MIB
OID (symbolic): BCAM-MIB::bcamCepTabConnectionState
OID (numeric): 1.3.6.1.4.1.231.2.17.6.10.1.31
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The current state of the connection. opening (1) : the connection establishment is in progress. open (2) : the connection is ready for data transfer. closing (3) : the connection is terminating. closed (4) : the connection has been closed.
What is bcamCepTabConnectionState?
This read-only field reports a connection's operational state: opening(1)=establishing, open(2)=active, closing(3)=terminating, closed(4)=inactive. Shows connection lifecycle. Example: open(2) means data can be transferred on this connection; closed(4) means it's idle.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.231.2.17.6.10.1.31 snmpwalk -v2c -c public <target> BCAM-MIB::bcamCepTabConnectionState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.231.2.17.6.10.1.31.1 snmpget -v2c -c public <target> BCAM-MIB::bcamCepTabConnectionState.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> bcamCepTabConnectionState.1
Start monitoring Cabletron/Enterasys legacy Ethernet switches (BCAM subsystem) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BCAM-MIB::bcamCepTabConnectionState OID value, configure state conditions and alerts, and monitor any Cabletron/Enterasys legacy Ethernet switches (BCAM subsystem) from a single console.
OID Breakdown
Upper-level ancestors (8 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 |
| 1.3.6.1.4.1.231 | sni | AN-MIB |
| 1.3.6.1.4.1.231.2 | sniProductMibs | Application-Monitoring-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.231.2.17 | sniBcam | BCAM-MIB |
| 1.3.6.1.4.1.231.2.17.6 | bcamCep | BCAM-MIB |
| 1.3.6.1.4.1.231.2.17.6.10 | bcamCepTab | BCAM-MIB |
| 1.3.6.1.4.1.231.2.17.6.10.1 | bcamCepTabEntry | BCAM-MIB |
| 1.3.6.1.4.1.231.2.17.6.10.1.31 | bcamCepTabConnectionState | BCAM-MIB |