CISCO-IF-CALL-SERVICE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IF-CALL-SERVICE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoIfCallServiceMIB 1.3.6.1.4.1.9.9.9968
The MIB is used to manage call service state for interfaces on media gateway.
           ciscoIfCallServiceMIBNotifs 1.3.6.1.4.1.9.9.9968.0
           ciscoIfCallServiceMIBObjects 1.3.6.1.4.1.9.9.9968.1
               cicServiceConfig 1.3.6.1.4.1.9.9.9968.1.1
                   cicServiceTable 1.3.6.1.4.1.9.9.9968.1.1.1 no-access
This table defines the parameters related to the call service state administration for the interfaces on media gateway. The possible interfaces include channelized sonet interface, DS1 interface, etc..
                       cicServiceEntry 1.3.6.1.4.1.9.9.9968.1.1.1.1 no-access
An entry containing service administration information applicable to a particular interface.
                           cicServiceOperState 1.3.6.1.4.1.9.9.9968.1.1.1.1.1 cifcallserviceoperstate read-only
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
                           cicServiceAdminState 1.3.6.1.4.1.9.9.9968.1.1.1.1.2 cifcallserviceadminstate read-write
This object is used to change the desired service state of the interface. The operational service state of the interface is indicated by 'cicServiceOperState'.
                           cicServiceGraceTime 1.3.6.1.4.1.9.9.9968.1.1.1.1.3 unsigned32 read-write
This object specifies the amount of time before the existing call connections been gracefully shutdown in the interface when 'cicServiceAdminState' is set to 'gracefulOutOfService'. This object is not applicable if 'cicServiceAdminState' is set to 'forcefulOutOfService'. The value of 0 specifies that the service on the interface will not be put outOfService until the call connection over the interface is terminated.
                           cicServiceRepetition 1.3.6.1.4.1.9.9.9968.1.1.1.1.4 configiterator read-write
This object is used to change service state to multiple interfaces by repeatedly applying the writable objects of cicServiceTable specified in the same SNMP PDU starting from the row specified by the instance value in INDEX for the number of rows specified in this object. The order of operation is iterated through the logical order of the interface. Whether the iteration will be applied across the physical boundary or not is depends upon the system implementation. The GET operation on this object will always return 1.
                           cicServiceRepeatOwner 1.3.6.1.4.1.9.9.9968.1.1.1.1.5 ownerstring read-write
This object is used for error checking of the operation specified in 'cicServiceRepetition'. The value of this object is set by the SNMP manager with its own identifier at the same time as issuing the bulk operation by setting 'cicServiceRepetition'. This object and 'cicServiceRepetition' need to be in the same SNMP SET PDU. Later on, the SNMP manager should check the value of this object, if it is same as the name previously set, then the value of 'cicServiceRepeatResult' indicates the result of the bulk operation initiated by this SNMP manager. In the case that a SNMP manager do multi bulk operation, it is recommended that the SNMP manager choose to set this value to its IP Address so as to be unique.
                           cicServiceRepeatResult 1.3.6.1.4.1.9.9.9968.1.1.1.1.6 bulkconfigresult read-only
This object is used for error checking of the operation specified in cicServiceRepetition. This object indicates the result of the bulk operation initiated by the SNMP manager specified in the value of 'cicServiceRepeatOwner'.
           ciscoIfCallServiceMIBConformance 1.3.6.1.4.1.9.9.9968.2
               cicServiceCompliances 1.3.6.1.4.1.9.9.9968.2.1
                   cicServiceCompliance 1.3.6.1.4.1.9.9.9968.2.1.1
The compliance statement for interfaces which implement the CISCO-IF-CALL-SERVICE-MIB.
               cicServiceGroups 1.3.6.1.4.1.9.9.9968.2.2
                   cicServiceGroup 1.3.6.1.4.1.9.9.9968.2.2.1
A collection of objects for managing per interface basis call service state information.