All MIBs › CASCADE-MIB › lportAtmVCI
lportAtmVCI
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportAtmVCI
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.151
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: VCI value in the ATM cell header: ATM DXI with HSSI IOP VCI (6 lsb bit) range: 0 - 63 ATM UNI DS3/E3 IOP VCI (8 lsb bit) range: 0 - 255
What is lportAtmVCI?
This read-write value sets the Virtual Channel Identifier in the ATM cell header, paired with lportAtmVPI to fully identify a specific virtual circuit, with the valid range differing by port type: 0 to 63, 6-bit, for ATM DXI with HSSI, versus 0 to 255, 8-bit, for ATM UNI DS3/E3 interfaces. An admin must know which port type they are configuring since attempting a VCI value valid on one interface type, like 200, would exceed the 6-bit range allowed on a DXI/HSSI port. For example, setting lportAtmVCI to 100 works fine on a UNI DS3/E3 port but would be out of range on an ATM DXI HSSI port limited to 0-63.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.151 snmpwalk -v2c -c public <target> CASCADE-MIB::lportAtmVCI
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.151.1 snmpget -v2c -c public <target> CASCADE-MIB::lportAtmVCI.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.5.1.1.151.1 i <value>
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::lportAtmVCI OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (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.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5 | lport | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1 | lportTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1.1 | lportEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1.1.151 | lportAtmVCI | CASCADE-MIB |