ccaHCCPMemberState

CISCO-CABLE-AVAILABILITY-MIB · .1.3.6.1.4.1.9.9.242.1.1.5.1.4

Object

column Enumeration
The current status of to this HCCP group member.
              
If the RF MAC interface is Working, this 
represents the status of the Working member. 
active(1)       : Working member is forwarding traffic.
standby(2)      : Working member is blocking traffic.
              
If the RF MAC interface is Protect, this represents
the Protect status to this member.
active(1)       : The Protect is taking over and 
                  forwarding the traffic from this Working
                  member which is now blocking.  
standby(2)      : The Protect is standby(blocking). This 
                  means that Working member is forwarding
                  traffic and thus works fine.
              
nonFunctional(3): This member is disabled.

Context

MIB
CISCO-CABLE-AVAILABILITY-MIB
OID
.1.3.6.1.4.1.9.9.242.1.1.5.1.4
Type
column
Access
readonly
Status
current
Parent
ccaHCCPMemberEntry
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-CABLE-AVAILABILITY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CABLE-AVAILABILITY-MIB::ccaHCCPMemberState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CABLE-AVAILABILITY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CABLE-AVAILABILITY-MIB::ccaHCCPMemberState.<ccaHCCPGroupID>.<ifIndex>.<ccaHCCPMemberID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CABLE-AVAILABILITY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CABLE-AVAILABILITY-MIB::ccaHCCPMemberState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1active
2standby
3nonFunctional

Conformance