CISCO-VISM-CAS-MIB

File: CISCO-VISM-CAS-MIB.mib (15486 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BASIS-MIB CISCOWAN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString MODULE-COMPLIANCE OBJECT-GROUP
voice ciscoWan

Defined Types

VismCasVariantEntry  
SEQUENCE    
  vismCasVariantName DisplayString
  vismCasFileName DisplayString
  vismCasTRinging Integer32
  vismCasDigitMethod INTEGER
  vismCasInterdigitTpart Integer32
  vismCasInterdigitTcrit Integer32
  vismCasInterdigitTMF Integer32
  vismCasVariantState INTEGER
  vismCasRowStatus INTEGER
  vismCasCountryCode DisplayString
  vismCasVariantSource INTEGER

VismCasXgcpVariantEntry  
SEQUENCE    
  vismCasXgcpVariantName DisplayString
  vismCasXgcpFileName DisplayString
  vismCasXgcpMaxReXmitTime Integer32
  vismCasXgcpInitialReXmitTime Integer32
  vismCasXgcpMaxRetries Integer32

Defined Values

ciscoVismCasMIB 1.3.6.1.4.1.351.150.88
The MIB module contain the CAS backhaul feature in VISM
MODULE-IDENTITY    

vismCasGrp 1.3.6.1.4.1.351.110.5.5.8
OBJECT IDENTIFIER    

vismCasVariantTable 1.3.6.1.4.1.351.110.5.5.8.1
This table contains configuration information about different CAS variants.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VismCasVariantEntry

vismCasVariantEntry 1.3.6.1.4.1.351.110.5.5.8.1.1
An entry in the vismCasVariantTable. Each entry consists of configuration information for a specific CAS variant. An entry may be created by specifying vismCasVariantName, and vismCasFileName. Upon the creation of the table entry, the file specified by vismCasFileName will be downloaded and the CAS finite state machine will be initialized based on the information contained in this file.
Status: current Access: not-accessible
OBJECT-TYPE    
  VismCasVariantEntry  

vismCasVariantName 1.3.6.1.4.1.351.110.5.5.8.1.1.1
This object is a string identifier for the CAS variant. It is used as index to the table. The maximum length allowed is 64 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vismCasFileName 1.3.6.1.4.1.351.110.5.5.8.1.1.2
This object gives the name of the file which contains the signal definition and the Finite State Machine definition for the CAS variant. The name is supplied during the creation of the table entry. Modifying the value of this object is not allowed. Upon the creation of the table entry, the file will be downloaded from a tftp server configured in the vismTftpServerDn object and the CAS finite state machine will be initialized based on the information contained in this file. This object must be provided in order to create en entry in this table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(2..64)  

vismCasTRinging 1.3.6.1.4.1.351.110.5.5.8.1.1.3
This object gives the ringing time in seconds for the Cas Variant. The ringing will be on until this timer expires or until an off hook is received.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32 10..600  

vismCasDigitMethod 1.3.6.1.4.1.351.110.5.5.8.1.1.4
The default digit method to be used for digit collection. If the digit method can not be derived from the digit map specified by the call agent in the XGCP message, this digit method will be used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mf(1), dtmf(2)  

vismCasInterdigitTpart 1.3.6.1.4.1.351.110.5.5.8.1.1.5
This object represents the partial dial timing in seconds and is used along with a digit map as the inter-digit timer. The timer is not started untill the first digit is entered, and the timer is restarted after each new digit is entered untill either a digit map match or mismatch occurs.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..10000  

vismCasInterdigitTcrit 1.3.6.1.4.1.351.110.5.5.8.1.1.6
This object represents the critical timing in seconds. If used along with a digit map, the timer is started when the last digit is received. i.e and when no more digits are required for a digit map match. After this timer expires, the digit map match is assumed to be complete. If used without a digit map, the timer is started immediately and cancelled (but not restarted) as soon as a digit is entered.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000  

vismCasInterdigitTMF 1.3.6.1.4.1.351.110.5.5.8.1.1.7
This object represents the interdigit timeout value for MF digits. The timeout value is in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

vismCasVariantState 1.3.6.1.4.1.351.110.5.5.8.1.1.8
This variable indicates the configuration status of the CAS variant. When the table entry is created, downloading of the file will be initiated and the state will be set to configInProgress. Once the file is successfully downloaded and the CAS finite state machine successfully initialized, the state will be set to configured. If the initialization fails, the state will be set to notConfigured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notConfigured(1), configInProgress(2), configured(3)  

vismCasRowStatus 1.3.6.1.4.1.351.110.5.5.8.1.1.9
This variable allows to add, delete or modify the entry for a CAS variant. createAndGo: Use this to add an entry in this table, provided the vismCasVariantName and vismCasFileName MIB objects are available to be set. active: This values is returned, once the row is created destroy: Use this to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), createAndGo(4), destroy(6)  

vismCasCountryCode 1.3.6.1.4.1.351.110.5.5.8.1.1.10
Represents a case-insensitive 2-letter country code taken from ISO-3166.
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..2)  

vismCasVariantSource 1.3.6.1.4.1.351.110.5.5.8.1.1.11
This object specifies where the file defining this CAS variant resides. 1. Unspecified. This value indicates that the location of the file is not specified here. In this case, the location is determined based on whether the TFTP server domain is defined on VISM. The file is built into the firmware if no tftp domain is defined on VISM and resides on the TFTP server if a TFTP domain is defined on VISM. 2. Internal. Indicates that the file is built into the firmware. 3. External. Indicates that the file resides on the TFTP server configured on VISM.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unspecified(1), internal(2), external(3)  

vismCasXgcpVariantTable 1.3.6.1.4.1.351.110.5.5.8.2
An entry in this table is implicitly created/deleted when an entry in vismCasVariantTable is created/deleted in switching mode .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VismCasXgcpVariantEntry

vismCasXgcpVariantEntry 1.3.6.1.4.1.351.110.5.5.8.2.1
An entry in the vismCasXgcpVariantTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  VismCasXgcpVariantEntry  

vismCasXgcpVariantName 1.3.6.1.4.1.351.110.5.5.8.2.1.1
This object is a string identifier for the CAS variant. It is used as index to the table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vismCasXgcpFileName 1.3.6.1.4.1.351.110.5.5.8.2.1.2
This object gives the name of the file which contains the signal definition and the Finite State Machine definition for the CAS variant.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vismCasXgcpMaxReXmitTime 1.3.6.1.4.1.351.110.5.5.8.2.1.3
This object represents the maximum timeout value in milli seconds, used for retransmitting unacknowledged XGCP messages at the Call Agent - CAS/PBX interface. The value of this object is settable in 10 ms increments.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..10000  

vismCasXgcpInitialReXmitTime 1.3.6.1.4.1.351.110.5.5.8.2.1.4
This object represents the initial timeout value in milli seconds, used for retransmitting unacknowledged XGCP messages at the Call Agent - CAS/PBX interface. The value of this object is settable in 10 ms increments.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..10000  

vismCasXgcpMaxRetries 1.3.6.1.4.1.351.110.5.5.8.2.1.5
This object specifies the number of retries for a message that exceeds vismCasXgcpMaxReXmitTime or vismCasXgcpInitialReXmitTime.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10  

ciscoVismCasMIBConformance 1.3.6.1.4.1.351.150.88.2
OBJECT IDENTIFIER    

ciscoVismCasMIBGroups 1.3.6.1.4.1.351.150.88.2.1
OBJECT IDENTIFIER    

ciscoVismCasMIBCompliances 1.3.6.1.4.1.351.150.88.2.2
OBJECT IDENTIFIER    

ciscoVismCasCompliance 1.3.6.1.4.1.351.150.88.2.2.1
The compliance statement for objects related to VISM-CAS-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoVismCasVariantGroup 1.3.6.1.4.1.351.150.88.2.1.1
The collection of objects which are used to represent VISM CAS varient.
Status: current Access: read-write
OBJECT-GROUP    

ciscoVismCasXgcpVariantGroup 1.3.6.1.4.1.351.150.88.2.1.2
The collection of objects that is implicitly created/deleted when an entry in vismCasVariantTable is created/deleted in switching mode.
Status: current Access: read-write
OBJECT-GROUP    

cvcVariantDeprecatedGroup 1.3.6.1.4.1.351.150.88.2.1.3
The collection of objects that were supported earlier but deprecated now.
Status: deprecated Access: read-write
OBJECT-GROUP