cipCardCsnaOperState

CISCO-CIPCSNA-MIB · .1.3.6.1.4.1.9.9.33.1.1.2.1.1

Object

column Enumeration
The current state of the CSNA entry.
The values have the following meanings:
  closed          - Link is closed.
  pendingOpen     - An Open Subchannel command has
                    been received from the host.
  open            - Subchannel is open.
  pendingSetup    - Host has queried for LAN info.
  setupComplete   - LAN info has been sent to the host.
  pendingClose    - A Close Subchannel command has
                    been received from the host.

Context

MIB
CISCO-CIPCSNA-MIB
OID
.1.3.6.1.4.1.9.9.33.1.1.2.1.1
Type
column
Access
readonly
Status
current
Parent
cipCardCsnaOperEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CIPCSNA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CIPCSNA-MIB::cipCardCsnaOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CIPCSNA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CIPCSNA-MIB::cipCardCsnaOperState.<cipCardEntryIndex>.<cipCardDtrBrdIndex>.<cipCardSubChannelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CIPCSNA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CIPCSNA-MIB::cipCardCsnaOperState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0closed
1pendingOpen
2open
3pendingSetup
4setupComplete
5pendingClose

Conformance