vismChanActivityState

CISCO-VISM-CONN-MIB · .1.3.6.1.4.1.351.110.5.5.3.1.1.1.28

Object

column Enumeration
Indicates whether the PVC is currently used
to carry IP traffic or not, and whether it
has failed. 
              
The possible states are:
              
'active  (1)' : Channel is healthy and is currently
                designated to carry IP traffic. A 
                channel can only be active if it is
                also unlocked.
'standby (2)' : Channel is healthy but not designated
                to carry IP traffic.
                Switchover to this channel is allowed.
'failed  (3)' : Channel is unable to carry any traffic.
'unknown (4)' : Channel is unprotected and hence
                health of the channel is not monitored.
              
The default value upon creation of the row will be 
'standby (2)' for a protected channel and 'unknown (4)'
for an unprotected channel. VISM may then transition 
a 'protected (1)' channel to active if it determines 
that this channel should be the one carrying the
traffic.

Context

MIB
CISCO-VISM-CONN-MIB
OID
.1.3.6.1.4.1.351.110.5.5.3.1.1.1.28
Type
column
Access
readonly
Status
current
Parent
vismChanCnfGrpEntry
Groups
2

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-VISM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-CONN-MIB::vismChanActivityState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-VISM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-CONN-MIB::vismChanActivityState.<vismCnfChanNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-VISM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-VISM-CONN-MIB::vismChanActivityState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1active
2standby
3failed
4unknown