-- Generated by
-- confdc ++emit-mib db64/sonusGen2Ipm.mib ++oid sonusSystemMIB.2 ++top sonusGen2IpmMIB ++prefix SonusSystem ++module SONUS-GEN2-IPM -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 ++ db64/sonusGen2Ipm.fxs
-- 2020-03-09 23:56:20
-- Namespace: http://sonusnet.com/ns/mibs/SONUS-GEN2-IPM/1.0

SONUS-GEN2-IPM 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
;

sonusGen2IpmMIB MODULE-IDENTITY
    LAST-UPDATED "201212310000Z"
    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 "The MIB Module for IP Monitoring."
    REVISION "201212310000Z"
    DESCRIPTION "Auto generated MIB."
    ::= { sonusSystemMIB 2 }

UnsignedShort ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "d"
    STATUS      current
    DESCRIPTION "xs:unsignedShort"
    SYNTAX      Unsigned32 (0 .. 65535)

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

SonusUniqueType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION ""
    SYNTAX      INTEGER {unique(1),notUnique(2)}

SonusString8 ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "1t"
    STATUS      current
    DESCRIPTION ""
    SYNTAX      OCTET STRING (SIZE (0 .. 8))

OffendersListNameType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION ""
    SYNTAX      INTEGER {badEtherIpHdrOffendersList(1),arpOffendersList(2),uFlowOffendersList(3),aclOffendersList(4),aggregateOffendersList(5),ipSecDecryptOffendersList(6),rogueMediaOffendersList(7),mediaOffendersList(8),discardRuleOffendersList(9),srtpDecryptOffendersList(10)}

SonusRollType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION ""
    SYNTAX      INTEGER {active(1),standby(2)}

SonusString16 ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "1t"
    STATUS      current
    DESCRIPTION ""
    SYNTAX      OCTET STRING (SIZE (0 .. 16))

SonusRogueMediaByDestPolicerDiscardRingType ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION ""
    SYNTAX      INTEGER {notApplicable(0),unallocatedPort(1),badDestAddr(2),badSourcePort(3),badSourceAddr(4),incorrectVLan(5),unexpectedVLan(6),unexpectedPktType(7),fragmentedPkt(8)}

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList
sonusSystemIpPolicingBadEtherIpHdrOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingBadEtherIpHdrOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the bad Ethernet/IP Header policer offenders list.
"
    ::= { sonusGen2IpmMIB 3 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList
sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingBadEtherIpHdrOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingBadEtherIpHdrOffendersListRole, sonusSystemIpPolicingBadEtherIpHdrOffendersListIndex }
        ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListTable 1 }

SonusSystemIpPolicingBadEtherIpHdrOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingBadEtherIpHdrOffendersListRole SonusRollType,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListIndex Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListAddressContext String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListInterfaceName String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListEtherType Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/role
sonusSystemIpPolicingBadEtherIpHdrOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/index
sonusSystemIpPolicingBadEtherIpHdrOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/addressContext
sonusSystemIpPolicingBadEtherIpHdrOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/interfaceGroupName
sonusSystemIpPolicingBadEtherIpHdrOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/interfaceName
sonusSystemIpPolicingBadEtherIpHdrOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/sourceIpAddress
sonusSystemIpPolicingBadEtherIpHdrOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/destinationIpAddress
sonusSystemIpPolicingBadEtherIpHdrOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/sourceIpPort
sonusSystemIpPolicingBadEtherIpHdrOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/destinationIpPort
sonusSystemIpPolicingBadEtherIpHdrOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/ipProtocol
sonusSystemIpPolicingBadEtherIpHdrOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/etherType
sonusSystemIpPolicingBadEtherIpHdrOffendersListEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersList/discardCount
sonusSystemIpPolicingBadEtherIpHdrOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersListEntry 12 }

-- tagpath /system/system/ipPolicing/arpOffendersList
sonusSystemIpPolicingArpOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingArpOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the ARP policer offenders list.
"
    ::= { sonusGen2IpmMIB 4 }

-- tagpath /system/system/ipPolicing/arpOffendersList
sonusSystemIpPolicingArpOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingArpOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingArpOffendersListRole, sonusSystemIpPolicingArpOffendersListIndex }
        ::= { sonusSystemIpPolicingArpOffendersListTable 1 }

SonusSystemIpPolicingArpOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingArpOffendersListRole SonusRollType,
        sonusSystemIpPolicingArpOffendersListIndex Unsigned32,
        sonusSystemIpPolicingArpOffendersListAddressContext String,
        sonusSystemIpPolicingArpOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingArpOffendersListInterfaceName String,
        sonusSystemIpPolicingArpOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingArpOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingArpOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingArpOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/arpOffendersList/role
sonusSystemIpPolicingArpOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/arpOffendersList/index
sonusSystemIpPolicingArpOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/arpOffendersList/addressContext
sonusSystemIpPolicingArpOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/arpOffendersList/interfaceGroupName
sonusSystemIpPolicingArpOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/arpOffendersList/interfaceName
sonusSystemIpPolicingArpOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/arpOffendersList/sourceIpAddress
sonusSystemIpPolicingArpOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/arpOffendersList/destinationIpAddress
sonusSystemIpPolicingArpOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/arpOffendersList/ipProtocol
sonusSystemIpPolicingArpOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/arpOffendersList/discardCount
sonusSystemIpPolicingArpOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingArpOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList
sonusSystemIpPolicingUFlowOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingUFlowOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the micro flow policer offenders list.
"
    ::= { sonusGen2IpmMIB 5 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList
sonusSystemIpPolicingUFlowOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingUFlowOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingUFlowOffendersListRole, sonusSystemIpPolicingUFlowOffendersListIndex }
        ::= { sonusSystemIpPolicingUFlowOffendersListTable 1 }

SonusSystemIpPolicingUFlowOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingUFlowOffendersListRole SonusRollType,
        sonusSystemIpPolicingUFlowOffendersListIndex Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListAddressContext String,
        sonusSystemIpPolicingUFlowOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingUFlowOffendersListInterfaceName String,
        sonusSystemIpPolicingUFlowOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingUFlowOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingUFlowOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/role
sonusSystemIpPolicingUFlowOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/index
sonusSystemIpPolicingUFlowOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/addressContext
sonusSystemIpPolicingUFlowOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/interfaceGroupName
sonusSystemIpPolicingUFlowOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/interfaceName
sonusSystemIpPolicingUFlowOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/sourceIpAddress
sonusSystemIpPolicingUFlowOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/destinationIpAddress
sonusSystemIpPolicingUFlowOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/sourceIpPort
sonusSystemIpPolicingUFlowOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/destinationIpPort
sonusSystemIpPolicingUFlowOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/ipProtocol
sonusSystemIpPolicingUFlowOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/uFlowOffendersList/discardCount
sonusSystemIpPolicingUFlowOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/aclOffendersList
sonusSystemIpPolicingAclOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingAclOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the access control list policer offenders list.
"
    ::= { sonusGen2IpmMIB 6 }

-- tagpath /system/system/ipPolicing/aclOffendersList
sonusSystemIpPolicingAclOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingAclOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingAclOffendersListRole, sonusSystemIpPolicingAclOffendersListIndex }
        ::= { sonusSystemIpPolicingAclOffendersListTable 1 }

SonusSystemIpPolicingAclOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingAclOffendersListRole SonusRollType,
        sonusSystemIpPolicingAclOffendersListIndex Unsigned32,
        sonusSystemIpPolicingAclOffendersListAddressContext String,
        sonusSystemIpPolicingAclOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingAclOffendersListInterfaceName String,
        sonusSystemIpPolicingAclOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingAclOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingAclOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingAclOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingAclOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingAclOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/aclOffendersList/role
sonusSystemIpPolicingAclOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/aclOffendersList/index
sonusSystemIpPolicingAclOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/aclOffendersList/addressContext
sonusSystemIpPolicingAclOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/aclOffendersList/interfaceGroupName
sonusSystemIpPolicingAclOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/aclOffendersList/interfaceName
sonusSystemIpPolicingAclOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/aclOffendersList/sourceIpAddress
sonusSystemIpPolicingAclOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/aclOffendersList/destinationIpAddress
sonusSystemIpPolicingAclOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/aclOffendersList/sourceIpPort
sonusSystemIpPolicingAclOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/aclOffendersList/destinationIpPort
sonusSystemIpPolicingAclOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/aclOffendersList/ipProtocol
sonusSystemIpPolicingAclOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/aclOffendersList/discardCount
sonusSystemIpPolicingAclOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingAclOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList
sonusSystemIpPolicingAggregateOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingAggregateOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the aggregate policer offenders list.
"
    ::= { sonusGen2IpmMIB 7 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList
sonusSystemIpPolicingAggregateOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingAggregateOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingAggregateOffendersListRole, sonusSystemIpPolicingAggregateOffendersListIndex }
        ::= { sonusSystemIpPolicingAggregateOffendersListTable 1 }

SonusSystemIpPolicingAggregateOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingAggregateOffendersListRole SonusRollType,
        sonusSystemIpPolicingAggregateOffendersListIndex Unsigned32,
        sonusSystemIpPolicingAggregateOffendersListAddressContext String,
        sonusSystemIpPolicingAggregateOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingAggregateOffendersListInterfaceName String,
        sonusSystemIpPolicingAggregateOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingAggregateOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingAggregateOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingAggregateOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingAggregateOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingAggregateOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/role
sonusSystemIpPolicingAggregateOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/index
sonusSystemIpPolicingAggregateOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/addressContext
sonusSystemIpPolicingAggregateOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/interfaceGroupName
sonusSystemIpPolicingAggregateOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/interfaceName
sonusSystemIpPolicingAggregateOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/sourceIpAddress
sonusSystemIpPolicingAggregateOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/destinationIpAddress
sonusSystemIpPolicingAggregateOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/sourceIpPort
sonusSystemIpPolicingAggregateOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/destinationIpPort
sonusSystemIpPolicingAggregateOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/ipProtocol
sonusSystemIpPolicingAggregateOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/aggregateOffendersList/discardCount
sonusSystemIpPolicingAggregateOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingAggregateOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList
sonusSystemIpPolicingIpSecDecryptOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingIpSecDecryptOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the IPSEC Decrypt policer offenders list.
"
    ::= { sonusGen2IpmMIB 8 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList
sonusSystemIpPolicingIpSecDecryptOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingIpSecDecryptOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingIpSecDecryptOffendersListRole, sonusSystemIpPolicingIpSecDecryptOffendersListIndex }
        ::= { sonusSystemIpPolicingIpSecDecryptOffendersListTable 1 }

SonusSystemIpPolicingIpSecDecryptOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingIpSecDecryptOffendersListRole SonusRollType,
        sonusSystemIpPolicingIpSecDecryptOffendersListIndex Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersListAddressContext String,
        sonusSystemIpPolicingIpSecDecryptOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingIpSecDecryptOffendersListInterfaceName String,
        sonusSystemIpPolicingIpSecDecryptOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingIpSecDecryptOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingIpSecDecryptOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/role
sonusSystemIpPolicingIpSecDecryptOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/index
sonusSystemIpPolicingIpSecDecryptOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/addressContext
sonusSystemIpPolicingIpSecDecryptOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/interfaceGroupName
sonusSystemIpPolicingIpSecDecryptOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/interfaceName
sonusSystemIpPolicingIpSecDecryptOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/sourceIpAddress
sonusSystemIpPolicingIpSecDecryptOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/destinationIpAddress
sonusSystemIpPolicingIpSecDecryptOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/sourceIpPort
sonusSystemIpPolicingIpSecDecryptOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/destinationIpPort
sonusSystemIpPolicingIpSecDecryptOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/ipProtocol
sonusSystemIpPolicingIpSecDecryptOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersList/discardCount
sonusSystemIpPolicingIpSecDecryptOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList
sonusSystemIpPolicingRogueMediaOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingRogueMediaOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the rogue media policer offenders list.
"
    ::= { sonusGen2IpmMIB 9 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList
sonusSystemIpPolicingRogueMediaOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingRogueMediaOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingRogueMediaOffendersListRole, sonusSystemIpPolicingRogueMediaOffendersListIndex }
        ::= { sonusSystemIpPolicingRogueMediaOffendersListTable 1 }

SonusSystemIpPolicingRogueMediaOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingRogueMediaOffendersListRole SonusRollType,
        sonusSystemIpPolicingRogueMediaOffendersListIndex Unsigned32,
        sonusSystemIpPolicingRogueMediaOffendersListAddressContext String,
        sonusSystemIpPolicingRogueMediaOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingRogueMediaOffendersListInterfaceName String,
        sonusSystemIpPolicingRogueMediaOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingRogueMediaOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingRogueMediaOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingRogueMediaOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingRogueMediaOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingRogueMediaOffendersListEtherType Unsigned32,
        sonusSystemIpPolicingRogueMediaOffendersListDiscardCount Counter32,
        sonusSystemIpPolicingRogueMediaOffendersListRingType SonusRogueMediaByDestPolicerDiscardRingType,
        sonusSystemIpPolicingRogueMediaOffendersListSourceUnique SonusUniqueType
    }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/role
sonusSystemIpPolicingRogueMediaOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/index
sonusSystemIpPolicingRogueMediaOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/addressContext
sonusSystemIpPolicingRogueMediaOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/interfaceGroupName
sonusSystemIpPolicingRogueMediaOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/interfaceName
sonusSystemIpPolicingRogueMediaOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/sourceIpAddress
sonusSystemIpPolicingRogueMediaOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/destinationIpAddress
sonusSystemIpPolicingRogueMediaOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/sourceIpPort
sonusSystemIpPolicingRogueMediaOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/destinationIpPort
sonusSystemIpPolicingRogueMediaOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/ipProtocol
sonusSystemIpPolicingRogueMediaOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/etherType
sonusSystemIpPolicingRogueMediaOffendersListEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/discardCount
sonusSystemIpPolicingRogueMediaOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 12 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/ringType
sonusSystemIpPolicingRogueMediaOffendersListRingType OBJECT-TYPE
    SYNTAX      SonusRogueMediaByDestPolicerDiscardRingType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The media ring type.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 13 }

-- tagpath /system/system/ipPolicing/rogueMediaOffendersList/sourceUnique
sonusSystemIpPolicingRogueMediaOffendersListSourceUnique OBJECT-TYPE
    SYNTAX      SonusUniqueType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Determines if all discards were from a unique source address.
"
    ::= { sonusSystemIpPolicingRogueMediaOffendersListEntry 14 }

-- tagpath /system/system/ipPolicing/mediaOffendersList
sonusSystemIpPolicingMediaOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingMediaOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the media policer offenders list.
"
    ::= { sonusGen2IpmMIB 14 }

-- tagpath /system/system/ipPolicing/mediaOffendersList
sonusSystemIpPolicingMediaOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingMediaOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingMediaOffendersListRole, sonusSystemIpPolicingMediaOffendersListIndex }
        ::= { sonusSystemIpPolicingMediaOffendersListTable 1 }

SonusSystemIpPolicingMediaOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingMediaOffendersListRole SonusRollType,
        sonusSystemIpPolicingMediaOffendersListIndex Unsigned32,
        sonusSystemIpPolicingMediaOffendersListAddressContext String,
        sonusSystemIpPolicingMediaOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingMediaOffendersListInterfaceName String,
        sonusSystemIpPolicingMediaOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingMediaOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingMediaOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingMediaOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingMediaOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingMediaOffendersListEtherType Unsigned32,
        sonusSystemIpPolicingMediaOffendersListDiscardCount Counter32,
        sonusSystemIpPolicingMediaOffendersListSourceUnique SonusUniqueType
    }

-- tagpath /system/system/ipPolicing/mediaOffendersList/role
sonusSystemIpPolicingMediaOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/index
sonusSystemIpPolicingMediaOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/addressContext
sonusSystemIpPolicingMediaOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/interfaceGroupName
sonusSystemIpPolicingMediaOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/interfaceName
sonusSystemIpPolicingMediaOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/sourceIpAddress
sonusSystemIpPolicingMediaOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/destinationIpAddress
sonusSystemIpPolicingMediaOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/sourceIpPort
sonusSystemIpPolicingMediaOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/destinationIpPort
sonusSystemIpPolicingMediaOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/ipProtocol
sonusSystemIpPolicingMediaOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/etherType
sonusSystemIpPolicingMediaOffendersListEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/discardCount
sonusSystemIpPolicingMediaOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 12 }

-- tagpath /system/system/ipPolicing/mediaOffendersList/sourceUnique
sonusSystemIpPolicingMediaOffendersListSourceUnique OBJECT-TYPE
    SYNTAX      SonusUniqueType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Determines if all discards were from a unique source address.
"
    ::= { sonusSystemIpPolicingMediaOffendersListEntry 13 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList
sonusSystemIpPolicingDiscardRuleOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingDiscardRuleOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the discard rule offenders list.
"
    ::= { sonusGen2IpmMIB 15 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList
sonusSystemIpPolicingDiscardRuleOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingDiscardRuleOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingDiscardRuleOffendersListRole, sonusSystemIpPolicingDiscardRuleOffendersListIndex }
        ::= { sonusSystemIpPolicingDiscardRuleOffendersListTable 1 }

SonusSystemIpPolicingDiscardRuleOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingDiscardRuleOffendersListRole SonusRollType,
        sonusSystemIpPolicingDiscardRuleOffendersListIndex Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersListAddressContext String,
        sonusSystemIpPolicingDiscardRuleOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingDiscardRuleOffendersListInterfaceName String,
        sonusSystemIpPolicingDiscardRuleOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingDiscardRuleOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingDiscardRuleOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersListDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/role
sonusSystemIpPolicingDiscardRuleOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/index
sonusSystemIpPolicingDiscardRuleOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/addressContext
sonusSystemIpPolicingDiscardRuleOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/interfaceGroupName
sonusSystemIpPolicingDiscardRuleOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/interfaceName
sonusSystemIpPolicingDiscardRuleOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/sourceIpAddress
sonusSystemIpPolicingDiscardRuleOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/destinationIpAddress
sonusSystemIpPolicingDiscardRuleOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/sourceIpPort
sonusSystemIpPolicingDiscardRuleOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/destinationIpPort
sonusSystemIpPolicingDiscardRuleOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/ipProtocol
sonusSystemIpPolicingDiscardRuleOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersList/discardCount
sonusSystemIpPolicingDiscardRuleOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the discard rule.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/systemCurStats
sonusSystemIpPolicingSystemCurStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingSystemCurStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The Sonus System Policer Current table.
"
    ::= { sonusGen2IpmMIB 10 }

-- tagpath /system/system/ipPolicing/systemCurStats
sonusSystemIpPolicingSystemCurStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingSystemCurStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingSystemCurStatsSystemName }
        ::= { sonusSystemIpPolicingSystemCurStatsTable 1 }

SonusSystemIpPolicingSystemCurStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingSystemCurStatsSystemName String,
        sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsArpDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsArpAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsArpPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsArpMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsArpMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsArpMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsArpMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsUFlowDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsUFlowAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsUFlowPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsUFlowMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsUFlowMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsUFlowMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsUFlowMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAclDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsAclAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsAclPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAclMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAclMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAclMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAclMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAggregateDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsAggregateAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsAggregatePeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAggregateMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAggregateMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAggregateMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsAggregateMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsIpSecDecryptMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsMediaDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsMediaAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsMediaPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsMediaMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsMediaMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsMediaMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsMediaMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsRogueMediaDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsRogueMediaPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsRogueMediaMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsRogueMediaMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsRogueMediaMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsRogueMediaMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsDiscardRuleDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsDiscardRulePeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsDiscardRuleMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsDiscardRuleMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsDiscardRuleMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsDiscardRuleMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsSrtpDecryptDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemCurStatsSrtpDecryptPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemCurStatsSrtpDecryptMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsSrtpDecryptMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemCurStatsSrtpDecryptMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemCurStatsSrtpDecryptMajorAlarmDuration Unsigned32
    }

-- tagpath /system/system/ipPolicing/systemCurStats/systemName
sonusSystemIpPolicingSystemCurStatsSystemName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Name of the system.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 1 }

-- tagpath /system/system/ipPolicing/systemCurStats/badEtherIpHdrDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 2 }

-- tagpath /system/system/ipPolicing/systemCurStats/badEtherIpHdrPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 3 }

-- tagpath /system/system/ipPolicing/systemCurStats/badEtherIpHdrMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 4 }

-- tagpath /system/system/ipPolicing/systemCurStats/badEtherIpHdrMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 5 }

-- tagpath /system/system/ipPolicing/systemCurStats/badEtherIpHdrMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 6 }

-- tagpath /system/system/ipPolicing/systemCurStats/badEtherIpHdrMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsBadEtherIpHdrMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 7 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsArpDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 8 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpAcceptPacketCount
sonusSystemIpPolicingSystemCurStatsArpAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 9 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsArpPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 10 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsArpMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 11 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsArpMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 12 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsArpMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 13 }

-- tagpath /system/system/ipPolicing/systemCurStats/arpMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsArpMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the ARP policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 14 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsUFlowDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 15 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowAcceptPacketCount
sonusSystemIpPolicingSystemCurStatsUFlowAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 16 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsUFlowPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 17 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsUFlowMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 18 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsUFlowMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 19 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsUFlowMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 20 }

-- tagpath /system/system/ipPolicing/systemCurStats/uFlowMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsUFlowMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 21 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsAclDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 22 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclAcceptPacketCount
sonusSystemIpPolicingSystemCurStatsAclAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
access control list.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 23 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsAclPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 24 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsAclMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 25 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsAclMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the access control list policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 26 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsAclMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 27 }

-- tagpath /system/system/ipPolicing/systemCurStats/aclMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsAclMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the access control list policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 28 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregateDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsAggregateDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 29 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregateAcceptPacketCount
sonusSystemIpPolicingSystemCurStatsAggregateAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 30 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregatePeakDiscardRate
sonusSystemIpPolicingSystemCurStatsAggregatePeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 31 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregateMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsAggregateMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 32 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregateMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsAggregateMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 33 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregateMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsAggregateMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 34 }

-- tagpath /system/system/ipPolicing/systemCurStats/aggregateMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsAggregateMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 35 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsIpSecDecryptDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of discarded packets for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 36 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptAcceptPacketCount
sonusSystemIpPolicingSystemCurStatsIpSecDecryptAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of accepted packets for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 37 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsIpSecDecryptPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current peak discard rate for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 38 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsIpSecDecryptMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of minor alarms for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 39 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsIpSecDecryptMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 40 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsIpSecDecryptMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of major alarms for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 41 }

-- tagpath /system/system/ipPolicing/systemCurStats/ipSecDecryptMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsIpSecDecryptMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current duration of the major alarms in seconds
for the IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 42 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsMediaDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 43 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaAcceptPacketCount
sonusSystemIpPolicingSystemCurStatsMediaAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of accepted packets for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 44 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsMediaPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 45 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsMediaMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 46 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsMediaMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 47 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsMediaMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 48 }

-- tagpath /system/system/ipPolicing/systemCurStats/mediaMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsMediaMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 49 }

-- tagpath /system/system/ipPolicing/systemCurStats/rogueMediaDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsRogueMediaDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 50 }

-- tagpath /system/system/ipPolicing/systemCurStats/rogueMediaPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsRogueMediaPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 51 }

-- tagpath /system/system/ipPolicing/systemCurStats/rogueMediaMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsRogueMediaMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 52 }

-- tagpath /system/system/ipPolicing/systemCurStats/rogueMediaMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsRogueMediaMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 53 }

-- tagpath /system/system/ipPolicing/systemCurStats/rogueMediaMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsRogueMediaMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 54 }

-- tagpath /system/system/ipPolicing/systemCurStats/rogueMediaMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsRogueMediaMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 55 }

-- tagpath /system/system/ipPolicing/systemCurStats/discardRuleDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsDiscardRuleDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of packets discarded by discard ACL rules.
Packets that do not match any ACL rules are also included
in this count.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 56 }

-- tagpath /system/system/ipPolicing/systemCurStats/discardRulePeakDiscardRate
sonusSystemIpPolicingSystemCurStatsDiscardRulePeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
discard rule.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 57 }

-- tagpath /system/system/ipPolicing/systemCurStats/discardRuleMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsDiscardRuleMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
discard rule.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 58 }

-- tagpath /system/system/ipPolicing/systemCurStats/discardRuleMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsDiscardRuleMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the discard rule.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 59 }

-- tagpath /system/system/ipPolicing/systemCurStats/discardRuleMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsDiscardRuleMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
discard rule.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 60 }

-- tagpath /system/system/ipPolicing/systemCurStats/discardRuleMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsDiscardRuleMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the discard rule.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 61 }

-- tagpath /system/system/ipPolicing/systemCurStats/srtpDecryptDiscardPacketCount
sonusSystemIpPolicingSystemCurStatsSrtpDecryptDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of packets discarded by SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 62 }

-- tagpath /system/system/ipPolicing/systemCurStats/srtpDecryptPeakDiscardRate
sonusSystemIpPolicingSystemCurStatsSrtpDecryptPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 63 }

-- tagpath /system/system/ipPolicing/systemCurStats/srtpDecryptMinorAlarmCount
sonusSystemIpPolicingSystemCurStatsSrtpDecryptMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 64 }

-- tagpath /system/system/ipPolicing/systemCurStats/srtpDecryptMinorAlarmDuration
sonusSystemIpPolicingSystemCurStatsSrtpDecryptMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 65 }

-- tagpath /system/system/ipPolicing/systemCurStats/srtpDecryptMajorAlarmCount
sonusSystemIpPolicingSystemCurStatsSrtpDecryptMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 66 }

-- tagpath /system/system/ipPolicing/systemCurStats/srtpDecryptMajorAlarmDuration
sonusSystemIpPolicingSystemCurStatsSrtpDecryptMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemCurStatsEntry 67 }

-- tagpath /system/system/ipPolicing/systemIntStats
sonusSystemIpPolicingSystemIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingSystemIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The Sonus System Policer Interval table.
"
    ::= { sonusGen2IpmMIB 11 }

-- tagpath /system/system/ipPolicing/systemIntStats
sonusSystemIpPolicingSystemIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingSystemIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingSystemIntStatsNumber, sonusSystemIpPolicingSystemIntStatsSystemName }
        ::= { sonusSystemIpPolicingSystemIntStatsTable 1 }

SonusSystemIpPolicingSystemIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingSystemIntStatsNumber Unsigned32,
        sonusSystemIpPolicingSystemIntStatsSystemName String,
        sonusSystemIpPolicingSystemIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingSystemIntStatsTime Unsigned32,
        sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsArpDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsArpAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsArpPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsArpMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsArpMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsArpMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsArpMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsUFlowDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsUFlowAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsUFlowPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsUFlowMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsUFlowMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsUFlowMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsUFlowMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAclDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsAclAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsAclPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAclMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAclMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAclMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAclMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAggregateDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsAggregateAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsAggregatePeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAggregateMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAggregateMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAggregateMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsAggregateMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsIpSecDecryptMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsMediaDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsMediaAcceptPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsMediaPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsMediaMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsMediaMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsMediaMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsMediaMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsRogueMediaDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsRogueMediaPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsRogueMediaMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsRogueMediaMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsRogueMediaMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsRogueMediaMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsDiscardRuleDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsDiscardRulePeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsDiscardRuleMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsDiscardRuleMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsDiscardRuleMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsDiscardRuleMajorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsSrtpDecryptDiscardPacketCount Counter64,
        sonusSystemIpPolicingSystemIntStatsSrtpDecryptPeakDiscardRate Unsigned32,
        sonusSystemIpPolicingSystemIntStatsSrtpDecryptMinorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsSrtpDecryptMinorAlarmDuration Unsigned32,
        sonusSystemIpPolicingSystemIntStatsSrtpDecryptMajorAlarmCount Unsigned32,
        sonusSystemIpPolicingSystemIntStatsSrtpDecryptMajorAlarmDuration Unsigned32
    }

-- tagpath /system/system/ipPolicing/systemIntStats/number
sonusSystemIpPolicingSystemIntStatsNumber 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.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 1 }

-- tagpath /system/system/ipPolicing/systemIntStats/systemName
sonusSystemIpPolicingSystemIntStatsSystemName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Name of the system.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 2 }

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

-- tagpath /system/system/ipPolicing/systemIntStats/time
sonusSystemIpPolicingSystemIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/systemIntStats/badEtherIpHdrDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/systemIntStats/badEtherIpHdrPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/systemIntStats/badEtherIpHdrMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/systemIntStats/badEtherIpHdrMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/systemIntStats/badEtherIpHdrMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/systemIntStats/badEtherIpHdrMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsBadEtherIpHdrMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the bad Ethernet/IP Header policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsArpDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpAcceptPacketCount
sonusSystemIpPolicingSystemIntStatsArpAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsArpPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsArpMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsArpMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 15 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsArpMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 16 }

-- tagpath /system/system/ipPolicing/systemIntStats/arpMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsArpMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the ARP policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 17 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsUFlowDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 18 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowAcceptPacketCount
sonusSystemIpPolicingSystemIntStatsUFlowAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 19 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsUFlowPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 20 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsUFlowMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 21 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsUFlowMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 22 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsUFlowMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 23 }

-- tagpath /system/system/ipPolicing/systemIntStats/uFlowMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsUFlowMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the micro flow policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 24 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsAclDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 25 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclAcceptPacketCount
sonusSystemIpPolicingSystemIntStatsAclAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
access control list.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 26 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsAclPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 27 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsAclMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 28 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsAclMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the access control list policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 29 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsAclMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
access control list policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 30 }

-- tagpath /system/system/ipPolicing/systemIntStats/aclMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsAclMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the access control list policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 31 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregateDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsAggregateDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 32 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregateAcceptPacketCount
sonusSystemIpPolicingSystemIntStatsAggregateAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of accepted packets for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 33 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregatePeakDiscardRate
sonusSystemIpPolicingSystemIntStatsAggregatePeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 34 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregateMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsAggregateMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 35 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregateMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsAggregateMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 36 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregateMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsAggregateMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 37 }

-- tagpath /system/system/ipPolicing/systemIntStats/aggregateMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsAggregateMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the aggregate policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 38 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsIpSecDecryptDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of discarded packets for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 39 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptAcceptPacketCount
sonusSystemIpPolicingSystemIntStatsIpSecDecryptAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of accepted packets for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 40 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsIpSecDecryptPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current peak discard rate for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 41 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsIpSecDecryptMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of minor alarms for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 42 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsIpSecDecryptMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 43 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsIpSecDecryptMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of major alarms for the
IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 44 }

-- tagpath /system/system/ipPolicing/systemIntStats/ipSecDecryptMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsIpSecDecryptMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current duration of the major alarms in seconds
for the IPSEC Decrypt policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 45 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsMediaDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 46 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaAcceptPacketCount
sonusSystemIpPolicingSystemIntStatsMediaAcceptPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION "
The current number of accepted packets for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 47 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsMediaPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 48 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsMediaMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 49 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsMediaMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 50 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsMediaMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 51 }

-- tagpath /system/system/ipPolicing/systemIntStats/mediaMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsMediaMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 52 }

-- tagpath /system/system/ipPolicing/systemIntStats/rogueMediaDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsRogueMediaDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of discarded packets for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 53 }

-- tagpath /system/system/ipPolicing/systemIntStats/rogueMediaPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsRogueMediaPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 54 }

-- tagpath /system/system/ipPolicing/systemIntStats/rogueMediaMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsRogueMediaMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 55 }

-- tagpath /system/system/ipPolicing/systemIntStats/rogueMediaMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsRogueMediaMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 56 }

-- tagpath /system/system/ipPolicing/systemIntStats/rogueMediaMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsRogueMediaMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 57 }

-- tagpath /system/system/ipPolicing/systemIntStats/rogueMediaMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsRogueMediaMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the rogue media policer.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 58 }

-- tagpath /system/system/ipPolicing/systemIntStats/discardRuleDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsDiscardRuleDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of packets discarded by discard ACL rules.
Packets that do not match any ACL rules are also included
in this count.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 59 }

-- tagpath /system/system/ipPolicing/systemIntStats/discardRulePeakDiscardRate
sonusSystemIpPolicingSystemIntStatsDiscardRulePeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for the
discard rule.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 60 }

-- tagpath /system/system/ipPolicing/systemIntStats/discardRuleMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsDiscardRuleMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for the
discard rule.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 61 }

-- tagpath /system/system/ipPolicing/systemIntStats/discardRuleMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsDiscardRuleMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for the discard rule.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 62 }

-- tagpath /system/system/ipPolicing/systemIntStats/discardRuleMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsDiscardRuleMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
discard rule.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 63 }

-- tagpath /system/system/ipPolicing/systemIntStats/discardRuleMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsDiscardRuleMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for the discard rule.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 64 }

-- tagpath /system/system/ipPolicing/systemIntStats/srtpDecryptDiscardPacketCount
sonusSystemIpPolicingSystemIntStatsSrtpDecryptDiscardPacketCount OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of packets discarded by SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 65 }

-- tagpath /system/system/ipPolicing/systemIntStats/srtpDecryptPeakDiscardRate
sonusSystemIpPolicingSystemIntStatsSrtpDecryptPeakDiscardRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current peak discard rate for SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 66 }

-- tagpath /system/system/ipPolicing/systemIntStats/srtpDecryptMinorAlarmCount
sonusSystemIpPolicingSystemIntStatsSrtpDecryptMinorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of minor alarms for SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 67 }

-- tagpath /system/system/ipPolicing/systemIntStats/srtpDecryptMinorAlarmDuration
sonusSystemIpPolicingSystemIntStatsSrtpDecryptMinorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the minor alarms in seconds
for SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 68 }

-- tagpath /system/system/ipPolicing/systemIntStats/srtpDecryptMajorAlarmCount
sonusSystemIpPolicingSystemIntStatsSrtpDecryptMajorAlarmCount OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current number of major alarms for the
SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 69 }

-- tagpath /system/system/ipPolicing/systemIntStats/srtpDecryptMajorAlarmDuration
sonusSystemIpPolicingSystemIntStatsSrtpDecryptMajorAlarmDuration OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The current duration of the major alarms in seconds
for SRTP decrypt discards.
"
    ::= { sonusSystemIpPolicingSystemIntStatsEntry 70 }

-- tagpath /system/system/ipPolicing/uFlowStats
sonusSystemIpPolicingUFlowStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingUFlowStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of micro flow statistics.
"
    ::= { sonusGen2IpmMIB 16 }

-- tagpath /system/system/ipPolicing/uFlowStats
sonusSystemIpPolicingUFlowStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingUFlowStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingUFlowStatsUFlowIndex }
        ::= { sonusSystemIpPolicingUFlowStatsTable 1 }

SonusSystemIpPolicingUFlowStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingUFlowStatsUFlowIndex Unsigned32,
        sonusSystemIpPolicingUFlowStatsSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingUFlowStatsDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingUFlowStatsSourceIpPort UnsignedShort,
        sonusSystemIpPolicingUFlowStatsIpProtocol SonusString8,
        sonusSystemIpPolicingUFlowStatsLifGrpId UnsignedShort,
        sonusSystemIpPolicingUFlowStatsPolicerMode SonusString16,
        sonusSystemIpPolicingUFlowStatsPolicerBucketSize Unsigned32,
        sonusSystemIpPolicingUFlowStatsPolicerCreditRate Unsigned32,
        sonusSystemIpPolicingUFlowStatsAggPolicer SonusString16,
        sonusSystemIpPolicingUFlowStatsAggPolicerPriority UnsignedShort,
        sonusSystemIpPolicingUFlowStatsPacketAccept Counter32,
        sonusSystemIpPolicingUFlowStatsPacketDiscard Counter32,
        sonusSystemIpPolicingUFlowStatsByteAccept Counter64
    }

-- tagpath /system/system/ipPolicing/uFlowStats/uFlowIndex
sonusSystemIpPolicingUFlowStatsUFlowIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
Index of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 1 }

-- tagpath /system/system/ipPolicing/uFlowStats/sourceIpAddress
sonusSystemIpPolicingUFlowStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 2 }

-- tagpath /system/system/ipPolicing/uFlowStats/destinationIpAddress
sonusSystemIpPolicingUFlowStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 3 }

-- tagpath /system/system/ipPolicing/uFlowStats/sourceIpPort
sonusSystemIpPolicingUFlowStatsSourceIpPort OBJECT-TYPE
    SYNTAX      UnsignedShort
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 4 }

-- tagpath /system/system/ipPolicing/uFlowStats/ipProtocol
sonusSystemIpPolicingUFlowStatsIpProtocol OBJECT-TYPE
    SYNTAX      SonusString8
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 5 }

-- tagpath /system/system/ipPolicing/uFlowStats/lifGrpId
sonusSystemIpPolicingUFlowStatsLifGrpId OBJECT-TYPE
    SYNTAX      UnsignedShort
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
LIF Group Id of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 6 }

-- tagpath /system/system/ipPolicing/uFlowStats/policerMode
sonusSystemIpPolicingUFlowStatsPolicerMode OBJECT-TYPE
    SYNTAX      SonusString16
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Policer mode of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 7 }

-- tagpath /system/system/ipPolicing/uFlowStats/policerBucketSize
sonusSystemIpPolicingUFlowStatsPolicerBucketSize OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Policer bucket size of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 8 }

-- tagpath /system/system/ipPolicing/uFlowStats/policerCreditRate
sonusSystemIpPolicingUFlowStatsPolicerCreditRate OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Policer credit rate of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 9 }

-- tagpath /system/system/ipPolicing/uFlowStats/aggPolicer
sonusSystemIpPolicingUFlowStatsAggPolicer OBJECT-TYPE
    SYNTAX      SonusString16
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Aggregate policer of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 10 }

-- tagpath /system/system/ipPolicing/uFlowStats/aggPolicerPriority
sonusSystemIpPolicingUFlowStatsAggPolicerPriority OBJECT-TYPE
    SYNTAX      UnsignedShort
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Aggregate policer priority of the uFlow entry.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 11 }

-- tagpath /system/system/ipPolicing/uFlowStats/packetAccept
sonusSystemIpPolicingUFlowStatsPacketAccept OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Number of packets accepted by the uFlow policer.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 12 }

-- tagpath /system/system/ipPolicing/uFlowStats/packetDiscard
sonusSystemIpPolicingUFlowStatsPacketDiscard OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Number of packets discarded by the uFlow policer.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 13 }

-- tagpath /system/system/ipPolicing/uFlowStats/byteAccept
sonusSystemIpPolicingUFlowStatsByteAccept OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Number of bytes accepted by the uFlow policer.
"
    ::= { sonusSystemIpPolicingUFlowStatsEntry 14 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats
sonusSystemIpPolicingRogueMediaIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingRogueMediaIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the rogue media policer offenders list.
"
    ::= { sonusGen2IpmMIB 19 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats
sonusSystemIpPolicingRogueMediaIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingRogueMediaIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingRogueMediaIntStatsNumber, sonusSystemIpPolicingRogueMediaIntStatsRole, sonusSystemIpPolicingRogueMediaIntStatsSindex }
        ::= { sonusSystemIpPolicingRogueMediaIntStatsTable 1 }

SonusSystemIpPolicingRogueMediaIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingRogueMediaIntStatsNumber Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingRogueMediaIntStatsTime Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsRole SonusRollType,
        sonusSystemIpPolicingRogueMediaIntStatsSindex Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsAddressContext String,
        sonusSystemIpPolicingRogueMediaIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingRogueMediaIntStatsInterfaceName String,
        sonusSystemIpPolicingRogueMediaIntStatsSourceIpAddress String,
        sonusSystemIpPolicingRogueMediaIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingRogueMediaIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsEtherType Unsigned32,
        sonusSystemIpPolicingRogueMediaIntStatsDiscardCount Counter32,
        sonusSystemIpPolicingRogueMediaIntStatsRingType SonusRogueMediaByDestPolicerDiscardRingType,
        sonusSystemIpPolicingRogueMediaIntStatsSourceUnique SonusUniqueType
    }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/number
sonusSystemIpPolicingRogueMediaIntStatsNumber 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.
	  "
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/time
sonusSystemIpPolicingRogueMediaIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/role
sonusSystemIpPolicingRogueMediaIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/sindex
sonusSystemIpPolicingRogueMediaIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/addressContext
sonusSystemIpPolicingRogueMediaIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/interfaceGroupName
sonusSystemIpPolicingRogueMediaIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/interfaceName
sonusSystemIpPolicingRogueMediaIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/sourceIpAddress
sonusSystemIpPolicingRogueMediaIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/destinationIpAddress
sonusSystemIpPolicingRogueMediaIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/sourceIpPort
sonusSystemIpPolicingRogueMediaIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/destinationIpPort
sonusSystemIpPolicingRogueMediaIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/ipProtocol
sonusSystemIpPolicingRogueMediaIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/etherType
sonusSystemIpPolicingRogueMediaIntStatsEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/discardCount
sonusSystemIpPolicingRogueMediaIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 15 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/ringType
sonusSystemIpPolicingRogueMediaIntStatsRingType OBJECT-TYPE
    SYNTAX      SonusRogueMediaByDestPolicerDiscardRingType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The media ring type.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 16 }

-- tagpath /system/system/ipPolicing/rogueMediaIntStats/sourceUnique
sonusSystemIpPolicingRogueMediaIntStatsSourceUnique OBJECT-TYPE
    SYNTAX      SonusUniqueType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Determines if all discards were from a unique source address.
"
    ::= { sonusSystemIpPolicingRogueMediaIntStatsEntry 17 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats
sonusSystemIpPolicingMediaOffendersIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingMediaOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the media policer offenders list.
"
    ::= { sonusGen2IpmMIB 21 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats
sonusSystemIpPolicingMediaOffendersIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingMediaOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingMediaOffendersIntStatsNumber, sonusSystemIpPolicingMediaOffendersIntStatsRole, sonusSystemIpPolicingMediaOffendersIntStatsSindex }
        ::= { sonusSystemIpPolicingMediaOffendersIntStatsTable 1 }

SonusSystemIpPolicingMediaOffendersIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingMediaOffendersIntStatsNumber Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingMediaOffendersIntStatsTime Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsRole SonusRollType,
        sonusSystemIpPolicingMediaOffendersIntStatsSindex Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsAddressContext String,
        sonusSystemIpPolicingMediaOffendersIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingMediaOffendersIntStatsInterfaceName String,
        sonusSystemIpPolicingMediaOffendersIntStatsSourceIpAddress String,
        sonusSystemIpPolicingMediaOffendersIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingMediaOffendersIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsEtherType Unsigned32,
        sonusSystemIpPolicingMediaOffendersIntStatsDiscardCount Counter32,
        sonusSystemIpPolicingMediaOffendersIntStatsSourceUnique SonusUniqueType
    }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/number
sonusSystemIpPolicingMediaOffendersIntStatsNumber 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.
	  "
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/time
sonusSystemIpPolicingMediaOffendersIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/role
sonusSystemIpPolicingMediaOffendersIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/sindex
sonusSystemIpPolicingMediaOffendersIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/addressContext
sonusSystemIpPolicingMediaOffendersIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/interfaceGroupName
sonusSystemIpPolicingMediaOffendersIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/interfaceName
sonusSystemIpPolicingMediaOffendersIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/sourceIpAddress
sonusSystemIpPolicingMediaOffendersIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/destinationIpAddress
sonusSystemIpPolicingMediaOffendersIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/sourceIpPort
sonusSystemIpPolicingMediaOffendersIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/destinationIpPort
sonusSystemIpPolicingMediaOffendersIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/ipProtocol
sonusSystemIpPolicingMediaOffendersIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/etherType
sonusSystemIpPolicingMediaOffendersIntStatsEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/discardCount
sonusSystemIpPolicingMediaOffendersIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 15 }

-- tagpath /system/system/ipPolicing/mediaOffendersIntStats/sourceUnique
sonusSystemIpPolicingMediaOffendersIntStatsSourceUnique OBJECT-TYPE
    SYNTAX      SonusUniqueType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Determines if all discards were from a unique source address.
"
    ::= { sonusSystemIpPolicingMediaOffendersIntStatsEntry 16 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the IPSEC Decrypt policer offenders list.
"
    ::= { sonusGen2IpmMIB 23 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsNumber, sonusSystemIpPolicingIpSecDecryptOffendersIntStatsRole, sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSindex }
        ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsTable 1 }

SonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsNumber Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsTime Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsRole SonusRollType,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSindex Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsAddressContext String,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsInterfaceName String,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSourceIpAddress String,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingIpSecDecryptOffendersIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/number
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsNumber 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.
	  "
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/time
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/role
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/sindex
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/addressContext
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/interfaceGroupName
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/interfaceName
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/sourceIpAddress
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/destinationIpAddress
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/sourceIpPort
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/destinationIpPort
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/ipProtocol
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/ipSecDecryptOffendersIntStats/discardCount
sonusSystemIpPolicingIpSecDecryptOffendersIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingIpSecDecryptOffendersIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the bad Ethernet/IP Header policer offenders list.
"
    ::= { sonusGen2IpmMIB 25 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsNumber, sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsRole, sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSindex }
        ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsTable 1 }

SonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsNumber Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsTime Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsRole SonusRollType,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSindex Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsAddressContext String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsInterfaceName String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSourceIpAddress String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEtherType Unsigned32,
        sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/number
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsNumber 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.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/time
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/role
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/sindex
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/addressContext
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/interfaceGroupName
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/interfaceName
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/sourceIpAddress
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/destinationIpAddress
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/sourceIpPort
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/destinationIpPort
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/ipProtocol
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/etherType
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/badEtherIpHdrOffendersIntStats/discardCount
sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingBadEtherIpHdrOffendersIntStatsEntry 15 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats
sonusSystemIpPolicingArpOffendersListIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingArpOffendersListIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the ARP policer offenders list.
"
    ::= { sonusGen2IpmMIB 27 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats
sonusSystemIpPolicingArpOffendersListIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingArpOffendersListIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingArpOffendersListIntStatsNumber, sonusSystemIpPolicingArpOffendersListIntStatsRole, sonusSystemIpPolicingArpOffendersListIntStatsSindex }
        ::= { sonusSystemIpPolicingArpOffendersListIntStatsTable 1 }

SonusSystemIpPolicingArpOffendersListIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingArpOffendersListIntStatsNumber Unsigned32,
        sonusSystemIpPolicingArpOffendersListIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingArpOffendersListIntStatsTime Unsigned32,
        sonusSystemIpPolicingArpOffendersListIntStatsRole SonusRollType,
        sonusSystemIpPolicingArpOffendersListIntStatsSindex Unsigned32,
        sonusSystemIpPolicingArpOffendersListIntStatsAddressContext String,
        sonusSystemIpPolicingArpOffendersListIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingArpOffendersListIntStatsInterfaceName String,
        sonusSystemIpPolicingArpOffendersListIntStatsSourceIpAddress String,
        sonusSystemIpPolicingArpOffendersListIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingArpOffendersListIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingArpOffendersListIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/number
sonusSystemIpPolicingArpOffendersListIntStatsNumber 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.
	  "
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/time
sonusSystemIpPolicingArpOffendersListIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/role
sonusSystemIpPolicingArpOffendersListIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/sindex
sonusSystemIpPolicingArpOffendersListIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/addressContext
sonusSystemIpPolicingArpOffendersListIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/interfaceGroupName
sonusSystemIpPolicingArpOffendersListIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/interfaceName
sonusSystemIpPolicingArpOffendersListIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/sourceIpAddress
sonusSystemIpPolicingArpOffendersListIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/destinationIpAddress
sonusSystemIpPolicingArpOffendersListIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/ipProtocol
sonusSystemIpPolicingArpOffendersListIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/arpOffendersListIntStats/discardCount
sonusSystemIpPolicingArpOffendersListIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingArpOffendersListIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats
sonusSystemIpPolicingUFlowOffendersListIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingUFlowOffendersListIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the micro flow policer offenders list.
"
    ::= { sonusGen2IpmMIB 29 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats
sonusSystemIpPolicingUFlowOffendersListIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingUFlowOffendersListIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingUFlowOffendersListIntStatsNumber, sonusSystemIpPolicingUFlowOffendersListIntStatsRole, sonusSystemIpPolicingUFlowOffendersListIntStatsSindex }
        ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsTable 1 }

SonusSystemIpPolicingUFlowOffendersListIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingUFlowOffendersListIntStatsNumber Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingUFlowOffendersListIntStatsTime Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIntStatsRole SonusRollType,
        sonusSystemIpPolicingUFlowOffendersListIntStatsSindex Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIntStatsAddressContext String,
        sonusSystemIpPolicingUFlowOffendersListIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingUFlowOffendersListIntStatsInterfaceName String,
        sonusSystemIpPolicingUFlowOffendersListIntStatsSourceIpAddress String,
        sonusSystemIpPolicingUFlowOffendersListIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingUFlowOffendersListIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingUFlowOffendersListIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/number
sonusSystemIpPolicingUFlowOffendersListIntStatsNumber 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.
	  "
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/time
sonusSystemIpPolicingUFlowOffendersListIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/role
sonusSystemIpPolicingUFlowOffendersListIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/sindex
sonusSystemIpPolicingUFlowOffendersListIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/addressContext
sonusSystemIpPolicingUFlowOffendersListIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/interfaceGroupName
sonusSystemIpPolicingUFlowOffendersListIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/interfaceName
sonusSystemIpPolicingUFlowOffendersListIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/sourceIpAddress
sonusSystemIpPolicingUFlowOffendersListIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/destinationIpAddress
sonusSystemIpPolicingUFlowOffendersListIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/sourceIpPort
sonusSystemIpPolicingUFlowOffendersListIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/destinationIpPort
sonusSystemIpPolicingUFlowOffendersListIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/ipProtocol
sonusSystemIpPolicingUFlowOffendersListIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/uFlowOffendersListIntStats/discardCount
sonusSystemIpPolicingUFlowOffendersListIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingUFlowOffendersListIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats
sonusSystemIpPolicingAclOffendersListIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingAclOffendersListIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the access control list policer offenders list.
"
    ::= { sonusGen2IpmMIB 31 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats
sonusSystemIpPolicingAclOffendersListIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingAclOffendersListIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingAclOffendersListIntStatsNumber, sonusSystemIpPolicingAclOffendersListIntStatsRole, sonusSystemIpPolicingAclOffendersListIntStatsSindex }
        ::= { sonusSystemIpPolicingAclOffendersListIntStatsTable 1 }

SonusSystemIpPolicingAclOffendersListIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingAclOffendersListIntStatsNumber Unsigned32,
        sonusSystemIpPolicingAclOffendersListIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingAclOffendersListIntStatsTime Unsigned32,
        sonusSystemIpPolicingAclOffendersListIntStatsRole SonusRollType,
        sonusSystemIpPolicingAclOffendersListIntStatsSindex Unsigned32,
        sonusSystemIpPolicingAclOffendersListIntStatsAddressContext String,
        sonusSystemIpPolicingAclOffendersListIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingAclOffendersListIntStatsInterfaceName String,
        sonusSystemIpPolicingAclOffendersListIntStatsSourceIpAddress String,
        sonusSystemIpPolicingAclOffendersListIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingAclOffendersListIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingAclOffendersListIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingAclOffendersListIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingAclOffendersListIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/number
sonusSystemIpPolicingAclOffendersListIntStatsNumber 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.
  "
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/time
sonusSystemIpPolicingAclOffendersListIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/role
sonusSystemIpPolicingAclOffendersListIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/sindex
sonusSystemIpPolicingAclOffendersListIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/addressContext
sonusSystemIpPolicingAclOffendersListIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/interfaceGroupName
sonusSystemIpPolicingAclOffendersListIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/interfaceName
sonusSystemIpPolicingAclOffendersListIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/sourceIpAddress
sonusSystemIpPolicingAclOffendersListIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/destinationIpAddress
sonusSystemIpPolicingAclOffendersListIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/sourceIpPort
sonusSystemIpPolicingAclOffendersListIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/destinationIpPort
sonusSystemIpPolicingAclOffendersListIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/ipProtocol
sonusSystemIpPolicingAclOffendersListIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/aclOffendersListIntStats/discardCount
sonusSystemIpPolicingAclOffendersListIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingAclOffendersListIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats
sonusSystemIpPolicingAggregateOffendersIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingAggregateOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the aggregate policer offenders list.
"
    ::= { sonusGen2IpmMIB 33 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats
sonusSystemIpPolicingAggregateOffendersIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingAggregateOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingAggregateOffendersIntStatsNumber, sonusSystemIpPolicingAggregateOffendersIntStatsRole, sonusSystemIpPolicingAggregateOffendersIntStatsSindex }
        ::= { sonusSystemIpPolicingAggregateOffendersIntStatsTable 1 }

SonusSystemIpPolicingAggregateOffendersIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingAggregateOffendersIntStatsNumber Unsigned32,
        sonusSystemIpPolicingAggregateOffendersIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingAggregateOffendersIntStatsTime Unsigned32,
        sonusSystemIpPolicingAggregateOffendersIntStatsRole SonusRollType,
        sonusSystemIpPolicingAggregateOffendersIntStatsSindex Unsigned32,
        sonusSystemIpPolicingAggregateOffendersIntStatsAddressContext String,
        sonusSystemIpPolicingAggregateOffendersIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingAggregateOffendersIntStatsInterfaceName String,
        sonusSystemIpPolicingAggregateOffendersIntStatsSourceIpAddress String,
        sonusSystemIpPolicingAggregateOffendersIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingAggregateOffendersIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingAggregateOffendersIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingAggregateOffendersIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingAggregateOffendersIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/number
sonusSystemIpPolicingAggregateOffendersIntStatsNumber 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.
	  "
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/time
sonusSystemIpPolicingAggregateOffendersIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/role
sonusSystemIpPolicingAggregateOffendersIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/sindex
sonusSystemIpPolicingAggregateOffendersIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/addressContext
sonusSystemIpPolicingAggregateOffendersIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/interfaceGroupName
sonusSystemIpPolicingAggregateOffendersIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/interfaceName
sonusSystemIpPolicingAggregateOffendersIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/sourceIpAddress
sonusSystemIpPolicingAggregateOffendersIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/destinationIpAddress
sonusSystemIpPolicingAggregateOffendersIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/sourceIpPort
sonusSystemIpPolicingAggregateOffendersIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/destinationIpPort
sonusSystemIpPolicingAggregateOffendersIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/ipProtocol
sonusSystemIpPolicingAggregateOffendersIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/aggregateOffendersIntStats/discardCount
sonusSystemIpPolicingAggregateOffendersIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the policer.
"
    ::= { sonusSystemIpPolicingAggregateOffendersIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats
sonusSystemIpPolicingDiscardRuleOffendersIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the discard rule offenders list.
"
    ::= { sonusGen2IpmMIB 35 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats
sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingDiscardRuleOffendersIntStatsNumber, sonusSystemIpPolicingDiscardRuleOffendersIntStatsRole, sonusSystemIpPolicingDiscardRuleOffendersIntStatsSindex }
        ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsTable 1 }

SonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsNumber Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsTime Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsRole SonusRollType,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsSindex Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsAddressContext String,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsInterfaceName String,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsSourceIpAddress String,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingDiscardRuleOffendersIntStatsDiscardCount Counter32
    }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/number
sonusSystemIpPolicingDiscardRuleOffendersIntStatsNumber 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.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/time
sonusSystemIpPolicingDiscardRuleOffendersIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/role
sonusSystemIpPolicingDiscardRuleOffendersIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/sindex
sonusSystemIpPolicingDiscardRuleOffendersIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/addressContext
sonusSystemIpPolicingDiscardRuleOffendersIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/interfaceGroupName
sonusSystemIpPolicingDiscardRuleOffendersIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/interfaceName
sonusSystemIpPolicingDiscardRuleOffendersIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/sourceIpAddress
sonusSystemIpPolicingDiscardRuleOffendersIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/destinationIpAddress
sonusSystemIpPolicingDiscardRuleOffendersIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/sourceIpPort
sonusSystemIpPolicingDiscardRuleOffendersIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/destinationIpPort
sonusSystemIpPolicingDiscardRuleOffendersIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/ipProtocol
sonusSystemIpPolicingDiscardRuleOffendersIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/discardRuleOffendersIntStats/discardCount
sonusSystemIpPolicingDiscardRuleOffendersIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded by the discard rule.
"
    ::= { sonusSystemIpPolicingDiscardRuleOffendersIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList
sonusSystemIpPolicingSrtpDecryptOffendersListTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingSrtpDecryptOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the SRTP decrypt offenders list.
"
    ::= { sonusGen2IpmMIB 36 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList
sonusSystemIpPolicingSrtpDecryptOffendersListEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingSrtpDecryptOffendersListEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingSrtpDecryptOffendersListRole, sonusSystemIpPolicingSrtpDecryptOffendersListIndex }
        ::= { sonusSystemIpPolicingSrtpDecryptOffendersListTable 1 }

SonusSystemIpPolicingSrtpDecryptOffendersListEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingSrtpDecryptOffendersListRole SonusRollType,
        sonusSystemIpPolicingSrtpDecryptOffendersListIndex Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersListAddressContext String,
        sonusSystemIpPolicingSrtpDecryptOffendersListInterfaceGroupName String,
        sonusSystemIpPolicingSrtpDecryptOffendersListInterfaceName String,
        sonusSystemIpPolicingSrtpDecryptOffendersListSourceIpAddress InetAddressIP,
        sonusSystemIpPolicingSrtpDecryptOffendersListDestinationIpAddress InetAddressIP,
        sonusSystemIpPolicingSrtpDecryptOffendersListSourceIpPort Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersListDestinationIpPort Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersListIpProtocol Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersListEtherType Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersListDiscardCount Counter32,
        sonusSystemIpPolicingSrtpDecryptOffendersListSourceUnique SonusUniqueType
    }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/role
sonusSystemIpPolicingSrtpDecryptOffendersListRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 1 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/index
sonusSystemIpPolicingSrtpDecryptOffendersListIndex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 2 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/addressContext
sonusSystemIpPolicingSrtpDecryptOffendersListAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 3 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/interfaceGroupName
sonusSystemIpPolicingSrtpDecryptOffendersListInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 4 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/interfaceName
sonusSystemIpPolicingSrtpDecryptOffendersListInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 5 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/sourceIpAddress
sonusSystemIpPolicingSrtpDecryptOffendersListSourceIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 6 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/destinationIpAddress
sonusSystemIpPolicingSrtpDecryptOffendersListDestinationIpAddress OBJECT-TYPE
    SYNTAX      InetAddressIP
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 7 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/sourceIpPort
sonusSystemIpPolicingSrtpDecryptOffendersListSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 8 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/destinationIpPort
sonusSystemIpPolicingSrtpDecryptOffendersListDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 9 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/ipProtocol
sonusSystemIpPolicingSrtpDecryptOffendersListIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 10 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/etherType
sonusSystemIpPolicingSrtpDecryptOffendersListEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 11 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/discardCount
sonusSystemIpPolicingSrtpDecryptOffendersListDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded due to SRTP decrypt error.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 12 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersList/sourceUnique
sonusSystemIpPolicingSrtpDecryptOffendersListSourceUnique OBJECT-TYPE
    SYNTAX      SonusUniqueType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Determines if all discards were from a unique source address.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersListEntry 14 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The table of statistics for the SRTP Decrypt offenders list.
"
    ::= { sonusGen2IpmMIB 39 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry OBJECT-TYPE
    SYNTAX      SonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION ""
    INDEX { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsNumber, sonusSystemIpPolicingSrtpDecryptOffendersIntStatsRole, sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSindex }
        ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsTable 1 }

SonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry ::=
    SEQUENCE {
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsNumber Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsIntervalValid INTEGER,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsTime Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsRole SonusRollType,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSindex Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsAddressContext String,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsInterfaceGroupName String,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsInterfaceName String,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSourceIpAddress String,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsDestinationIpAddress String,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSourceIpPort Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsDestinationIpPort Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsIpProtocol Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEtherType Unsigned32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsDiscardCount Counter32,
        sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSourceUnique SonusUniqueType
    }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/number
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsNumber 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.
    "
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 1 }

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

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/time
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The system up time when the interval statisitic is collected.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 3 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/role
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsRole OBJECT-TYPE
    SYNTAX      SonusRollType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The role of the entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 4 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/sindex
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSindex OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "
The index of the entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 5 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/addressContext
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsAddressContext OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the address context of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 6 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/interfaceGroupName
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsInterfaceGroupName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface group of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 7 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/interfaceName
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsInterfaceName OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 23))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The name of the interface of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 8 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/sourceIpAddress
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSourceIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP address of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 9 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/destinationIpAddress
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsDestinationIpAddress OBJECT-TYPE
    SYNTAX      String (SIZE (0 .. 255))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP address of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 10 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/sourceIpPort
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSourceIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The source IP port of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 11 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/destinationIpPort
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsDestinationIpPort OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The destination IP port of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 12 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/ipProtocol
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsIpProtocol OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The IP Protocol of the table entry.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 13 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/etherType
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEtherType OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The first ethertype found in the Ethernet packet.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 14 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/discardCount
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsDiscardCount OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
The number of packets discarded.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 15 }

-- tagpath /system/system/ipPolicing/srtpDecryptOffendersIntStats/sourceUnique
sonusSystemIpPolicingSrtpDecryptOffendersIntStatsSourceUnique OBJECT-TYPE
    SYNTAX      SonusUniqueType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "
Determines if all discards were from a unique source address.
"
    ::= { sonusSystemIpPolicingSrtpDecryptOffendersIntStatsEntry 16 }

END
