All MIBs › CIRCUIT-MIB › circuitSrcConnectionID
circuitSrcConnectionID
Module: CIRCUIT-MIB
OID (symbolic): CIRCUIT-MIB::circuitSrcConnectionID
OID (numeric): 1.3.6.1.4.1.5812.6.8.1.3
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-write
Description: Connection Identifier of the source circuit endpoint. Based on the protocol type, further information may be required to completely specify a circuit on a channel. For example, Ethernet VLAN requires a VLAN Id, Frame Relay requires a DLCI and ATM requires VPI and VCI. For ATM, this field is encoded as 12 bits of VPI and 16 bits of VCI.
What is circuitSrcConnectionID?
This numeric field encodes protocol-specific connection identification for the source endpoint, whose internal structure depends entirely on the endpoint's protocol: for Ethernet it's a VLAN ID, for Frame Relay it's a DLCI, and for ATM it's a packed value with 12 bits of VPI and 16 bits of VCI. An admin must interpret and construct this value differently depending on circuitEndPoint1Protocol, since the same 32-bit field means something structurally different for an Ethernet circuit than for an ATM one. For example, on an ATM circuit an admin would compute this value by shifting the VPI into the upper 12 bits and combining it with a 16-bit VCI, whereas on a Frame Relay circuit they'd simply enter the DLCI number directly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.3 snmpwalk -v2c -c public <target> CIRCUIT-MIB::circuitSrcConnectionID
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.3.1 snmpget -v2c -c public <target> CIRCUIT-MIB::circuitSrcConnectionID.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5812.6.8.1.3.1 i <value>
Start monitoring Coriolis Networks optical/lambda transport equipment (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIRCUIT-MIB::circuitSrcConnectionID OID value, configure state conditions and alerts, and monitor any Coriolis Networks optical/lambda transport equipment (legacy) 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.5812 | coriolisMibs | CORIOLIS-MIB |
| 1.3.6.1.4.1.5812.6 | circuit | CORIOLIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5812.6.8 | circuitTable | CIRCUIT-MIB |
| 1.3.6.1.4.1.5812.6.8.1 | circuitEntry | CIRCUIT-MIB |
| 1.3.6.1.4.1.5812.6.8.1.3 | circuitSrcConnectionID | CIRCUIT-MIB |