-- Generated by
-- confdc ++emit-mib db64/sonusVirtualMediaGateway.mib ++oid sonusSystemMIB.7 ++top sonusVirtualMediaGatewayMIB ++prefix SonusSystem ++module SONUS-VMG -f /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/PerfHist-TC-MIB.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/SNMP-FRAMEWORK-MIB.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/SNMP-TARGET-MIB.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/SNMPv2-TC.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/ietf-inet-types.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/ietf-yang-types.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/sonusGen2Profiles.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/sonusHornetTc.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/sonusLicense.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/sonusSystem.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/hornet/dist/fxs/common/sonusTc.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusAddressContext.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusGen2SipAdaptor.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusIpInterface.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusMetadata.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusMgmtIpInterface.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusOrcaTc.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusPort.fxs /sonus/p4/ws/release/sbx5000_V08.02.00R002/orca/dist/fxs/sonusRealm.fxs ++ db64/sonusVirtualMediaGateway.fxs
-- 2020-03-09 23:56:20
-- Namespace: http://sonusnet.com/ns/mibs/SONUS-VMG/1.0

SONUS-VMG DEFINITIONS ::= BEGIN
IMPORTS
    sonusSystemMIB FROM SONUS-SYSTEM-MIB
    MODULE-IDENTITY, OBJECT-TYPE,
    Integer32, Unsigned32, Counter32, Counter64,
    Gauge32, IpAddress
        FROM SNMPv2-SMI
    TEXTUAL-CONVENTION, RowStatus, DateAndTime,
    TruthValue
        FROM SNMPv2-TC
;

sonusVirtualMediaGatewayMIB MODULE-IDENTITY
    LAST-UPDATED "202003090000Z"
    ORGANIZATION "Ribbon Communications, Inc."
    CONTACT-INFO "Customer Support        
                  Ribbon Communications, Inc. 
                  4 Technology Park Drive 
                  Westford, MA 01886      
                  USA                     
                                          
                  Tel: 978-614-8100       
                  Fax: 978-614-8609"
    DESCRIPTION ""
    REVISION "202003090000Z"
    DESCRIPTION "Auto generated MIB."
    ::= { sonusSystemMIB 7 }

InetAddressIP ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION "confd:inetAddressIP"
    SYNTAX      OCTET STRING (SIZE (4|16))

String ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "1t"
    STATUS      current
    DESCRIPTION "xs:string"
    SYNTAX      OCTET STRING

SonusVmgActionType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION "
This object controls whether calls are forced off or allowed to dryup upon a mode out-of-service.
"
    SYNTAX      INTEGER {force(1),dryup(2)}

SonusDryupTimeoutType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION "
The Dryup Timeout interval time for this Virtual Media Gateway.
Enter a value between 1 and 1440 in minutes.
"
    SYNTAX      Unsigned32 (1 .. 1440)

SonusVmgAssocState ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION "
This object shows the VMG associate satate.
"
    SYNTAX      INTEGER {connected(1),disconnected(2),null(3)}

SonusMaxCodecsAllowType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION "
The max number of codecs per m-lines
Enter a value between 1 and 10.
"
    SYNTAX      Unsigned32 (1 .. 10)

SonusH248VerType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION "
The H248 Version of this MG Profile.
Enter a value between 1 and 3.
"
    SYNTAX      Unsigned32 (1 .. 3)

SonusOnOffType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION ""
    SYNTAX      INTEGER {off(0),on(1)}

-- tagpath /system/system/virtualMediaGateway
sonusSystemVirtualMediaGatewayTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 60 }

-- tagpath /system/system/virtualMediaGateway
sonusSystemVirtualMediaGatewayEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { IMPLIED sonusSystemVirtualMediaGatewayName }
        ::= { sonusSystemVirtualMediaGatewayTable 1 }

SonusSystemVirtualMediaGatewayEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayName String,
        sonusSystemVirtualMediaGatewayAutoIndex Unsigned32
    }

-- tagpath /system/system/virtualMediaGateway/name
sonusSystemVirtualMediaGatewayName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemVirtualMediaGatewayEntry 1 }

-- tagpath /system/system/virtualMediaGateway/autoIndex
sonusSystemVirtualMediaGatewayAutoIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION ""
    DEFVAL { 0 }
    ::= { sonusSystemVirtualMediaGatewayEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary
sonusSystemVirtualMediaGatewayVmgCallSummaryTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayVmgCallSummaryEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays list of sessions on a specific Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 12 }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary
sonusSystemVirtualMediaGatewayVmgCallSummaryEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayVmgCallSummaryEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemVirtualMediaGatewayName, sonusSystemVirtualMediaGatewayVmgCallSummaryGCID }
        ::= { sonusSystemVirtualMediaGatewayVmgCallSummaryTable 1 }

SonusSystemVirtualMediaGatewayVmgCallSummaryEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayVmgCallSummaryGCID Unsigned32,
        sonusSystemVirtualMediaGatewayVmgCallSummaryName String,
        sonusSystemVirtualMediaGatewayVmgCallSummaryIndex Unsigned32,
        sonusSystemVirtualMediaGatewayVmgCallSummaryContextId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgCallSummaryContextState String
    }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary/GCID
sonusSystemVirtualMediaGatewayVmgCallSummaryGCID OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
GCID of the context.
"
    ::= { sonusSystemVirtualMediaGatewayVmgCallSummaryEntry 1 }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary/name
sonusSystemVirtualMediaGatewayVmgCallSummaryName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemVirtualMediaGatewayVmgCallSummaryEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary/index
sonusSystemVirtualMediaGatewayVmgCallSummaryIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The index of this Virtual Media Gateway.
"
    ::= { sonusSystemVirtualMediaGatewayVmgCallSummaryEntry 3 }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary/contextId
sonusSystemVirtualMediaGatewayVmgCallSummaryContextId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgCallSummaryEntry 4 }

-- tagpath /system/system/virtualMediaGateway/vmgCallSummary/contextState
sonusSystemVirtualMediaGatewayVmgCallSummaryContextState OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context State.
"
    ::= { sonusSystemVirtualMediaGatewayVmgCallSummaryEntry 5 }

-- tagpath /system/system/virtualMediaGateway/vmgContextDetail
sonusSystemVirtualMediaGatewayVmgContextDetailTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayVmgContextDetailEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays details of Context based on specific a GCID.
"
    ::= { sonusVirtualMediaGatewayMIB 13 }

-- tagpath /system/system/virtualMediaGateway/vmgContextDetail
sonusSystemVirtualMediaGatewayVmgContextDetailEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayVmgContextDetailEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemVirtualMediaGatewayName, sonusSystemVirtualMediaGatewayVmgContextDetailGCID }
        ::= { sonusSystemVirtualMediaGatewayVmgContextDetailTable 1 }

SonusSystemVirtualMediaGatewayVmgContextDetailEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayVmgContextDetailGCID Unsigned32,
        sonusSystemVirtualMediaGatewayVmgContextDetailContextId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgContextDetailContextState String,
        sonusSystemVirtualMediaGatewayVmgContextDetailNumberOfTerminations Unsigned32
    }

-- tagpath /system/system/virtualMediaGateway/vmgContextDetail/GCID
sonusSystemVirtualMediaGatewayVmgContextDetailGCID OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
GCID of the context.
"
    ::= { sonusSystemVirtualMediaGatewayVmgContextDetailEntry 1 }

-- tagpath /system/system/virtualMediaGateway/vmgContextDetail/contextId
sonusSystemVirtualMediaGatewayVmgContextDetailContextId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgContextDetailEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgContextDetail/contextState
sonusSystemVirtualMediaGatewayVmgContextDetailContextState OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context State.
"
    ::= { sonusSystemVirtualMediaGatewayVmgContextDetailEntry 3 }

-- tagpath /system/system/virtualMediaGateway/vmgContextDetail/numberOfTerminations
sonusSystemVirtualMediaGatewayVmgContextDetailNumberOfTerminations OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Number of Terminations in the Context.
"
    ::= { sonusSystemVirtualMediaGatewayVmgContextDetailEntry 4 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationList
sonusSystemVirtualMediaGatewayVmgTerminationListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayVmgTerminationListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays list of terminations on a specific Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 14 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationList
sonusSystemVirtualMediaGatewayVmgTerminationListEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayVmgTerminationListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemVirtualMediaGatewayName, sonusSystemVirtualMediaGatewayVmgTerminationListTermId }
        ::= { sonusSystemVirtualMediaGatewayVmgTerminationListTable 1 }

SonusSystemVirtualMediaGatewayVmgTerminationListEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayVmgTerminationListTermId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationListTermName String,
        sonusSystemVirtualMediaGatewayVmgTerminationListContextId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationListTermState String
    }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationList/termId
sonusSystemVirtualMediaGatewayVmgTerminationListTermId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Termination Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationListEntry 1 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationList/termName
sonusSystemVirtualMediaGatewayVmgTerminationListTermName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of this Termination.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationListEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationList/contextId
sonusSystemVirtualMediaGatewayVmgTerminationListContextId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationListEntry 3 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationList/termState
sonusSystemVirtualMediaGatewayVmgTerminationListTermState OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Termination State.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationListEntry 4 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail
sonusSystemVirtualMediaGatewayVmgTerminationDetailTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayVmgTerminationDetailEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays details of terminations on a specific Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 15 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail
sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayVmgTerminationDetailEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemVirtualMediaGatewayName, sonusSystemVirtualMediaGatewayVmgTerminationDetailTermId }
        ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailTable 1 }

SonusSystemVirtualMediaGatewayVmgTerminationDetailEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayVmgTerminationDetailTermId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailTermName String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailContextId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailTermState String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailBearerType String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1RemoteIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1LocalIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1Codec String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2RemoteIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2LocalIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2Codec String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3RemoteIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3LocalIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3Codec String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4RemoteIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4LocalIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4Codec String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5RemoteIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5LocalIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5Codec String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6RemoteIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6LocalIpSockAddress String,
        sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6Codec String
    }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/termId
sonusSystemVirtualMediaGatewayVmgTerminationDetailTermId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Termination Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 1 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/termName
sonusSystemVirtualMediaGatewayVmgTerminationDetailTermName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of this Termination.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/ContextId
sonusSystemVirtualMediaGatewayVmgTerminationDetailContextId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 3 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/termState
sonusSystemVirtualMediaGatewayVmgTerminationDetailTermState OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Termination State.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 4 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/bearerType
sonusSystemVirtualMediaGatewayVmgTerminationDetailBearerType OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Bearer Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 5 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream1Id
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 6 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream1RemoteIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1RemoteIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 7 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream1LocalIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1LocalIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 8 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream1Codec
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream1Codec OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Codec Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 9 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream2Id
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 10 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream2RemoteIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2RemoteIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 11 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream2LocalIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2LocalIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 12 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream2Codec
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream2Codec OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Codec Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 13 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream3Id
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 14 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream3RemoteIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3RemoteIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 15 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream3LocalIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3LocalIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 16 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream3Codec
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream3Codec OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Codec Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 17 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream4Id
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 18 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream4RemoteIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4RemoteIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 19 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream4LocalIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4LocalIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 20 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream4Codec
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream4Codec OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Codec Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 21 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream5Id
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 22 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream5RemoteIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5RemoteIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 23 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream5LocalIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5LocalIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 24 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream5Codec
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream5Codec OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Codec Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 25 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream6Id
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 26 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream6RemoteIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6RemoteIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 27 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream6LocalIpSockAddress
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6LocalIpSockAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP Address and Port.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 28 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationDetail/stream6Codec
sonusSystemVirtualMediaGatewayVmgTerminationDetailStream6Codec OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Codec Type.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationDetailEntry 29 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats
sonusSystemVirtualMediaGatewayVmgTerminationStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayVmgTerminationStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays details of terminations on a specific Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 16 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats
sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayVmgTerminationStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemVirtualMediaGatewayName, sonusSystemVirtualMediaGatewayVmgTerminationStatsTermId }
        ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsTable 1 }

SonusSystemVirtualMediaGatewayVmgTerminationStatsEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayVmgTerminationStatsTermId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsTermName String,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsContextId Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsLost Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1Jitter Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1OctetsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1OctetsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsDiscarded Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1Latency Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsLost Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2Jitter Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2OctetsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2OctetsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsDiscarded Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2Latency Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsLost Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3Jitter Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3OctetsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3OctetsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsDiscarded Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3Latency Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsLost Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4Jitter Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4OctetsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4OctetsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsDiscarded Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4Latency Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsLost Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5Jitter Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5OctetsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5OctetsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsDiscarded Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5Latency Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6Id Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsLost Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6Jitter Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6OctetsSent Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6OctetsReceived Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsDiscarded Unsigned32,
        sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6Latency Unsigned32
    }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/termId
sonusSystemVirtualMediaGatewayVmgTerminationStatsTermId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Termination Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 1 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/termName
sonusSystemVirtualMediaGatewayVmgTerminationStatsTermName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of this Termination.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/contextId
sonusSystemVirtualMediaGatewayVmgTerminationStatsContextId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Context Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 3 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1Id
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 4 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1PacketsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 5 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1PacketsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 6 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1PacketsLost
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Lost.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 7 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1Jitter
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1Jitter OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Jitter.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 8 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1OctetsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1OctetsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 9 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1OctetsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1OctetsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 10 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1PacketsDiscarded
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1PacketsDiscarded OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Discarded.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 11 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream1Latency
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream1Latency OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Latency.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 12 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2Id
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 13 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2PacketsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 14 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2PacketsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 15 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2PacketsLost
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Lost.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 16 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2Jitter
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2Jitter OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Jitter.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 17 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2OctetsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2OctetsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 18 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2OctetsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2OctetsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 19 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2PacketsDiscarded
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2PacketsDiscarded OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Discarded.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 20 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream2Latency
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream2Latency OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Latency.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 21 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3Id
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 22 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3PacketsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 23 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3PacketsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 24 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3PacketsLost
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Lost.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 25 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3Jitter
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3Jitter OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Jitter.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 26 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3OctetsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3OctetsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 27 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3OctetsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3OctetsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 28 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3PacketsDiscarded
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3PacketsDiscarded OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Discarded.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 29 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream3Latency
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream3Latency OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Latency.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 30 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4Id
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 31 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4PacketsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 32 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4PacketsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 33 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4PacketsLost
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Lost.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 34 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4Jitter
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4Jitter OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Jitter.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 35 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4OctetsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4OctetsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 36 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4OctetsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4OctetsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 37 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4PacketsDiscarded
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4PacketsDiscarded OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Discarded.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 38 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream4Latency
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream4Latency OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Latency.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 39 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5Id
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 40 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5PacketsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 41 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5PacketsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 42 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5PacketsLost
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Lost.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 43 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5Jitter
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5Jitter OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Jitter.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 44 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5OctetsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5OctetsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 45 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5OctetsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5OctetsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 46 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5PacketsDiscarded
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5PacketsDiscarded OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Discarded.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 47 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream5Latency
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream5Latency OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Latency.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 48 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6Id
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6Id OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Stream Id.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 49 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6PacketsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 50 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6PacketsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 51 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6PacketsLost
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Lost.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 52 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6Jitter
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6Jitter OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Jitter.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 53 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6OctetsSent
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6OctetsSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Sent.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 54 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6OctetsReceived
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6OctetsReceived OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Octets Received.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 55 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6PacketsDiscarded
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6PacketsDiscarded OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Packets Discarded.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 56 }

-- tagpath /system/system/virtualMediaGateway/vmgTerminationStats/stream6Latency
sonusSystemVirtualMediaGatewayVmgTerminationStatsStream6Latency OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Latency.
"
    ::= { sonusSystemVirtualMediaGatewayVmgTerminationStatsEntry 57 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState
sonusSystemVirtualMediaGatewayVmgAssocStateTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemVirtualMediaGatewayVmgAssocStateEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays details of a specific Virtual Media Gateway Assoc State.
"
    ::= { sonusVirtualMediaGatewayMIB 17 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState
sonusSystemVirtualMediaGatewayVmgAssocStateEntry OBJECT-TYPE
    SYNTAX      SonusSystemVirtualMediaGatewayVmgAssocStateEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemVirtualMediaGatewayName, sonusSystemVirtualMediaGatewayVmgAssocStateName }
        ::= { sonusSystemVirtualMediaGatewayVmgAssocStateTable 1 }

SonusSystemVirtualMediaGatewayVmgAssocStateEntry ::=
    SEQUENCE {
        sonusSystemVirtualMediaGatewayVmgAssocStateName String,
        sonusSystemVirtualMediaGatewayVmgAssocStateAssocState SonusVmgAssocState,
        sonusSystemVirtualMediaGatewayVmgAssocStateNormalMgcExecutionTimerValue Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateNormalMgExecutionTimerValue Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateMgcProvisionalResponseTimerValue Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateMgProvisionalResponseTimerValue Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateEstimatedRoundTripTime Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateMaxInactivityTimerValue Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateMgOriginatedPendingLimit Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateMgcOriginatedPendingLimit Unsigned32,
        sonusSystemVirtualMediaGatewayVmgAssocStateMaxRetryCount Unsigned32
    }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/name
sonusSystemVirtualMediaGatewayVmgAssocStateName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 1 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/assocState
sonusSystemVirtualMediaGatewayVmgAssocStateAssocState OBJECT-TYPE
    SYNTAX      SonusVmgAssocState
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
This object shows the associate states of VMG.
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 2 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/normalMgcExecutionTimerValue
sonusSystemVirtualMediaGatewayVmgAssocStateNormalMgcExecutionTimerValue OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The initial value for H.248 command re-transmission timer in milliseconds.
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 3 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/normalMgExecutionTimerValue
sonusSystemVirtualMediaGatewayVmgAssocStateNormalMgExecutionTimerValue OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Interval within which the MGC expects a response to transactions from the VMG.(in milliseconds)
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 4 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/mgcProvisionalResponseTimerValue
sonusSystemVirtualMediaGatewayVmgAssocStateMgcProvisionalResponseTimerValue OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Time within which the VMG should expect a pending response from the MGC if a transaction cannot be completed.(in milliseconds)
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 5 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/mgProvisionalResponseTimerValue
sonusSystemVirtualMediaGatewayVmgAssocStateMgProvisionalResponseTimerValue OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The time within which the MGC should expect a Pending Response from the MGC if a transaction cannot be completed.(in milliseconds)
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 6 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/estimatedRoundTripTime
sonusSystemVirtualMediaGatewayVmgAssocStateEstimatedRoundTripTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The estimated round trip network delay between the VMG and the MGC.(in milliseconds)
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 9 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/maxInactivityTimerValue
sonusSystemVirtualMediaGatewayVmgAssocStateMaxInactivityTimerValue OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The maximum value of inactivity timer on the H248 interface.(in milliseconds)
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 10 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/mgOriginatedPendingLimit
sonusSystemVirtualMediaGatewayVmgAssocStateMgOriginatedPendingLimit OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The maximum number of pending response that can be sent for a transaction on an association to the MGC.
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 11 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/mgcOriginatedPendingLimit
sonusSystemVirtualMediaGatewayVmgAssocStateMgcOriginatedPendingLimit OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The maximum number of pending response that can be received for a transaction on an association from the MGC.
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 12 }

-- tagpath /system/system/virtualMediaGateway/vmgAssocState/maxRetryCount
sonusSystemVirtualMediaGatewayVmgAssocStateMaxRetryCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The maximum number of retransmissions that can be sent for a transaction on an association to the MGC. No more retries will be done after this count.
"
    ::= { sonusSystemVirtualMediaGatewayVmgAssocStateEntry 13 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary
sonusSystemH248StatisticsVmgInfoSummaryTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsVmgInfoSummaryEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays Info Summary of Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 18 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary
sonusSystemH248StatisticsVmgInfoSummaryEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsVmgInfoSummaryEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsVmgInfoSummaryVmgName }
        ::= { sonusSystemH248StatisticsVmgInfoSummaryTable 1 }

SonusSystemH248StatisticsVmgInfoSummaryEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsVmgInfoSummaryVmgName String,
        sonusSystemH248StatisticsVmgInfoSummaryIndex Unsigned32,
        sonusSystemH248StatisticsVmgInfoSummaryContextCount Unsigned32,
        sonusSystemH248StatisticsVmgInfoSummaryTermCount Unsigned32,
        sonusSystemH248StatisticsVmgInfoSummaryAssocState SonusVmgAssocState,
        sonusSystemH248StatisticsVmgInfoSummaryMgcRemoteIpSockAddr String,
        sonusSystemH248StatisticsVmgInfoSummaryLocalSigIpSockAddr String
    }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/vmgName
sonusSystemH248StatisticsVmgInfoSummaryVmgName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 1 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/index
sonusSystemH248StatisticsVmgInfoSummaryIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The index of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 2 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/contextCount
sonusSystemH248StatisticsVmgInfoSummaryContextCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of contexts in this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 3 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/termCount
sonusSystemH248StatisticsVmgInfoSummaryTermCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of Terminations in this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 4 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/assocState
sonusSystemH248StatisticsVmgInfoSummaryAssocState OBJECT-TYPE
    SYNTAX      SonusVmgAssocState
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
This object shows the associate states of VMG.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 5 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/mgcRemoteIpSockAddr
sonusSystemH248StatisticsVmgInfoSummaryMgcRemoteIpSockAddr OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Remote IP address and Port for the MGC.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 6 }

-- tagpath /system/system/h248Statistics/vmgInfoSummary/localSigIpSockAddr
sonusSystemH248StatisticsVmgInfoSummaryLocalSigIpSockAddr OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Local IP address and Port for the H248 Signaling.
"
    ::= { sonusSystemH248StatisticsVmgInfoSummaryEntry 7 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats
sonusSystemH248StatisticsVmgGeneralStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsVmgGeneralStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays generic statistics of the Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 67 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats
sonusSystemH248StatisticsVmgGeneralStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsVmgGeneralStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsVmgGeneralStatsVmgName }
        ::= { sonusSystemH248StatisticsVmgGeneralStatsTable 1 }

SonusSystemH248StatisticsVmgGeneralStatsEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsVmgGeneralStatsVmgName String,
        sonusSystemH248StatisticsVmgGeneralStatsTxnsReqRcvdFromMgc Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsTxnRspSentToMgc Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsTxnReqSentToMgc Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsTxnRspRcvdFromMgc Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsErrorsDetected Counter64,
        sonusSystemH248StatisticsVmgGeneralStatsTransportLossesDetected Counter64,
        sonusSystemH248StatisticsVmgGeneralStatsAddRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsAddResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsAuditValueRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsAuditValueResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsModifyRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsModifyResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSubtractRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSubtractResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsNotifyRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsNotifyResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsServiceChangeResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsInactivityNotifyRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsInactivityNotifyResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSuccRestartServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSuccDiscServChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSuccGracefulServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSuccForcedServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSuccHandoffServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsSuccFailoverServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccRestartServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccDiscServChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccGracefulServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccForcedServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccHandoffServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccFailoverServiceChangeRequests Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccAddNoTerminateResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccAddNoContextResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccInsuffResourcesResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsUnsuccSendToneFailResponses Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsRetransmittedMessages Counter32,
        sonusSystemH248StatisticsVmgGeneralStatsPendingMessages Counter32
    }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/vmgName
sonusSystemH248StatisticsVmgGeneralStatsVmgName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 1 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/txnsReqRcvdFromMgc
sonusSystemH248StatisticsVmgGeneralStatsTxnsReqRcvdFromMgc OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Requests received from MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 2 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/txnRspSentToMgc
sonusSystemH248StatisticsVmgGeneralStatsTxnRspSentToMgc OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Responses sent to MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 3 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/txnReqSentToMgc
sonusSystemH248StatisticsVmgGeneralStatsTxnReqSentToMgc OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Requests sent to MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 4 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/txnRspRcvdFromMgc
sonusSystemH248StatisticsVmgGeneralStatsTxnRspRcvdFromMgc OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Responses received from MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 5 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/errorsDetected
sonusSystemH248StatisticsVmgGeneralStatsErrorsDetected OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of errors detected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 6 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/transportLossesDetected
sonusSystemH248StatisticsVmgGeneralStatsTransportLossesDetected OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of transport losses detected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 7 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/addRequests
sonusSystemH248StatisticsVmgGeneralStatsAddRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of ADD requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 8 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/addResponses
sonusSystemH248StatisticsVmgGeneralStatsAddResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of ADD responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 9 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/auditValueRequests
sonusSystemH248StatisticsVmgGeneralStatsAuditValueRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of AUDIT VALUE requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 10 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/auditValueResponses
sonusSystemH248StatisticsVmgGeneralStatsAuditValueResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of AUDIT VALUE responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 11 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/modifyRequests
sonusSystemH248StatisticsVmgGeneralStatsModifyRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of MODIFY requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 12 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/modifyResponses
sonusSystemH248StatisticsVmgGeneralStatsModifyResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of MODIFY responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 13 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/subtractRequests
sonusSystemH248StatisticsVmgGeneralStatsSubtractRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SUBTRACT requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 14 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/subtractResponses
sonusSystemH248StatisticsVmgGeneralStatsSubtractResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SUBTRACT responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 15 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/notifyRequests
sonusSystemH248StatisticsVmgGeneralStatsNotifyRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of NOTIFY requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 16 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/notifyResponses
sonusSystemH248StatisticsVmgGeneralStatsNotifyResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of NOTIFY responses received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 17 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/serviceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SERVICECHANGE requests sent/received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 18 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/serviceChangeResponses
sonusSystemH248StatisticsVmgGeneralStatsServiceChangeResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SERVICECHANGE responses sent/received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 19 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/inactivityNotifyRequests
sonusSystemH248StatisticsVmgGeneralStatsInactivityNotifyRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of NOTIFY requests sent with inactivity event(it/ito).
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 20 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/inactivityNotifyResponses
sonusSystemH248StatisticsVmgGeneralStatsInactivityNotifyResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of NOTIFY responses received with inactivity event(it/ito).
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 21 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/succRestartServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsSuccRestartServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=restart) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 22 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/succDiscServChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsSuccDiscServChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=disconnect) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 23 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/succGracefulServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsSuccGracefulServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=graceful) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 24 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/succForcedServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsSuccForcedServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=force) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 25 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/succHandoffServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsSuccHandoffServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=handoff) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 26 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/succFailoverServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsSuccFailoverServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=failover) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 27 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccRestartServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsUnsuccRestartServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=restart) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 28 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccDiscServChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsUnsuccDiscServChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=disconnect) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 29 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccGracefulServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsUnsuccGracefulServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=graceful) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 30 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccForcedServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsUnsuccForcedServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=force) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 31 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccHandoffServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsUnsuccHandoffServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=handoff) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 32 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccFailoverServiceChangeRequests
sonusSystemH248StatisticsVmgGeneralStatsUnsuccFailoverServiceChangeRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=failover) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 33 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccAddNoTerminateResponses
sonusSystemH248StatisticsVmgGeneralStatsUnsuccAddNoTerminateResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=NoterminationAvailable) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 34 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccAddNoContextResponses
sonusSystemH248StatisticsVmgGeneralStatsUnsuccAddNoContextResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD (cause=NoContextAvailable) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 35 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccInsuffResourcesResponses
sonusSystemH248StatisticsVmgGeneralStatsUnsuccInsuffResourcesResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=InsufficientResources) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 36 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/unsuccSendToneFailResponses
sonusSystemH248StatisticsVmgGeneralStatsUnsuccSendToneFailResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=ToneFailure) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 37 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/retransmittedMessages
sonusSystemH248StatisticsVmgGeneralStatsRetransmittedMessages OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of retransmitted messages.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 38 }

-- tagpath /system/system/h248Statistics/vmgGeneralStats/pendingMessages
sonusSystemH248StatisticsVmgGeneralStatsPendingMessages OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of transaction pending messages sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralStatsEntry 39 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays current generic statistics of the Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 73 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsVmgName }
        ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTable 1 }

SonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsVmgName String,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnsReqRcvdFromMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnRspSentToMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnReqSentToMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnRspRcvdFromMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsErrorsDetected Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTransportLossesDetected Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAddRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAddResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAuditValueRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAuditValueResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsModifyRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsModifyResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSubtractRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSubtractResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsNotifyRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsNotifyResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsServiceChangeRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsServiceChangeResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsInactivityNotifyRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsInactivityNotifyResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccRestartServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccDiscServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccGracefulServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccForcedServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccHandoffServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccFailoverServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccRestartServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccDiscServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccGracefulServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccForcedServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccHandoffServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccFailoverServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccAddNoTerminateResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccAddNoContextResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccInsuffResourcesResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccSendToneFailResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsRetransmittedMessages Unsigned32,
        sonusSystemH248StatisticsVmgGeneralCurrentStatisticsPendingMessages Unsigned32
    }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/vmgName
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsVmgName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 1 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/txnsReqRcvdFromMgc
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnsReqRcvdFromMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Requests received from MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 2 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/txnRspSentToMgc
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnRspSentToMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Responses sent to MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 3 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/txnReqSentToMgc
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnReqSentToMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Requests sent to MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 4 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/txnRspRcvdFromMgc
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTxnRspRcvdFromMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Responses received from MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 5 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/errorsDetected
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsErrorsDetected OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of errors detected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 6 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/transportLossesDetected
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsTransportLossesDetected OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of transport losses detected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 7 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/addRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAddRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of ADD requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 8 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/addResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAddResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of ADD responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 9 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/auditValueRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAuditValueRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of AUDIT VALUE requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 10 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/auditValueResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsAuditValueResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of AUDIT VALUE responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 11 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/modifyRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsModifyRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of MODIFY requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 12 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/modifyResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsModifyResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of MODIFY responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 13 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/subtractRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSubtractRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SUBTRACT requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 14 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/subtractResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSubtractResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SUBTRACT responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 15 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/notifyRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsNotifyRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of NOTIFY requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 16 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/notifyResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsNotifyResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of NOTIFY responses received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 17 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/serviceChangeRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsServiceChangeRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SERVICECHANGE requests sent/received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 18 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/serviceChangeResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsServiceChangeResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SERVICECHANGE responses sent/received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 19 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/inactivityNotifyRequests
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsInactivityNotifyRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of NOTIFY requests sent with inactivity event(it/ito).
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 20 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/inactivityNotifyResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsInactivityNotifyResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of NOTIFY responses received with inactivity event(it/ito).
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 21 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/succRestartServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccRestartServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=restart) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 22 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/succDiscServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccDiscServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=disconnect) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 23 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/succGracefulServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccGracefulServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=graceful) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 24 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/succForcedServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccForcedServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=force) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 25 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/succHandoffServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccHandoffServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=handoff) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 26 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/succFailoverServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsSuccFailoverServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=failover) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 27 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccRestartServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccRestartServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=restart) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 28 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccDiscServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccDiscServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=disconnect) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 29 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccGracefulServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccGracefulServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=graceful) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 30 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccForcedServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccForcedServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=force) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 31 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccHandoffServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccHandoffServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=handoff) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 32 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccFailoverServChangeReq
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccFailoverServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=failover) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 33 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccAddNoTerminateResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccAddNoTerminateResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=NoterminationAvailable) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 34 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccAddNoContextResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccAddNoContextResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD (cause=NoContextAvailable) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 35 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccInsuffResourcesResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccInsuffResourcesResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=InsufficientResources) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 36 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/unsuccSendToneFailResponses
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsUnsuccSendToneFailResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=ToneFailure) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 37 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/retransmittedMessages
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsRetransmittedMessages OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of retransmitted messages.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 38 }

-- tagpath /system/system/h248Statistics/vmgGeneralCurrentStatistics/pendingMessages
sonusSystemH248StatisticsVmgGeneralCurrentStatisticsPendingMessages OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of transaction pending messages sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralCurrentStatisticsEntry 39 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays Interval statistics of the Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 74 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNumber, sonusSystemH248StatisticsVmgGeneralIntervalStatisticsVmgName }
        ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTable 1 }

SonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNumber Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsVmgName String,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsIntervalValid INTEGER,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTime Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnsReqRcvdFromMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnRspSentToMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnReqSentToMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnRspRcvdFromMgc Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsErrorsDetected Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTransportLossesDetected Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAddRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAddResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAuditValueRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAuditValueResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsModifyRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsModifyResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSubtractRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSubtractResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNotifyRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNotifyResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsServiceChangeRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsServiceChangeResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsInactivityNotifyRequests Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsInactivityNotifyResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccRestartServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccDiscServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccGracefulServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccForcedServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccHandoffServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccFailoverServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccRestartServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccDiscServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccGracefulServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccForcedServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccHandoffServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccFailoverServChangeReq Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccAddNoTerminateResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccAddNoContextResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccInsuffResourcesResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccSendToneFailResponses Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsRetransmittedMessages Unsigned32,
        sonusSystemH248StatisticsVmgGeneralIntervalStatisticsPendingMessages Unsigned32
    }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/number
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNumber OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
A sequence number which identifies the
interval for which the set of statistics is required.
The interval N identifies the recently completed interval,
Interval N is identifed by the last sequence value and N-( number of intervals)
is the earlest completed interval.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 1 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/vmgName
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsVmgName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 2 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/intervalValid
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsIntervalValid OBJECT-TYPE
    SYNTAX      INTEGER {true(1),false(2)}
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The member indicating the validity of the interval.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 3 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/time
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statistic is collected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 4 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/txnsReqRcvdFromMgc
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnsReqRcvdFromMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Requests received from MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 5 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/txnRspSentToMgc
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnRspSentToMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Responses sent to MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 6 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/txnReqSentToMgc
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnReqSentToMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Requests sent to MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 7 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/txnRspRcvdFromMgc
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTxnRspRcvdFromMgc OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of Transaction Responses received from MGC.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 8 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/errorsDetected
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsErrorsDetected OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of errors detected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 9 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/transportLossesDetected
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsTransportLossesDetected OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of transport losses detected.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 10 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/addRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAddRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of ADD requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 11 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/addResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAddResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of ADD responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 12 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/auditValueRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAuditValueRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of AUDIT VALUE requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 13 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/auditValueResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsAuditValueResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of AUDIT VALUE responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 14 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/modifyRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsModifyRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of MODIFY requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 15 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/modifyResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsModifyResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of MODIFY responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 16 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/subtractRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSubtractRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SUBTRACT requests received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 17 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/subtractResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSubtractResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SUBTRACT responses sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 18 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/notifyRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNotifyRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of NOTIFY requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 19 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/notifyResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsNotifyResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of NOTIFY responses received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 20 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/serviceChangeRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsServiceChangeRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SERVICECHANGE requests sent/received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 21 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/serviceChangeResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsServiceChangeResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of SERVICECHANGE responses sent/received.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 22 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/inactivityNotifyRequests
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsInactivityNotifyRequests OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of NOTIFY requests sent with inactivity event(it/ito).
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 23 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/inactivityNotifyResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsInactivityNotifyResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of NOTIFY responses received with inactivity event(it/ito).
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 24 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/succRestartServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccRestartServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=restart) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 25 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/succDiscServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccDiscServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=disconnect) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 26 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/succGracefulServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccGracefulServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=graceful) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 27 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/succForcedServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccForcedServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=force) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 28 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/succHandoffServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccHandoffServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=handoff) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 29 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/succFailoverServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsSuccFailoverServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of successful SERVICECHANGE (cause=failover) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 30 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccRestartServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccRestartServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=restart) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 31 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccDiscServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccDiscServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=disconnect) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 32 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccGracefulServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccGracefulServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=graceful) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 33 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccForcedServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccForcedServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=force) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 34 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccHandoffServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccHandoffServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=handoff) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 35 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccFailoverServChangeReq
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccFailoverServChangeReq OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful SERVICECHANGE (cause=failover) requests sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 36 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccAddNoTerminateResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccAddNoTerminateResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=NoterminationAvailable) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 37 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccAddNoContextResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccAddNoContextResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD (cause=NoContextAvailable) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 38 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccInsuffResourcesResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccInsuffResourcesResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=InsufficientResources) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 39 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/unsuccSendToneFailResponses
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsUnsuccSendToneFailResponses OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of unsuccessful ADD/MODIFY (cause=ToneFailure) replies sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 40 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/retransmittedMessages
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsRetransmittedMessages OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of retransmitted messages.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 41 }

-- tagpath /system/system/h248Statistics/vmgGeneralIntervalStatistics/pendingMessages
sonusSystemH248StatisticsVmgGeneralIntervalStatisticsPendingMessages OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of transaction pending messages sent.
"
    ::= { sonusSystemH248StatisticsVmgGeneralIntervalStatisticsEntry 42 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats
sonusSystemH248StatisticsVmgIpTermNotifyStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsVmgIpTermNotifyStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays detailed statistics of the NOTIFYs sent Packagewise for the Virtual Media Gateway.
"
    ::= { sonusVirtualMediaGatewayMIB 69 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats
sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsVmgIpTermNotifyStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsVmgIpTermNotifyStatsName }
        ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsTable 1 }

SonusSystemH248StatisticsVmgIpTermNotifyStatsEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsVmgIpTermNotifyStatsName String,
        sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfHangTermNotifyRequests Counter32,
        sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfHangTermNotifyResponses Counter32,
        sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfHangTermNotifyErrors Counter32,
        sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfAppDataInactivityDetectionNotifyRequests Counter32,
        sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfAppDataInactivityDetectionNotifyResponses Counter32,
        sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfAppDataInactivityDetectionNotifyErrors Counter32
    }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/name
sonusSystemH248StatisticsVmgIpTermNotifyStatsName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 1 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/numberOfHangTermNotifyRequests
sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfHangTermNotifyRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of IP Termination Notify Requests sent for Hanging Termination event(hangterm/thb).
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 5 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/numberOfHangTermNotifyResponses
sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfHangTermNotifyResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of IP Termination Notify Responses received for Hanging Termination event(hangterm/thb).
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 6 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/numberOfHangTermNotifyErrors
sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfHangTermNotifyErrors OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of IP Termination Notify errors received for Hanging Termination event(hangterm/thb).
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 7 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/numberOfAppDataInactivityDetectionNotifyRequests
sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfAppDataInactivityDetectionNotifyRequests OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of IP Termination Notify Requests sent for App Data Inactivity Detection event(adid/ipstop).
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 8 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/numberOfAppDataInactivityDetectionNotifyResponses
sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfAppDataInactivityDetectionNotifyResponses OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of IP Termination Notify Responses received for App Data Inactivity Detection event(adid/ipstop).
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 9 }

-- tagpath /system/system/h248Statistics/vmgIpTermNotifyStats/numberOfAppDataInactivityDetectionNotifyErrors
sonusSystemH248StatisticsVmgIpTermNotifyStatsNumberOfAppDataInactivityDetectionNotifyErrors OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
No. of IP Termination Notify errors received for App Data Inactivity Detection event(adid/ipstop).
"
    ::= { sonusSystemH248StatisticsVmgIpTermNotifyStatsEntry 10 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats
sonusSystemH248StatisticsVmgSvcChangeRootStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsVmgSvcChangeRootStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays detailed statistics of the SERVICECHANGE requests sent on Root Termination based on the cause values.
"
    ::= { sonusVirtualMediaGatewayMIB 70 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats
sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsVmgSvcChangeRootStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsVmgSvcChangeRootStatsName }
        ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsTable 1 }

SonusSystemH248StatisticsVmgSvcChangeRootStatsEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsVmgSvcChangeRootStatsName String,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsDC-900 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-908 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-909 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-919 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-920 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFO-904 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFO-905 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsFO-908 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsGR-905 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsHO-903 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-900 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-901 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-902 Counter32,
        sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-918 Counter32
    }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/name
sonusSystemH248StatisticsVmgSvcChangeRootStatsName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of this Virtual Media Gateway.
"
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 1 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/DC_900
sonusSystemH248StatisticsVmgSvcChangeRootStatsDC-900 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'DC/900'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 2 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FL_908
sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-908 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/908'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 3 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FL_909
sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-909 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/909'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 4 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FL_919
sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-919 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/919'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 5 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FL_920
sonusSystemH248StatisticsVmgSvcChangeRootStatsFL-920 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/920'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 6 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FO_904
sonusSystemH248StatisticsVmgSvcChangeRootStatsFO-904 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/904'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 7 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FO_905
sonusSystemH248StatisticsVmgSvcChangeRootStatsFO-905 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/905'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 8 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/FO_908
sonusSystemH248StatisticsVmgSvcChangeRootStatsFO-908 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'FL/908'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 9 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/GR_905
sonusSystemH248StatisticsVmgSvcChangeRootStatsGR-905 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'GR/905'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 10 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/HO_903
sonusSystemH248StatisticsVmgSvcChangeRootStatsHO-903 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'HO/903'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 11 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/RS_900
sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-900 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'RS/900'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 12 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/RS_901
sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-901 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'RS/901'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 13 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/RS_902
sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-902 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'RS/902'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 14 }

-- tagpath /system/system/h248Statistics/vmgSvcChangeRootStats/RS_918
sonusSystemH248StatisticsVmgSvcChangeRootStatsRS-918 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
        No. of Service change Requests sent with cause value 'RS/918'.
      "
    ::= { sonusSystemH248StatisticsVmgSvcChangeRootStatsEntry 15 }

-- tagpath /system/system/h248Statistics/ipInterfaceGroupTermCnt
sonusSystemH248StatisticsIpInterfaceGroupTermCntTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemH248StatisticsIpInterfaceGroupTermCntEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Displays Call count for a particular IP Interface Group.
"
    ::= { sonusVirtualMediaGatewayMIB 72 }

-- tagpath /system/system/h248Statistics/ipInterfaceGroupTermCnt
sonusSystemH248StatisticsIpInterfaceGroupTermCntEntry OBJECT-TYPE
    SYNTAX      SonusSystemH248StatisticsIpInterfaceGroupTermCntEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemH248StatisticsIpInterfaceGroupTermCntName }
        ::= { sonusSystemH248StatisticsIpInterfaceGroupTermCntTable 1 }

SonusSystemH248StatisticsIpInterfaceGroupTermCntEntry ::=
    SEQUENCE {
        sonusSystemH248StatisticsIpInterfaceGroupTermCntName String,
        sonusSystemH248StatisticsIpInterfaceGroupTermCntTermCount Unsigned32
    }

-- tagpath /system/system/h248Statistics/ipInterfaceGroupTermCnt/name
sonusSystemH248StatisticsIpInterfaceGroupTermCntName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The name of the IP interface group.
"
    ::= { sonusSystemH248StatisticsIpInterfaceGroupTermCntEntry 1 }

-- tagpath /system/system/h248Statistics/ipInterfaceGroupTermCnt/termCount
sonusSystemH248StatisticsIpInterfaceGroupTermCntTermCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Total no. of Terminations in this IP Interface Group.
"
    ::= { sonusSystemH248StatisticsIpInterfaceGroupTermCntEntry 2 }

END
