COM21-HCXVOICE-MIB

File: COM21-HCXVOICE-MIB.mib (25274 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC COM21-HCX-MIB
COM21-HCXALM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 IpAddress Gauge32
TimeTicks DisplayString MacAddress
com21 com21Hcx hcxAlmSeverity
hcxEventLogTime

Defined Types

PrimServiceState  
INTEGER is(1), oos(2)    

Com21RowStatus  
INTEGER active(1), create(2), destroy(3), deactive(4)    

HcxVpnRxEntry  
SEQUENCE    
  hcxVpnRxNum Integer32
  hcxVpnRxEntryId Integer32
  hcxVpnRxRowStatus Com21RowStatus
  hcxVpnRxMaxActiveCalls Integer32

HcxVpnRxStatsEntry  
SEQUENCE    
  hcxVpnRxStatsNum Integer32
  hcxVpnRxStatsEntryId Integer32
  hcxVpnRxStatsCurrCallsAllwd Integer32
  hcxVpnRxStatsCurrCallsBlkd Integer32
  hcxVpnRxStatsPrevCallsAllwd Integer32
  hcxVpnRxStatsPrevCallsBlkd Integer32
  hcxVpnRxStatsClear INTEGER

HcxStuVoiceChannelEntry  
SEQUENCE    
  hcxStuVoiceChannelMacAddr MacAddress
  hcxStuVoiceChannelNum INTEGER
  hcxStuVoiceChannelVpi INTEGER
  hcxStuVoiceChannelVci INTEGER
  hcxStuVoiceChannelPriStatus Com21RowStatus
  hcxStuVoiceChannelState INTEGER
  hcxStuVoiceChannelExtLpBk INTEGER

HcxStuVoiceCallStatsEntry  
SEQUENCE    
  hcxStuVoiceCallStatsMacAddr MacAddress
  hcxStuVoiceCallStatsNum INTEGER
  hcxStuVoiceCallCurrInCallsAllwd Gauge32
  hcxStuVoiceCallCurrOutCallsAllwd Gauge32
  hcxStuVoiceCallCurrInCallsBlkd Gauge32
  hcxStuVoiceCallCurrOutCallsBlkd Gauge32
  hcxStuVoiceCallPrevInCallsAllwd Gauge32
  hcxStuVoiceCallPrevOutCallsAllwd Gauge32
  hcxStuVoiceCallPrevInCallsBlkd Gauge32
  hcxStuVoiceCallPrevOutCallsBlkd Gauge32
  hcxStuVoiceCallStatsClear INTEGER

Defined Values

com21HcxVoice 1.3.6.1.4.1.1141.2.100
This is the Com21 ComController Oc3 MIB module. COM21 Part# 005-0025-00
MODULE-IDENTITY    

com21HcxVoiceGroup 1.3.6.1.4.1.1141.2.101
OBJECT IDENTIFIER    

com21HcxVpnRxGroup 1.3.6.1.4.1.1141.2.102
OBJECT IDENTIFIER    

com21HcxVpnRxStatsGroup 1.3.6.1.4.1.1141.2.103
OBJECT IDENTIFIER    

com21HcxStuVoiceChannelGroup 1.3.6.1.4.1.1141.2.104
OBJECT IDENTIFIER    

com21HcxStuVoiceCallStatsGroup 1.3.6.1.4.1.1141.2.105
OBJECT IDENTIFIER    

hcxConfiguredVoiceChannels 1.3.6.1.4.1.1141.2.101.1
Defines the number of Voice Channels currently configured on the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxActiveVoiceChannels 1.3.6.1.4.1.1141.2.101.2
Defines the number of Voice Channels that are currently active on the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVoiceChannelMode 1.3.6.1.4.1.1141.2.101.3
Defines the type of compression scheme to be used for voice. Default is aLaw.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER aLaw(1), muLaw(2)  

hcxVoiceOAMEnable 1.3.6.1.4.1.1141.2.101.4
Defines whether OAM cells should be transmitted on voice VCC's when voice calls are idle. default: disable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hcxVoiceFEndEchoCancEnable 1.3.6.1.4.1.1141.2.101.5
Defines whether Far End Echo Cancellation should be enabled or not. Default: disable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hcxVoiceRTTDelay 1.3.6.1.4.1.1141.2.101.6
Defines the Round Trip Transit Delay in milliseconds. This should be configured if 'hcxVoiceFEndEchoCancEnable' is enabled. Default: 0
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

com21HcxVpnRxTable 1.3.6.1.4.1.1141.2.102.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxVpnRxEntry

com21HcxVpnRxEntry 1.3.6.1.4.1.1141.2.102.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxVpnRxEntry  

hcxVpnRxNum 1.3.6.1.4.1.1141.2.102.1.1.1
Defines the Vpn Number. Used as Index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxEntryId 1.3.6.1.4.1.1141.2.102.1.1.2
Defines the Rx Group Id. Used as Index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxRowStatus 1.3.6.1.4.1.1141.2.102.1.1.3
Used to create an Instance of Rx Group Id for a given VPN. Deactive is not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  Com21RowStatus  

hcxVpnRxMaxActiveCalls 1.3.6.1.4.1.1141.2.102.1.1.4
Defines the maximum number of voice calls that should be allowed for this VPN on this Rx Group .
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

com21HcxVpnRxStatsTable 1.3.6.1.4.1.1141.2.103.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxVpnRxStatsEntry

com21HcxVpnRxStatsEntry 1.3.6.1.4.1.1141.2.103.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxVpnRxStatsEntry  

hcxVpnRxStatsNum 1.3.6.1.4.1.1141.2.103.1.1.1
Defines the VPN value for which the stats are collected. Used as Index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxStatsEntryId 1.3.6.1.4.1.1141.2.103.1.1.2
Defines the Rx Group Number for which the stats are collected. Used as Index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxStatsCurrCallsAllwd 1.3.6.1.4.1.1141.2.103.1.1.3
Defines the number of calls allowed in the given 15-min period for a ComPort on this Rx Group and on this VPN.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxStatsCurrCallsBlkd 1.3.6.1.4.1.1141.2.103.1.1.4
Defines the number of calls blocked in the given 15-min period for a ComPort on this Rx Group and on this VPN.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxStatsPrevCallsAllwd 1.3.6.1.4.1.1141.2.103.1.1.5
Defines the number of calls allowed in the previous 15-min period for a ComPort on this Rx Group and on this VPN.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxStatsPrevCallsBlkd 1.3.6.1.4.1.1141.2.103.1.1.6
Defines the number of calls blocked in the previous 15-min period for a ComPort on this Rx Group and on this VPN.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxVpnRxStatsClear 1.3.6.1.4.1.1141.2.103.1.1.7
This attribute is used to clear all call statistics counters in this group. This operation is only possible if the hcxStatsControl attribute is set to wrapCurr.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nil(1), clear(2)  

com21HcxStuVoiceChannelTable 1.3.6.1.4.1.1141.2.104.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxStuVoiceChannelEntry

com21HcxStuVoiceChannelEntry 1.3.6.1.4.1.1141.2.104.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxStuVoiceChannelEntry  

hcxStuVoiceChannelMacAddr 1.3.6.1.4.1.1141.2.104.1.1.1
Contains IEEE 802 medium access control address of the ComPort device.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hcxStuVoiceChannelNum 1.3.6.1.4.1.1141.2.104.1.1.2
Defines the voice channel on the Comport device used for Voice.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

hcxStuVoiceChannelVpi 1.3.6.1.4.1.1141.2.104.1.1.3
Defines the VPI to use to connect the Comport's voice channel to the external device on the OC3 wan port. The 'hcxStuVoiceChannelVpi', 'hcxStuVoiceChannelVci' combination should form a unique VCC for each entry in 'com21HcxStuVoiceChannelTable'. Default is 0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

hcxStuVoiceChannelVci 1.3.6.1.4.1.1141.2.104.1.1.4
Defines the VCI to use to connect the Comport's voice channel to the external device on the OC3 wan port. The 'hcxStuVoiceChannelVpi', 'hcxStuVoiceChannelVci' combination should form a unique VCC for each entry in 'com21HcxStuVoiceChannelTable'. Default is 0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

hcxStuVoiceChannelPriStatus 1.3.6.1.4.1.1141.2.104.1.1.5
Used to control Create, Activate/Deactivate, or Destroy a row. Activation/Deactivation of the row is not allowed if all writeable attributes do not have valid values.
Status: current Access: read-create
OBJECT-TYPE    
  Com21RowStatus  

hcxStuVoiceChannelState 1.3.6.1.4.1.1141.2.104.1.1.6
Defines the current state of the port. voicePortActive indicates that the call is in progress
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER voiceChanIdle(1), voiceChanActive(2)  

hcxStuVoiceChannelExtLpBk 1.3.6.1.4.1.1141.2.104.1.1.7
If this attribute is enabled, the Oc3 Port will loopback all cells received on this VCC. The attribute cannot be enabled if voiceChannel is active, and if this attribute is enabled, voiceChannel will not be allowed to go active. default: disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

com21HcxStuVoiceCallStatsTable 1.3.6.1.4.1.1141.2.105.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxStuVoiceCallStatsEntry

com21HcxStuVoiceCallStatsEntry 1.3.6.1.4.1.1141.2.105.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxStuVoiceCallStatsEntry  

hcxStuVoiceCallStatsMacAddr 1.3.6.1.4.1.1141.2.105.1.1.1
Contains IEEE 802 medium access control address of the ComPort device.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hcxStuVoiceCallStatsNum 1.3.6.1.4.1.1141.2.105.1.1.2
Defines the voice channel on the Comport device used for Voice.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

hcxStuVoiceCallCurrInCallsAllwd 1.3.6.1.4.1.1141.2.105.1.1.3
Defines the number of Incoming calls allowed in the given 15-min time period. Incoming calls are calls being placed to this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallCurrOutCallsAllwd 1.3.6.1.4.1.1141.2.105.1.1.4
Defines the number of Outgoing calls allowed in the given 15-min time period. Outgoing calls are calls being placed by this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallCurrInCallsBlkd 1.3.6.1.4.1.1141.2.105.1.1.5
Defines the number of Incoming calls blocked in the given 15-min time period. Incoming calls are calls being placed to this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallCurrOutCallsBlkd 1.3.6.1.4.1.1141.2.105.1.1.6
Defines the number of Outgoing calls blocked in the given 15-min time period. Outgoing calls are calls being placed by this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallPrevInCallsAllwd 1.3.6.1.4.1.1141.2.105.1.1.7
Defines the number of Incoming calls allowed in the previous 15-min time period. Incoming calls are calls being placed to this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallPrevOutCallsAllwd 1.3.6.1.4.1.1141.2.105.1.1.8
Defines the number of Outgoing calls blocked in the previous 15-min time period. Outgoing calls are calls being placed by this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallPrevInCallsBlkd 1.3.6.1.4.1.1141.2.105.1.1.9
Defines the number of Incoming calls blocked in the previous 15-min time period. Incoming calls are calls being placed to this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallPrevOutCallsBlkd 1.3.6.1.4.1.1141.2.105.1.1.10
Defines the number of Outgoing calls blocked in the previous 15-min time period. Outgoing calls are calls being placed by this voice channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hcxStuVoiceCallStatsClear 1.3.6.1.4.1.1141.2.105.1.1.11
This attribute is used to clear all the voice channel statistics counters in this group. This operation is only possible if the hcxStatsControl attribute is set to wrapCurr.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nil(1), clear(2)