All MIBs › CNTAU-MIB › cntIfsState
cntIfsState
Module: CNTAU-MIB
OID (symbolic): CNTAU-MIB::cntIfsState
OID (numeric): 1.3.6.1.4.1.333.1.2.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: A 32 bit-map of the interface states. The bits are ordered from 1 to 32 with the most significant bit on the left. if the bit is set, the corresponding interface is up. if the bit is clear, the interface is not up - down or in test mode.
What is cntIfsState?
This read-only INTEGER is a 32-bit bitmap reporting the up/down state of interfaces on this node, ordered from bit 1 to bit 32 with the most significant bit on the left, where a set bit means the corresponding interface is up and a clear bit means it is down or in test mode. An admin wanting a quick fleet-wide view of interface availability on this node would decode this single bitmap rather than polling each interface's state individually. For example, a bit that flips from set to clear between polls would immediately identify which specific interface just went down.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.333.1.2.2 snmpwalk -v2c -c public <target> CNTAU-MIB::cntIfsState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.333.1.2.2.1 snmpget -v2c -c public <target> CNTAU-MIB::cntIfsState.1
Start monitoring CNT Fibre Channel access-unit/channel-extension device (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CNTAU-MIB::cntIfsState OID value, configure state conditions and alerts, and monitor any CNT Fibre Channel access-unit/channel-extension device (legacy) from a single console.
OID Breakdown
Upper-level ancestors (7 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.333 | cnt | CNT2-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.333.1 | cntau | CNTAU-MIB |
| 1.3.6.1.4.1.333.1.2 | cntinterfaces | CNTAU-MIB |
| 1.3.6.1.4.1.333.1.2.2 | cntIfsState | CNTAU-MIB |