CISCO-VISM-XGCP-EXT

File: CISCO-VISM-XGCP-EXT.mib (23723 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 IpAddress MODULE-COMPLIANCE
OBJECT-GROUP voice ciscoWan

Defined Types

VismXgcpPeerEntry  
SEQUENCE    
  vismXgcpPeerNumber Integer32
  vismXgcpPeerProtocolNumber Integer32
  vismXgcpPeerPort Integer32

VismXgcpMsgStatEntry  
SEQUENCE    
  vismXgcpIpAddress IpAddress
  vismXgcpCrcxCnts Counter32
  vismXgcpCrcxFailCnts Counter32
  vismXgcpMdcxCnts Counter32
  vismXgcpMdcxFailCnts Counter32
  vismXgcpDlcxRcvCnts Counter32
  vismXgcpDlcxRcvFailCnts Counter32
  vismXgcpDlcxSentCnts Counter32
  vismXgcpDlcxSentFailCnts Counter32
  vismXgcpRqntCnts Counter32
  vismXgcpRqntFailCnts Counter32
  vismXgcpNtfyCnts Counter32
  vismXgcpNtfyFailCnts Counter32
  vismXgcpAuepCnts Counter32
  vismXgcpAuepFailCnts Counter32
  vismXgcpAucxCnts Counter32
  vismXgcpAucxFailCnts Counter32
  vismXgcpRsipCnts Counter32
  vismXgcpRsipFailCnts Counter32

Defined Values

ciscoVismXgcpExtMIB 1.3.6.1.4.1.351.150.94
The MIB module contain the XGCP MIB feature in VISM
MODULE-IDENTITY    

vismXgcpExtensionGrp 1.3.6.1.4.1.351.110.5.5.5
OBJECT IDENTIFIER    

vismXgcpCoreObjects 1.3.6.1.4.1.351.110.5.5.5.1
OBJECT IDENTIFIER    

vismXgcpEnhancementsObjects 1.3.6.1.4.1.351.110.5.5.5.2
OBJECT IDENTIFIER    

vismXgcpRequestMaxTimeout 1.3.6.1.4.1.351.110.5.5.5.1.1
This object specifies the maximum timeout value. This timer value is used along with xgcpRequestTimeout and xgcpRequestRetries (in xgcpGrp.my) to determine the exponential retry interval for retransmitting unacknowledged xgcp messages. The value of this timer has to be greater than or equal to xgcpRequestTimeout. The default value of this object is 500 milliseconds. When the value of this object changes vismXgcpCoreObjects changed trap will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100000  

vismXgcpPort 1.3.6.1.4.1.351.110.5.5.5.1.2
This object is used to configure the local UDP port on VISM used by the SGCP and MGCP protocols to communicate with the call agent. The UDP port is used together with vismIpAddress to identify the local end of a SGCP/MGCP connection. The default value of this object is 2427. In VISM 1.5 this object always defaults to 2427 and is read-only.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1025..65535  

vismXgcpPeerTable 1.3.6.1.4.1.351.110.5.5.5.1.3
This table is used to provision peer-specific XGCP configuration information. Each table entry corresponds to an XGCP peer name / peer XGCP variant combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VismXgcpPeerEntry

vismXgcpPeerEntry 1.3.6.1.4.1.351.110.5.5.5.1.3.1
Each row is identified by XGCP peer name and peer XGCP protocol number combination. This means, if an MGC uses more than one variant of XGCP (i.e MGCP, SGCP 1.0, SGCP 1.1 etc), an entry will be maintained for each of the protocols. mgcNumber and mgcProtocolNumber from MGMIB are used as foreign index to this table. Entries in this table are implicitly created by the agent. An entry shall be created when an entry is created in the mgcProtocolTable and when mgcProtocolNumber refers to an XGCP variant (i.e MGCP, SGCP 1.0, SGCP 1.1 etc) as supported protocol. An entry shall be deleted if the corresponding entry in the mgcProtocolTable is deleted. As both mgcProtocolTable and vismXgcpPeerTable have mgcNumber and mgcProtocolNumber as index, referential integrity between the two tables is automatically ensured.
Status: current Access: not-accessible
OBJECT-TYPE    
  VismXgcpPeerEntry  

vismXgcpPeerNumber 1.3.6.1.4.1.351.110.5.5.5.1.3.1.1
The value of this object is the same as mgcNumber from MGMIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..8  

vismXgcpPeerProtocolNumber 1.3.6.1.4.1.351.110.5.5.5.1.3.1.2
The value of this object is the same as mgcProtocolNumber from MGMIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..8  

vismXgcpPeerPort 1.3.6.1.4.1.351.110.5.5.5.1.3.1.3
This object is used to configure the local UDP port on VISM used by the SGCP and MGCP protocols to communicate with the call agent. The UDP port is used together with vismIpAddress to identify the local end of a SGCP/MGCP connection. If the protocol configured for the call agent is MGCP 1.0, the default port is 2727. In all other cases, the default value of this object is 2427. In VISM 1.5 this object always defaults to 2427 and is read-only.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1025..65535  

vismXgcpMsgStatTable 1.3.6.1.4.1.351.110.5.5.5.1.4
This table is an extension to the xgcpMsgStatTable contained in the XGCP MIB. This table provides per-message type based detailed statistics information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VismXgcpMsgStatEntry

vismXgcpMsgStatEntry 1.3.6.1.4.1.351.110.5.5.5.1.4.1
The row of the vismXgcpMsgStatTable contains additional information about XGCP message statistics beyond that provided by the XGCP MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  VismXgcpMsgStatEntry  

vismXgcpIpAddress 1.3.6.1.4.1.351.110.5.5.5.1.4.1.1
This object specifies the IP address of the Media Gateway Controller. The value of this object is the same as xgcpIpAddress of XGCP-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

vismXgcpCrcxCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.2
This refers to the count of CRCX (Create Connection) messages received from the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpCrcxFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.3
This refers to the count of CRCX (Create Connection) messages received from the call agent that were responded to with a failure return code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpMdcxCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.4
This refers to the count of MDCX (Modify Connection) messages received from the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpMdcxFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.5
This refers to the count of MDCX (Modify Connection) messages received from the call agent that were responded to with a failure return code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpDlcxRcvCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.6
This refers to the count of DLCX (Delete Connection) messages received from the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpDlcxRcvFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.7
This refers to the count of DLCX (Delete Connection) messages received from the call agent that were responded to with a failure return code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpDlcxSentCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.8
This refers to the count of DLCX (Delete Connection) messages sent to the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpDlcxSentFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.9
This refers to the count of DLCX (Delete Connection) messages sent to the call agent for which a response with failure return code was received or which timed out waiting for an acknowledgement.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpRqntCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.10
This refers to the count of RQNT (Request Notify) messages received from the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpRqntFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.11
This refers to the count of RQNT (Request Notify) messages received from the call agent that were responded to with a failure return code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpNtfyCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.12
This refers to the count of NTFY (Notify) messages sent to the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpNtfyFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.13
This refers to the count of NTFY (Notify) messages sent to the call agent for which a response with failure return code was received or which timed out waiting for a response.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpAuepCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.14
This refers to the count of AUEP (Audit Endpoint) messages received from the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpAuepFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.15
This refers to the count of AUEP (Audit Endpoint) messages received from the call agent that were responded to with a failure return code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpAucxCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.16
This refers to the count of AUCX (Audit Connection) messages received from the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpAucxFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.17
This refers to the count of AUCX (Audit Connection) messages received from the call agent that were responded to with a failure return code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpRsipCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.18
This refers to the count of RSIP (Restart In Progress) messages sent to the call agent since reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpRsipFailCnts 1.3.6.1.4.1.351.110.5.5.5.1.4.1.19
This refers to the count of RSIP (Restart In Progress) messages sent to the call agent for which a response with failure return code was received or which timed out waiting for a response.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vismXgcpRestartInProgressTdinit 1.3.6.1.4.1.351.110.5.5.5.2.1
The endpoint becomes disconnected when it tries to communicate with the call agent and the retransmission procedure times out after retrying. The endpoint in disconnected state starts the disconnected timer initialised to the random value and uniformly distributed between 1 and initial waiting delay (Tdinit) in seconds. The gateway waits for either the end of this timer, or the reception of call agent command or the detection of local user activity for the endpoint. When the disconnected timer elapses, or when a command is received from the call agent or when there is a local user activity, the Media Gateway sends the Restart In Progress command with the restart method as RM:disconnected to the Media Gateway Controller. The initial waiting delay (Tdinit) timeout value is defined by this MIB object. The recommended value of this object is 15 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

vismXgcpRestartInProgressTdmin 1.3.6.1.4.1.351.110.5.5.5.2.2
The endpoint becomes disconnected when it tries to communicate with the call agent and the retransmission procedure times out after retrying. The endpoint in disconnected state starts the disconnected timer initialised to the random value and uniformly distributed between 1 and initial waiting delay (Tdinit) in seconds. The gateway waits for either the end of this timer, or the reception of call agent command or the detection of local user activity for the endpoint. When the disconnected timer elapses, or when a command is received from the call agent or when there is a local user activity, the Media Gateway sends the Restart In Progress command with the restart method as RM:disconnected to the Media Gateway Controller. In case of local user activity, a provisionable disconnected minimum waiting delay (Tdmin) must have been elapsed since the gateway became disconnected. The minimum waiting delay (Tdmin) timeout value used by the Media Gateway to send the Restart In Progress with the restart method as RM:disconnected to the Media Gateway Controller if there is any local user activity is defined by this object. Media Gateway initiated delete connection (DLCX) or restart in progress (RSIP) commands are not considered as local user activity. The events observed on the TDM interface or on the network constitute the local user activity. The recommended value of this object is 15 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

vismXgcpRestartInProgressTdmax 1.3.6.1.4.1.351.110.5.5.5.2.3
The maximum waiting delay (Tdmax) timeout value used by the Media Gateway to send the Restart In Progress with the restart method as RM:disconnected to the Media Gateway Controller when the endpoint has become disconnected is defined by this object. The endpoint becomes disconnected when it tries to communicate with the call agent and the retransmission procedure times out after retrying. The endpoint in disconnected state starts the disconnected timer initialised to the random value and uniformly distributed between 1 and initial waiting delay (Tdinit) in seconds. The gateway waits for either the end of this timer, or the reception of call agent command or the detection of local user activity for the endpoint. When the disconnected timer elapses, or when a command is received from the call agent or when there is a local user activity, the Media Gateway sends the Restart In Progress command with the restart method as RM:disconnected to the Media Gateway Controller. If the disconnected procedure still left the endpoint disconnected, the disconnected timer is doubled subject to a provisionable disconnected maximum waiting delay (Tdmax) in seconds and the gateway starts the new disconnected procedure again. Once the maximum value is reached, the subsequent disconnected Restart In Progress commands use the maximum waiting delay (Tdmax). The recommended value of this object is 600 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..5000  

ciscoVismXgcpExtMIBConformance 1.3.6.1.4.1.351.150.94.2
OBJECT IDENTIFIER    

ciscoVismXgcpExtMIBGroups 1.3.6.1.4.1.351.150.94.2.1
OBJECT IDENTIFIER    

ciscoVismXgcpExtMIBCompliances 1.3.6.1.4.1.351.150.94.2.2
OBJECT IDENTIFIER    

ciscoVismXgcpExtCompliance 1.3.6.1.4.1.351.150.94.2.2.1
The compliance statement for objects related to VISM-XGCP-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoVismXgcpExtensionGroup 1.3.6.1.4.1.351.150.94.2.1.1
The collection of objects which are used to represent VISM XGCP MIB.
Status: current Access: read-write
OBJECT-GROUP    

ciscoVismXgcpCoreGroup 1.3.6.1.4.1.351.150.94.2.1.2
The collection of objects which are used to represent VISM peer XGCP MIB configuration.
Status: current Access: read-write
OBJECT-GROUP    

ciscoVismXgcpStatsGroup 1.3.6.1.4.1.351.150.94.2.1.3
The collection of objects which are used to represent VISM peer XGCP MIB Statistics information.
Status: current Access: read-write
OBJECT-GROUP    

ciscoVismXgcpEnhancementGroup 1.3.6.1.4.1.351.150.94.2.1.4
The collection of objects which are used to represent VISM XGCP Enhancement.
Status: current Access: read-write
OBJECT-GROUP