MIBs Depot

CISCO-VISM-CAS-MIB

Registered at
1.3.6.1.4.1.351.110.5.5.8
1.3.6.1.4.1.351.150.88
Last updated
2003-07-16 00:00
Organization
Cisco Systems, Inc.
Revisions
2003-07-16 00:00
Namespace
cisco
Source file
CISCO-VISM-CAS-MIB
Digest
sha256:035a0e2102e099540d9d6c0c6e6bc47c4cf6a4a0886b06e0ac3046ff6d814af4

Description

The MIB module contain the CAS backhaul feature in VISM

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-wanatm@cisco.com

Imports

FromSymbols
BASIS-MIBvoice
CISCOWAN-SMIciscoWan
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BASIS-MIB
CISCO-VISM-CAS-MIB
CISCOWAN-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
vismCasGrp
OBJECT-IDENTITY
1.3.6.1.4.1.351.110.5.5.8
vismCasVariantTable
OBJECT-TYPE
This table contains configuration information about different CAS variants.
1.3.6.1.4.1.351.110.5.5.8.1not-accessiblecurrent
vismCasVariantEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1not-accessiblecurrent
vismCasVariantName
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.1DisplayStringread-onlycurrent
vismCasFileName
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.2DisplayString (SIZE(2..64))read-writecurrent
vismCasTRinging
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.3Integer32 (10..600)read-writedeprecated
vismCasDigitMethod
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.4INTEGER {mf(1), dtmf(2)}read-writecurrent
vismCasInterdigitTpart
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.5Integer32 (10..10000)read-writecurrent
vismCasInterdigitTcrit
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.6Integer32 (0..10000)read-writecurrent
vismCasInterdigitTMF
OBJECT-TYPE
This object represents the interdigit timeout value for MF digits. The timeout value is in seconds.
1.3.6.1.4.1.351.110.5.5.8.1.1.7Integer32 (1..10)read-writecurrent
vismCasVariantState
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.8INTEGER {notConfigured(1), configInProgress(2), configured(3)}read-onlycurrent
vismCasRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.9INTEGER {active(1), createAndGo(4), destroy(6)}read-writecurrent
vismCasCountryCode
OBJECT-TYPE
Represents a case-insensitive 2-letter country code taken from ISO-3166.
1.3.6.1.4.1.351.110.5.5.8.1.1.10DisplayString (SIZE(0..2))read-writedeprecated
vismCasVariantSource
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.1.1.11INTEGER {unspecified(1), internal(2), external(3)}read-writecurrent
vismCasXgcpVariantTable
OBJECT-TYPE
An entry in this table is implicitly created/deleted when an entry in vismCasVariantTable is created/deleted in switching mode .
1.3.6.1.4.1.351.110.5.5.8.2not-accessiblecurrent
vismCasXgcpVariantEntry
OBJECT-TYPE
An entry in the vismCasXgcpVariantTable.
1.3.6.1.4.1.351.110.5.5.8.2.1not-accessiblecurrent
vismCasXgcpVariantName
OBJECT-TYPE
This object is a string identifier for the CAS variant. It is used as index to the table.
1.3.6.1.4.1.351.110.5.5.8.2.1.1DisplayStringread-onlycurrent
vismCasXgcpFileName
OBJECT-TYPE
This object gives the name of the file which contains the signal definition and the Finite State Machine definition for the CAS variant.
1.3.6.1.4.1.351.110.5.5.8.2.1.2DisplayStringread-onlycurrent
vismCasXgcpMaxReXmitTime
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.2.1.3Integer32 (10..10000)read-writecurrent
vismCasXgcpInitialReXmitTime
OBJECT-TYPE
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.
1.3.6.1.4.1.351.110.5.5.8.2.1.4Integer32 (10..10000)read-writecurrent
vismCasXgcpMaxRetries
OBJECT-TYPE
This object specifies the number of retries for a message that exceeds vismCasXgcpMaxReXmitTime or vismCasXgcpInitialReXmitTime.
1.3.6.1.4.1.351.110.5.5.8.2.1.5Integer32 (0..10)read-writecurrent
ciscoVismCasMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.88.2
ciscoVismCasMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.88.2.1
ciscoVismCasMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.88.2.2

Conformance

NameOIDStatus
ciscoVismCasVariantGroup
OBJECT-GROUP
The collection of objects which are used to represent VISM CAS varient.
1.3.6.1.4.1.351.150.88.2.1.1current
ciscoVismCasXgcpVariantGroup
OBJECT-GROUP
The collection of objects that is implicitly created/deleted when an entry in vismCasVariantTable is created/deleted in switching mode.
1.3.6.1.4.1.351.150.88.2.1.2current
cvcVariantDeprecatedGroup
OBJECT-GROUP
The collection of objects that were supported earlier but deprecated now.
1.3.6.1.4.1.351.150.88.2.1.3deprecated
ciscoVismCasCompliance
MODULE-COMPLIANCE
The compliance statement for objects related to VISM-CAS-MIB.
1.3.6.1.4.1.351.150.88.2.2.1current