MEGACO-RINGING-MIB

File: MEGACO-RINGING-MIB.mib (27121 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
OBJECT-IDENTITY mib-2 RowStatus
DisplayString TestAndIncr NOTIFICATION-GROUP
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

MgcoRingingPatternEntry  
SEQUENCE    
  mgcoRingingPatternId INTEGER
  mgcoRingingCadenceGroupId INTEGER
  mgcoRingingPatternName DisplayString
  mgcoRingingPatternRowStatus RowStatus

MgcoRingingCadenceGroupEntry  
SEQUENCE    
  mgcoRingingCadenceGroupIndex INTEGER
  mgcoRingingCadenceGroupName DisplayString
  mgcoRingingCadenceGroupRef Integer32
  mgcoRingingCadenceGroupRingingMinDuration Integer32
  mgcoRingingCadenceGroupRingingNomDuration Integer32
  mgcoRingingCadenceGroupRingingMaxDuration Integer32
  mgcoRingingCadenceGroupSilentMinDuration Integer32
  mgcoRingingCadenceGroupSilentNomDuration Integer32
  mgcoRingingCadenceGroupSilentMaxDuration Integer32
  mgcoRingingCadenceGroupRowStatus RowStatus

Defined Values

megacoRingingMIB 1.3.6.1.2.1.1
The MEGACO RINGING MIB module.
MODULE-IDENTITY    

megacoRingingMIBObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

mgcoRingingCapabilities 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

mgcoRingingProperties 1.3.6.1.2.1.1.1.2
OBJECT IDENTIFIER    

mgcoRingingProperty 1.3.6.1.2.1.1.1.2.1
Ringing Property Package
Status: current Access: read-only
OBJECT-IDENTITY    

mgcoRingingPatternTable 1.3.6.1.2.1.1.1.1.1
This table contains a list of the various Ringing Pattern Ids available on a Media Gateway. Each row of the table contains a field to indicate the Ringing Pattern Id value, a field to indicate the Cadence Group Id associated with the Ringing Pattern Id, a field to hold a name for the pattern
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgcoRingingPatternEntry

mgcoRingingPatternEntry 1.3.6.1.2.1.1.1.1.1.1
This entry contains objects that indicate the pattern Id value, the Cadence Group Id value, the pattern Name, and the status of the row. The indices for an entry is the mgcoRingingPatternId and a manager creates a row in this table to define a Ringing pattern.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgcoRingingPatternEntry  

mgcoRingingPatternId 1.3.6.1.2.1.1.1.1.1.1.1
A value to indicate a unique ringing pattern identity.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

mgcoRingingCadenceGroupId 1.3.6.1.2.1.1.1.1.1.1.2
A value to indicate the entry in the mgcoRingingCadenceGroupTable that defines this ringing pattern, it is an Index into that table
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..2147483647  

mgcoRingingPatternName 1.3.6.1.2.1.1.1.1.1.1.3
A string to indicate a unique ringing pattern identity.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

mgcoRingingPatternRowStatus 1.3.6.1.2.1.1.1.1.1.1.4
This is used to create new rows in this table, modify existing rows, and to delete rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mgcoRingingCadenceNextGroupId 1.3.6.1.2.1.1.1.1.2
The Next Cadence Group Id value available for a Media Gateway. Assists the manager in selecting a value for mgcoRingingCadenceGroupTable. A manager will 'lock' this variable to ensure single access.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

mgcoRingingCadenceGroupTable 1.3.6.1.2.1.1.1.1.3
This table contains a list of the various cadence groups. This table is recursively accessed in order to completely define a cadence
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgcoRingingCadenceGroupEntry

mgcoRingingCadenceGroupEntry 1.3.6.1.2.1.1.1.1.3.1
This entry contains objects that describe the cadence characteristics. The indices for an entry are the mgcoRingingCadenceGroupId and mgcoRingingCadenceGroupIndex. mgcoRingingCadenceGroupId is a field from the mgcoRingingPatternTable
Status: current Access: not-accessible
OBJECT-TYPE    
  MgcoRingingCadenceGroupEntry  

mgcoRingingCadenceGroupIndex 1.3.6.1.2.1.1.1.1.3.1.1
A value used to access all the entries in the table that correspond to a particular Group Id. This value also serves to order the entries for the Group Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

mgcoRingingCadenceGroupName 1.3.6.1.2.1.1.1.1.3.1.2
A descriptive name which would identify this component of the cadence
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

mgcoRingingCadenceGroupRef 1.3.6.1.2.1.1.1.1.3.1.3
A value used to recursively enter the mgcoRingingCadenceGroupTable. It indicates that this portion of the group is a reference to a different GroupId in the table.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

mgcoRingingCadenceGroupRingingMinDuration 1.3.6.1.2.1.1.1.1.3.1.4
A value to indicate the minimum duration of the ringing period of this cadence component. The possible values range from 0 to 5000
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5000  

mgcoRingingCadenceGroupRingingNomDuration 1.3.6.1.2.1.1.1.1.3.1.5
A value to indicate the nominal duration of the ringing period of this cadence component. The possible values range from 0 to 5000. This value MUST be greater than RingingMinDuration
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5000  

mgcoRingingCadenceGroupRingingMaxDuration 1.3.6.1.2.1.1.1.1.3.1.6
A value to indicate the maximum duration of the ringing period of this cadence component. The possible values range from 0 to 5000. This value MUST be greater than RingingNomDuration
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5000  

mgcoRingingCadenceGroupSilentMinDuration 1.3.6.1.2.1.1.1.1.3.1.7
A value to indicate the minimum duration of the silent period of this cadence component. The possible values range from 0 to 5000
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5000  

mgcoRingingCadenceGroupSilentNomDuration 1.3.6.1.2.1.1.1.1.3.1.8
A value to indicate the nominal duration of the silent period of this cadence component. The possible values range from 0 to 5000. This value MUST be greater than SilentMinDuration
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5000  

mgcoRingingCadenceGroupSilentMaxDuration 1.3.6.1.2.1.1.1.1.3.1.9
A value to indicate the maximum duration of the silent period of this cadence component. The possible values range from 0 to 5000. This value MUST be greater than SilentNomDuration
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5000  

mgcoRingingCadenceGroupRowStatus 1.3.6.1.2.1.1.1.1.3.1.10
This is used to create new rows in this table, modify existing rows, and to delete rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

megacoRingingMIBNotifications 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

mgcoRingingNotifPrefix 1.3.6.1.2.1.1.2.0
OBJECT IDENTIFIER    

mgcoRingingNotifObjects 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

megacoRingingConformance 1.3.6.1.2.1.1.3
OBJECT IDENTIFIER    

mgcoRingingCompliances 1.3.6.1.2.1.1.3.1
OBJECT IDENTIFIER    

mgcoRingingConfGroups 1.3.6.1.2.1.1.3.2
OBJECT IDENTIFIER    

mgcoRingingCompliances 1.3.6.1.2.1.1.3.1.1
Compliance statement for entities which implement the Megaco Ringing Package MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

mgcoRingingPatternSetGrp 1.3.6.1.2.1.1.3.2.1
Objects which implement Ringing Pattern Set Definition
Status: current Access: read-create
OBJECT-GROUP    

mgcoRingingCadenceGroupGrp 1.3.6.1.2.1.1.3.2.2
Objects which implement Ringing Cadence Group Characteristics Definition
Status: current Access: read-create
OBJECT-GROUP