ANUE-MIB

File: ANUE-MIB.mib (329389 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-TM
IF-MIB INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB
HCNUM-TC SNMPv2-CONF

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE Counter32 Counter64
Gauge32 Integer32 TimeTicks
DisplayString TimeStamp DateAndTime
TruthValue TEXTUAL-CONVENTION SnmpUDPAddress
snmpUDPDomain InterfaceIndex InterfaceIndexOrZero
ifIndex ifEntry ifTable
InetAddress InetAddressType SnmpSecurityModel
CounterBasedGauge64 ZeroBasedCounter64 hcnumTC
OBJECT-GROUP NOTIFICATION-GROUP MODULE-COMPLIANCE

Defined Types

AnueStageType  
Each bit enumeration identifies a stage in a filter pipeline. Some - but not all - of these enumerations correspond to advanced capabilities. The numerical values of these enumerations do not imply an operational order.
TEXTUAL-CONVENTION    
  BITS anueStageTypeNPFilter(0), anueStageTypeTPFilter(1), anueStageTypeAfmDrop(2), anueStageTypeAfmStripGtp(3), anueStageTypeAfmStripMpls(4), anueStageTypeAfmDedup(5), anueStageTypeAfmTrim(6), anueStageTypeAfmBurstBuffer(7), anueStageTypeNPError(8), anueStageTypeStripVlan(9), anueStageTypeAfmStripVntag(10), anueStageTypeAfmTimestamping(11), anueStageTypeAfmStripTrailer(12), anueStageTypePortTagging(13), anueStageTypeLCInput(15), anueStageTypeLCOutput(16), anueStageTypeAfmGtpFd(17), anueStageTypeAfmStripFabricPath(18), anueStageTypeAfmStripVxlan(19), anueStageTypeAfmStripL2Gre(20), anueStageTypeAfmStripErspan(21), anueStageTypeAfmPacketLength(22), anueStageTypeAfmDataMasking(23), anueStageTypeGscBufOverflow(32), anueStageTypeGscNetworkPorts(33), anueStageTypeGscSessionToolPorts(34)  

AnueFilterTypeDT  
Datatype (DT) describing NTO filters. Each integer enumeration identifies a filter type. Some filters may be composed as a pipeline of multiple stages.
TEXTUAL-CONVENTION    
  INTEGER anueFilterTypeNetworkPort(1), anueFilterTypeToolPort(2), anueFilterTypeDynamic(3), anueFilterTypeNetworkPortGroup(4), anueFilterTypeToolPortGroup(5), anueFilterTypeLineCard(6), anueFilterTypeRecAfmResource(7), anueFilterTypeGscNetworkPort(100), anueFilterTypeGscSessionToolPort(101), anueFilterTypeGscNetworkPortGroup(102), anueFilterTypeGscSessionToolPortGroup(103)  

AnueThresholdCrossing  
Defines a direction of threshold crossing for event monitors.
TEXTUAL-CONVENTION    
  INTEGER thresholdCrossingUpward(1), thresholdCrossingDownward(2)  

AnueNtoUnionMemberActionType  
Defines a union member action.
TEXTUAL-CONVENTION    
  INTEGER memberActionJoinSucceeded(1), memberActionJoinFailed(2), memberActionLeaveSucceeded(3), memberActionLeaveFailed(4), memberActionReconnected(5)  

AnueTimeSourceType  
Datatype describing the time source type that can be configured on the NTO. Can be one of Local, NTP Server, GPS or not available if timestamping is not supported by the NTO platform.
TEXTUAL-CONVENTION    
  INTEGER anueTimeSourceTypeLocal(1), anueTimeSourceTypeNTP(2), anueTimeSourceTypeGPS(3), anueTimeSourceTypeNA(4)  

AnueCustomFieldSetsEntry  
SEQUENCE    
  anueFieldSetId Integer32
  anueFieldSetAvailOuterHdrFlds DisplayString
  anueFieldSetIsAdditOuterHdrs TruthValue

AnueCustomFieldsEntry  
SEQUENCE    
  anueCustomFieldId Integer32
  anueCustomFieldPktType INTEGER
  anueCustomFieldSize Integer32
  anueCustomFieldName DisplayString
  anueCustomFieldSpecificAttrList DisplayString
  anueCustomFieldConfirmFldsList DisplayString

AnueNtoIfExtEntry  
SEQUENCE    
  anueIfIsLicensed TruthValue
  anueIfLicensedMaxSpeed Gauge32
  anueIfMode INTEGER
  anueIfDesc DisplayString
  anueIfOnAfm TruthValue
  anueIfAdvCapabilities AnueStageType

AnueNtoFilterDefEntry  
SEQUENCE    
  anueFilterType AnueFilterTypeDT
  anueFilterNumber Integer32
  anueFilterDefaultName DisplayString
  anueFilterName DisplayString
  anueFilterDesc DisplayString
  anueFilterIfIndex Integer32
  anueFilterIsTwoStage INTEGER
  anueFilterMode INTEGER
  anueFilterCriteria DisplayString
  anueFilterTag DisplayString
  anueFilterAfmEnabled TruthValue
  anueFilterEnabledFeatures AnueStageType
  anueFilterCustomFieldSets DisplayString

AnueNtoFilterConnEntry  
SEQUENCE    
  anueFilterConnFromOid OBJECT IDENTIFIER
  anueFilterConnToOid OBJECT IDENTIFIER

AnueNtoFilterHistEntry  
SEQUENCE    
  anueFilterCreatedTime DateAndTime
  anueFilterCreatedBy DisplayString
  anueFilterCriteriaModTime DateAndTime
  anueFilterCriteriaModTimeStamp TimeStamp
  anueFilterCriteriaModBy DisplayString
  anueFilterConfigModTime DateAndTime
  anueFilterConfigModBy DisplayString
  anueFilterConfigModFields DisplayString
  anueFilterStatsResetTime DateAndTime
  anueFilterStatsResetBy DisplayString
  anueFilterDropResetTime DateAndTime
  anueFilterDropResetBy DisplayString

AnueNtoFilterStatsCntModHCEntry  
SEQUENCE    
  anueFilterCntModHCInOctets Counter64
  anueFilterCntModHCOutOctets Counter64
  anueFilterCntModHCInPkts Counter64
  anueFilterCntModHCOutPkts Counter64
  anueFilterCntModHCDropPkts Counter64
  anueFilterCntModHCDropTime DateAndTime

AnueNtoFilterStatsCntRstHCEntry  
SEQUENCE    
  anueFilterCntRstHCInOctets Counter64
  anueFilterCntRstHCOutOctets Counter64
  anueFilterCntRstHCInPkts Counter64
  anueFilterCntRstHCOutPkts Counter64
  anueFilterCntRstHCDropPkts Counter64
  anueFilterCntRstHCDropTime DateAndTime

AnueNtoFilterStatsCurHCEntry  
SEQUENCE    
  anueFilterCurHCInOctets CounterBasedGauge64
  anueFilterCurHCOutOctets CounterBasedGauge64
  anueFilterCurHCRateOctets CounterBasedGauge64
  anueFilterCurHCInPkts CounterBasedGauge64
  anueFilterCurHCOutPkts CounterBasedGauge64
  anueFilterCurHCRatePkts CounterBasedGauge64
  anueFilterCurHCDropPkts CounterBasedGauge64
  anueFilterCurHCUtil CounterBasedGauge64

AnueNtoFilterStatsAvgHCEntry  
SEQUENCE    
  anueFilterAvgHCInOctets CounterBasedGauge64
  anueFilterAvgHCOutOctets CounterBasedGauge64
  anueFilterAvgHCRateOctets CounterBasedGauge64
  anueFilterAvgHCInPkts CounterBasedGauge64
  anueFilterAvgHCOutPkts CounterBasedGauge64
  anueFilterAvgHCRatePkts CounterBasedGauge64
  anueFilterAvgHCDropPkts CounterBasedGauge64
  anueFilterAvgHCUtil CounterBasedGauge64

AnueNtoFilterStatsPeakHCEntry  
SEQUENCE    
  anueFilterPeakHCInOctets CounterBasedGauge64
  anueFilterPeakHCInOctetsTime DateAndTime
  anueFilterPeakHCOutOctets CounterBasedGauge64
  anueFilterPeakHCOutOctetsTime DateAndTime
  anueFilterPeakHCRateOctets CounterBasedGauge64
  anueFilterPeakHCRateOctetsTime DateAndTime
  anueFilterPeakHCInPkts CounterBasedGauge64
  anueFilterPeakHCInPktsTime DateAndTime
  anueFilterPeakHCOutPkts CounterBasedGauge64
  anueFilterPeakHCOutPktsTime DateAndTime
  anueFilterPeakHCRatePkts CounterBasedGauge64
  anueFilterPeakHCRatePktsTime DateAndTime
  anueFilterPeakHCDropPkts CounterBasedGauge64
  anueFilterPeakHCDropPktsTime DateAndTime
  anueFilterPeakHCUtil CounterBasedGauge64
  anueFilterPeakHCUtilTime DateAndTime

AnueNtoFilterStatsCntModEntry  
SEQUENCE    
  anueFilterCntModInOctets Counter32
  anueFilterCntModOutOctets Counter32
  anueFilterCntModInPkts Counter32
  anueFilterCntModOutPkts Counter32
  anueFilterCntModDropPkts Counter32
  anueFilterCntModDropTime DateAndTime

AnueNtoFilterStatsCntRstEntry  
SEQUENCE    
  anueFilterCntRstInOctets Counter32
  anueFilterCntRstOutOctets Counter32
  anueFilterCntRstInPkts Counter32
  anueFilterCntRstOutPkts Counter32
  anueFilterCntRstDropPkts Counter32
  anueFilterCntRstDropTime DateAndTime

AnueNtoFilterStatsCurEntry  
SEQUENCE    
  anueFilterCurInOctets Gauge32
  anueFilterCurOutOctets Gauge32
  anueFilterCurRateOctets Gauge32
  anueFilterCurInPkts Gauge32
  anueFilterCurOutPkts Gauge32
  anueFilterCurRatePkts Gauge32
  anueFilterCurDropPkts Gauge32
  anueFilterCurUtil Gauge32

AnueNtoFilterStatsAvgEntry  
SEQUENCE    
  anueFilterAvgInOctets Gauge32
  anueFilterAvgOutOctets Gauge32
  anueFilterAvgRateOctets Gauge32
  anueFilterAvgInPkts Gauge32
  anueFilterAvgOutPkts Gauge32
  anueFilterAvgRatePkts Gauge32
  anueFilterAvgDropPkts Gauge32
  anueFilterAvgUtil Gauge32

AnueNtoFilterStatsPeakEntry  
SEQUENCE    
  anueFilterPeakInOctets Gauge32
  anueFilterPeakInOctetsTime DateAndTime
  anueFilterPeakOutOctets Gauge32
  anueFilterPeakOutOctetsTime DateAndTime
  anueFilterPeakRateOctets Gauge32
  anueFilterPeakRateOctetsTime DateAndTime
  anueFilterPeakInPkts Gauge32
  anueFilterPeakInPktsTime DateAndTime
  anueFilterPeakOutPkts Gauge32
  anueFilterPeakOutPktsTime DateAndTime
  anueFilterPeakRatePkts Gauge32
  anueFilterPeakRatePktsTime DateAndTime
  anueFilterPeakDropPkts Gauge32
  anueFilterPeakDropPktsTime DateAndTime
  anueFilterPeakUtil Gauge32
  anueFilterPeakUtilTime DateAndTime

AnueNtoFilterStatsGscSessEntry  
SEQUENCE    
  anueFilterGscCurDenyGtpV0Sess Counter64
  anueFilterGscCurDenyGtpV1Sess Counter64
  anueFilterGscCurDenyGtpV2Sess Counter64
  anueFilterGscCurDenyGtpTotSess Counter64
  anueFilterGscAvgDenyGtpV0Sess Counter64
  anueFilterGscAvgDenyGtpV1Sess Counter64
  anueFilterGscAvgDenyGtpV2Sess Counter64
  anueFilterGscAvgDenyGtpTotSess Counter64
  anueFilterGscPkDenyGtpV0Sess Counter64
  anueFilterGscPkDenyGtpV1Sess Counter64
  anueFilterGscPkDenyGtpV2Sess Counter64
  anueFilterGscPkDenyGtpTotSess Counter64
  anueFilterGscPkDenyGtpV0SessT DateAndTime
  anueFilterGscPkDenyGtpV1SessT DateAndTime
  anueFilterGscPkDenyGtpV2SessT DateAndTime
  anueFilterGscPkDenyGtpTotSessT DateAndTime
  anueFilterGscTotOversizePktsTx Counter64
  anueFilterGscCurOversizePktsTx Counter64
  anueFilterGscAvgOversizePktsTx Counter64
  anueFilterGscPkOversizePktsTx Counter64
  anueFilterGscPkOversizePktsTxT DateAndTime
  anueFilterGscTotDroppedPkts Counter64
  anueFilterGscCurDroppedPkts Counter64
  anueFilterGscAvgDroppedPkts Counter64
  anueFilterGscPkDroppedPkts Counter64
  anueFilterGscPkDroppedPktsT DateAndTime
  anueFilterGscTotDroppedBytes Counter64
  anueFilterGscCurDroppedBytes Counter64
  anueFilterGscAvgDroppedBytes Counter64
  anueFilterGscPkDroppedBytes Counter64
  anueFilterGscPkDroppedBytesT DateAndTime

AnueNtoFilterStatsGscEntry  
SEQUENCE    
  anueFilterCurGscPktsRate CounterBasedGauge64
  anueFilterAvgGscPktsRate CounterBasedGauge64
  anueFilterPeakGscPktsRate CounterBasedGauge64
  anueFilterPeakTimeGscPktsRate DateAndTime
  anueFilterGTPPktType DisplayString

AnueNtoStageStripEntry  
SEQUENCE    
  anueStageStripFilterType AnueFilterTypeDT
  anueStageStripFilterNumber Integer32
  anueStageStripFeature AnueStageType
  anueStageStripOrder Integer32
  anueStageStripType INTEGER
  anueStageStripModPkts Counter64
  anueStageStripModPktPct Gauge32
  anueStageStripErrorPkts Counter64
  anueStageStripRstModPkts Counter64
  anueStageStripRstModPktPct Gauge32
  anueStageStripRstErrorPkts Counter64
  anueStageStripAttributes DisplayString

AnueNtoStageNPErrorEntry  
SEQUENCE    
  anueStageNPErrorFilterType AnueFilterTypeDT
  anueStageNPErrorFilterNumber Integer32
  anueStageNPErrorFeature AnueStageType
  anueStageNPErrorOrder Integer32
  anueStageNPErrorPkts Counter64
  anueStageNPErrorRstPkts Counter64

AnueNtoStageDedupEntry  
SEQUENCE    
  anueStageDedupFilterType AnueFilterTypeDT
  anueStageDedupFilterNumber Integer32
  anueStageDedupFeature AnueStageType
  anueStageDedupOrder Integer32
  anueStageDedupType INTEGER
  anueStageDedupTimeWindows Integer32
  anueStageDedupRmvPkts Counter64
  anueStageDedupRmvPktPct Gauge32
  anueStageDedupRstRmvPkts Counter64
  anueStageDedupRstRmvPktPct Gauge32

AnueNtoStageTrimEntry  
SEQUENCE    
  anueStageTrimFilterType AnueFilterTypeDT
  anueStageTrimFilterNumber Integer32
  anueStageTrimFeature AnueStageType
  anueStageTrimOrder Integer32
  anueStageTrimType INTEGER
  anueStageTrimRetainOctets Integer32
  anueStageTrimModPkts Counter64
  anueStageTrimModPktPct Gauge32
  anueStageTrimRmvOctets Counter64
  anueStageTrimRmvOctetPct Gauge32
  anueStageTrimRstModPkts Counter64
  anueStageTrimRstModPktPct Gauge32
  anueStageTrimRstRmvOctets Counter64
  anueStageTrimRstRmvOctetPct Gauge32

AnueNtoStageBurstBufferEntry  
SEQUENCE    
  anueStageBufferFilterType AnueFilterTypeDT
  anueStageBufferFilterNumber Integer32
  anueStageBufferFeature AnueStageType
  anueStageBufferOrder Integer32
  anueStageBufferSize Integer32
  anueStageBufferCurBufferLevel Gauge32
  anueStageBufferPeakBufferLevel Counter32
  anueStageBufferPeakBufferTime DateAndTime
  anueStageBufferDropPkts Counter64
  anueStageBufferDropTime DateAndTime
  anueStageBufferRstDropPkts Counter64
  anueStageBufferRstDropTime DateAndTime

AnueNtoStageNPFilterEntry  
SEQUENCE    
  anueStageNPFilterFilterType AnueFilterTypeDT
  anueStageNPFilterFilterNumber Integer32
  anueStageNPFilterFeature AnueStageType
  anueStageNPFilterOrder Integer32
  anueStageNPFilterDenyPkts Counter64
  anueStageNPFilterDenyPktPct Gauge32
  anueStageNPFilterDenyOctets Counter64
  anueStageNPFilterDenyOctetPct Gauge32
  anueStageNPFilterRstDenyPkts Counter64
  anueStageNPFilterRstDenyPktPct Gauge32
  anueStageNPFilterRstDenyOctets Counter64
  anueStageNPFilterRstDenyOctetPct Gauge32

AnueNtoStageTPFilterEntry  
SEQUENCE    
  anueStageTPFilterFilterType AnueFilterTypeDT
  anueStageTPFilterFilterNumber Integer32
  anueStageTPFilterFeature AnueStageType
  anueStageTPFilterOrder Integer32
  anueStageTPFilterDenyPkts Counter64
  anueStageTPFilterDenyPktPct Gauge32
  anueStageTPFilterDropPkts Counter64
  anueStageTPFilterDropTime DateAndTime
  anueStageTPFilterRstDenyPkts Counter64
  anueStageTPFilterRstDenyPktPct Gauge32
  anueStageTPFilterRstDropPkts Counter64
  anueStageTPFilterRstDropTime DateAndTime

AnueNtoStageAfmDropEntry  
SEQUENCE    
  anueStageAfmDropFilterType AnueFilterTypeDT
  anueStageAfmDropFilterNumber Integer32
  anueStageAfmDropFeature AnueStageType
  anueStageAfmDropOrder Integer32
  anueStageAfmDropDropPkts Counter64
  anueStageAfmDropDropTime DateAndTime
  anueStageAfmDropRstDropPkts Counter64
  anueStageAfmDropRstDropTime DateAndTime

AnueNtoStageTagEntry  
SEQUENCE    
  anueStageTagFilterType AnueFilterTypeDT
  anueStageTagFilterNumber Integer32
  anueStageTagFeature AnueStageType
  anueStageTagOrder Integer32
  anueStageTagAttributes DisplayString
  anueStageTagModPkts Counter64
  anueStageTagModPktPct Gauge32
  anueStageTagRstModPkts Counter64
  anueStageTagRstModPktPct Gauge32

AnueNtoStageDropEntry  
SEQUENCE    
  anueStageDropFilterType AnueFilterTypeDT
  anueStageDropFilterNumber Integer32
  anueStageDropFeature AnueStageType
  anueStageCntDropPkts Counter64
  anueStageCntDropTime DateAndTime
  anueStageCurDropPkts Counter64
  anueStageAvgDropPkts Counter64
  anueStagePeakDropPkts Counter64
  anueStagePeakDropTime DateAndTime

AnueNtoStageGtpFdEntry  
SEQUENCE    
  anueStageGtpFdFilterType AnueFilterTypeDT
  anueStageGtpFdFilterNumber Integer32
  anueStageGtpFdFeature AnueStageType
  anueStageRateGtpCPps Counter64
  anueStageRateGtpUPps Counter64
  anueStageRateGtpCBps Counter64
  anueStageRateGtpUBps Counter64

AnueNtoStageDataMaskingEntry  
SEQUENCE    
  anueStageDataMaskingFilterType AnueFilterTypeDT
  anueStageDataMaskingFilterNumber Integer32
  anueStageDataMaskingFeature AnueStageType
  anueStageDataMaskingOrder Integer32
  anueStageDataMaskingOffsetLayer INTEGER
  anueStageDataMaskingOffset Counter64
  anueStageDataMaskingLength Counter64
  anueStageDataMaskingFillValue OCTET STRING
  anueStageDataMaskingModPkts Counter64
  anueStageDataMaskingModPktPct Gauge32
  anueStageDataMaskingRstModPkts Counter64
  anueStageDataMaskingRstModPktPct Gauge32

AnueNtoStageGscNetworkFilterEntry  
SEQUENCE    
  anueNtoStageGscNetworkFilterType AnueFilterTypeDT
  anueNtoStageGscNetworkFilterNumber Integer32
  anueGscNWFltrExcSess Counter64
  anueNtoStageGscNetworkFilterFeature AnueStageType
  anueGscNWFltrAvgGscPktFrag Counter64
  anueGscNWFltrAvgTdoutFrag Counter64
  anueGscNWFltrCurPacketFrag Counter64
  anueGscNWFltrCurTdoutFrag Counter64
  anueGscNWFltrPkPacketFrag Counter64
  anueGscNWFltrPkPacketFragT DateAndTime
  anueGscNWFltrPkTdOutFrag Counter64
  anueGscNWFltrPkTdOutFragT DateAndTime
  anueGscNWFltrTotFrag Counter64
  anueGscNWFltrTotRxCountFrag Counter64
  anueGscNWFltrTotTdOutFrag Counter64
  anueGscNWFltrAvgCompFragPkts Counter64
  anueGscNWFltrAvgCompFragPktsPerc Counter64
  anueGscNWFltrAvgIncomFragPkts Counter64
  anueGscNWFltrCurCompFragPkts Counter64
  anueGscNWFltrCurCompFragPktsPerc Counter64
  anueGscNWFltrCurIncomFragPkts Counter64
  anueGscNWFltrPkCompFragPkts Counter64
  anueGscNWFltrPkCompFragPktsT DateAndTime
  anueGscNWFltrPkCompFragPktsPerc Counter64
  anueGscNWFltrPkCompFragPktsPercT DateAndTime
  anueGscNWFltrPkIncomFragPkts Counter64
  anueGscNWFltrPkIncomFragPktsT DateAndTime
  anueGscNWFltrPkTotCompFragPkts Counter64
  anueGscNWFltrAvgActiveUsers Counter64
  anueGscNWFltrCurActiveUsers Counter64
  anueGscNWFltrPkActiveUsers Counter64
  anueGscNWFltrPkActiveUsersT DateAndTime
  anueGscNWFltrAvgExcSess Counter64
  anueGscNWFltrCurExcSess Counter64
  anueGscNWFltrPkExcSess Counter64
  anueGscNWFltrPkExcSessT DateAndTime
  anueGscNWFltrTotExcSess Counter64
  anueGscNWFltrTotGtpV0CrSess Counter64
  anueGscNWFltrTotGtpV1CrSess Counter64
  anueGscNWFltrTotGtpV2CrSess Counter64
  anueGscNWFltrTotGtpTotCrSess Counter64
  anueGscNWFltrAvgGtpV0CrSess Counter64
  anueGscNWFltrAvgGtpV1CrSess Counter64
  anueGscNWFltrAvgGtpV2CrSess Counter64
  anueGscNWFltrAvgGtpTotCrSess Counter64
  anueGscNWFltrCurGtpV0CrSess Counter64
  anueGscNWFltrCurGtpV1CrSess Counter64
  anueGscNWFltrCurGtpV2CrSess Counter64
  anueGscNWFltrCurGtpTotCrSess Counter64
  anueGscNWFltrPkGtpV0CrSess Counter64
  anueGscNWFltrPkGtpV1CrSess Counter64
  anueGscNWFltrPkGtpV2CrSess Counter64
  anueGscNWFltrPkGtpTotCrSess Counter64
  anueGscNWFltrPkGtpV0CrSessT DateAndTime
  anueGscNWFltrPkGtpV1CrSessT DateAndTime
  anueGscNWFltrPkGtpV2CrSessT DateAndTime
  anueGscNWFltrPkGtpTotCrSessT DateAndTime
  anueGscNWFltrTotGtpV0DelSess Counter64
  anueGscNWFltrTotGtpV1DelSess Counter64
  anueGscNWFltrTotGtpV2DelSess Counter64
  anueGscNWFltrTotGtpTotDelSess Counter64
  anueGscNWFltrAvgGtpV0DelSess Counter64
  anueGscNWFltrAvgGtpV1DelSess Counter64
  anueGscNWFltrAvgGtpV2DelSess Counter64
  anueGscNWFltrAvgGtpTotDelSess Counter64
  anueGscNWFltrCurGtpV0DelSess Counter64
  anueGscNWFltrCurGtpV1DelSess Counter64
  anueGscNWFltrCurGtpV2DelSess Counter64
  anueGscNWFltrCurGtpTotDelSess Counter64
  anueGscNWFltrPkGtpV0DelSess Counter64
  anueGscNWFltrPkGtpV1DelSess Counter64
  anueGscNWFltrPkGtpV2DelSess Counter64
  anueGscNWFltrPkGtpTotDelSess Counter64
  anueGscNWFltrPkGtpV0DelSessT DateAndTime
  anueGscNWFltrPkGtpV1DelSessT DateAndTime
  anueGscNWFltrPkGtpV2DelSessT DateAndTime
  anueGscNWFltrPkGtpTotDelSessT DateAndTime
  anueGscNWFltrAvgGtpV0Bearers Counter64
  anueGscNWFltrAvgGtpV1Bearers Counter64
  anueGscNWFltrAvgGtpV2Bearers Counter64
  anueGscNWFltrAvgGtpTotBearers Counter64
  anueGscNWFltrCurGtpV0Bearers Counter64
  anueGscNWFltrCurGtpV1Bearers Counter64
  anueGscNWFltrCurGtpV2Bearers Counter64
  anueGscNWFltrCurGtpTotBearers Counter64
  anueGscNWFltrPkGtpV0Bearers Counter64
  anueGscNWFltrPkGtpV1Bearers Counter64
  anueGscNWFltrPkGtpV2Bearers Counter64
  anueGscNWFltrPkGtpTotBearers Counter64
  anueGscNWFltrPkGtpV0BearersT DateAndTime
  anueGscNWFltrPkGtpV1BearersT DateAndTime
  anueGscNWFltrPkGtpV2BearersT DateAndTime
  anueGscNWFltrPkGtpTotBearersT DateAndTime
  anueGscNWFltrAvgGtpV0Pkts Counter64
  anueGscNWFltrAvgGtpV1Pkts Counter64
  anueGscNWFltrAvgGtpV2Pkts Counter64
  anueGscNWFltrAvgGtpTotPkts Counter64
  anueGscNWFltrCurGtpV0Pkts Counter64
  anueGscNWFltrCurGtpV1Pkts Counter64
  anueGscNWFltrCurGtpV2Pkts Counter64
  anueGscNWFltrCurGtpTotPkts Counter64
  anueGscNWFltrTotGtpV1Pkts Counter64
  anueGscNWFltrTotGtpV0Pkts Counter64
  anueGscNWFltrTotGtpV2Pkts Counter64
  anueGscNWFltrTotGtpTotPkts Counter64
  anueGscNWFltrPkGtpV0Pkts Counter64
  anueGscNWFltrPkGtpV1Pkts Counter64
  anueGscNWFltrPkGtpV2Pkts Counter64
  anueGscNWFltrPkGtpTotPkts Counter64
  anueGscNWFltrPkGtpV0PktsT DateAndTime
  anueGscNWFltrPkGtpV1PktsT DateAndTime
  anueGscNWFltrPkGtpV2PktsT DateAndTime
  anueGscNWFltrPkGtpTotPktsT DateAndTime
  anueGscNWFltrTotGtpV0ToutSess Counter64
  anueGscNWFltrTotGtpV1ToutSess Counter64
  anueGscNWFltrTotGtpV2ToutSess Counter64
  anueGscNWFltrTotGtpTotToutSess Counter64
  anueGscNWFltrAvgGtpV0ToutSess Counter64
  anueGscNWFltrAvgGtpV1ToutSess Counter64
  anueGscNWFltrAvgGtpV2ToutSess Counter64
  anueGscNWFltrAvgGtpTotToutSess Counter64
  anueGscNWFltrCurGtpV0ToutSess Counter64
  anueGscNWFltrCurGtpV1ToutSess Counter64
  anueGscNWFltrCurGtpV2ToutSess Counter64
  anueGscNWFltrCurGtpTotToutSess Counter64
  anueGscNWFltrPkGtpV0ToutSess Counter64
  anueGscNWFltrPkGtpV1ToutSess Counter64
  anueGscNWFltrPkGtpV2ToutSess Counter64
  anueGscNWFltrPkGtpTotToutSess Counter64
  anueGscNWFltrPkGtpV0ToutSessT DateAndTime
  anueGscNWFltrPkGtpV1ToutSessT DateAndTime
  anueGscNWFltrPkGtpV2ToutSessT DateAndTime
  anueGscNWFltrPkGtpTotToutSessT DateAndTime
  anueGscNWFltrAvgGtpCPkts Counter64
  anueGscNWFltrAvgGtpUPkts Counter64
  anueGscNWFltrAvgDiameterPkts Counter64
  anueGscNWFltrAvgDnsPkts Counter64
  anueGscNWFltrAvgRadiusPkts Counter64
  anueGscNWFltrAvgNonGtpPkts Counter64
  anueGscNWFltrCurGtpCPkts Counter64
  anueGscNWFltrCurGtpUPkts Counter64
  anueGscNWFltrCurDiameterPkts Counter64
  anueGscNWFltrCurDnsPkts Counter64
  anueGscNWFltrCurRadiusPkts Counter64
  anueGscNWFltrCurNonGtpPkts Counter64
  anueGscNWFltrPkGtpCPkts Counter64
  anueGscNWFltrPkGtpUPkts Counter64
  anueGscNWFltrPkDiameterPkts Counter64
  anueGscNWFltrPkDnsPkts Counter64
  anueGscNWFltrPkRadiusPkts Counter64
  anueGscNWFltrPkNonGtpPkts Counter64
  anueGscNWFltrPkGtpCPktsT DateAndTime
  anueGscNWFltrPkGtpUPktsT DateAndTime
  anueGscNWFltrPkDiameterPktsT DateAndTime
  anueGscNWFltrPkDnsPktsT DateAndTime
  anueGscNWFltrPkRadiusPktsT DateAndTime
  anueGscNWFltrPkNonGtpPktsT DateAndTime
  anueGscNWFltrTotGtpCPkts Counter64
  anueGscNWFltrTotGtpUPkts Counter64
  anueGscNWFltrTotDiameterPkts Counter64
  anueGscNWFltrTotDnsPkts Counter64
  anueGscNWFltrTotRadiusPkts Counter64
  anueGscNWFltrTotNonGtpPkts Counter64
  anueGscNWFltrTotGscDropPkts Counter64
  anueGscNWFltrCurGscSessLoad CounterBasedGauge64
  anueGscNWFltrAvgGscSessLoad CounterBasedGauge64
  anueGscNWFltrPeakGscSessLoad CounterBasedGauge64
  anueGscNWFltrPeakGscSessLoadT DateAndTime
  anueGscNWFltrCurNetwElemLoad CounterBasedGauge64
  anueGscNWFltrPeakNetwElemLoad CounterBasedGauge64
  anueGscNWFltrPeakNetwElemLoadT DateAndTime
  anueGscNWFltrCurReqRespLoad CounterBasedGauge64
  anueGscNWFltrPeakReqRespLoad CounterBasedGauge64
  anueGscNWFltrPeakReqRespLoadT DateAndTime
  anueGscNWFltrCurFragLoad CounterBasedGauge64
  anueGscNWFltrPeakFragLoad CounterBasedGauge64
  anueGscNWFltrPeakFragLoadT DateAndTime
  anueGscNWFltrAvgGscUnassignedSess Counter64
  anueGscNWFltrCurGscUnassignedSess Counter64
  anueGscNWFltrPkGscUnassignedSess Counter64
  anueGscNWFltrPkGscUnassignedSessT DateAndTime
  anueGscNWFltrTotGscUnassignedSess Counter64
  anueGscNWFltrAvgUnprocReq Counter64
  anueGscNWFltrCurUnprocReq Counter64
  anueGscNWFltrPkUnprocReq Counter64
  anueGscNWFltrPkUnprocReqT DateAndTime
  anueGscNWFltrTotUnprocReq Counter64
  anueGscNWFltrAvgTdOutReq Counter64
  anueGscNWFltrCurTdOutReq Counter64
  anueGscNWFltrPkTdOutReq Counter64
  anueGscNWFltrPkTdOutReqT DateAndTime
  anueGscNWFltrTotTdOutReq Counter64
  anueGscNWFltrAvgUnmatchedResp Counter64
  anueGscNWFltrCurUnmatchedResp Counter64
  anueGscNWFltrPkUnmatchedResp Counter64
  anueGscNWFltrPkUnmatchedRespT DateAndTime
  anueGscNWFltrTotUnmatchedResp Counter64
  anueGscNWFltrOverloadErrCode Counter64
  anueGscNWFltrOverloadT DateAndTime

AnueNtoStageGscToolFilterEntry  
SEQUENCE    
  anueNtoStageGscToolFilterType AnueFilterTypeDT
  anueNtoStageGscToolFilterNumber Integer32
  anueNtoStageGscToolFilterFeature AnueStageType
  anueGscTFltrCurGtpV0ActSess Counter64
  anueGscTFltrCurGtpV1ActSess Counter64
  anueGscTFltrCurGtpV2ActSess Counter64
  anueGscTFltrCurGtpTotActSess Counter64
  anueGscTFltrAvgGtpV0ActSess Counter64
  anueGscTFltrAvgGtpV1ActSess Counter64
  anueGscTFltrAvgGtpV2ActSess Counter64
  anueGscTFltrAvgGtpTotActSess Counter64
  anueGscTFltrPeakGtpV0ActSess Counter64
  anueGscTFltrPeakGtpV1ActSess Counter64
  anueGscTFltrPeakGtpV2ActSess Counter64
  anueGscTFltrPeakGtpTotActSess Counter64
  anueGscTFltrPeakGtpV0ActSessT DateAndTime
  anueGscTFltrPeakGtpV1ActSessT DateAndTime
  anueGscTFltrPeakGtpV2ActSessT DateAndTime
  anueGscTFltrPeakGtpTotActSessT DateAndTime
  anueGscTFltrAvgGtpCPkts Counter64
  anueGscTFltrAvgGtpUPkts Counter64
  anueGscTFltrAvgDiameterPkts Counter64
  anueGscTFltrAvgDnsPkts Counter64
  anueGscTFltrAvgRadiusPkts Counter64
  anueGscTFltrPeakGtpCPkts Counter64
  anueGscTFltrPeakGtpUPkts Counter64
  anueGscTFltrPeakDiameterPkts Counter64
  anueGscTFltrPeakDnsPkts Counter64
  anueGscTFltrPeakRadiusPkts Counter64
  anueGscTFltrPeakGtpCPktsT DateAndTime
  anueGscTFltrPeakGtpUPktsT DateAndTime
  anueGscTFltrPeakDiameterPktsT DateAndTime
  anueGscTFltrPeakDnsPktsT DateAndTime
  anueGscTFltrPeakRadiusPktsT DateAndTime
  anueGscTFltrTotGtpCPkts Counter64
  anueGscTFltrTotGtpUPkts Counter64
  anueGscTFltrTotDiameterPkts Counter64
  anueGscTFltrTotDnsPkts Counter64
  anueGscTFltrTotRadiusPkts Counter64
  anueGscTFltrCurGtpCPkts Counter64
  anueGscTFltrCurGtpUPkts Counter64
  anueGscTFltrCurDiameterPkts Counter64
  anueGscTFltrCurDnsPkts Counter64
  anueGscTFltrCurRadiusPkts Counter64

AnueNtoCaptureEntry  
SEQUENCE    
  anueCaptureNumber Integer32
  anueCaptureDefaultName DisplayString
  anueCaptureName DisplayString
  anueCaptureDesc DisplayString
  anueCaptureStatus INTEGER
  anueCaptureBufferSize INTEGER
  anueCaptureBufferType INTEGER
  anueCaptureTriggerMode INTEGER
  anueCaptureTriggerPosition INTEGER
  anueCaptureFillBufferToTrigger TruthValue
  anueCaptureEnableTrailerStripping INTEGER
  anueCaptureTriggerCriteria DisplayString
  anueCaptureConnection OBJECT IDENTIFIER

AnueNtoCaptureStatsEntry  
SEQUENCE    
  anueCaptureTransBytesTotal Counter64
  anueCaptureTransBytesCur Counter64
  anueCaptureTransBytesAvg Counter64
  anueCaptureTransBytesPeak Counter64
  anueCaptureTransBytesPeakTime DateAndTime
  anueCaptureTransBytesTimeSincePeak Counter64
  anueCaptureTransPktsTotal Counter64
  anueCaptureTransPktsCur Counter64
  anueCaptureTransPktsAvg Counter64
  anueCaptureTransPktsPeak Counter64
  anueCaptureTransPktsPeakTime DateAndTime
  anueCaptureTransPktsTimeSincePeak Counter64
  anueCaptureDropPktsTotal Counter64
  anueCaptureDropPktsCur Counter64
  anueCaptureDropPktsAvg Counter64
  anueCaptureDropPktsPeak Counter64
  anueCaptureDropPktsPeakTime DateAndTime
  anueCaptureDropPktsTimeSincePeak Counter64
  anueCaptureBufferUtilizationPerc Counter64
  anueCaptureTimeSinceReset Counter64
  anueCaptureResetById DisplayString

AnueNtoResourceEntry  
SEQUENCE    
  anueResourceFilterType AnueFilterTypeDT
  anueResourceNumber Integer32
  anueResourceDefaultName DisplayString
  anueResourceName DisplayString
  anueResourceDesc DisplayString
  anueResourceStatus INTEGER

AnueGscPortProbeEntry  
SEQUENCE    
  anueGscPortIfIndex InterfaceIndex
  anueGscPortProbeId Integer32

AnueGscProbeEntry  
SEQUENCE    
  anueGscProbeId Integer32
  anueGscProbePgIfIndex InterfaceIndex
  anueGscProbeName DisplayString
  anueGscProbeIp InetAddress
  anueGscProbeIsActive TruthValue
  anueGscProbeIsRedundant TruthValue
  anueGscProbeLastRxHeartbeatTime DateAndTime
  anueGscProbeLastRxFailMsgTime DateAndTime
  anueGscProbeFailoverId Integer32

Defined Values

anueMIB 1.3.6.1.4.1.32620
This Anue proprietary MIB provides access to Network Tool Optimizer (NTO) configuration and statistics which cannot be modeled in a straight forward manner using standard MIBs. The objects in this MIB include filter configuration, history, connections, and statistics. The Anue proprietary MIB also includes extended interface information and authentication objects/traps. All statistics are provided in both High Capacity (HC) 64-bit tables and in 32-bit tables to accommodate backward compatibility with SNMPv1.
MODULE-IDENTITY    

anueObjects 1.3.6.1.4.1.32620.1
OBJECT IDENTIFIER    

anueNtoObjects 1.3.6.1.4.1.32620.1.1
OBJECT IDENTIFIER    

anueNtoSystem 1.3.6.1.4.1.32620.1.1.1
OBJECT IDENTIFIER    

anueNtoLastSnmpAuthnFailure 1.3.6.1.4.1.32620.1.1.1.1
OBJECT IDENTIFIER    

anueSnmpAuthnFailureTime 1.3.6.1.4.1.32620.1.1.1.1.1
The time of the most recent failed SNMP request. If there is no failed SNMP query since system initialization, this object is null.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueSnmpAuthnFailureUsername 1.3.6.1.4.1.32620.1.1.1.1.2
The variable contains the username (SNMPV3) or communityString (SNMPV2 or SNMPV1) used by the last failed SNMP request. If there is no failed SNMP query since system initialization, this object is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueSnmpAuthnFailureSrcIpType 1.3.6.1.4.1.32620.1.1.1.1.3
The variable contains the source ip address type (ipv4 or ipv6) of the last failed SNMP request. The data type is defined in INET-ADDRESS-MIB (RFC 4001). If there is no failed SNMP query since the system initialization, this object is unknown(0).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

anueSnmpAuthnFailureSrcIp 1.3.6.1.4.1.32620.1.1.1.1.4
The variable contains the source ip address of the last failed SNMP request. The data type is defined in INET-ADDRESS-MIB (RFC 4001). If there is no failed SNMP query since the system initialization, this object is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

anueSnmpAuthnFailureSecModel 1.3.6.1.4.1.32620.1.1.1.1.5
The SNMP security model as received in the last improperly authenticated SNMP message. If there is no failed SNMP query since the system initialization, this object is any(0).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpSecurityModel  

anueNtoLastClientLoginFailure 1.3.6.1.4.1.32620.1.1.1.2
OBJECT IDENTIFIER    

anueClientLoginFailureTime 1.3.6.1.4.1.32620.1.1.1.2.1
The time of the most recent failed client login. If there is no failed client login since system initialization, this object is null.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueClientLoginFailureId 1.3.6.1.4.1.32620.1.1.1.2.2
The variable contains the user name of the last failed client login. If there is no failed client login since system initialization, this object is null.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueClientLoginFailureSrcIpType 1.3.6.1.4.1.32620.1.1.1.2.3
The variable contains the source ip address type (ipv4 or ipv6) of the last failed client login. The data type is defined in INET-ADDRESS-MIB (RFC 4001). If there is no failed client login since system initialization, this object is unknown(0).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

anueClientLoginFailureSrcIp 1.3.6.1.4.1.32620.1.1.1.2.4
The variable contains the source ip address of the last failed client login. The data type is defined in INET-ADDRESS-MIB (RFC 4001). If there is no failed client login since system initialization, this object is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

anueClientLoginFailureReason 1.3.6.1.4.1.32620.1.1.1.2.5
The variable explains the reason for the last failed client login. If there is no failed client login since system initialization, this object is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueSnmpAuthnFailureTrapEnable 1.3.6.1.4.1.32620.1.1.1.3
NTO supports a global setting to enable/disable SNMP trap generation and also allows individual trap types to be enabled/disabled on a per trap recipient basis. Both settings must be enabled to permit a trap to be generated to a recipient. This MIB object contains the global setting of whether the SNMP agent is permitted to generate the Anue enhanced version of SNMP authentication failure notification. This object is enabled when an Anue client has SNMP trap generation globally enabled. The VACM MIB contains whether the Anue enhanced SNMP authentication failure notification has been enabled for a particular trap recipient. Note that each trap recipient may be configured via an Anue client to receive either the RFC 3418 authenticationFailure notification or the enhanced anueSnmpAuthenticationFailure notification.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueClientLoginFailureTrapEnable 1.3.6.1.4.1.32620.1.1.1.4
NTO supports a global setting to enable/disable SNMP trap generation and also allows individual trap types to be enabled/disabled on a per trap recipient basis. Both settings must be enabled to permit a trap to be generated to a recipient. This MIB object contains the global setting of whether the SNMP agent is permitted to generate a client login failure notification. This object is enabled when an Anue client has SNMP trap generation globally enabled. The VACM MIB contains whether the Anue client login failure notification has been enabled for a particular trap recipient.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueLoginBanner 1.3.6.1.4.1.32620.1.1.1.5
The text displayed when the user logs into the NTO.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueTimestampingTimeSource 1.3.6.1.4.1.32620.1.1.1.6
Specifies the type of time source used by the timestamping afm feature.
Status: current Access: read-only
OBJECT-TYPE    
  AnueTimeSourceType  

anueTimestampingStatus 1.3.6.1.4.1.32620.1.1.1.7
Displays the status of the timestamping feature. Can have one of the following values : Not available - if there are no AFM cards present Not in use - AFM card present but timestamping is not enabled on any port NTP (status) - where status describes the current state of the connection with the NTP Server Using NTP time - currently using NTP timesource GPS (status) - where status describes the current state of the GPS module Using GPS time - currently using GPS timesource Using Local time - currently using the local system time.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoCustomFilterSetConfig 1.3.6.1.4.1.32620.1.1.1.8
OBJECT IDENTIFIER    

anueCustomFieldSetEnableState 1.3.6.1.4.1.32620.1.1.1.8.1
The enabled state of the two field sets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bothFieldSetsDisabled(1), fieldSet1Enabled(2), bothFieldSetsEnabledDiffFilters(3), bothFieldSetsEnabledSameFilters(4), notAvailable(5)  

anueCustomFieldSetsTable 1.3.6.1.4.1.32620.1.1.1.8.2
Contains all the custom field sets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueCustomFieldSetsEntry

anueCustomFieldSetsEntry 1.3.6.1.4.1.32620.1.1.1.8.2.1
An address mapping for a particular custom field.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueCustomFieldSetsEntry  

anueFieldSetId 1.3.6.1.4.1.32620.1.1.1.8.2.1.1
Indicates the id of the custom field set.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueFieldSetAvailOuterHdrFlds 1.3.6.1.4.1.32620.1.1.1.8.2.1.2
Available outer header fields.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFieldSetIsAdditOuterHdrs 1.3.6.1.4.1.32620.1.1.1.8.2.1.3
Provide additional outer header fields capacity.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueCustomFieldsTable 1.3.6.1.4.1.32620.1.1.1.8.3
Contains all the custom fields defined on this custom field set.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueCustomFieldsEntry

anueCustomFieldsEntry 1.3.6.1.4.1.32620.1.1.1.8.3.1
An address mapping for a particular custom field.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueCustomFieldsEntry  

anueCustomFieldId 1.3.6.1.4.1.32620.1.1.1.8.3.1.1
Indicates the id of the custom field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueCustomFieldPktType 1.3.6.1.4.1.32620.1.1.1.8.3.1.2
Packet Type
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER raw(1), gtpU(2), gtpC(3), mpls(4)  

anueCustomFieldSize 1.3.6.1.4.1.32620.1.1.1.8.3.1.3
Indicates the size of the custom field in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

anueCustomFieldName 1.3.6.1.4.1.32620.1.1.1.8.3.1.4
Indicates the name of the custom field.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueCustomFieldSpecificAttrList 1.3.6.1.4.1.32620.1.1.1.8.3.1.5
Contains a comma separated list of key value pairs which represent attributes of specific packet types (MPLS, GTP_U, GTP_C and RAW).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueCustomFieldConfirmFldsList 1.3.6.1.4.1.32620.1.1.1.8.3.1.6
Contains a comma separated list of this field's confirmation fields in the format confirmation_field_type (size).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoIfExt 1.3.6.1.4.1.32620.1.1.2
OBJECT IDENTIFIER    

anueNtoIfExtTable 1.3.6.1.4.1.32620.1.1.2.1
A list of interface entries which extend the rows in ifTable. This table contains physical interfaces, whether the port is present or not. It also contains logical port groups and management ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoIfExtEntry

anueNtoIfExtEntry 1.3.6.1.4.1.32620.1.1.2.1.1
An entry containing additional management information about an interface on Anue NTO devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoIfExtEntry  

anueIfIsLicensed 1.3.6.1.4.1.32620.1.1.2.1.1.2
Indicates whether the physical interface is licensed or not. This object has a value of true (1) if a interface is licensed. The value is false (2) if the interface is not licensed. This object value is always true(1) for management ports and port groups
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueIfLicensedMaxSpeed 1.3.6.1.4.1.32620.1.1.2.1.1.3
The licensed maximum line rate for this port. For port groups, this is the sum of licensed maximum line rates of its member ports. Line rate is specified in units of 1,000,000 bits per second. The object value is 0 if the interface is not licensed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueIfMode 1.3.6.1.4.1.32620.1.1.2.1.1.4
The interface mode identifies whether a port or port group is configured to be a network, tool, or bidirectional interface. Ports that are members of a port group inherit the interface mode of their parent port group. Management ports have interface mode bidirectional. The object value is anueIfModeUnknown if the interface is not licensed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueIfModeUnknown(1), anueIfModeNetwork(2), anueIfModeTool(3), anueIfModeBidirectional(4), anueIfModeSimplex(5), anueIfModeLoopback(6)  

anueIfDesc 1.3.6.1.4.1.32620.1.1.2.1.1.5
The interface description contains a system generated interface description prepended to the user entered textual description for ports and port groups. The system generated description identifies whether the port is a Network port, Tool port, Bidirectional port, or Management port. It also includes the port/port group's default name as described in anueFilterDefaultName. The object value for ports that are not physically present is 'Port # -- pluggable module is not present'. The object value for ports that are not licensed is 'Port # -- not licensed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueIfOnAfm 1.3.6.1.4.1.32620.1.1.2.1.1.6
Indicates whether or not the port or port group physically resides on an Advanced Feature Module (AFM).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueIfAdvCapabilities 1.3.6.1.4.1.32620.1.1.2.1.1.7
Identifies the packet processing features available on this port or port group, either in the standard filtering hardware or on an AFM. This object reflects the capabilities present in the hardware itself, independent of how that hardware is currently configured. If no packet processing features are available, this object will return an octet string with all bit enumerations set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueNtoFilter 1.3.6.1.4.1.32620.1.1.3
OBJECT IDENTIFIER    

anueFilterCollectionPeriod 1.3.6.1.4.1.32620.1.1.3.1
The interval in seconds over which the filter statistics data is collected. This is the actual statistics sampling period. On the 5200 platform users can change the collection period. On the 7300 platform users can not change the collection period. The value (1 second) is defined within the NTO application. The statistics data in anueNtoFilterStatsCntRstTable, anueNtoFilterStatsCurTable, anueNtoFilterStatsPeakTable, anueNtoFilterStatsAvgTable, anueNtoFilterStatsCntRstHCTable, anueNtoFilterStatsCurHCTable, anueNtoFilterStatsPeakHCTable, and anueNtoFilterStatsAvgHCTable are all collected within the period of time defined in this object.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoFilterDefTable 1.3.6.1.4.1.32620.1.1.3.2
The NTO filter definition table contains filter configuration properties. NTO supports three types of filters: Network Port Filter, Dynamic Filter, and Tool Port filter. Network Port and Tool Port filters can either be associated with a physical interface or a logical port group. Logical port group filters contain 0 to 8 physical interfaces. The port group filter and each of its contained physical interfaces are considered to be port filters. The contained port filters inherit the filter type, mode, criteria, and connections from their parent port group. Unlicensed physical ports do not have port filter objects so they don't have rows in the filter tables. Every licensed physical port has a port filter object configured in one of the valid filter modes: Pass All, Deny All, Pass by Criteria, or Deny by Criteria. Dynamic filters and Logical port group filter objects are created, configured, and deleted by the user using one of the client interfaces (NTO Control Panel or scripting interface). Filter creation, modification of filter properties, and filter deletion are reflected in anueNtoFilterDefTable. Several filter statistics tables and a filter history table extend (logically augment) anueNtoFilterDefTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterDefEntry

anueNtoFilterDefEntry 1.3.6.1.4.1.32620.1.1.3.2.1
Each filter is represented by a row in the anueNtoFilterDefTable and a row in each of the filter history and filter statistics tables that logically augment that table. Unlicensed ports are not filters so they are not represented by rows in the filter tables. Dynamic filters and standalone port filters are each represented by a single row in the filter tables. A network or tool port group containing n port members is represented by n+1 rows in the filter tables. A bidirectional port has two filter definition rows. One row models its role as a network port and another models its role as a tool port. A bidirectional port group containing n port members is represented by 2*(n+1) rows in the filter tables.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterDefEntry  

anueFilterType 1.3.6.1.4.1.32620.1.1.3.2.1.1
Filter type indicates whether the row is modeling a physical network port, a physical tool port, a dynamic filter, a logical network port group, or a logical tool port group. The combination of filter type and filter number allows users to uniquely locate a filter definition row. These two values form the table key used by the filter tables.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueFilterNumber 1.3.6.1.4.1.32620.1.1.3.2.1.2
Filter number is a number which identifies a dynamic filter, port filter, or a port group filter. The combination of filter type and filter number allows users to uniquely locate a filter definition row. These two values form the table key used by the filter tables. A dynamic filter 'number' is the numeric portion of its anueFilterDefaultName. For example, the 'filter number' for F15 is 15. The 'filter number' for a port or a port group corresponds to the port ifIndex in the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueFilterDefaultName 1.3.6.1.4.1.32620.1.1.3.2.1.3
Filter default name is the system assigned name for a filter entry. These names are displayed in various locations in the NTO Control Panel, including in bold letters on the diagram view. The default name for dynamic filters is assigned by the system when the filter is created. A dynamic filter's default name begins with the letter 'F' followed by the first unused number starting with 1. The first dynamic filter created in the system is F1, followed by F2. If F1 is deleted the next dynamic filter that is created will have default name F1. The default name for port filters is platform dependent. All licensed ports are assigned a default name which corresponds to the default port name displayed in the NTO Control Panel. Port filters which are members of bidirectional port groups will have two filter rows with the same default name - one for the network port filter and one for the tool port filter. For port filters, the value of anueFilterDefaultName maps to the ifMIB ifXTable ifName field. The default name for port group filters is assigned by the system when the port group is created. A Port group's default name begins with the letters 'PG' followed by the first unused number starting with 1. The first port group created in the system is PG1, followed by PG2. If PG1 is deleted the next port group that is created will have default name PG1. Port group filters which are configured as bidirectional will have two filter rows with the same default name - one for the network port group filter and one for the tool port group filter. For port group filters, the value of anueFilterDefaultName maps to the ifMIB ifXTable ifName field.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterName 1.3.6.1.4.1.32620.1.1.3.2.1.4
Filter name is the user entered dynamic filter name, port name, or port group name. The filter name defaults to anueFilterDefaultName if the user hasn't entered the name. The filter name reverts to anueFilterDefaultName if the name is deleted, which prevents the object value from being an empty string (Null).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterDesc 1.3.6.1.4.1.32620.1.1.3.2.1.5
This is the user entered dynamic filter description. The object value is an empty string (Null) if there is no user entered description. The value is an empty string for network and tool port filters, and for network and tool port group filters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterIfIndex 1.3.6.1.4.1.32620.1.1.3.2.1.6
This field identifies the ifIndex that corresponds to this filter row. The ifIndex is the interface row in ifTable for network and tool port filters, and for network and tool port group filters. ifIndex is set to a meaningless value 0 for a dynamic filter. Associating the ifIndex with each filter allows SNMP management applications to easily navigate from Anue port filter tables to the corresponding port information in standard MIBs
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

anueFilterIsTwoStage 1.3.6.1.4.1.32620.1.1.3.2.1.7
This field identifies whether a dynamic filter is configured to be a One Stage or a Two Stage filter. By default, dynamic filters are two stage. This field is always set to anueFilterNA (not applicable) for network/tool port filters, and for network/tool port group filters.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueFilterIsOneStage(1), anueFilterIsTwoStage(2), anueFilterNA(3)  

anueFilterMode 1.3.6.1.4.1.32620.1.1.3.2.1.8
Filter mode identifies whether the filter is configured to Pass All traffic, Pass by Criteria, Deny All traffic, or Deny by Criteria. Pass by Criteria filters allow traffic to pass if it matches the defined criteria. Deny by Criteria filters deny traffic from passing if it matches the defined criteria. All filter types support Pass All and Deny All modes. Network port (group) filters support Pass by Criteria and Deny by Criteria. Dynamic filters support Pass by Criteria. Tool port (group) filters support Deny by Criteria.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueFilterModePassAll(1), anueFilterModePassByCriteria(2), anueFilterModeDenyAll(3), anueFilterModeDenyByCriteria(4), anueFilterModePassByCriteriaUnmatched(5), anueFilterModeDenyByCriteriaMatched(6)  

anueFilterCriteria 1.3.6.1.4.1.32620.1.1.3.2.1.9
A textual representation of the filter criteria configured for the filter. This text string summarizes the filter criteria/values and includes boolean AND and OR operators when multiple criteria are configured. The text string uses the same format as the scripting 'show filter f1 -prop criteria' or 'prop-get filter f1 criteria' commands. The anueFilterCriteria is a zero length string if the filter mode is PassAll or DenyAll. The maximum string length is 255. If the string displayed on the Control Panel is longer than 255, this object only stores the first 255 characters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterTag 1.3.6.1.4.1.32620.1.1.3.2.1.10
Filter tag is a free form text field that users may optionally configure for each filter. A user can configure one or more keywords using comma, space, or colon as separators. A management system can use keywords for search and sort operations, and for aggregating MIB values.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterAfmEnabled 1.3.6.1.4.1.32620.1.1.3.2.1.11
Indicates whether or not any AFM features are enabled on this filter. On bi-directional AFM ports, this object can be true in only one direction. The possible values are: 1 - true 2 - false
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue 0  

anueFilterEnabledFeatures 1.3.6.1.4.1.32620.1.1.3.2.1.12
Identifies the pipeline stages that are present or enabled on this filter, either in the standard filtering hardware or on an AFM. Detailed statistics for each enabled stage are contained in separate stage tables. The numerical values of these enumerations do not imply an operational order. If no pipeline stages are present or enabled, this object will return an octet string with all bit enumerations set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueFilterCustomFieldSets 1.3.6.1.4.1.32620.1.1.3.2.1.13
A comma separated string of custom field set ids. Indicates whether a custom offset field criteria is used and if so, from which field set(s).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoFilterConnTable 1.3.6.1.4.1.32620.1.1.3.3
Filter connection table entries model the connection relationships between filters. This table can be used to derive the filter topology, and to traverse from connected filter to connected filter. The information in this table maps to the connections displayed on the NTO Control Panel diagram view. Each row in this table maps to a single connecting line in the diagram view.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterConnEntry

anueNtoFilterConnEntry 1.3.6.1.4.1.32620.1.1.3.3.1
Filter connection row entries model a single from/to connection between filters. The connection is either from a network filter to a dynamic filter, or from a dynamic filter to a tool filter. Multiple rows can be used to model 1:m, m:1, and m:m connection relationships between filters. For port group filter connections, there will be a row for each connection between the port group and a dynamic filter, and n rows for each connection between the n port members and the dynamic filter. Each row represents a connection relationship regardless of whether packets are passing through a filter. The connection relationship exists when ports are disabled and when filter mode is configured to Deny All.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterConnEntry  

anueFilterConnFromOid 1.3.6.1.4.1.32620.1.1.3.3.1.1
The value of this object is a reference to an anueFilterNumber entry in the anueNtoFilterDefTable.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

anueFilterConnToOid 1.3.6.1.4.1.32620.1.1.3.3.1.2
The value of this object is a reference to an anueFilterNumber entry in the anueNtoFilterDefTable.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

anueNtoFilterHistTable 1.3.6.1.4.1.32620.1.1.3.4
A table that models filter creation, modification, and statistics reset history.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterHistEntry

anueNtoFilterHistEntry 1.3.6.1.4.1.32620.1.1.3.4.1
An entry in the filter history table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterHistEntry  

anueFilterCreatedTime 1.3.6.1.4.1.32620.1.1.3.4.1.3
The entry creation date and time. For a dynamic filter or a port group, the value of this object can be earlier than the current NTO system start time since FilterCreatedTime is stored persistently. For a port filter, this field is always an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterCreatedBy 1.3.6.1.4.1.32620.1.1.3.4.1.4
The login id of a user who initially created the filter. For port filters, this field is always an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterCriteriaModTime 1.3.6.1.4.1.32620.1.1.3.4.1.5
The CriteriaModTime identifies the date and time of the last configuration event which significantly changed the behavior of this filter. This date and time is not displayed in the client NTO Control Panel. When a dynamic filter is created, it's CriteriaModTime and anueFilterCreatedTime are both set to the creation time. A port filter's CriteriaModTime will be an empty string until one of the filter configuration events listed below occurs. Events that cause CriteriaModTime to be updated: 1. Modify the filter mode; 2. Modify the filter criteria including type or values; 3. Modify the filter's port mode (for ports and port group) from network to tool, or visa versa; 4. Modify a dynamic filter from one-stage to two-stage, or visa versa; 5. Modify dynamic filter ordering; 6. Modify a 5204 dynamic filter to 'Count Matches In' packets or bytes. When any of the above events occur, all statistics are reset for this filter's row in anueNtoFilterStatsCntModHCTable and anueNtoFilterStatsCntModTable. The fields anueFilterCriteriaModTime, anueFilterCriteriaModTimestamp, anueFilterCriteriaModBy, anueFilterConfigModTimestamp, anueFilterConfigModBy, and anueFilterConfigModFields are updated. The fields anueFilterStatResetTime, anueFilterStatResetBy, anueFilterDropResetTime, and anueFilterDropResetBy are also updated since the filter configuration change triggers a statistics reset. The corresponding row in anueNtoFilterStatsCntRstHCTable and anueNtoFilterStatsCntRstTable are reset, as are all current, peak, and average statistics tables. When CriteriaModTime is updated previous statistics are no longer relevant for this filter since its behavior has been modified. Statistics aggregation and analysis should be restarted after CriteriaModTime is updated. CriteriaModTime is persistently stored in the object model. If one of the configuration events listed above has not occurred since the NTO system has been re-initialized, then the value of this object will pre-date the current system start time.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterCriteriaModTimeStamp 1.3.6.1.4.1.32620.1.1.3.4.1.6
This field is redundant to anueFilterCriteriaModTime, except it uses datatype TimeStamp. The field may be useful for SNMP management applications to programmatically aggregate filter statistics. This object contains a zero value if anueFilterCriteriaModTime pre-dates the current system start time. Otherwise, this object contains the sysUpTime when anueFilterCriteriaModTime was last updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

anueFilterCriteriaModBy 1.3.6.1.4.1.32620.1.1.3.4.1.7
The login id of a user who made the last configuration change that altered anueFilterCriteriaModTime for this filter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterConfigModTime 1.3.6.1.4.1.32620.1.1.3.4.1.8
The date and time that any filter setting was last modified. This includes any modification that occurs in the Client NTO Control Panel for the corresponding Edit Port, Edit Port Group, or Edit Filter property dialog. Modifying settings that do not affect filter behavior such as filter name and description cause the date and time to update.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterConfigModBy 1.3.6.1.4.1.32620.1.1.3.4.1.9
The login id of a user who made the last configuration change to any setting of this filter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterConfigModFields 1.3.6.1.4.1.32620.1.1.3.4.1.10
The field(s) of the filter that were modified in the last configuration change.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterStatsResetTime 1.3.6.1.4.1.32620.1.1.3.4.1.11
Various events can cause the Client NTO Control Panel to reset the statistics displayed for a filter. When a filter's statistics are reset, the corresponding row in anueNtoFilterStatsCntRstHCTable, anueNtoFilterStatsCurHCTable, anueNtoFilterStatsPeakHCTable, anueNtoFilterStatsAvgHCTable and the 32-bit version of these stats tables are all reset. The events that cause a filter's anueFilterCriteriaModTime to update will reset the above statistics tables, as well as the following events: 1. A user resets the filter's statistics; 2. A Port filter's media type is changed between copper and fiber, or between 1GSFP and 10GSFP+; 3. A Port/Port Group filter's enabled state (administrative state) is modified; 4. The system's filter memory allocation is modified; 5. A dynamic filter's statistics are reset when its connections change;
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterStatsResetBy 1.3.6.1.4.1.32620.1.1.3.4.1.12
The login id of a user who initiated the modification that caused the filter's statistics to last be reset.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueFilterDropResetTime 1.3.6.1.4.1.32620.1.1.3.4.1.13
The date and time that a tool port/port group filter's drop count was last reset. Note that stats reset also resets the tool port drop count. For network filters and dynamic filters, this field is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterDropResetBy 1.3.6.1.4.1.32620.1.1.3.4.1.14
The login id of a user who last reset the drop counts (or stats) for this filter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoFilterStatsCntModHCTable 1.3.6.1.4.1.32620.1.1.3.5
A table of statistics entries that model accumulated filter counts since anueFilterCriteriaModTime. The table values count filter statistics since the time the filter's data handling behavior was last modified. The values for a port group filter are the sum of accumulated counts of each port filter that is a member of the port group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsCntModHCEntry

anueNtoFilterStatsCntModHCEntry 1.3.6.1.4.1.32620.1.1.3.5.1
This entry extends anueNtoFilterDefEntry with accumulated 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsCntModHCEntry  

anueFilterCntModHCInOctets 1.3.6.1.4.1.32620.1.1.3.5.1.3
The total number of octets received by the filter since anueFilterCriteriaModTime. Tool filters return 0, since they do not support this value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntModHCOutOctets 1.3.6.1.4.1.32620.1.1.3.5.1.4
The total number of octets passed by the filter since anueFilterCriteriaModTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntModHCInPkts 1.3.6.1.4.1.32620.1.1.3.5.1.5
The total number of packets received by the filter since anueFilterCriteriaModTime
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntModHCOutPkts 1.3.6.1.4.1.32620.1.1.3.5.1.6
The total number of packets passed by the filter since anueFilterCriteriaModTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntModHCDropPkts 1.3.6.1.4.1.32620.1.1.3.5.1.7
The total number of packets dropped at a tool port filter since anueFilterCriteriaModTime. Drops may occur at a tool port when the rate of traffic directed to the tool port exceeds the port's line rate. Drops occur prior to the actual filtering that may be configured for the tool port. Drop counts are always 0 for network and dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntModHCDropTime 1.3.6.1.4.1.32620.1.1.3.5.1.8
The date and time of last drop event. If no packets have been dropped since anueFilterCriteriaModTime, this field is an empty string. For network filters and dynamic filters, this field is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoFilterStatsCntRstHCTable 1.3.6.1.4.1.32620.1.1.3.6
A table of statistics entries that model accumulated filter counts since anueFilterStatsResetTime. The table values map to the accumulated counts displayed in the NTO Control Panel's filter statistics windows. This table's values are reset by the same conditions that reset the Control Panel's statistics, as described in anueFilterStatsResetTime. The values for a port group filter are the sum of accumulated counts of each port filter that is a member of the port group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsCntRstHCEntry

anueNtoFilterStatsCntRstHCEntry 1.3.6.1.4.1.32620.1.1.3.6.1
This entry extends anueNtoFilterDefEntry with accumulated 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsCntRstHCEntry  

anueFilterCntRstHCInOctets 1.3.6.1.4.1.32620.1.1.3.6.1.3
The total number of octets received by the filter since anueFilterStatsResetTime. Tool filters return 0, since they do not support this value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntRstHCOutOctets 1.3.6.1.4.1.32620.1.1.3.6.1.4
The total number of octets passed by the filter since anueFilterStatsResetTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntRstHCInPkts 1.3.6.1.4.1.32620.1.1.3.6.1.5
The total number of packets received by the filter since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntRstHCOutPkts 1.3.6.1.4.1.32620.1.1.3.6.1.6
The total number of packets passed by the filter since anueFilterStatsResetTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntRstHCDropPkts 1.3.6.1.4.1.32620.1.1.3.6.1.7
The total number of packets dropped by a tool port filter since anueFilterStatsResetTime. Drops may occur at a tool port when the rate of traffic directed to the tool port exceeds the port's line rate. Drops occur prior to the actual filtering that may be configured for the tool port. Drop counts are always 0 for network and dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterCntRstHCDropTime 1.3.6.1.4.1.32620.1.1.3.6.1.8
The date and time of last drop event since anueFilterStatsResetTime. If no packets have been dropped since anueFilterStatsResetTime, this field is an empty string. For network filters and dynamic filters, this field is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoFilterStatsCurHCTable 1.3.6.1.4.1.32620.1.1.3.7
A table of statistics entries that model the filter counts collected in the current (most recent) sampling period. The table values map to the current counts displayed in the NTO Control Panel's filter statistics windows. The NTO statistics sampling period is stored in anueFilterCollectionPeriod. The values for a port group filter take the sum of the current counts of each port filter that is a member of the port group. Percentage values take into account the aggregate speed of the port group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsCurHCEntry

anueNtoFilterStatsCurHCEntry 1.3.6.1.4.1.32620.1.1.3.7.1
This entry extends anueNtoFilterDefEntry with 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsCurHCEntry  

anueFilterCurHCInOctets 1.3.6.1.4.1.32620.1.1.3.7.1.3
The number of octets received by the filter in the current (most recent) sampling period. Tool filters return 0, since they do not support this value. Note that the corresponding NTO Control Panel counts are displayed as bits/sec.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCOutOctets 1.3.6.1.4.1.32620.1.1.3.7.1.4
The number of octets passed by the filter in the current (most recent) sampling period. Note that the corresponding NTO Control Panel counts are displayed as bits/sec. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCRateOctets 1.3.6.1.4.1.32620.1.1.3.7.1.5
The percentage of received octets that passed this filter in the current (most recent) sampling period. This value is always 0 for tool filters. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0. Note that the corresponding NTO Control Panel counts are displayed as bits/sec.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCInPkts 1.3.6.1.4.1.32620.1.1.3.7.1.6
The number of packets received by the filter in the current (most recent) sampling period.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCOutPkts 1.3.6.1.4.1.32620.1.1.3.7.1.7
The number of packets passed by the filter in the current (most recent) sampling period. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCRatePkts 1.3.6.1.4.1.32620.1.1.3.7.1.8
The percentage of received packets that passed this filter in the current (most recent) sampling period. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCDropPkts 1.3.6.1.4.1.32620.1.1.3.7.1.9
The number of packets dropped by a tool port filter in the current (most recent) sampling period. Drops may occur at a tool port when the rate of traffic directed to the tool port exceeds the port's line rate. Drops occur prior to the actual filtering that may be configured for the tool port. Drop counts are always 0 for network and dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterCurHCUtil 1.3.6.1.4.1.32620.1.1.3.7.1.10
The percentage of port bandwidth utilized in the current (most recent) sampling period by network port filter receive (incoming) traffic, or tool port filter transmit traffic. For port groups the percentage is based on the aggregate link bandwidth. Utilization is always 0 for dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueNtoFilterStatsAvgHCTable 1.3.6.1.4.1.32620.1.1.3.8
A table of filter statistics entries that model the average of the counts collected in each sampling period since anueFilterStatsResetTime. The table values map to the average counts displayed in the NTO Control Panel's filter statistics windows. The NTO statistics sampling period is stored in anueFilterCollectionPeriod. The values for a port group filter average the sum of counts collected by each port filter that is a member of the port group. Percentage values take into account the aggregate speed of the port group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsAvgHCEntry

anueNtoFilterStatsAvgHCEntry 1.3.6.1.4.1.32620.1.1.3.8.1
This entry extends anueNtoFilterDefEntry with 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsAvgHCEntry  

anueFilterAvgHCInOctets 1.3.6.1.4.1.32620.1.1.3.8.1.3
The average number of octets received by the filter in each sampling period since anueFilterStatsResetTime. Tool filters return 0, since they do not support this value. Note that the corresponding NTO Control Panel counts are displayed as bits/sec.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCOutOctets 1.3.6.1.4.1.32620.1.1.3.8.1.4
The average number of octets passed by the filter in each sampling period since anueFilterStatsResetTime. Note that the corresponding NTO Control Panel counts are displayed as bits/sec. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCRateOctets 1.3.6.1.4.1.32620.1.1.3.8.1.5
The average percentage of received octets that passed this filter in each sampling period since anueFilterStatsResetTime. This value is always 0 for tool filters. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0. Note that the corresponding NTO Control Panel counts are displayed as bits/sec.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCInPkts 1.3.6.1.4.1.32620.1.1.3.8.1.6
The average number of packets received by the filter in each sampling period since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCOutPkts 1.3.6.1.4.1.32620.1.1.3.8.1.7
The average number of packets passed by the filter in each sampling period since anueFilterStatsResetTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCRatePkts 1.3.6.1.4.1.32620.1.1.3.8.1.8
The average percentage of received packets that passed this filter in each sampling period since anueFilterStatsResetTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCDropPkts 1.3.6.1.4.1.32620.1.1.3.8.1.9
The average number of packets dropped by a tool port filter in each sampling period since anueFilterStatsResetTime. Drops may occur at a tool port when the rate of traffic directed to the tool port exceeds the port's line rate. Drops occur prior to the actual filtering that may be configured for the tool port. Drop counts are always 0 for network and dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgHCUtil 1.3.6.1.4.1.32620.1.1.3.8.1.10
The average percentage of port bandwidth utilized in each sampling period since anueFilterStatsResetTime. These values are valid for network port filter receive (incoming) traffic and tool port filter transmit traffic. For port groups the percentage is based on the aggregate link bandwidth. Utilization is always 0 for dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueNtoFilterStatsPeakHCTable 1.3.6.1.4.1.32620.1.1.3.9
A table of filter statistics entries that model the peak count (largest value) collected in any sampling period since anueFilterStatsResetTime. Note that peak counts are based on the total traffic measured during a sampling period. The table values map to the peak counts displayed in the NTO Control Panel's filter statistics windows. The NTO statistics sampling period is stored in anueFilterCollectionPeriod. The values for a port group filter model the peak sum of counts collected by each port filter that is a member of the port group. Percentage values take into account the aggregate speed of the port group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsPeakHCEntry

anueNtoFilterStatsPeakHCEntry 1.3.6.1.4.1.32620.1.1.3.9.1
This entry extends anueNtoFilterDefEntry with 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsPeakHCEntry  

anueFilterPeakHCInOctets 1.3.6.1.4.1.32620.1.1.3.9.1.3
The peak number of octets received by the filter in any sampling period since anueFilterStatsResetTime. Tool filters return 0, since they do not support this value. Note that the corresponding NTO Control Panel counts are displayed as bits/sec.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCInOctetsTime 1.3.6.1.4.1.32620.1.1.3.9.1.4
The date and time of the PeakInOctet event. For tool filters, this field is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCOutOctets 1.3.6.1.4.1.32620.1.1.3.9.1.5
The peak number of octets passed by the filter in any sampling period since anueFilterStatsResetTime. Note that the corresponding NTO Control Panel counts are displayed as bits/sec. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCOutOctetsTime 1.3.6.1.4.1.32620.1.1.3.9.1.6
The date and time of the PeakOutOctet event. On the 5204 platform, this field is an empty string for dynamic pass by criteria filters configured to count matches in packets.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCRateOctets 1.3.6.1.4.1.32620.1.1.3.9.1.7
The peak percentage of received octets that passed this filter in any sampling period since anueFilterStatsResetTime. This value is always 0 for tool filters. On the 5204 platform, dynamic pass by criteria filters configured to count matches in packets are set to a value of 0. Note that the corresponding NTO Control Panel counts are displayed as bits/sec.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCRateOctetsTime 1.3.6.1.4.1.32620.1.1.3.9.1.8
The date and time of the PeakRateOctet event. On the 5204 platform, this field is an empty string for dynamic pass by criteria filters configured to count matches in packets.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCInPkts 1.3.6.1.4.1.32620.1.1.3.9.1.9
The peak number of packets received by the filter in any sampling period since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCInPktsTime 1.3.6.1.4.1.32620.1.1.3.9.1.10
The date and time of the PeakInPkts event.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCOutPkts 1.3.6.1.4.1.32620.1.1.3.9.1.11
The peak number of packets passed by the filter in any sampling period since anueFilterStatsResetTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCOutPktsTime 1.3.6.1.4.1.32620.1.1.3.9.1.12
The date and time of the PeakOutPkts event. On the 5204 platform, this field is an empty string for dynamic pass by criteria filters configured to count matches in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCRatePkts 1.3.6.1.4.1.32620.1.1.3.9.1.13
The peak percentage of received packets that passed this filter in any sampling period since anueFilterStatsResetTime. On the 5204 platform, dynamic pass by criteria filters configured to count matches in bytes are set to a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCRatePktsTime 1.3.6.1.4.1.32620.1.1.3.9.1.14
The date and time of the PeakRatePkts event. On the 5204 platform, this field is an empty string for dynamic pass by criteria filters configured to count matches in packets.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCDropPkts 1.3.6.1.4.1.32620.1.1.3.9.1.15
The peak number of packets dropped by a tool port filter in any sampling period since anueFilterStatsResetTime. Drops may occur at a tool port when the rate of traffic directed to the tool port exceeds the port's line rate. Drops occur prior to the actual filtering that may be configured for the tool port. Drop counts are always 0 for network and dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCDropPktsTime 1.3.6.1.4.1.32620.1.1.3.9.1.16
The date and time of the PeakDropPkts event. For network and dynamic filters, this field is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakHCUtil 1.3.6.1.4.1.32620.1.1.3.9.1.17
The peak percentage of port bandwidth utilized in any sampling period since anueFilterStatsResetTime by network port filter receive (incoming) traffic, or tool port filter transmit traffic. For port groups the percentage is based on the aggregate link bandwidth. Utilization is always 0 for dynamic filters.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakHCUtilTime 1.3.6.1.4.1.32620.1.1.3.9.1.18
The date and time of the PeakUtil event. For dynamic filters, this field is an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoFilterStatsCntModTable 1.3.6.1.4.1.32620.1.1.3.10
This table is the 32-bit version of the 64-bit anueNtoFilterStatsCntModHCTable. Refer to the 64-bit table for variable descriptions. Unless backward compatibility with SNMPV1 only management applications is required, use of the High Capacity (HC) 64-bit tables is recommended.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsCntModEntry

anueNtoFilterStatsCntModEntry 1.3.6.1.4.1.32620.1.1.3.10.1
This entry extends anueNtoFilterDefEntry with accumulated 32-bit filter counters since anueFilterCriteriaModTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsCntModEntry  

anueFilterCntModInOctets 1.3.6.1.4.1.32620.1.1.3.10.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntModOutOctets 1.3.6.1.4.1.32620.1.1.3.10.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntModInPkts 1.3.6.1.4.1.32620.1.1.3.10.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntModOutPkts 1.3.6.1.4.1.32620.1.1.3.10.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntModDropPkts 1.3.6.1.4.1.32620.1.1.3.10.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntModDropTime 1.3.6.1.4.1.32620.1.1.3.10.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoFilterStatsCntRstTable 1.3.6.1.4.1.32620.1.1.3.11
This table is the 32-bit version of the 64-bit anueNtoFilterStatsCntRstHCTable. Refer to the 64-bit table for variable descriptions. Unless backward compatibility with SNMPV1 only management applications is required, use of the High Capacity (HC) 64-bit tables is recommended.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsCntRstEntry

anueNtoFilterStatsCntRstEntry 1.3.6.1.4.1.32620.1.1.3.11.1
This entry extends anueNtoFilterDefEntry with accumulated 32-bit filter counters since anueFilterStatsResetTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsCntRstEntry  

anueFilterCntRstInOctets 1.3.6.1.4.1.32620.1.1.3.11.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntRstOutOctets 1.3.6.1.4.1.32620.1.1.3.11.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntRstInPkts 1.3.6.1.4.1.32620.1.1.3.11.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntRstOutPkts 1.3.6.1.4.1.32620.1.1.3.11.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntRstDropPkts 1.3.6.1.4.1.32620.1.1.3.11.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueFilterCntRstDropTime 1.3.6.1.4.1.32620.1.1.3.11.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoFilterStatsCurTable 1.3.6.1.4.1.32620.1.1.3.12
This table is the 32-bit version of the 64-bit anueNtoFilterStatsCurHCTable. Refer to the 64-bit table for variable descriptions. Unless backward compatibility with SNMPV1 only management applications is required, use of the High Capacity (HC) 64-bit tables is recommended.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsCurEntry

anueNtoFilterStatsCurEntry 1.3.6.1.4.1.32620.1.1.3.12.1
This entry extends anueNtoFilterDefEntry with 32-bit filter statistics that model counts collected in the current (most recent) sampling period.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsCurEntry  

anueFilterCurInOctets 1.3.6.1.4.1.32620.1.1.3.12.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurOutOctets 1.3.6.1.4.1.32620.1.1.3.12.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurRateOctets 1.3.6.1.4.1.32620.1.1.3.12.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurInPkts 1.3.6.1.4.1.32620.1.1.3.12.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurOutPkts 1.3.6.1.4.1.32620.1.1.3.12.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurRatePkts 1.3.6.1.4.1.32620.1.1.3.12.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurDropPkts 1.3.6.1.4.1.32620.1.1.3.12.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterCurUtil 1.3.6.1.4.1.32620.1.1.3.12.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoFilterStatsAvgTable 1.3.6.1.4.1.32620.1.1.3.13
This table is the 32-bit version of the 64-bit anueNtoFilterStatsAvgHCTable. Refer to the 64-bit table for variable descriptions. Unless backward compatibility with SNMPV1 only management applications is required, use of the High Capacity (HC) 64-bit tables is recommended.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsAvgEntry

anueNtoFilterStatsAvgEntry 1.3.6.1.4.1.32620.1.1.3.13.1
This entry extends anueNtoFilterDefEntry with 32-bit filter statistics that model the average of counts collected in each sampling period since anueFilterStatsResetTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsAvgEntry  

anueFilterAvgInOctets 1.3.6.1.4.1.32620.1.1.3.13.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgOutOctets 1.3.6.1.4.1.32620.1.1.3.13.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgRateOctets 1.3.6.1.4.1.32620.1.1.3.13.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgInPkts 1.3.6.1.4.1.32620.1.1.3.13.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgOutPkts 1.3.6.1.4.1.32620.1.1.3.13.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgRatePkts 1.3.6.1.4.1.32620.1.1.3.13.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgDropPkts 1.3.6.1.4.1.32620.1.1.3.13.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterAvgUtil 1.3.6.1.4.1.32620.1.1.3.13.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoFilterStatsPeakTable 1.3.6.1.4.1.32620.1.1.3.14
This table is the 32-bit version of the 64-bit anueNtoFilterStatsPeakHCTable. Refer to the 64-bit table for variable descriptions. Unless backward compatibility with SNMPV1 only management applications is required, use of the High Capacity (HC) 64-bit tables is recommended.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsPeakEntry

anueNtoFilterStatsPeakEntry 1.3.6.1.4.1.32620.1.1.3.14.1
This entry extends anueNtoFilterDefEntry with 32-bit filter statistics that model the peak count (largest value) collected in any sampling period since anueFilterStatsResetTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsPeakEntry  

anueFilterPeakInOctets 1.3.6.1.4.1.32620.1.1.3.14.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakInOctetsTime 1.3.6.1.4.1.32620.1.1.3.14.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakOutOctets 1.3.6.1.4.1.32620.1.1.3.14.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakOutOctetsTime 1.3.6.1.4.1.32620.1.1.3.14.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakRateOctets 1.3.6.1.4.1.32620.1.1.3.14.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakRateOctetsTime 1.3.6.1.4.1.32620.1.1.3.14.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakInPkts 1.3.6.1.4.1.32620.1.1.3.14.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakInPktsTime 1.3.6.1.4.1.32620.1.1.3.14.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakOutPkts 1.3.6.1.4.1.32620.1.1.3.14.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakOutPktsTime 1.3.6.1.4.1.32620.1.1.3.14.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakRatePkts 1.3.6.1.4.1.32620.1.1.3.14.1.13
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakRatePktsTime 1.3.6.1.4.1.32620.1.1.3.14.1.14
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakDropPkts 1.3.6.1.4.1.32620.1.1.3.14.1.15
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakDropPktsTime 1.3.6.1.4.1.32620.1.1.3.14.1.16
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterPeakUtil 1.3.6.1.4.1.32620.1.1.3.14.1.17
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueFilterPeakUtilTime 1.3.6.1.4.1.32620.1.1.3.14.1.18
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterDefLastChange 1.3.6.1.4.1.32620.1.1.3.15
The value of sysUpTime at the time of the last creation or deletion of an entry in the anueNtoFilterDefTable. If the number of entries has been unchanged since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

anueFilterConnLastChange 1.3.6.1.4.1.32620.1.1.3.16
The value of sysUpTime at the time of the last creation or deletion of an entry in the anueNtoFilterConnTable. If the number of entries has been unchanged since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

anueNtoFilterStatsGscSessTable 1.3.6.1.4.1.32620.1.1.3.100
A table of statistics entries that model the GSC filter counts collected in the current (most recent) sampling period. The table values map to the current counts displayed in the GSC Control Panel's filter statistics windows.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsGscSessEntry

anueNtoFilterStatsGscSessEntry 1.3.6.1.4.1.32620.1.1.3.100.1
This entry extends anueNtoFilterDefEntry with 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsGscSessEntry  

anueFilterGscCurDenyGtpV0Sess 1.3.6.1.4.1.32620.1.1.3.100.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscCurDenyGtpV1Sess 1.3.6.1.4.1.32620.1.1.3.100.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscCurDenyGtpV2Sess 1.3.6.1.4.1.32620.1.1.3.100.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscCurDenyGtpTotSess 1.3.6.1.4.1.32620.1.1.3.100.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgDenyGtpV0Sess 1.3.6.1.4.1.32620.1.1.3.100.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgDenyGtpV1Sess 1.3.6.1.4.1.32620.1.1.3.100.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgDenyGtpV2Sess 1.3.6.1.4.1.32620.1.1.3.100.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgDenyGtpTotSess 1.3.6.1.4.1.32620.1.1.3.100.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDenyGtpV0Sess 1.3.6.1.4.1.32620.1.1.3.100.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDenyGtpV1Sess 1.3.6.1.4.1.32620.1.1.3.100.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDenyGtpV2Sess 1.3.6.1.4.1.32620.1.1.3.100.1.13
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDenyGtpTotSess 1.3.6.1.4.1.32620.1.1.3.100.1.14
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDenyGtpV0SessT 1.3.6.1.4.1.32620.1.1.3.100.1.15
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGscPkDenyGtpV1SessT 1.3.6.1.4.1.32620.1.1.3.100.1.16
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGscPkDenyGtpV2SessT 1.3.6.1.4.1.32620.1.1.3.100.1.17
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGscPkDenyGtpTotSessT 1.3.6.1.4.1.32620.1.1.3.100.1.18
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGscTotOversizePktsTx 1.3.6.1.4.1.32620.1.1.3.100.1.19
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscCurOversizePktsTx 1.3.6.1.4.1.32620.1.1.3.100.1.20
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgOversizePktsTx 1.3.6.1.4.1.32620.1.1.3.100.1.21
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkOversizePktsTx 1.3.6.1.4.1.32620.1.1.3.100.1.22
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkOversizePktsTxT 1.3.6.1.4.1.32620.1.1.3.100.1.23
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGscTotDroppedPkts 1.3.6.1.4.1.32620.1.1.3.100.1.24
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscCurDroppedPkts 1.3.6.1.4.1.32620.1.1.3.100.1.25
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgDroppedPkts 1.3.6.1.4.1.32620.1.1.3.100.1.26
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDroppedPkts 1.3.6.1.4.1.32620.1.1.3.100.1.27
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDroppedPktsT 1.3.6.1.4.1.32620.1.1.3.100.1.28
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGscTotDroppedBytes 1.3.6.1.4.1.32620.1.1.3.100.1.29
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscCurDroppedBytes 1.3.6.1.4.1.32620.1.1.3.100.1.30
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscAvgDroppedBytes 1.3.6.1.4.1.32620.1.1.3.100.1.31
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDroppedBytes 1.3.6.1.4.1.32620.1.1.3.100.1.32
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueFilterGscPkDroppedBytesT 1.3.6.1.4.1.32620.1.1.3.100.1.33
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoFilterStatsGscTable 1.3.6.1.4.1.32620.1.1.3.101
A table of statistics entries that model the GSC filter packet rates collected in the current (most recent) sampling period. The table values map to the current counts displayed in the GSC Control Panel's filter statistics windows.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoFilterStatsGscEntry

anueNtoFilterStatsGscEntry 1.3.6.1.4.1.32620.1.1.3.101.1
This entry extends anueNtoFilterDefEntry with 64-bit filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoFilterStatsGscEntry  

anueFilterCurGscPktsRate 1.3.6.1.4.1.32620.1.1.3.101.1.3
The current rate of GTP packets received in the current (most recent) sampling period. This field applies to GSC network and tool port/port group filters. For dynamic filters, the value for this field will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterAvgGscPktsRate 1.3.6.1.4.1.32620.1.1.3.101.1.4
The average rate of GTP packets received in the current (most recent) sampling period. This field applies to GSC network and tool port/port group filters. For dynamic filters, the value for this field will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakGscPktsRate 1.3.6.1.4.1.32620.1.1.3.101.1.5
The peak rate of GTP packets received in the current (most recent) sampling period. This field applies to GSC network and tool port/port group filters. For dynamic filters, the value for this field will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueFilterPeakTimeGscPktsRate 1.3.6.1.4.1.32620.1.1.3.101.1.6
The time when the peak rate of GTP packets received in the current (most recent) sampling period was hit. This field applies to GSC network and tool port/port group filters. For dynamic filters, the value for this field will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueFilterGTPPktType 1.3.6.1.4.1.32620.1.1.3.101.1.7
The type of the GTP packets that are stored in the current row
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoStage 1.3.6.1.4.1.32620.1.1.4
OBJECT IDENTIFIER    

anueNtoStageStripTable 1.3.6.1.4.1.32620.1.1.4.1
Table of entries holding detailed statistics for all strip stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageStripEntry

anueNtoStageStripEntry 1.3.6.1.4.1.32620.1.1.4.1.1
A specific entry for a single strip stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageStripEntry  

anueStageStripFilterType 1.3.6.1.4.1.32620.1.1.4.1.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageStripFilterNumber 1.3.6.1.4.1.32620.1.1.4.1.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageStripFeature 1.3.6.1.4.1.32620.1.1.4.1.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageStripOrder 1.3.6.1.4.1.32620.1.1.4.1.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageStripType 1.3.6.1.4.1.32620.1.1.4.1.1.5
Specifies the protocol and/or configuration of stripping for this stage. Pwcw stands for pseudowire control words. anueStageStripMplsL3Vpn(1) MPLS L3 VPN service anueStageStripMplsL2VpnPwcwL3Vpn(2) MPLS L2 VPN service with pseudo wire control words or L3 VPN anueStageStripMplsL2VpnNoPwcw(3) MPLS L2 VPN service without pseudo wire control words anueStageStripGtp(4) GTP anueStageStripVlan(5) VLAN anueStageStripVntag(6) virtual network tag anueStageStripTrailer(7) trailer stripping anueStageStripFabricPath(8) Fabric Path anueStageStripVxlan(9) VXLAN anueStageStripL2Gre(10) L2Gre stripping anueStageStripErspan(11) ERSPAN stripping
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueStageStripMplsL3Vpn(1), anueStageStripMplsL2VpnPwcwL3Vpn(2), anueStageStripMplsL2VpnNoPwcw(3), anueStageStripGtp(4), anueStageStripVlan(5), anueStageStripVntag(6), anueStageStripTrailer(7), anueStageStripFabricPath(8), anueStageStripVxlan(9), anueStageStripL2Gre(10), anueStageStripErspan(11)  

anueStageStripModPkts 1.3.6.1.4.1.32620.1.1.4.1.1.6
The total number of packets modified by this stage since anueFilterCriteriaModTime. On the 7300 platform, this statistic is unavailable for VLAN Stripping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageStripModPktPct 1.3.6.1.4.1.32620.1.1.4.1.1.7
The percentage of packets received by this stage since anueFilterCriteriaModTime that have been modified. On the 7300 platform, this statistic is unavailable for VLAN Stripping.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageStripErrorPkts 1.3.6.1.4.1.32620.1.1.4.1.1.8
The total number of packet transmit errors detected at egress since anueFilterCriteriaModTime. The cause of these transmit errors is the receipt of MPLS packets that are not of the same MPLS service type that was configured when enabling MPLS stripping on this port (e.g. with/without pseudowire control words). This statistic applies only to MPLS stripping. It is possible that some MPLS packets of the wrong service type will be incorrectly modified (stripped) and passed through successfully without being counted here.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageStripRstModPkts 1.3.6.1.4.1.32620.1.1.4.1.1.9
The total number of packets modified by this stage since anueFilterStatsResetTime. On the 7300 platform, this statistic is unavailable for VLAN Stripping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageStripRstModPktPct 1.3.6.1.4.1.32620.1.1.4.1.1.10
The percentage of packets received by this stage since anueFilterStatsResetTime that have been modified. On the 7300 platform, this statistic is unavailable for VLAN Stripping.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageStripRstErrorPkts 1.3.6.1.4.1.32620.1.1.4.1.1.11
The total number of packet transmit errors detected at egress since anueFilterStatsResetTime. See anueStageStripErrorPkts above for a more detailed description of these errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageStripAttributes 1.3.6.1.4.1.32620.1.1.4.1.1.12
Shows any additional attributes that the stripping feature may have. Is a comma separated string of key-value pairs, where the key is the attribute's name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoStageNPErrorTable 1.3.6.1.4.1.32620.1.1.4.2
Table of entries holding detailed statistics for all network port error stages present in all port or port group filters. On NTO 7300 this also contains the Line Card Invalid Packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageNPErrorEntry

anueNtoStageNPErrorEntry 1.3.6.1.4.1.32620.1.1.4.2.1
A specific entry for a single network port error stage present on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageNPErrorEntry  

anueStageNPErrorFilterType 1.3.6.1.4.1.32620.1.1.4.2.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageNPErrorFilterNumber 1.3.6.1.4.1.32620.1.1.4.2.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageNPErrorFeature 1.3.6.1.4.1.32620.1.1.4.2.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageNPErrorOrder 1.3.6.1.4.1.32620.1.1.4.2.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageNPErrorPkts 1.3.6.1.4.1.32620.1.1.4.2.1.5
The total number of invalid packets dropped at this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageNPErrorRstPkts 1.3.6.1.4.1.32620.1.1.4.2.1.6
The total number of invalid packets dropped at this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueNtoStageDedupTable 1.3.6.1.4.1.32620.1.1.4.3
Table of entries holding detailed statistics for all dedup stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageDedupEntry

anueNtoStageDedupEntry 1.3.6.1.4.1.32620.1.1.4.3.1
A specific entry for a single dedup stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageDedupEntry  

anueStageDedupFilterType 1.3.6.1.4.1.32620.1.1.4.3.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageDedupFilterNumber 1.3.6.1.4.1.32620.1.1.4.3.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageDedupFeature 1.3.6.1.4.1.32620.1.1.4.3.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageDedupOrder 1.3.6.1.4.1.32620.1.1.4.3.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageDedupType 1.3.6.1.4.1.32620.1.1.4.3.1.5
Specifies what header information is ignored when determining if packets are duplicates. anueStageDedupNone(1) no header fields are ignored anueStageDedupMac(2) MAC header fields are ignored anueStageDedupMacVlan(3) MAC and VLAN header fields are ignored anueStageDedupMacVlanMpls(4) MAC, VLAN, and MPLS header fields are ignored anueStageDedupMacVlanMplsL3(5) The L3 header will be ignored, including IP source and destination addresses.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueStageDedupNone(1), anueStageDedupMac(2), anueStageDedupMacVlan(3), anueStageDedupMacVlanMpls(4), anueStageDedupMacVlanMplsL3(5)  

anueStageDedupTimeWindows 1.3.6.1.4.1.32620.1.1.4.3.1.6
Specifies the packet arrival time window (in microseconds) within which packets may be considered to be duplicates.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

anueStageDedupRmvPkts 1.3.6.1.4.1.32620.1.1.4.3.1.7
The total number of duplicate packets removed by this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageDedupRmvPktPct 1.3.6.1.4.1.32620.1.1.4.3.1.8
The percentage of packets received by this stage since anueFilterCriteriaModTime that have been removed as duplicates.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageDedupRstRmvPkts 1.3.6.1.4.1.32620.1.1.4.3.1.9
The total number of duplicate packets removed by this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageDedupRstRmvPktPct 1.3.6.1.4.1.32620.1.1.4.3.1.10
The percentage of packets received by this stage since anueFilterStatsResetTime that have been removed as duplicates.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoStageTrimTable 1.3.6.1.4.1.32620.1.1.4.4
Table of entries holding detailed statistics for all trim stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageTrimEntry

anueNtoStageTrimEntry 1.3.6.1.4.1.32620.1.1.4.4.1
A specific entry for a single trim stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageTrimEntry  

anueStageTrimFilterType 1.3.6.1.4.1.32620.1.1.4.4.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageTrimFilterNumber 1.3.6.1.4.1.32620.1.1.4.4.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageTrimFeature 1.3.6.1.4.1.32620.1.1.4.4.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageTrimOrder 1.3.6.1.4.1.32620.1.1.4.4.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageTrimType 1.3.6.1.4.1.32620.1.1.4.4.1.5
Specifies what header information is retained when trimming packets. anueStageTrimRetainedMac(1) MAC header fields are retained anueStageTrimRetainedMacVlan(2) MAC and VLAN header fields are retained anueStageTrimRetainedMacVlanMpls(3) MAC, VLAN, and MPLS header fields are retained anueStageTrimRetainedMacVlanMPlsL3(4) MAC, VLAN, MPLS, and L3 header fields are retained
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueStageTrimRetainedMac(1), anueStageTrimRetainedMacVlan(2), anueStageTrimRetainedMacVlanMpls(3), anueStageTrimRetainedMacMacVlanMplsL3(4)  

anueStageTrimRetainOctets 1.3.6.1.4.1.32620.1.1.4.4.1.6
Specifies the number of octets beyond the retained headers that are also retained.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

anueStageTrimModPkts 1.3.6.1.4.1.32620.1.1.4.4.1.7
The total number of packets modified by this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTrimModPktPct 1.3.6.1.4.1.32620.1.1.4.4.1.8
The percentage of packets received by this stage since anueFilterCriteriaModTime that have been modified.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageTrimRmvOctets 1.3.6.1.4.1.32620.1.1.4.4.1.9
The total number of octets removed from packets by this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTrimRmvOctetPct 1.3.6.1.4.1.32620.1.1.4.4.1.10
The percentage of octets received by this stage since anueFilterCriteriaModTime that have been removed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageTrimRstModPkts 1.3.6.1.4.1.32620.1.1.4.4.1.11
The total number of packets modified by this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTrimRstModPktPct 1.3.6.1.4.1.32620.1.1.4.4.1.12
The percentage of packets received by this stage since anueFilterStatsResetTime that have been modified.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageTrimRstRmvOctets 1.3.6.1.4.1.32620.1.1.4.4.1.13
The total number of octets removed from packets by this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTrimRstRmvOctetPct 1.3.6.1.4.1.32620.1.1.4.4.1.14
The percentage of octets received by this stage since anueFilterStatsResetTime that have been removed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoStageBurstBufferTable 1.3.6.1.4.1.32620.1.1.4.5
Table of entries holding detailed statistics for all burst buffer stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageBurstBufferEntry

anueNtoStageBurstBufferEntry 1.3.6.1.4.1.32620.1.1.4.5.1
A specific entry for a single burst buffer stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageBurstBufferEntry  

anueStageBufferFilterType 1.3.6.1.4.1.32620.1.1.4.5.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageBufferFilterNumber 1.3.6.1.4.1.32620.1.1.4.5.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageBufferFeature 1.3.6.1.4.1.32620.1.1.4.5.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageBufferOrder 1.3.6.1.4.1.32620.1.1.4.5.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageBufferSize 1.3.6.1.4.1.32620.1.1.4.5.1.5
Specifies the maximum burst buffer size in MB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

anueStageBufferCurBufferLevel 1.3.6.1.4.1.32620.1.1.4.5.1.6
Indicates the current fill level of the buffer in MB.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageBufferPeakBufferLevel 1.3.6.1.4.1.32620.1.1.4.5.1.7
Indicates the peak fill level of the buffer in MB.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

anueStageBufferPeakBufferTime 1.3.6.1.4.1.32620.1.1.4.5.1.8
Indicates the time that peak fill level was reached.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueStageBufferDropPkts 1.3.6.1.4.1.32620.1.1.4.5.1.9
The total number of packets dropped by this stage due to buffer overflow since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageBufferDropTime 1.3.6.1.4.1.32620.1.1.4.5.1.10
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueStageBufferRstDropPkts 1.3.6.1.4.1.32620.1.1.4.5.1.11
The total number of packets dropped by this stage due to buffer overflow since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageBufferRstDropTime 1.3.6.1.4.1.32620.1.1.4.5.1.12
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoStageNPFilterTable 1.3.6.1.4.1.32620.1.1.4.6
Table of entries holding detailed statistics for all network port filter stages present in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageNPFilterEntry

anueNtoStageNPFilterEntry 1.3.6.1.4.1.32620.1.1.4.6.1
A specific entry for a single network port filter stage present on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageNPFilterEntry  

anueStageNPFilterFilterType 1.3.6.1.4.1.32620.1.1.4.6.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageNPFilterFilterNumber 1.3.6.1.4.1.32620.1.1.4.6.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageNPFilterFeature 1.3.6.1.4.1.32620.1.1.4.6.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageNPFilterOrder 1.3.6.1.4.1.32620.1.1.4.6.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageNPFilterDenyPkts 1.3.6.1.4.1.32620.1.1.4.6.1.5
The total number of packets denied by this filter since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageNPFilterDenyPktPct 1.3.6.1.4.1.32620.1.1.4.6.1.6
The percentage of packets received by this filter since anueFilterCriteriaModTime that have been denied.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageNPFilterDenyOctets 1.3.6.1.4.1.32620.1.1.4.6.1.7
The total number of octets denied by this filter since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageNPFilterDenyOctetPct 1.3.6.1.4.1.32620.1.1.4.6.1.8
The percentage of octets received by this filter since anueFilterCriteriaModTime that have been denied.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageNPFilterRstDenyPkts 1.3.6.1.4.1.32620.1.1.4.6.1.9
The total number of packets denied by this filter since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageNPFilterRstDenyPktPct 1.3.6.1.4.1.32620.1.1.4.6.1.10
The percentage of packets received by this filter since anueFilterStatsResetTime that have been denied.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageNPFilterRstDenyOctets 1.3.6.1.4.1.32620.1.1.4.6.1.11
The total number of octets denied by this filter since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageNPFilterRstDenyOctetPct 1.3.6.1.4.1.32620.1.1.4.6.1.12
The percentage of octets received by this filter since anueFilterStatsResetTime that have been denied.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoStageTPFilterTable 1.3.6.1.4.1.32620.1.1.4.7
Table of entries holding detailed statistics for all tool port filter stages present in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageTPFilterEntry

anueNtoStageTPFilterEntry 1.3.6.1.4.1.32620.1.1.4.7.1
A specific entry for a single tool port filter stage present on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageTPFilterEntry  

anueStageTPFilterFilterType 1.3.6.1.4.1.32620.1.1.4.7.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageTPFilterFilterNumber 1.3.6.1.4.1.32620.1.1.4.7.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageTPFilterFeature 1.3.6.1.4.1.32620.1.1.4.7.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageTPFilterOrder 1.3.6.1.4.1.32620.1.1.4.7.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageTPFilterDenyPkts 1.3.6.1.4.1.32620.1.1.4.7.1.5
The total number of packets denied by this filter since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTPFilterDenyPktPct 1.3.6.1.4.1.32620.1.1.4.7.1.6
The percentage of packets received by this filter since anueFilterCriteriaModTime that have been denied.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageTPFilterDropPkts 1.3.6.1.4.1.32620.1.1.4.7.1.7
The total number of pre-filter packet drops at this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTPFilterDropTime 1.3.6.1.4.1.32620.1.1.4.7.1.8
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueStageTPFilterRstDenyPkts 1.3.6.1.4.1.32620.1.1.4.7.1.9
The total number of packets denied by this filter since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTPFilterRstDenyPktPct 1.3.6.1.4.1.32620.1.1.4.7.1.10
The percentage of packets received by this filter since anueFilterStatsResetTime that have been denied.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageTPFilterRstDropPkts 1.3.6.1.4.1.32620.1.1.4.7.1.11
The total number of pre-filter packet drops at this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTPFilterRstDropTime 1.3.6.1.4.1.32620.1.1.4.7.1.12
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoStageAfmDropTable 1.3.6.1.4.1.32620.1.1.4.8
Table of entries holding detailed statistics for all AFM drop stages present in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageAfmDropEntry

anueNtoStageAfmDropEntry 1.3.6.1.4.1.32620.1.1.4.8.1
A specific entry for a single AFM drop stage present on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageAfmDropEntry  

anueStageAfmDropFilterType 1.3.6.1.4.1.32620.1.1.4.8.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageAfmDropFilterNumber 1.3.6.1.4.1.32620.1.1.4.8.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageAfmDropFeature 1.3.6.1.4.1.32620.1.1.4.8.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageAfmDropOrder 1.3.6.1.4.1.32620.1.1.4.8.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageAfmDropDropPkts 1.3.6.1.4.1.32620.1.1.4.8.1.5
The total number of packets dropped due to clock speed mismatch at this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageAfmDropDropTime 1.3.6.1.4.1.32620.1.1.4.8.1.6
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueStageAfmDropRstDropPkts 1.3.6.1.4.1.32620.1.1.4.8.1.7
The total number of packets dropped due to clock speed mismatch at this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageAfmDropRstDropTime 1.3.6.1.4.1.32620.1.1.4.8.1.8
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoStageTagTable 1.3.6.1.4.1.32620.1.1.4.9
Table of entries holding detailed statistics, pipeline order and configuration attributes for all packet tagging stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageTagEntry

anueNtoStageTagEntry 1.3.6.1.4.1.32620.1.1.4.9.1
A specific entry for a single tagging stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageTagEntry  

anueStageTagFilterType 1.3.6.1.4.1.32620.1.1.4.9.1.1
Partial index identifying the filter entry in the anueNtoStageTagEntry to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageTagFilterNumber 1.3.6.1.4.1.32620.1.1.4.9.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageTagFeature 1.3.6.1.4.1.32620.1.1.4.9.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageTagOrder 1.3.6.1.4.1.32620.1.1.4.9.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageTagAttributes 1.3.6.1.4.1.32620.1.1.4.9.1.5
Shows any additional attributes that the tagging feature may have. It is a comma separated string of key-value pairs, where the key is the attribute's name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueStageTagModPkts 1.3.6.1.4.1.32620.1.1.4.9.1.6
The total number of modified packets by this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTagModPktPct 1.3.6.1.4.1.32620.1.1.4.9.1.7
The percentage of packets received by this stage since anueFilterCriteriaModTime that have been modified.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageTagRstModPkts 1.3.6.1.4.1.32620.1.1.4.9.1.8
The total number of modified packets by this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageTagRstModPktPct 1.3.6.1.4.1.32620.1.1.4.9.1.9
The percentage of packets received by this stage since anueFilterStatsResetTime that have been modified.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoStageDropTable 1.3.6.1.4.1.32620.1.1.4.10
Table of entries holding detailed non AFM drop statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageDropEntry

anueNtoStageDropEntry 1.3.6.1.4.1.32620.1.1.4.10.1
A specific entry for a single non AFM drop.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageDropEntry  

anueStageDropFilterType 1.3.6.1.4.1.32620.1.1.4.10.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageDropFilterNumber 1.3.6.1.4.1.32620.1.1.4.10.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageDropFeature 1.3.6.1.4.1.32620.1.1.4.10.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageCntDropPkts 1.3.6.1.4.1.32620.1.1.4.10.1.4
The total number of packets dropped since anueFilterDropResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageCntDropTime 1.3.6.1.4.1.32620.1.1.4.10.1.5
The time the last packet was dropped.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueStageCurDropPkts 1.3.6.1.4.1.32620.1.1.4.10.1.6
The number of packets dropped in the current (most recent) sampling period.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageAvgDropPkts 1.3.6.1.4.1.32620.1.1.4.10.1.7
The average number of packets dropped in each sampling period since anueFilterDropResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStagePeakDropPkts 1.3.6.1.4.1.32620.1.1.4.10.1.8
The peak number of packets dropped in any sampling period since anueFilterDropResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStagePeakDropTime 1.3.6.1.4.1.32620.1.1.4.10.1.9
The date and time of the drop peak event.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoStageGtpFdTable 1.3.6.1.4.1.32620.1.1.4.11
Table of entries holding detailed statistics for all GTP Flow Distribution stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageGtpFdEntry

anueNtoStageGtpFdEntry 1.3.6.1.4.1.32620.1.1.4.11.1
A specific entry for a single GTP Flow Distribution stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageGtpFdEntry  

anueStageGtpFdFilterType 1.3.6.1.4.1.32620.1.1.4.11.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageGtpFdFilterNumber 1.3.6.1.4.1.32620.1.1.4.11.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageGtpFdFeature 1.3.6.1.4.1.32620.1.1.4.11.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageRateGtpCPps 1.3.6.1.4.1.32620.1.1.4.11.1.4
The rate of GTP-C packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageRateGtpUPps 1.3.6.1.4.1.32620.1.1.4.11.1.5
The rate of GTP-U packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageRateGtpCBps 1.3.6.1.4.1.32620.1.1.4.11.1.6
The rate of GTP-C bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageRateGtpUBps 1.3.6.1.4.1.32620.1.1.4.11.1.7
The rate of GTP-U bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueNtoStageDataMaskingTable 1.3.6.1.4.1.32620.1.1.4.12
Table of entries holding detailed statistics for all data masking stages enabled in all port or port group filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageDataMaskingEntry

anueNtoStageDataMaskingEntry 1.3.6.1.4.1.32620.1.1.4.12.1
A specific entry for a single data masking stage enabled on a single port or port group filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageDataMaskingEntry  

anueStageDataMaskingFilterType 1.3.6.1.4.1.32620.1.1.4.12.1.1
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueStageDataMaskingFilterNumber 1.3.6.1.4.1.32620.1.1.4.12.1.2
Partial index identifying the filter entry in the anueNtoFilterDefTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageDataMaskingFeature 1.3.6.1.4.1.32620.1.1.4.12.1.3
Partial index identifying which specific stage (subordinate to the indicated filter) this entry models. This bit enumeration will have exactly one stage type bit set.
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueStageDataMaskingOrder 1.3.6.1.4.1.32620.1.1.4.12.1.4
Indicates the (one-based) ingress-to-egress relative positional order that this stage holds in the superordinate filter pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueStageDataMaskingOffsetLayer 1.3.6.1.4.1.32620.1.1.4.12.1.5
Specifies the offset layer: anueStageDataMaskingL2Start(1) L2_START anueStageDataMaskingL2End(2) L2_END anueStageDataMaskingL3End(3) L3_END.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueStageDataMaskingL2Start(1), anueStageDataMaskingL2End(2), anueStageDataMaskingL3End(3)  

anueStageDataMaskingOffset 1.3.6.1.4.1.32620.1.1.4.12.1.6
Specifies the offset to begin masking.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageDataMaskingLength 1.3.6.1.4.1.32620.1.1.4.12.1.7
Specifies the length of masked data.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageDataMaskingFillValue 1.3.6.1.4.1.32620.1.1.4.12.1.8
Specifies the value used to overwrite the data being masked.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

anueStageDataMaskingModPkts 1.3.6.1.4.1.32620.1.1.4.12.1.9
The total number of packets modified by this stage since anueFilterCriteriaModTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageDataMaskingModPktPct 1.3.6.1.4.1.32620.1.1.4.12.1.10
The percentage of packets received by this stage since anueFilterCriteriaModTime that have been modified.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueStageDataMaskingRstModPkts 1.3.6.1.4.1.32620.1.1.4.12.1.11
The total number of packets modified by this stage since anueFilterStatsResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueStageDataMaskingRstModPktPct 1.3.6.1.4.1.32620.1.1.4.12.1.12
The percentage of packets received by this stage since anueFilterStatsResetTime that have been modified.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

anueNtoStageGscNetworkFilterTable 1.3.6.1.4.1.32620.1.1.4.100
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageGscNetworkFilterEntry

anueNtoStageGscNetworkFilterEntry 1.3.6.1.4.1.32620.1.1.4.100.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageGscNetworkFilterEntry  

anueNtoStageGscNetworkFilterType 1.3.6.1.4.1.32620.1.1.4.100.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueNtoStageGscNetworkFilterNumber 1.3.6.1.4.1.32620.1.1.4.100.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueGscNWFltrExcSess 1.3.6.1.4.1.32620.1.1.4.100.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueNtoStageGscNetworkFilterFeature 1.3.6.1.4.1.32620.1.1.4.100.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueGscNWFltrAvgGscPktFrag 1.3.6.1.4.1.32620.1.1.4.100.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgTdoutFrag 1.3.6.1.4.1.32620.1.1.4.100.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurPacketFrag 1.3.6.1.4.1.32620.1.1.4.100.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurTdoutFrag 1.3.6.1.4.1.32620.1.1.4.100.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkPacketFrag 1.3.6.1.4.1.32620.1.1.4.100.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkPacketFragT 1.3.6.1.4.1.32620.1.1.4.100.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkTdOutFrag 1.3.6.1.4.1.32620.1.1.4.100.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkTdOutFragT 1.3.6.1.4.1.32620.1.1.4.100.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotFrag 1.3.6.1.4.1.32620.1.1.4.100.1.13
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotRxCountFrag 1.3.6.1.4.1.32620.1.1.4.100.1.14
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotTdOutFrag 1.3.6.1.4.1.32620.1.1.4.100.1.15
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgCompFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.16
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgCompFragPktsPerc 1.3.6.1.4.1.32620.1.1.4.100.1.17
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgIncomFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.18
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurCompFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.19
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurCompFragPktsPerc 1.3.6.1.4.1.32620.1.1.4.100.1.20
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurIncomFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.21
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkCompFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.22
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkCompFragPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.23
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkCompFragPktsPerc 1.3.6.1.4.1.32620.1.1.4.100.1.24
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkCompFragPktsPercT 1.3.6.1.4.1.32620.1.1.4.100.1.25
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkIncomFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.26
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkIncomFragPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.27
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkTotCompFragPkts 1.3.6.1.4.1.32620.1.1.4.100.1.28
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgActiveUsers 1.3.6.1.4.1.32620.1.1.4.100.1.29
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurActiveUsers 1.3.6.1.4.1.32620.1.1.4.100.1.30
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkActiveUsers 1.3.6.1.4.1.32620.1.1.4.100.1.31
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkActiveUsersT 1.3.6.1.4.1.32620.1.1.4.100.1.32
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrAvgExcSess 1.3.6.1.4.1.32620.1.1.4.100.1.33
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurExcSess 1.3.6.1.4.1.32620.1.1.4.100.1.34
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkExcSess 1.3.6.1.4.1.32620.1.1.4.100.1.35
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkExcSessT 1.3.6.1.4.1.32620.1.1.4.100.1.36
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotExcSess 1.3.6.1.4.1.32620.1.1.4.100.1.37
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV0CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.38
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV1CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.39
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV2CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.40
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpTotCrSess 1.3.6.1.4.1.32620.1.1.4.100.1.41
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV0CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.42
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV1CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.43
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV2CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.44
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpTotCrSess 1.3.6.1.4.1.32620.1.1.4.100.1.45
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV0CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.46
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV1CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.47
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV2CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.48
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpTotCrSess 1.3.6.1.4.1.32620.1.1.4.100.1.49
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.50
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV1CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.51
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV2CrSess 1.3.6.1.4.1.32620.1.1.4.100.1.52
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpTotCrSess 1.3.6.1.4.1.32620.1.1.4.100.1.53
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0CrSessT 1.3.6.1.4.1.32620.1.1.4.100.1.54
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV1CrSessT 1.3.6.1.4.1.32620.1.1.4.100.1.55
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV2CrSessT 1.3.6.1.4.1.32620.1.1.4.100.1.56
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpTotCrSessT 1.3.6.1.4.1.32620.1.1.4.100.1.57
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotGtpV0DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.58
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV1DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.59
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV2DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.60
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpTotDelSess 1.3.6.1.4.1.32620.1.1.4.100.1.61
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV0DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.62
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV1DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.63
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV2DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.64
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpTotDelSess 1.3.6.1.4.1.32620.1.1.4.100.1.65
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV0DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.66
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV1DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.67
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV2DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.68
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpTotDelSess 1.3.6.1.4.1.32620.1.1.4.100.1.69
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.70
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV1DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.71
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV2DelSess 1.3.6.1.4.1.32620.1.1.4.100.1.72
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpTotDelSess 1.3.6.1.4.1.32620.1.1.4.100.1.73
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0DelSessT 1.3.6.1.4.1.32620.1.1.4.100.1.74
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV1DelSessT 1.3.6.1.4.1.32620.1.1.4.100.1.75
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV2DelSessT 1.3.6.1.4.1.32620.1.1.4.100.1.76
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpTotDelSessT 1.3.6.1.4.1.32620.1.1.4.100.1.77
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrAvgGtpV0Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.78
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV1Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.79
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV2Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.80
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpTotBearers 1.3.6.1.4.1.32620.1.1.4.100.1.81
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV0Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.82
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV1Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.83
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV2Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.84
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpTotBearers 1.3.6.1.4.1.32620.1.1.4.100.1.85
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.86
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV1Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.87
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV2Bearers 1.3.6.1.4.1.32620.1.1.4.100.1.88
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpTotBearers 1.3.6.1.4.1.32620.1.1.4.100.1.89
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0BearersT 1.3.6.1.4.1.32620.1.1.4.100.1.90
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV1BearersT 1.3.6.1.4.1.32620.1.1.4.100.1.91
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV2BearersT 1.3.6.1.4.1.32620.1.1.4.100.1.92
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpTotBearersT 1.3.6.1.4.1.32620.1.1.4.100.1.93
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrAvgGtpV0Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.94
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV1Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.95
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV2Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.96
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpTotPkts 1.3.6.1.4.1.32620.1.1.4.100.1.97
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV0Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.98
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV1Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.99
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV2Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.100
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpTotPkts 1.3.6.1.4.1.32620.1.1.4.100.1.101
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV1Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.102
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV0Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.103
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV2Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.104
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpTotPkts 1.3.6.1.4.1.32620.1.1.4.100.1.105
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.106
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV1Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.107
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV2Pkts 1.3.6.1.4.1.32620.1.1.4.100.1.108
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpTotPkts 1.3.6.1.4.1.32620.1.1.4.100.1.109
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0PktsT 1.3.6.1.4.1.32620.1.1.4.100.1.110
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV1PktsT 1.3.6.1.4.1.32620.1.1.4.100.1.111
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV2PktsT 1.3.6.1.4.1.32620.1.1.4.100.1.112
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpTotPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.113
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotGtpV0ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.114
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV1ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.115
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpV2ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.116
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpTotToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.117
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV0ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.118
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV1ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.119
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpV2ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.120
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpTotToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.121
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV0ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.122
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV1ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.123
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpV2ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.124
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpTotToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.125
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.126
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV1ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.127
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV2ToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.128
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpTotToutSess 1.3.6.1.4.1.32620.1.1.4.100.1.129
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpV0ToutSessT 1.3.6.1.4.1.32620.1.1.4.100.1.130
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV1ToutSessT 1.3.6.1.4.1.32620.1.1.4.100.1.131
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpV2ToutSessT 1.3.6.1.4.1.32620.1.1.4.100.1.132
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpTotToutSessT 1.3.6.1.4.1.32620.1.1.4.100.1.133
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrAvgGtpCPkts 1.3.6.1.4.1.32620.1.1.4.100.1.134
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgGtpUPkts 1.3.6.1.4.1.32620.1.1.4.100.1.135
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgDiameterPkts 1.3.6.1.4.1.32620.1.1.4.100.1.136
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgDnsPkts 1.3.6.1.4.1.32620.1.1.4.100.1.137
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgRadiusPkts 1.3.6.1.4.1.32620.1.1.4.100.1.138
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgNonGtpPkts 1.3.6.1.4.1.32620.1.1.4.100.1.139
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpCPkts 1.3.6.1.4.1.32620.1.1.4.100.1.140
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGtpUPkts 1.3.6.1.4.1.32620.1.1.4.100.1.141
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurDiameterPkts 1.3.6.1.4.1.32620.1.1.4.100.1.142
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurDnsPkts 1.3.6.1.4.1.32620.1.1.4.100.1.143
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurRadiusPkts 1.3.6.1.4.1.32620.1.1.4.100.1.144
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurNonGtpPkts 1.3.6.1.4.1.32620.1.1.4.100.1.145
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpCPkts 1.3.6.1.4.1.32620.1.1.4.100.1.146
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpUPkts 1.3.6.1.4.1.32620.1.1.4.100.1.147
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkDiameterPkts 1.3.6.1.4.1.32620.1.1.4.100.1.148
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkDnsPkts 1.3.6.1.4.1.32620.1.1.4.100.1.149
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkRadiusPkts 1.3.6.1.4.1.32620.1.1.4.100.1.150
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkNonGtpPkts 1.3.6.1.4.1.32620.1.1.4.100.1.151
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGtpCPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.152
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkGtpUPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.153
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkDiameterPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.154
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkDnsPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.155
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkRadiusPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.156
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrPkNonGtpPktsT 1.3.6.1.4.1.32620.1.1.4.100.1.157
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotGtpCPkts 1.3.6.1.4.1.32620.1.1.4.100.1.158
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGtpUPkts 1.3.6.1.4.1.32620.1.1.4.100.1.159
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotDiameterPkts 1.3.6.1.4.1.32620.1.1.4.100.1.160
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotDnsPkts 1.3.6.1.4.1.32620.1.1.4.100.1.161
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotRadiusPkts 1.3.6.1.4.1.32620.1.1.4.100.1.162
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotNonGtpPkts 1.3.6.1.4.1.32620.1.1.4.100.1.163
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrTotGscDropPkts 1.3.6.1.4.1.32620.1.1.4.100.1.164
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGscSessLoad 1.3.6.1.4.1.32620.1.1.4.100.1.165
The percentage of sessions table bandwidth utilized in the current (most recent) sampling period by network port group filter receive (incoming) traffic. As the load nears 100% new sessions might not fit in the table and could be sent to the non-session pool.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrAvgGscSessLoad 1.3.6.1.4.1.32620.1.1.4.100.1.166
The percentage of sessions table bandwidth utilized in the current (most recent) sampling period by network port group filter receive (incoming) traffic. As the load nears 100% new sessions might not fit in the table and could be sent to the non-session pool.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakGscSessLoad 1.3.6.1.4.1.32620.1.1.4.100.1.167
The peak percentage of sessions table bandwidth utilized in the in any sampling period since anueFilterStatsResetTime by network port group filter receive (incoming) traffic. As the load nears 100% new sessions might not fit in the table and could be sent to the non-session pool.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakGscSessLoadT 1.3.6.1.4.1.32620.1.1.4.100.1.168
The date and time of the PeakGscSessLoad event.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrCurNetwElemLoad 1.3.6.1.4.1.32620.1.1.4.100.1.169
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakNetwElemLoad 1.3.6.1.4.1.32620.1.1.4.100.1.170
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakNetwElemLoadT 1.3.6.1.4.1.32620.1.1.4.100.1.171
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrCurReqRespLoad 1.3.6.1.4.1.32620.1.1.4.100.1.172
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakReqRespLoad 1.3.6.1.4.1.32620.1.1.4.100.1.173
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakReqRespLoadT 1.3.6.1.4.1.32620.1.1.4.100.1.174
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrCurFragLoad 1.3.6.1.4.1.32620.1.1.4.100.1.175
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakFragLoad 1.3.6.1.4.1.32620.1.1.4.100.1.176
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

anueGscNWFltrPeakFragLoadT 1.3.6.1.4.1.32620.1.1.4.100.1.177
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrAvgGscUnassignedSess 1.3.6.1.4.1.32620.1.1.4.100.1.178
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurGscUnassignedSess 1.3.6.1.4.1.32620.1.1.4.100.1.179
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGscUnassignedSess 1.3.6.1.4.1.32620.1.1.4.100.1.180
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkGscUnassignedSessT 1.3.6.1.4.1.32620.1.1.4.100.1.181
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotGscUnassignedSess 1.3.6.1.4.1.32620.1.1.4.100.1.182
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgUnprocReq 1.3.6.1.4.1.32620.1.1.4.100.1.183
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurUnprocReq 1.3.6.1.4.1.32620.1.1.4.100.1.184
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkUnprocReq 1.3.6.1.4.1.32620.1.1.4.100.1.185
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkUnprocReqT 1.3.6.1.4.1.32620.1.1.4.100.1.186
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotUnprocReq 1.3.6.1.4.1.32620.1.1.4.100.1.187
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgTdOutReq 1.3.6.1.4.1.32620.1.1.4.100.1.188
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurTdOutReq 1.3.6.1.4.1.32620.1.1.4.100.1.189
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkTdOutReq 1.3.6.1.4.1.32620.1.1.4.100.1.190
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkTdOutReqT 1.3.6.1.4.1.32620.1.1.4.100.1.191
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotTdOutReq 1.3.6.1.4.1.32620.1.1.4.100.1.192
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrAvgUnmatchedResp 1.3.6.1.4.1.32620.1.1.4.100.1.193
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrCurUnmatchedResp 1.3.6.1.4.1.32620.1.1.4.100.1.194
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkUnmatchedResp 1.3.6.1.4.1.32620.1.1.4.100.1.195
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrPkUnmatchedRespT 1.3.6.1.4.1.32620.1.1.4.100.1.196
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscNWFltrTotUnmatchedResp 1.3.6.1.4.1.32620.1.1.4.100.1.197
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrOverloadErrCode 1.3.6.1.4.1.32620.1.1.4.100.1.198
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscNWFltrOverloadT 1.3.6.1.4.1.32620.1.1.4.100.1.199
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoStageGscToolFilterTable 1.3.6.1.4.1.32620.1.1.4.101
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoStageGscToolFilterEntry

anueNtoStageGscToolFilterEntry 1.3.6.1.4.1.32620.1.1.4.101.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoStageGscToolFilterEntry  

anueNtoStageGscToolFilterType 1.3.6.1.4.1.32620.1.1.4.101.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueNtoStageGscToolFilterNumber 1.3.6.1.4.1.32620.1.1.4.101.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueNtoStageGscToolFilterFeature 1.3.6.1.4.1.32620.1.1.4.101.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  AnueStageType  

anueGscTFltrCurGtpV0ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurGtpV1ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurGtpV2ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurGtpTotActSess 1.3.6.1.4.1.32620.1.1.4.101.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgGtpV0ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgGtpV1ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgGtpV2ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgGtpTotActSess 1.3.6.1.4.1.32620.1.1.4.101.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpV0ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpV1ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.13
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpV2ActSess 1.3.6.1.4.1.32620.1.1.4.101.1.14
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpTotActSess 1.3.6.1.4.1.32620.1.1.4.101.1.15
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpV0ActSessT 1.3.6.1.4.1.32620.1.1.4.101.1.16
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakGtpV1ActSessT 1.3.6.1.4.1.32620.1.1.4.101.1.17
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakGtpV2ActSessT 1.3.6.1.4.1.32620.1.1.4.101.1.18
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakGtpTotActSessT 1.3.6.1.4.1.32620.1.1.4.101.1.19
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrAvgGtpCPkts 1.3.6.1.4.1.32620.1.1.4.101.1.20
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgGtpUPkts 1.3.6.1.4.1.32620.1.1.4.101.1.21
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgDiameterPkts 1.3.6.1.4.1.32620.1.1.4.101.1.22
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgDnsPkts 1.3.6.1.4.1.32620.1.1.4.101.1.23
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrAvgRadiusPkts 1.3.6.1.4.1.32620.1.1.4.101.1.24
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpCPkts 1.3.6.1.4.1.32620.1.1.4.101.1.25
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpUPkts 1.3.6.1.4.1.32620.1.1.4.101.1.26
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakDiameterPkts 1.3.6.1.4.1.32620.1.1.4.101.1.27
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakDnsPkts 1.3.6.1.4.1.32620.1.1.4.101.1.28
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakRadiusPkts 1.3.6.1.4.1.32620.1.1.4.101.1.29
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrPeakGtpCPktsT 1.3.6.1.4.1.32620.1.1.4.101.1.30
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakGtpUPktsT 1.3.6.1.4.1.32620.1.1.4.101.1.31
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakDiameterPktsT 1.3.6.1.4.1.32620.1.1.4.101.1.32
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakDnsPktsT 1.3.6.1.4.1.32620.1.1.4.101.1.33
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrPeakRadiusPktsT 1.3.6.1.4.1.32620.1.1.4.101.1.34
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscTFltrTotGtpCPkts 1.3.6.1.4.1.32620.1.1.4.101.1.35
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrTotGtpUPkts 1.3.6.1.4.1.32620.1.1.4.101.1.36
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrTotDiameterPkts 1.3.6.1.4.1.32620.1.1.4.101.1.37
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrTotDnsPkts 1.3.6.1.4.1.32620.1.1.4.101.1.38
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrTotRadiusPkts 1.3.6.1.4.1.32620.1.1.4.101.1.39
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurGtpCPkts 1.3.6.1.4.1.32620.1.1.4.101.1.40
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurGtpUPkts 1.3.6.1.4.1.32620.1.1.4.101.1.41
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurDiameterPkts 1.3.6.1.4.1.32620.1.1.4.101.1.42
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurDnsPkts 1.3.6.1.4.1.32620.1.1.4.101.1.43
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueGscTFltrCurRadiusPkts 1.3.6.1.4.1.32620.1.1.4.101.1.44
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueNtoPayload 1.3.6.1.4.1.32620.1.1.5
OBJECT IDENTIFIER    

anueNtoEventMonData 1.3.6.1.4.1.32620.1.1.5.1
OBJECT IDENTIFIER    

anueNtoEventMonDataDateAndTime 1.3.6.1.4.1.32620.1.1.5.1.1
The date and time at which this notification occurred.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

anueNtoEventMonDataTriggerCause 1.3.6.1.4.1.32620.1.1.5.1.2
The cause of this notification, including both the statistic being monitored (e.g., port utilization) and the triggering entity (e.g., filter, port group) whose value crossed the predefined threshold. The statistic being monitored is specified as a table column OID. The triggering entity is specified by the indices of that OID. Example: anueFilterCurHCUtil.anueFilterTypeToolPort.4
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OBJECT IDENTIFIER  

anueNtoEventMonDataTriggerValue 1.3.6.1.4.1.32620.1.1.5.1.3
The value of the statistic being monitored that crossed the predefined threshold. Depending on smoothing options defined in the event monitor, this value may be blended with other samples.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

anueNtoEventMonDataDirection 1.3.6.1.4.1.32620.1.1.5.1.4
The direction (up or down) in which the statistic being monitored crossed the predefined threshold.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AnueThresholdCrossing  

anueNtoEventMonDataStatName 1.3.6.1.4.1.32620.1.1.5.1.5
A human-readable string containing the name of the statistic being monitored. Example: TP_TOTAL_DROP_COUNT_PACKETS
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

anueNtoEventMonDataEntityName 1.3.6.1.4.1.32620.1.1.5.1.6
A human-readable string containing the name of the triggering entity. Example: P04
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

anueNtoEventMonDataNotSent 1.3.6.1.4.1.32620.1.1.5.1.7
The number of notifications not sent for this event monitor because of the configured minimum time interval between event actions.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Counter32  

anueNtoEventMonDataTriggerDescr 1.3.6.1.4.1.32620.1.1.5.1.8
A human-readable string describing the cause of this notification. This is used only when there is no OID available for this purpose.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

anueNtoEventMonDataThreshold 1.3.6.1.4.1.32620.1.1.5.1.11
The threshold value defined in the event monitor that causes this event to trigger.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CounterBasedGauge64  

anueNtoEventMonDataInterval 1.3.6.1.4.1.32620.1.1.5.1.12
The minimum time (in seconds) that must elapse between event actions for this monitor.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

anueNtoEventMonDataWindowSize 1.3.6.1.4.1.32620.1.1.5.1.13
On the 7300 platform it represents the duration (in seconds)of the time window over which the value being monitored is calculated. On the 5200 platform it represents the duration (in statistics polling intervals) of the time window over which the value being monitored is calculated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

anueNtoEventMonDataWindowCount 1.3.6.1.4.1.32620.1.1.5.1.14
The number of consecutive time windows for which a monitored value must stay across a specified threshold in order for an action to be triggered.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

anueNtoEventTestData 1.3.6.1.4.1.32620.1.1.5.2
OBJECT IDENTIFIER    

anueNtoEventTestTime 1.3.6.1.4.1.32620.1.1.5.2.1
The time when test notification was generated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueNtoEventTestMessage 1.3.6.1.4.1.32620.1.1.5.2.2
The message can be 'Anue Test Alarm' or 'Clear Anue Test Alarm'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueMemberActionData 1.3.6.1.4.1.32620.1.1.5.3
OBJECT IDENTIFIER    

anueMemberActionDataMemberName 1.3.6.1.4.1.32620.1.1.5.3.1
The name of union member involved in action.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueMemberActionDataType 1.3.6.1.4.1.32620.1.1.5.3.2
The union member action type that occurred.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AnueNtoUnionMemberActionType  

anueNtoCapture 1.3.6.1.4.1.32620.1.1.6
OBJECT IDENTIFIER    

anueNtoCaptureTable 1.3.6.1.4.1.32620.1.1.6.1
A list of capture entries. This table contains the available capture resources
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoCaptureEntry

anueNtoCaptureEntry 1.3.6.1.4.1.32620.1.1.6.1.1
An entry containing additional information about an capture port on Anue NTO devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoCaptureEntry  

anueCaptureNumber 1.3.6.1.4.1.32620.1.1.6.1.1.1
Capture number is a number which identifies a capture port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueCaptureDefaultName 1.3.6.1.4.1.32620.1.1.6.1.1.2
Capture default name is the system assigned name for a capture entry. These names are displayed in various locations in the NTO Control Panel. A capture resource's default name begins with the letter 'L' followed by the first unused number starting with 1. The first capture resource is L1-CAP, followed by L2-CAP and so on. The default name for capture resource is platform dependent.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueCaptureName 1.3.6.1.4.1.32620.1.1.6.1.1.3
Capture name is the user entered capture resource's name. The capture name defaults to anueCaptureDefaultName if the user hasn't entered the name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueCaptureDesc 1.3.6.1.4.1.32620.1.1.6.1.1.4
This is the user entered capture resource description. The object value is an empty string (Null) if there is no user entered description.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueCaptureStatus 1.3.6.1.4.1.32620.1.1.6.1.1.5
Status of this capture resource.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueCaptureStatusIdleEmpty(1), anueCaptureStatusStartedEmpty(2), anueCaptureStatusStartedWithData(3), anueCaptureStatusStartedTriggered(4), anueCaptureStatusIdleWithData(5), anueCaptureStatusUnassigned(6), anueCaptureStatusPlaybackStopped(7), anueCaptureStatusPlaybackStarted(8), anueCaptureStatusOffline(9), anueCaptureStatusError(10)  

anueCaptureBufferSize 1.3.6.1.4.1.32620.1.1.6.1.1.6
Size in MB of the maximum buffer size.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

anueCaptureBufferType 1.3.6.1.4.1.32620.1.1.6.1.1.7
The type of buffer used
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueCaptureBufferTypeStopOnBufferFull(1), anueCaptureBufferTypeCircular(2)  

anueCaptureTriggerMode 1.3.6.1.4.1.32620.1.1.6.1.1.8
The type of trigger
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueCaptureTriggerModeManual(1), anueCaptureTrigerModeTriggered(2)  

anueCaptureTriggerPosition 1.3.6.1.4.1.32620.1.1.6.1.1.9
Trigger position percentage
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

anueCaptureFillBufferToTrigger 1.3.6.1.4.1.32620.1.1.6.1.1.10
Tells if to fill the buffer before the trigger
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueCaptureEnableTrailerStripping 1.3.6.1.4.1.32620.1.1.6.1.1.11
The type of trailer stripping
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueCaptureEnableTrailerStrippingDisabled(1), anueCaptureEnableTrailerStrippingPreserveAndTimeStamp(2), anueCaptureEnableTrailerStrippingLocalTime(3)  

anueCaptureTriggerCriteria 1.3.6.1.4.1.32620.1.1.6.1.1.12
A textual representation of the trigger criteria configured for the capture resource.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueCaptureConnection 1.3.6.1.4.1.32620.1.1.6.1.1.13
The port or dynamic filter OID to which this capture is connected to.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

anueNtoCaptureStatsTable 1.3.6.1.4.1.32620.1.1.6.2
A list of capture stats entries. This table contains statistics for each capture resource available
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoCaptureStatsEntry

anueNtoCaptureStatsEntry 1.3.6.1.4.1.32620.1.1.6.2.1
An entry containing additional information about capture statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoCaptureStatsEntry  

anueCaptureTransBytesTotal 1.3.6.1.4.1.32620.1.1.6.2.1.1
Transmitted(To-Capture) Bytes Total
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransBytesCur 1.3.6.1.4.1.32620.1.1.6.2.1.2
Transmitted(To-Capture) Cur Bits/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransBytesAvg 1.3.6.1.4.1.32620.1.1.6.2.1.3
Transmitted(To-Capture) Avg Bits/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransBytesPeak 1.3.6.1.4.1.32620.1.1.6.2.1.4
Transmitted(To-Capture) Peak Bits/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransBytesPeakTime 1.3.6.1.4.1.32620.1.1.6.2.1.5
Transmitted(To-Capture) Returns the time at which a peak Tx rate was observed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueCaptureTransBytesTimeSincePeak 1.3.6.1.4.1.32620.1.1.6.2.1.6
Transmitted(To-Capture) Returns the number of milliseconds since a Tx peak rate was observed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransPktsTotal 1.3.6.1.4.1.32620.1.1.6.2.1.7
Transmitted(To-Capture) Pkts Total
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransPktsCur 1.3.6.1.4.1.32620.1.1.6.2.1.8
Transmitted(To-Capture) Cur Pkts/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransPktsAvg 1.3.6.1.4.1.32620.1.1.6.2.1.9
Transmitted(To-Capture) Avg Pkts/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransPktsPeak 1.3.6.1.4.1.32620.1.1.6.2.1.10
Transmitted(To-Capture) Peak Pkts/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTransPktsPeakTime 1.3.6.1.4.1.32620.1.1.6.2.1.11
Transmitted(To-Capture) Returns the time at which a peak Tx rate was observed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueCaptureTransPktsTimeSincePeak 1.3.6.1.4.1.32620.1.1.6.2.1.12
Transmitted(To-Capture) Returns the number of milliseconds since a Tx peak rate was observed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureDropPktsTotal 1.3.6.1.4.1.32620.1.1.6.2.1.13
Dropped(Pre-Capture) Pkts Total
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureDropPktsCur 1.3.6.1.4.1.32620.1.1.6.2.1.14
Dropped(Pre-Capture) Cur Pkts/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureDropPktsAvg 1.3.6.1.4.1.32620.1.1.6.2.1.15
Dropped(Pre-Capture) Avg Pkts/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureDropPktsPeak 1.3.6.1.4.1.32620.1.1.6.2.1.16
Dropped(Pre-Capture) Peak Pkts/Sec
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureDropPktsPeakTime 1.3.6.1.4.1.32620.1.1.6.2.1.17
Dropped(Pre-Capture) Returns the time at which a peak Dx rate was observed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueCaptureDropPktsTimeSincePeak 1.3.6.1.4.1.32620.1.1.6.2.1.18
Dropped(Pre-Capture) Returns the number of milliseconds since a Dx peak rate was observed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureBufferUtilizationPerc 1.3.6.1.4.1.32620.1.1.6.2.1.19
Buffer utilization percent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureTimeSinceReset 1.3.6.1.4.1.32620.1.1.6.2.1.20
Time in milliseconds since the last reset for this capture resource.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

anueCaptureResetById 1.3.6.1.4.1.32620.1.1.6.2.1.21
User Id who did the last stats reset.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueNtoResource 1.3.6.1.4.1.32620.1.1.7
OBJECT IDENTIFIER    

anueNtoResourceTable 1.3.6.1.4.1.32620.1.1.7.1
A list of Resource entries. This table contains the available resources
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueNtoResourceEntry

anueNtoResourceEntry 1.3.6.1.4.1.32620.1.1.7.1.1
An entry containing additional information about a resource on Anue NTO devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueNtoResourceEntry  

anueResourceFilterType 1.3.6.1.4.1.32620.1.1.7.1.1.1
Partial index identifying the filter entry in the anueNtoResourceTable to which this stage is subordinate.
Status: current Access: read-only
OBJECT-TYPE    
  AnueFilterTypeDT  

anueResourceNumber 1.3.6.1.4.1.32620.1.1.7.1.1.2
Resource number is a number which identifies a resource port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueResourceDefaultName 1.3.6.1.4.1.32620.1.1.7.1.1.3
Resource default name is the system assigned name for a resource entry. These names are displayed in various locations in the NTO Control Panel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueResourceName 1.3.6.1.4.1.32620.1.1.7.1.1.4
Resource name is the user entered resource's name. The resource name defaults to anueResourceDefaultName if the user hasn't entered the name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueResourceDesc 1.3.6.1.4.1.32620.1.1.7.1.1.5
This is the user entered resource description. The object value is an empty string (Null) if there is no user entered description.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueResourceStatus 1.3.6.1.4.1.32620.1.1.7.1.1.6
Status of this resource.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anueResourceStatusInitializing(1), anueResourceStatusUpgrading(2), anueResourceStatusInitializationFailed(3), anueResourceStatusNotPresent(4), anueResourceStatusReady(5), anueResourceStatusNotLicensed(6)  

anueGscObjects 1.3.6.1.4.1.32620.1.2
OBJECT IDENTIFIER    

anueGscSystem 1.3.6.1.4.1.32620.1.2.1
OBJECT IDENTIFIER    

anueGscLastCriticalFailure 1.3.6.1.4.1.32620.1.2.1.9
OBJECT IDENTIFIER    

anueCriticalFailureDateAndTime 1.3.6.1.4.1.32620.1.2.1.9.1
The date and time at which this notice occurred.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueCriticalFailureType 1.3.6.1.4.1.32620.1.2.1.9.2
The type of the last GSC critical failure notice.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueGscData 1.3.6.1.4.1.32620.1.2.6
OBJECT IDENTIFIER    

anueGscPortProbeTable 1.3.6.1.4.1.32620.1.2.6.1
Table of entries holding the conection between ports and the GSC probes to which they belong.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueGscPortProbeEntry

anueGscPortProbeEntry 1.3.6.1.4.1.32620.1.2.6.1.1
Each port that belongs to a probe is represented by a row in the anueGscPortProbeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueGscPortProbeEntry  

anueGscPortIfIndex 1.3.6.1.4.1.32620.1.2.6.1.1.2
The port ifIndex. More information about the port can be found under the same index in the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

anueGscPortProbeId 1.3.6.1.4.1.32620.1.2.6.1.1.3
The id of the Probe to which this port belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueGscProbeTable 1.3.6.1.4.1.32620.1.2.6.2
Table of entries holding details for GSC Probes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnueGscProbeEntry

anueGscProbeEntry 1.3.6.1.4.1.32620.1.2.6.2.1
Each GSC Probe is represented by a row in the anueGscProbeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AnueGscProbeEntry  

anueGscProbeId 1.3.6.1.4.1.32620.1.2.6.2.1.1
The probe id.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueGscProbePgIfIndex 1.3.6.1.4.1.32620.1.2.6.2.1.2
The ifIndex of the Port Group to which this probes belongs to. This conects the anueGscProbeTable to the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

anueGscProbeName 1.3.6.1.4.1.32620.1.2.6.2.1.3
The name of the Probe.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueGscProbeIp 1.3.6.1.4.1.32620.1.2.6.2.1.4
The IP address of the probe.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

anueGscProbeIsActive 1.3.6.1.4.1.32620.1.2.6.2.1.5
The state of the probe. This has a value of TRUE if the probe is active or FALSE if the probe has failed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueGscProbeIsRedundant 1.3.6.1.4.1.32620.1.2.6.2.1.6
This indicates if the probe is marked as redundant.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

anueGscProbeLastRxHeartbeatTime 1.3.6.1.4.1.32620.1.2.6.2.1.7
The date and time of the last received heartbeat for the probe.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscProbeLastRxFailMsgTime 1.3.6.1.4.1.32620.1.2.6.2.1.8
The date and time of the last received failed message for the probe (if such a message was sent).
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscProbeFailoverId 1.3.6.1.4.1.32620.1.2.6.2.1.9
The id of the probe to which the traffic was redirected in case this probe has failed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueGscPayload 1.3.6.1.4.1.32620.1.2.7
OBJECT IDENTIFIER    

anueGscEventFailedProbeData 1.3.6.1.4.1.32620.1.2.7.1
OBJECT IDENTIFIER    

anueGscEvFailedPbDateAndTime 1.3.6.1.4.1.32620.1.2.7.1.1
The date and time at which this notification occurred.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscEvFailedPbId 1.3.6.1.4.1.32620.1.2.7.1.2
The ID of the GSC probe that has failed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueGscEvFailedPbName 1.3.6.1.4.1.32620.1.2.7.1.3
The name of the GSC probe that has failed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueGscEvFailedPbIP 1.3.6.1.4.1.32620.1.2.7.1.4
The IP address of the GSC probe that has failed.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

anueGscEvFailedPbPortList 1.3.6.1.4.1.32620.1.2.7.1.5
The ports that are part of the GSC probe that has failed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueGscEvFailedPbLastRxHeartbeat 1.3.6.1.4.1.32620.1.2.7.1.6
The date and time of the last received heartbeat for the GSC probe that has failed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscEvFailedPbLastRxFailMsg 1.3.6.1.4.1.32620.1.2.7.1.7
The date and time of the last received fail message for the GSC probe that has failed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

anueGscEvFailoverPbId 1.3.6.1.4.1.32620.1.2.7.1.8
The GSC redundant probes ID to which the traffic was failed over, if such a probe exists.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

anueGscEvFailoverPbName 1.3.6.1.4.1.32620.1.2.7.1.9
The GSC redundant probes name to which the traffic was failed over, if such a probe exists.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueGscEvFailoverPbIP 1.3.6.1.4.1.32620.1.2.7.1.10
The GSC redundant probes IP address to which the traffic was failed over, if such a probe exists.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

anueGscEvFailoverPbPortList 1.3.6.1.4.1.32620.1.2.7.1.11
The ports that belong to the GSC redundant probe to which the traffic was failed over, if such a probe exists.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

anueEvents 1.3.6.1.4.1.32620.2
OBJECT IDENTIFIER    

anueNtoEvents 1.3.6.1.4.1.32620.2.1
OBJECT IDENTIFIER    

anueSnmpAuthenticationFailure 1.3.6.1.4.1.32620.2.1.1
The Anue version of AuenticationFailure notification provides extra information about improperly authenticated PDUs when compared with the RFC 3418 AuenticationFailure notification. It includes username (or community string), message security model, source ip address, and type (ipv4 or ipv6). The RFC 3418 notification does not include the Source IP address of the offending host, so the notification recipient cannot determine the source of the invalid SNMP.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueClientLoginFailure 1.3.6.1.4.1.32620.2.1.2
The Anue client login failure notification signifies that a user's login attempt failed due to improper authentication. The client login failure notification occurs when an invalid user name or password is entered by an Anue client.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventMonStatInvalidCount 1.3.6.1.4.1.32620.2.1.3
A notification from the Anue NTO event monitor subsystem. This notification type indicates that an invalid packet counter value being monitored exceeded a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventMonStatDropCount 1.3.6.1.4.1.32620.2.1.4
A notification from the Anue NTO event monitor subsystem. This notification type indicates that a dropped packet counter value being monitored exceeded a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventMonStatRxUtilization 1.3.6.1.4.1.32620.2.1.5
A notification from the Anue NTO event monitor subsystem. This notification type indicates that a receive utilization value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventMonStatTxUtilization 1.3.6.1.4.1.32620.2.1.6
A notification from the Anue NTO event monitor subsystem. This notification type indicates that a transmit utilization value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventTest 1.3.6.1.4.1.32620.2.1.7
On-demand notification type generated at user's request to validate the SNMP configuration on the agent and SNMP management system.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventUnionMemberAction 1.3.6.1.4.1.32620.2.1.8
This notification type indicates that a union member action has occurred.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueNtoEventMonStatLoadDistribution 1.3.6.1.4.1.32620.2.1.9
A notification from the Anue NTO event monitor subsystem. This notification type indicates that a tool port is not load balanced in comparison with the other tool ports that have the GTP-U option enabled. This indicated that the received data rate on the tool port has crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEvents 1.3.6.1.4.1.32620.2.2
OBJECT IDENTIFIER    

anueGscEventMonStatOverflowPkts 1.3.6.1.4.1.32620.2.2.1
A notification from the Anue GSC event monitor subsystem. This notification type indicates that the total number of packets dropped on a network port due to a full ingress buffer crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatControlPlanePktRate 1.3.6.1.4.1.32620.2.2.2
A notification from the Anue GSC event monitor subsystem. This notification type indicates that the GTP-C packets rate value being monitored exceeded a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatExcessSessions 1.3.6.1.4.1.32620.2.2.3
A notification from the Anue GSC event monitor subsystem. This notification type indicates that the excess sessions value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatIngressPktDrops 1.3.6.1.4.1.32620.2.2.4
A notification from the Anue GSC event monitor subsystem. This notification type indicates that an ingress packets dropped value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatSessionsTableLoad 1.3.6.1.4.1.32620.2.2.5
A notification from the Anue GSC event monitor subsystem. This notification type indicates that a sessions table load value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatNetworkElemLoad 1.3.6.1.4.1.32620.2.2.6
A notification from the Anue GSC event monitor subsystem. This notification type indicates that a network element load value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatReqRespLoad 1.3.6.1.4.1.32620.2.2.7
A notification from the Anue GSC event monitor subsystem. This notification type indicates that a request response load value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscEventMonStatFragmentationLoad 1.3.6.1.4.1.32620.2.2.8
A notification from the Anue GSC event monitor subsystem. This notification type indicates that a fragmentation load value being monitored crossed a predefined threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscCriticalFailure 1.3.6.1.4.1.32620.2.2.9
The Anue GSC critical failure notification provides information about the appearance of a non-recoverable error. This error requires the GSC to be restarted and restored.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueGscProbeFailure 1.3.6.1.4.1.32620.2.2.10
This notification provides information about the failure of a GSC probe.
Status: current Access: read-only
NOTIFICATION-TYPE    

anueConformance 1.3.6.1.4.1.32620.3
OBJECT IDENTIFIER    

anueNtoConformance 1.3.6.1.4.1.32620.3.1
OBJECT IDENTIFIER    

anueGroups 1.3.6.1.4.1.32620.3.1.1
OBJECT IDENTIFIER    

anueNtoGroups 1.3.6.1.4.1.32620.3.1.1.1
OBJECT IDENTIFIER    

anueNtoSystemGroup 1.3.6.1.4.1.32620.3.1.1.1.1
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

anueNtoIfExtGroup 1.3.6.1.4.1.32620.3.1.1.1.2
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

anueNtoFilterGroup 1.3.6.1.4.1.32620.3.1.1.1.3
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

anueNtoPayloadGroup 1.3.6.1.4.1.32620.3.1.1.1.4
Notification payload objects
Status: current Access: read-only
OBJECT-GROUP    

anueNtoCaptureGroup 1.3.6.1.4.1.32620.3.1.1.1.5
Capture resource objects
Status: current Access: read-only
OBJECT-GROUP    

anueNtoCaptureStatsGroup 1.3.6.1.4.1.32620.3.1.1.1.6
Capture resource stats objects
Status: current Access: read-only
OBJECT-GROUP    

anueNtoEventGroup 1.3.6.1.4.1.32620.3.1.1.1.7
Tok_String
Status: current Access: read-only
NOTIFICATION-GROUP    

anueNtoStageGroup 1.3.6.1.4.1.32620.3.1.1.1.8
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

anueNtoResourceGroup 1.3.6.1.4.1.32620.3.1.1.1.9
Resource objects
Status: current Access: read-only
OBJECT-GROUP    

anueGscGroups 1.3.6.1.4.1.32620.3.1.1.2
OBJECT IDENTIFIER    

anueGscEventGroup 1.3.6.1.4.1.32620.3.1.1.2.1
Tok_String
Status: current Access: read-only
NOTIFICATION-GROUP    

anueGscDataGroup 1.3.6.1.4.1.32620.3.1.1.2.2
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

anueGscPayloadGroup 1.3.6.1.4.1.32620.3.1.1.2.3
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

anueCompliances 1.3.6.1.4.1.32620.3.1.2
OBJECT IDENTIFIER    

anueMIBCompliances 1.3.6.1.4.1.32620.3.1.2.2
Tok_String
Status: current Access: read-only
MODULE-COMPLIANCE