cicServiceOperState
CISCO-IF-CALL-SERVICE-MIB ·
.1.3.6.1.4.1.9.9.9968.1.1.1.1.1
Object
column CIfCallServiceOperState
This object indicates the current operating state of
the service in the interface.
The entry in this table is also in ifTable(the index of this
table is ifIndex). The 'cicServiceOperState' of the entry is
not only dependent on the 'cicServiceAdminState', it is also
dependent on the 'ifOperStatus' of ifTable.
The following is the relationship between
'cicServiceAdminState' and 'ifOperStatus':
cicServiceOperState cicServiceAdminState ifOperStatus
---------------- ----------------- ------------
inService inService up
outOfService forcefulOutOfService up
oosPending gracefulOutOfService up
outOfService inService down
outOfService forcefulOutOfService down
outOfService gracefulOutOfService down
Context
- MIB
- CISCO-IF-CALL-SERVICE-MIB
- OID
.1.3.6.1.4.1.9.9.9968.1.1.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cicServiceEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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-IF-CALL-SERVICE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IF-CALL-SERVICE-MIB::cicServiceOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IF-CALL-SERVICE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IF-CALL-SERVICE-MIB::cicServiceOperState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IF-CALL-SERVICE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IF-CALL-SERVICE-MIB::cicServiceOperState'
Syntax
- Source
- CIfCallServiceOperState
- Base type
Enumeration
Values & Constraints
Type Values
1 | inService |
2 | outOfService |
3 | oosPending |
Conformance
Member of