All MIBs › CIRCUIT-MIB › circuitEndPoint2Protocol
circuitEndPoint2Protocol
Module: CIRCUIT-MIB
OID (symbolic): CIRCUIT-MIB::circuitEndPoint2Protocol
OID (numeric): 1.3.6.1.4.1.5812.6.8.1.28
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Protocol determines the connectionID.
What is circuitEndPoint2Protocol?
This selects the Layer 2 protocol used at the circuit's second (destination) endpoint, mirroring circuitEndPoint1Protocol but independently settable, meaning this circuit's two ends do not have to use the same protocol. This independence matters operationally because it lets this device support protocol-translating circuits -- for example, an Ethernet access circuit that terminates on an ATM backbone port -- and this field is what tells the device how to parse circuitDestConnectionID for that far end. Setting this to frameRelay(2) while circuitEndPoint1Protocol is ethernet(1) would configure a circuit bridging an Ethernet-side VLAN to a Frame Relay-side DLCI.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.28 snmpwalk -v2c -c public <target> CIRCUIT-MIB::circuitEndPoint2Protocol
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.28.1 snmpget -v2c -c public <target> CIRCUIT-MIB::circuitEndPoint2Protocol.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5812.6.8.1.28.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> circuitEndPoint2Protocol.1
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::circuitEndPoint2Protocol 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.28 | circuitEndPoint2Protocol | CIRCUIT-MIB |