TIMETRA-FILTER-MIB

File: TIMETRA-FILTER-MIB.mib (268564 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
TIMETRA-GLOBAL-MIB TIMETRA-TC-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 IpAddress
Counter32 Counter64 Gauge32
TimeTicks Opaque MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
RowStatus MacAddress TruthValue
DisplayString TimeStamp RowPointer
timetraSRMIBModules tmnxSRObjs tmnxSRNotifyPrefix
tmnxSRConfs TmnxAdminState TmnxOperState
TNamedItem TNamedItemOrEmpty Dot1PPriority
IpAddressPrefixLength ServiceAccessPoint TItemDescription
TDSCPNameOrEmpty TDSCPFilterActionValue TIpProtocol
TIpOption TTcpUdpPort TTcpUdpPortOperator
TFrameType TmnxServId TmnxPortID
TmnxEncapVal SdpBindId SvcISID
QTagFullRange QTagFullRangeOrNone TMacFilterType
TmnxVRtrIDOrZero TLNamedItemOrEmpty InetAddressIPv6
InetAddressPrefixLength InetAddressType InetAddress

Defined Types

TFilterID  
the identification number of a filter. 0 indicates an invalid filter-id.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

TIPFilterID  
the identification number of an IP filter.
TEXTUAL-CONVENTION    
  TFilterID  

TIPFilterIdOrEmpty  
the identification number of an IP filter.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..65535  

TMACFilterID  
the identification number of a MAC filter.
TEXTUAL-CONVENTION    
  TFilterID  

TAnyFilterID  
Indicates a filter Id. Any value greater than 65535 indicates a filter that was created by the system. The range 0x0100xxxx (xxxx: 0000 .. FFFF) indicates a filter used for BGP Flow Spec. (the value xxxx indicating the vRtrID where the filter is active.
TEXTUAL-CONVENTION    
  Unsigned32 1..2147483647  

TItemScope  
This textual-convention determines some aspects of an item's behavior regarding creation and use, unused entry garbage collection, and automated promulgation by Element Management System to other systems in the service domain. TItemScope applies to SAP-ingress, SAP-egress, and Network policies, and to IP filters and MAC filters. exclusive: When the scope of an item is defined as exclusive, the item can only be applied once, for example to a single SAP. Attempting to assign the policy to a second SAP is not allowed and will result in an error. If the item is removed from the exclusive SAP, it will become available for assignment to another exclusive SAP. A non-applied exclusive scope policy is a candidate to be removed from the system by a TBD garbage collection command. The system default policies cannot be put into the exclusive scope. An error will be generated if scope exclusive is executed in any policies with a policy-id equal to 1. template: When the scope of an item is defined as template, the item can be applied any number of times. Policies with template scope will not be considered for deletion by a TBD garbage collection command; all items of scope 'template' must be deleted explicitly. The system default policies will always be scope template. An error will occur if a policy-id 1 is attempted to be set to scope exclusive.
TEXTUAL-CONVENTION    
  INTEGER exclusive(1), template(2)  

TItemMatch  
when set to off, the item is not matched. when set to false, packets without the item match the filter. when set to true, packets with the item match the filter.
TEXTUAL-CONVENTION    
  INTEGER off(1), false(2), true(3)  

TEntryIndicator  
Uniquely identifies an entry in a policy or filter table. The value 0 is not a valid entry-id. When used as insertion point the value 0 indicates that entries must be inserted at the very beginning, i.e.before the first entry defined.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

TEntryId  
uniquely identifies an entry in a policy or filter table. to facilitate insertion of entries in the tables, we recommend assigning entry IDs by 10s: 10, 20, 30, etc.
TEXTUAL-CONVENTION    
  TEntryIndicator 1..65535  

TEntryIdOrZero  
uniquely identifies an entry in a policy or filter table. to facilitate insertion of entries in the tables, we recommend assigning entry IDs by 10s: 10, 20, 30, etc. The value 0, means that the object does not refer to a filter entry at this time.
TEXTUAL-CONVENTION    
  TEntryIndicator 0..65535  

TFilterAction  
action to take on the traffic when no filter entry matches. when set to drop(1), packets matching the filter entry are dropped. when set to forward(2), packets matching the filter entry are forwarded. when set to nat(5), packets matching the filter entry are forwarded to the NAT function in the system.
TEXTUAL-CONVENTION    
  INTEGER drop(1), forward(2), httpRedirect(4), nat(5)  

TFilterActionOrDefault  
action to take on the traffic when the filter entry matches. when set to drop(1), packets matching the filter entry are dropped. when set to forward(2), packets matching the filter entry are forwarded. when set to default(3), packets matching the filter entry are dropped. when set to nat(5) packets matching the filter entry are forwarded to the NAT function in the system.
TEXTUAL-CONVENTION    
  INTEGER drop(1), forward(2), default(3), httpRedirect(4), nat(5)  

TFilterLogId  
uniquely identifies an entry in the filter log table. 0 indicates an invalid log-id.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 101..199  

TFilterLogDestination  
determines the location where filtered packets are logged.
TEXTUAL-CONVENTION    
  INTEGER memory(1), syslog(2), file(3)  

TTimeRangeState  
The textual convention TTimeRangeState is used to indicate the state of an object that is controlled by a time range. - timeRangeNotApplic: no time range is applicable for this entry. - timeRangeNotActive: A time range is defined but is not active at this moment. - timeRangeActive. A time range is defined, and is activated successfully. - timeRangeActiveDownloadFailed: A time range is defined and is activated, but the corresponding object could not be installed due to resource problems.
TEXTUAL-CONVENTION    
  INTEGER timeRangeNotApplic(0), timeRangeNotActive(1), timeRangeActive(2), timeRangeActiveDownloadFailed(3)  

TFilterLogSummaryCriterium  
Indicates the field on which log summarisation will be done. - when set to srcAddr, received log packets are summarized based on the src ip/mac-addr - when set to dstAddr, received log packets are summarized based on the dst ip/mac-addr
TEXTUAL-CONVENTION    
  INTEGER srcAddr(0), dstAddr(1)  

TFilterType  
Type of filter.
TEXTUAL-CONVENTION    
  INTEGER fltrtypeselNone(0), fltrtypeselIp(1), fltrtypeselMac(2), fltrtypeselCpm(3), fltrtypeselIpv6(4), fltrtypeselCpm6(5), fltrtypeselCpmMac(6)  

TFilterSubInsSpaceOwner  
Application cacapble of inserting filter entries into an existing filter
TEXTUAL-CONVENTION    
  INTEGER none(0), radius(1), creditControl(2), bgpFlowspec(3), li(4)  

TDHCPFilterID  
the identification number of a DHCP filter.
TEXTUAL-CONVENTION    
  TFilterID  

TDhcpFilterAction  
Action to take on DHCP host creation when the filter entry matches. When set to none(1), host creation proceeds as normal. When set to bypass-host-creation(2), host creation is bypassed. When set to drop(3), the DHCP message is dropped.
TEXTUAL-CONVENTION    
  INTEGER none(1), bypass-host-creation(2), drop(3)  

TDhcpFilterMatch  
Match condition for a DHCP option in a DHCP filter entry When set to present(1) the related DHCP option must be present, when set to absent(2) the related DHCP option must be absent. When set to string(3) the option must (partially) match a specified ASCII string, setting string-exact(4) requires an exact match, setting string-invert(5) requires the option not to (partially) match, setting string-exact-invert(6) requires the option not to match exact. Setting hex(7), hex-exact(8), hex-invert(9) or hex-exact-invert(10) will use a hex octet string for the matching.
TEXTUAL-CONVENTION    
  INTEGER present(1), absent(2), string(3), string-exact(4), string-invert(5), string-exact-invert(6), hex(7), hex-exact(8), hex-invert(9), hex-exact-invert(10)  

TFltrPrefixListType  
The type TFltrPrefixListType enumerates all possible prefix list types.
TEXTUAL-CONVENTION    
  INTEGER ipv4(1), ipv6(2)  

TIPFilterEntry  
SEQUENCE    
  tIPFilterId TAnyFilterID
  tIPFilterRowStatus RowStatus
  tIPFilterScope TItemScope
  tIPFilterDescription TItemDescription
  tIPFilterDefaultAction TFilterAction
  tIPFilterRadiusInsertPt TEntryIdOrZero
  tIPFilterRadiusInsertSize TEntryIdOrZero
  tIPFilterCreditCntrlInsertPt TEntryIdOrZero
  tIPFilterCreditCntrlInsertSize TEntryIdOrZero
  tIPFilterSubInsertHighWmark Integer32
  tIPFilterSubInsertLowWmark Integer32
  tIpFilterCreditCntrlNbrInsertd Unsigned32
  tIpFilterRadiusNbrInsertd Unsigned32
  tIpFilterName TLNamedItemOrEmpty

TIPFilterParamsEntry  
SEQUENCE    
  tIPFilterParamsIndex TEntryId
  tIPFilterParamsRowStatus RowStatus
  tIPFilterParamsLogId TFilterLogId
  tIPFilterParamsDescription TItemDescription
  tIPFilterParamsAction TFilterActionOrDefault
  tIPFilterParamsForwardNH IpAddress
  tIPFilterParamsForwardNHIndirect TruthValue
  tIPFilterParamsRemarkDSCP TDSCPFilterActionValue
  tIPFilterParamsRemarkDSCPMask TDSCPFilterActionValue
  tIPFilterParamsRemarkDot1p Dot1PPriority
  tIPFilterParamsSourceIpAddr IpAddress
  tIPFilterParamsSourceIpMask IpAddressPrefixLength
  tIPFilterParamsDestinationIpAddr IpAddress
  tIPFilterParamsDestinationIpMask IpAddressPrefixLength
  tIPFilterParamsProtocol TIpProtocol
  tIPFilterParamsSourcePortValue1 TTcpUdpPort
  tIPFilterParamsSourcePortValue2 TTcpUdpPort
  tIPFilterParamsSourcePortOperator TTcpUdpPortOperator
  tIPFilterParamsDestPortValue1 TTcpUdpPort
  tIPFilterParamsDestPortValue2 TTcpUdpPort
  tIPFilterParamsDestPortOperator TTcpUdpPortOperator
  tIPFilterParamsDSCP TDSCPNameOrEmpty
  tIPFilterParamsFragment TItemMatch
  tIPFilterParamsOptionPresent TItemMatch
  tIPFilterParamsIpOptionValue TIpOption
  tIPFilterParamsIpOptionMask TIpOption
  tIPFilterParamsMultipleOption TItemMatch
  tIPFilterParamsTcpSyn TItemMatch
  tIPFilterParamsTcpAck TItemMatch
  tIPFilterParamsIcmpCode INTEGER
  tIPFilterParamsIcmpType INTEGER
  tIPFilterParamsCflowdSample TruthValue
  tIPFilterParamsCflowdIfSample TruthValue
  tIPFilterParamsForwardNHInterface DisplayString
  tIPFilterParamsIngressHitCount Counter64
  tIPFilterParamsEgressHitCount Counter64
  tIPFilterParamsLogInstantiated TruthValue
  tIPFilterParamsForwardRedPlcy TNamedItemOrEmpty
  tIPFilterParamsActiveDest IpAddress
  tIPFilterParamsFwdSvcId TmnxServId
  tIPFilterParamsFwdSapPortId TmnxPortID
  tIPFilterParamsFwdSapEncapVal TmnxEncapVal
  tIPFilterParamsFwdSdpBind SdpBindId
  tIPFilterParamsTimeRangeName TNamedItemOrEmpty
  tIPFilterParamsTimeRangeState TTimeRangeState
  tIPFilterParamsRedirectURL DisplayString
  tIPFilterParamsSrcIpFullMask IpAddress
  tIPFilterParamsDestIpFullMask IpAddress
  tIPFilterParamsIngrHitByteCount Counter64
  tIPFilterParamsEgrHitByteCount Counter64
  tIPFilterParamsFwdRtrId TmnxVRtrIDOrZero
  tIPFilterParamsSrcRouteOption TItemMatch
  tIPFilterParamsSrcIpPrefixList TNamedItemOrEmpty
  tIPFilterParamsDstIpPrefixList TNamedItemOrEmpty

TMacFilterEntry  
SEQUENCE    
  tMacFilterId TMACFilterID
  tMacFilterRowStatus RowStatus
  tMacFilterScope TItemScope
  tMacFilterDescription TItemDescription
  tMacFilterDefaultAction TFilterAction
  tMacFilterType TMacFilterType
  tMacFilterName TLNamedItemOrEmpty

TMacFilterParamsEntry  
SEQUENCE    
  tMacFilterParamsIndex TEntryId
  tMacFilterParamsRowStatus RowStatus
  tMacFilterParamsLogId TFilterLogId
  tMacFilterParamsDescription TItemDescription
  tMacFilterParamsAction TFilterActionOrDefault
  tMacFilterParamsFrameType TFrameType
  tMacFilterParamsSrcMAC MacAddress
  tMacFilterParamsSrcMACMask MacAddress
  tMacFilterParamsDstMAC MacAddress
  tMacFilterParamsDstMACMask MacAddress
  tMacFilterParamsDot1pValue Dot1PPriority
  tMacFilterParamsDot1pMask Dot1PPriority
  tMacFilterParamsEtherType INTEGER
  tMacFilterParamsDsap ServiceAccessPoint
  tMacFilterParamsDsapMask ServiceAccessPoint
  tMacFilterParamsSsap ServiceAccessPoint
  tMacFilterParamsSsapMask ServiceAccessPoint
  tMacFilterParamsSnapPid INTEGER
  tMacFilterParamsSnapOui INTEGER
  tMacFilterParamsIngressHitCount Counter64
  tMacFilterParamsEgressHitCount Counter64
  tMacFilterParamsLogInstantiated TruthValue
  tMacFilterParamsFwdSvcId TmnxServId
  tMacFilterParamsFwdSapPortId TmnxPortID
  tMacFilterParamsFwdSapEncapVal TmnxEncapVal
  tMacFilterParamsFwdSdpBind SdpBindId
  tMacFilterParamsTimeRangeName TNamedItemOrEmpty
  tMacFilterParamsTimeRangeState TTimeRangeState
  tMacFilterParamsRedirectURL DisplayString
  tMacFilterParamsIngrHitByteCount Counter64
  tMacFilterParamsEgrHitByteCount Counter64
  tMacFilterParamsLowISID SvcISID
  tMacFilterParamsHighISID SvcISID
  tMacFilterParamsInnerTagValue QTagFullRangeOrNone
  tMacFilterParamsInnerTagMask QTagFullRange
  tMacFilterParamsOuterTagValue QTagFullRangeOrNone
  tMacFilterParamsOuterTagMask QTagFullRange

TFilterLogEntry  
SEQUENCE    
  tFilterLogId TFilterLogId
  tFilterLogRowStatus RowStatus
  tFilterLogDestination TFilterLogDestination
  tFilterLogDescription TItemDescription
  tFilterLogMaxNumEntries Unsigned32
  tFilterLogSysLogId Unsigned32
  tFilterLogFileId Unsigned32
  tFilterLogStopOnFull TruthValue
  tFilterLogEnabled TruthValue
  tFilterLogSummaryEnabled TruthValue
  tFilterLogSummaryCrit1 TFilterLogSummaryCriterium

TFilterRedirectPolicyEntry  
SEQUENCE    
  tFilterRedirectPolicy TNamedItem
  tFilterRPRowStatus RowStatus
  tFilterRPDescription TItemDescription
  tFilterRPAdminState TmnxAdminState
  tFilterRPActiveDest IpAddress

TFilterRedirectDestEntry  
SEQUENCE    
  tFilterRedirectDest IpAddress
  tFilterRDRowStatus RowStatus
  tFilterRDDescription TItemDescription
  tFilterRDAdminPriority Unsigned32
  tFilterRDOperPriority Unsigned32
  tFilterRDAdminState TmnxAdminState
  tFilterRDOperState TmnxOperState

TFilterRedirectSNMPTestEntry  
SEQUENCE    
  tFilterRedirectSNMPTest TNamedItem
  tFilterRSTRowStatus RowStatus
  tFilterRSTOID OBJECT IDENTIFIER
  tFilterRSTCommunity DisplayString
  tFilterRSTSNMPVersion INTEGER
  tFilterRSTInterval Unsigned32
  tFilterRSTTimeout Unsigned32
  tFilterRSTDropCount Unsigned32
  tFilterRSTHoldDown Unsigned32
  tFilterRSTHoldDownRemain Unsigned32
  tFilterRSTLastActionTime TimeStamp
  tFilterRSTLastOID OBJECT IDENTIFIER
  tFilterRSTLastType INTEGER
  tFilterRSTLastCounter32Val Counter32
  tFilterRSTLastUnsigned32Val Unsigned32
  tFilterRSTLastTimeTicksVal TimeTicks
  tFilterRSTLastInt32Val Integer32
  tFilterRSTLastOctetStringVal OCTET STRING
  tFilterRSTLastIpAddressVal IpAddress
  tFilterRSTLastOidVal OBJECT IDENTIFIER
  tFilterRSTLastCounter64Val Counter64
  tFilterRSTLastOpaqueVal Opaque
  tFilterRSTLastAction INTEGER
  tFilterRSTLastPrioChange Integer32
  tFilterRSTNextRespIndex Integer32

TFilterRedirectSNMPRespEntry  
SEQUENCE    
  tFilterRSTRespId Integer32
  tFilterRSTRespRowStatus RowStatus
  tFilterRSTRespAction INTEGER
  tFilterRSTRespPrioChange Unsigned32
  tFilterRSTRespOID OBJECT IDENTIFIER
  tFilterRSTRespType INTEGER
  tFilterRSTCounter32Val Counter32
  tFilterRSTUnsigned32Val Unsigned32
  tFilterRSTTimeTicksVal TimeTicks
  tFilterRSTInt32Val Integer32
  tFilterRSTOctetStringVal OCTET STRING
  tFilterRSTIpAddressVal IpAddress
  tFilterRSTOidVal OBJECT IDENTIFIER
  tFilterRSTCounter64Val Counter64
  tFilterRSTOpaqueVal Opaque

TFilterRedirectURLTestEntry  
SEQUENCE    
  tFilterRedirectURLTest TNamedItem
  tFilterRUTRowStatus RowStatus
  tFilterRUTURL DisplayString
  tFilterRUTHTTPVersion DisplayString
  tFilterRUTInterval Unsigned32
  tFilterRUTTimeout Unsigned32
  tFilterRUTDropCount Unsigned32
  tFilterRUTHoldDown Unsigned32
  tFilterRUTHoldDownRemain Unsigned32
  tFilterRUTLastActionTime TimeStamp
  tFilterRUTLastRetCode Unsigned32
  tFilterRUTLastAction INTEGER
  tFilterRUTLastPrioChange Integer32

TFilterRedirectURLRespEntry  
SEQUENCE    
  tFilterRedirectURLLowRespCode Unsigned32
  tFilterRedirectURLHighRespCode Unsigned32
  tFilterRUTRespRowStatus RowStatus
  tFilterRUTRespAction INTEGER
  tFilterRUTRespPrioChange Unsigned32

TFilterRedirectPingTestEntry  
SEQUENCE    
  tFilterRPTRowStatus RowStatus
  tFilterRPTInterval Unsigned32
  tFilterRPTTimeout Unsigned32
  tFilterRPTDropCount Unsigned32
  tFilterRPTHoldDown Unsigned32
  tFilterRPTHoldDownRemain Unsigned32
  tFilterRPTLastActionTime TimeStamp
  tFilterRPTLastAction INTEGER

TAutoIPFilterEntry  
SEQUENCE    
  tAutoIPFilterId TFilterID
  tAutoIPFilterEntrySourceIpAddr IpAddress
  tAutoIPFilterEntrySourceIpMask IpAddressPrefixLength

TIPv6FilterEntry  
SEQUENCE    
  tIPv6FilterId TIPFilterID
  tIPv6FilterRowStatus RowStatus
  tIPv6FilterScope TItemScope
  tIPv6FilterDescription TItemDescription
  tIPv6FilterDefaultAction TFilterAction
  tIPv6FilterRadiusInsertPt TEntryIdOrZero
  tIPv6FilterRadiusInsertSize TEntryIdOrZero
  tIPv6FilterCreditCntrlInsertPt TEntryIdOrZero
  tIPv6FilterCreditCntrlInsertSize TEntryIdOrZero
  tIPv6FilterSubInsertHighWmark Integer32
  tIPv6FilterSubInsertLowWmark Integer32
  tIpv6FilterCreditCntrlNbrInsertd Unsigned32
  tIpv6FilterRadiusNbrInsertd Unsigned32
  tIpv6FilterName TLNamedItemOrEmpty

TIPv6FilterParamsEntry  
SEQUENCE    
  tIPv6FilterParamsIndex TEntryId
  tIPv6FilterParamsRowStatus RowStatus
  tIPv6FilterParamsLogId TFilterLogId
  tIPv6FilterParamsDescription TItemDescription
  tIPv6FilterParamsAction TFilterActionOrDefault
  tIPv6FilterParamsForwardNH InetAddressIPv6
  tIPv6FilterParamsForwardNHIndirect TruthValue
  tIPv6FilterParamsRemarkDSCP TDSCPFilterActionValue
  tIPv6FilterParamsRemarkDSCPMask TDSCPFilterActionValue
  tIPv6FilterParamsRemarkDot1p Dot1PPriority
  tIPv6FilterParamsSourceIpAddr InetAddressIPv6
  tIPv6FilterParamsSourceIpMask InetAddressPrefixLength
  tIPv6FilterParamsDestinationIpAddr InetAddressIPv6
  tIPv6FilterParamsDestinationIpMask InetAddressPrefixLength
  tIPv6FilterParamsNextHeader TIpProtocol
  tIPv6FilterParamsSourcePortValue1 TTcpUdpPort
  tIPv6FilterParamsSourcePortValue2 TTcpUdpPort
  tIPv6FilterParamsSourcePortOperator TTcpUdpPortOperator
  tIPv6FilterParamsDestPortValue1 TTcpUdpPort
  tIPv6FilterParamsDestPortValue2 TTcpUdpPort
  tIPv6FilterParamsDestPortOperator TTcpUdpPortOperator
  tIPv6FilterParamsDSCP TDSCPNameOrEmpty
  tIPv6FilterParamsTcpSyn TItemMatch
  tIPv6FilterParamsTcpAck TItemMatch
  tIPv6FilterParamsIcmpCode INTEGER
  tIPv6FilterParamsIcmpType INTEGER
  tIPv6FilterParamsCflowdSample TruthValue
  tIPv6FilterParamsCflowdIfSample TruthValue
  tIPv6FilterParamsForwardNHInterface DisplayString
  tIPv6FilterParamsIngressHitCount Counter64
  tIPv6FilterParamsEgressHitCount Counter64
  tIPv6FilterParamsLogInstantiated TruthValue
  tIPv6FilterParamsForwardRedPlcy TNamedItemOrEmpty
  tIPv6FilterParamsActiveDest InetAddressIPv6
  tIPv6FilterParamsTimeRangeName TNamedItemOrEmpty
  tIPv6FilterParamsTimeRangeState TTimeRangeState
  tIPv6FilterParamsIngrHitByteCount Counter64
  tIPv6FilterParamsEgrHitByteCount Counter64
  tIPv6FilterParamsFwdSvcId TmnxServId
  tIPv6FilterParamsFwdSapPortId TmnxPortID
  tIPv6FilterParamsFwdSapEncapVal TmnxEncapVal
  tIPv6FilterParamsFwdSdpBind SdpBindId

TDhcpFilterEntry  
SEQUENCE    
  tDhcpFilterId TDHCPFilterID
  tDhcpFilterRowStatus RowStatus
  tDhcpFilterLastChanged TimeStamp
  tDhcpFilterDescription TItemDescription

TDhcpFilterParamsEntry  
SEQUENCE    
  tDhcpFilterParamsId TEntryId
  tDhcpFilterParamsRowStatus RowStatus
  tDhcpFilterParamsLastChanged TimeStamp
  tDhcpFilterParamsOptionNumber INTEGER
  tDhcpFilterParamsOptionMatch TDhcpFilterMatch
  tDhcpFilterParamsAction TDhcpFilterAction
  tDhcpFilterParamsOptionValue OCTET STRING

TMacFilterNameEntry  
SEQUENCE    
  tMacFilterNameId TAnyFilterID
  tMacFilterNameRowStatus RowStatus
  tMacFilterNameLastChanged TimeStamp

TIpFilterNameEntry  
SEQUENCE    
  tIpFilterNameId TAnyFilterID
  tIpFilterNameRowStatus RowStatus
  tIpFilterNameLastChanged TimeStamp

TIpv6FilterNameEntry  
SEQUENCE    
  tIpv6FilterNameId TAnyFilterID
  tIpv6FilterNameRowStatus RowStatus
  tIpv6FilterNameLastChanged TimeStamp

TLiReservedBlockEntry  
SEQUENCE    
  tLiReservedBlockName TNamedItem
  tLiReservedBlockRowStatus RowStatus
  tLiReservedBlockLastChanged TimeStamp
  tLiReservedBlockDescription TItemDescription
  tLiReservedBlockStart TEntryIdOrZero
  tLiReservedBlockSize TEntryIdOrZero

TLiReservedBlockFltrEntry  
SEQUENCE    
  tLiReservedBlockFltrType TFilterType
  tLiReservedBlockFltrIdStart TFilterID
  tLiReservedBlockFltrIdEnd TFilterID
  tLiReservedBlockFltrRowStatus RowStatus
  tLiReservedBlockFltrLastChanged TimeStamp

TLiFilterEntry  
SEQUENCE    
  tLiFilterType TFilterType
  tLiFilterName TNamedItem
  tLiFilterRowStatus RowStatus
  tLiFilterLastChanged TimeStamp
  tLiFilterDescription TItemDescription

TLiFilterAssociationEntry  
SEQUENCE    
  tLiFilterAssociationFltrId TFilterID
  tLiFilterAssociationRowStatus RowStatus
  tLiFilterAssociationLastChg TimeStamp

TLiMacFilterParamsEntry  
SEQUENCE    
  tLiMacFilterParamsId TEntryId
  tLiMacFilterParamsRowStatus RowStatus
  tLiMacFilterParamsLastChanged TimeStamp
  tLiMacFilterParamsDescription TItemDescription
  tLiMacFilterParamsFrameType TFrameType
  tLiMacFilterParamsSrcMAC MacAddress
  tLiMacFilterParamsSrcMACMask MacAddress
  tLiMacFilterParamsDstMAC MacAddress
  tLiMacFilterParamsDstMACMask MacAddress
  tLiMacFilterParamsIngrHitCount Counter64
  tLiMacFilterParamsEgrHitCount Counter64
  tLiMacFilterParamsIngrHitBytes Counter64
  tLiMacFilterParamsEgrHitBytes Counter64

TFilterPrefixListEntry  
SEQUENCE    
  tFilterPrefixListType TFltrPrefixListType
  tFilterPrefixListName TNamedItem
  tFilterPrefixListRowStatus RowStatus
  tFilterPrefixListLastChanged TimeStamp
  tFilterPrefixListDescription TItemDescription

TFilterPrefixListEntryEntry  
SEQUENCE    
  tFilterPrefixListEntryPrefixType InetAddressType
  tFilterPrefixListEntryPrefix InetAddress
  tFilterPrefixListEntryPrefixLen InetAddressPrefixLength
  tFilterPrefixListEntryRowStatus RowStatus

Defined Values

timetraFilterMIBModule 1.3.6.1.4.1.6527.1.1.3.21
This document is the SNMP MIB module to manage and provision Filter features on Alcatel-Lucent SROS systems. Copyright 2003-2012 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Alcatel-Lucent's proprietary intellectual property. Alcatel-Lucent retains all title and ownership in the Specification, including any revisions. Alcatel-Lucent grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel-Lucent products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Alcatel-Lucent makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

tFilterObjects 1.3.6.1.4.1.6527.3.1.2.21
OBJECT IDENTIFIER    

tFilterNotificationsPrefix 1.3.6.1.4.1.6527.3.1.3.21
OBJECT IDENTIFIER    

tFilterNotifications 1.3.6.1.4.1.6527.3.1.3.21.0
OBJECT IDENTIFIER    

tFilterMIBConformance 1.3.6.1.4.1.6527.3.1.1.21
OBJECT IDENTIFIER    

tFilterNotificationObjects 1.3.6.1.4.1.6527.3.1.2.21.8
OBJECT IDENTIFIER    

tFilterTimeStampObjects 1.3.6.1.4.1.6527.3.1.2.21.9
OBJECT IDENTIFIER    

tIPFilterTable 1.3.6.1.4.1.6527.3.1.2.21.1
Contains a List of all ip filters configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPFilterEntry

tIPFilterEntry 1.3.6.1.4.1.6527.3.1.2.21.1.1
Information about a particular IP Filter entry. Entries are created/deleted by user. Entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPFilterEntry  

tIPFilterId 1.3.6.1.4.1.6527.3.1.2.21.1.1.1
Uniquely identifies an ip filter. User configured filters can only have values between (1..65535). All other values are reserved for system generated filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAnyFilterID  

tIPFilterRowStatus 1.3.6.1.4.1.6527.3.1.2.21.1.1.2
This object allows entries to be created and deleted in the tIPFilterTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tIPFilterScope 1.3.6.1.4.1.6527.3.1.2.21.1.1.3
This object specifies the scope of this filter definition. If defined as exclusive(1), this filter can be instantiated only once as compared to the multiple instances that the filter can have if defined as template(2).
Status: current Access: read-create
OBJECT-TYPE    
  TItemScope  

tIPFilterDescription 1.3.6.1.4.1.6527.3.1.2.21.1.1.4
User-provided description for this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tIPFilterDefaultAction 1.3.6.1.4.1.6527.3.1.2.21.1.1.5
The action to take for packets that do not match any filter entries. The only allowed values for this field are drop(1) and forward(2).
Status: current Access: read-create
OBJECT-TYPE    
  TFilterAction  

tIPFilterRadiusInsertPt 1.3.6.1.4.1.6527.3.1.2.21.1.1.6
The value of tIPFilterRadiusInsertPt specifies at what place the filter entries received from Radius will be inserted in the filter. No regular entries, nor Credit Control provided entries can be configured in this range. The value 0 means that no Radius provided filter entries can be inserted in the filter. If tIPFilterRadiusInsertSize is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPFilterRadiusInsertSize 1.3.6.1.4.1.6527.3.1.2.21.1.1.7
The value of tIPFilterRadiusInsertSize specifies how many filter entries received from Radius for subscriber hosts can be inserted in the filter. If tIPFilterRadiusInsertPt is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPFilterCreditCntrlInsertPt 1.3.6.1.4.1.6527.3.1.2.21.1.1.8
The value of tIPFilterCreditCntrlInsertPt specifies at what place the filter entries received from Credit Control for a particular subscriber host will be inserted in the filter. No regular entries, nor Radius provided entries can be configured in this range. The value 0 means that no Credit Control provided filter entries can be inserted in the filter. If tIPFilterCreditCntrlInsertSize is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPFilterCreditCntrlInsertSize 1.3.6.1.4.1.6527.3.1.2.21.1.1.9
The value of tIPFilterCreditCntrlInsertSize specifies how many filter entries received from Credit Control can be inserted in the filter. If tIPFilterCreditCntrlInsertPt is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPFilterSubInsertHighWmark 1.3.6.1.4.1.6527.3.1.2.21.1.1.10
The value of the object tIPFilterSubInsertHighWmark specifies the utilization of the filter ranges for filter entry insertion, at which a table full alarm will be raised by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..100  

tIPFilterSubInsertLowWmark 1.3.6.1.4.1.6527.3.1.2.21.1.1.11
The value of the object tIPFilterSubInsertLowWmark specifies the utilization of the filter ranges for filter entry insertion, at which a table full alarm will be cleared by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..100  

tIpFilterCreditCntrlNbrInsertd 1.3.6.1.4.1.6527.3.1.2.21.1.1.12
The value of the object tIpFilterCreditCntrlNbrInsertd indicates how many filter entries are currently inserted in the filter on request the credit control application.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tIpFilterRadiusNbrInsertd 1.3.6.1.4.1.6527.3.1.2.21.1.1.13
The value of the object tIpFilterRadiusNbrInsertd indicates how many filter entries are currently inserted in the filter on request the RADIUS application.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tIpFilterName 1.3.6.1.4.1.6527.3.1.2.21.1.1.14
The value of tIpFilterName specifies the name to associate with this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TLNamedItemOrEmpty  

tIPFilterParamsTable 1.3.6.1.4.1.6527.3.1.2.21.2
A table of all IP filter match entries for all IP filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPFilterParamsEntry

tIPFilterParamsEntry 1.3.6.1.4.1.6527.3.1.2.21.2.1
Information about a particular IP Filter entry. Every IP Filter can have zero or more IP Filter match entries. a filter entry with no match criteria set will match every packet, and the entry action will be taken. Entries are created/deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPFilterParamsEntry  

tIPFilterParamsIndex 1.3.6.1.4.1.6527.3.1.2.21.2.1.1
This is the secondary index for the entry. Every ip filter can have multiple entries, therefore every ip filter entry is identified by the tIPFilterId and tIPFilterParamsIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  TEntryId  

tIPFilterParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.21.2.1.2
This object allows entries to be created and deleted in the tIPFilterParamsTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tIPFilterParamsLogId 1.3.6.1.4.1.6527.3.1.2.21.2.1.3
This object specifies the log to use for packets that match this entry. The value zero indicates that logging is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterLogId  

tIPFilterParamsDescription 1.3.6.1.4.1.6527.3.1.2.21.2.1.4
User-provided description for this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tIPFilterParamsAction 1.3.6.1.4.1.6527.3.1.2.21.2.1.5
The action to take for packets that match this filter entry. The value default(3) specifies this entry to inherit the behavior defined as the default for the filter.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterActionOrDefault  

tIPFilterParamsForwardNH 1.3.6.1.4.1.6527.3.1.2.21.2.1.6
The ip-address of the nexthop to which the packet should be forwarded if it hits this filter entry. The action of this entry should be 'forward' in such a case.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tIPFilterParamsForwardNHIndirect 1.3.6.1.4.1.6527.3.1.2.21.2.1.7
tIPFilterParamsForwardNHIndirect specifies if the nexthop is directly/ indirectly reachable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tIPFilterParamsRemarkDSCP 1.3.6.1.4.1.6527.3.1.2.21.2.1.8
The DSCP value that should be remarked in case a packet hits this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  TDSCPFilterActionValue  

tIPFilterParamsRemarkDSCPMask 1.3.6.1.4.1.6527.3.1.2.21.2.1.9
tIPFilterParamsRemarkDSCPMask specifies the care bits while remarking with the DSCP value.
Status: current Access: read-create
OBJECT-TYPE    
  TDSCPFilterActionValue  

tIPFilterParamsRemarkDot1p 1.3.6.1.4.1.6527.3.1.2.21.2.1.10
tIPFilterParamsRemarkDot1p specifies the Dot1p value that needs to be remarked on the packet if it hits this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority  

tIPFilterParamsSourceIpAddr 1.3.6.1.4.1.6527.3.1.2.21.2.1.11
IP address to match the source-ip of the packet.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tIPFilterParamsSourceIpMask 1.3.6.1.4.1.6527.3.1.2.21.2.1.12
If different from 0, the object tIPFilterParamsSourceIpMask specifies the IP Mask value for this policy IP Filter entry. The mask is ANDed with the received source IP address to match the tIPFilterParamsSourceIpAddr. If the value of tIPFilterParamsSourceIpMask is 0, and the value of tIPFilterParamsSrcIpFullMask is non zero then the value of tIPFilterParamsSrcIpFullMask is used as mask. If the value of tIPFilterParamsSourceIpMask is non zero, it will be equal to the mask expressed the object tIPFilterParamsSrcIpFullMask. If both tIPFilterParamsSourceIpMask and tIPFilterParamsSrcIpFullMask are set to 0, not matching is done on the source Ip address. If a value is specified for this object, then the value of the object tIPFilterParamsSrcIpFullMask will be set to reflect this same mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressPrefixLength  

tIPFilterParamsDestinationIpAddr 1.3.6.1.4.1.6527.3.1.2.21.2.1.13
IP address to match the destination-ip of the packet.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tIPFilterParamsDestinationIpMask 1.3.6.1.4.1.6527.3.1.2.21.2.1.14
If different from 0, the object tIPFilterParamsDestinationIpMask specifies the IP Mask value for this policy IP Filter entry. The mask is ANDed with the received Destination IP address to match the tIPFilterParamsDestinationIpAddr. If the value of tIPFilterParamsDestinationIpMask is 0, and the value of tIPFilterParamsDestIpFullMask is non zero then the value of tIPFilterParamsDestIpFullMask is used as mask. If the value of tIPFilterParamsDestinationIpMask is non zero, it will be equal to the mask expressed the object tIPFilterParamsDestIpFullMask. If both tIPFilterParamsDestinationIpMask and tIPFilterParamsDestIpFullMask are set to 0, not matching is done on the Destination Ip address. If a value is specified for this object, then the value of the object tIPFilterParamsDestIpFullMask will be set to reflect this same mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressPrefixLength  

tIPFilterParamsProtocol 1.3.6.1.4.1.6527.3.1.2.21.2.1.15
IP protocol to match. set to -1 to disable matching IP protocol. If the protocol is changed the protocol specific parameters are reset. For instance if protocol is changed from TCP to UDP, then the objects tIPFilterParamsTcpSyn and tIPFilterParamsTcpAck will be turned off.
Status: current Access: read-create
OBJECT-TYPE    
  TIpProtocol  

tIPFilterParamsSourcePortValue1 1.3.6.1.4.1.6527.3.1.2.21.2.1.16
TCP/UDP port value1. The value of this object is used as per the description for tIPFilterParamsSourcePortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPFilterParamsSourcePortValue2 1.3.6.1.4.1.6527.3.1.2.21.2.1.17
TCP/UDP port value2. The value of this object is used as per the description for tIPFilterParamsSourcePortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPFilterParamsSourcePortOperator 1.3.6.1.4.1.6527.3.1.2.21.2.1.18
The operator specifies the manner in which tIPFilterParamsSourcePortValue1 and tIPFilterParamsSourcePortValue2 are to be used. The value of these latter 2 objects and tIPFilterParamsSourcePortOperator is used as described in TTcpUdpPortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPortOperator  

tIPFilterParamsDestPortValue1 1.3.6.1.4.1.6527.3.1.2.21.2.1.19
TCP/UDP port value1. The value of this object is used as per the description for tIPFilterParamsDestPortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPFilterParamsDestPortValue2 1.3.6.1.4.1.6527.3.1.2.21.2.1.20
TCP/UDP port value2. The value of this object is used as per the description for tIPFilterParamsDestPortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPFilterParamsDestPortOperator 1.3.6.1.4.1.6527.3.1.2.21.2.1.21
The operator specifies the manner in which tIPFilterParamsDestPortValue1 and tIPFilterParamsDestPortValue2 are to be used. The value of these latter 2 objects and tIPFilterParamsDestPortOperator is used as described in TTcpUdpPortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPortOperator  

tIPFilterParamsDSCP 1.3.6.1.4.1.6527.3.1.2.21.2.1.22
DSCP to be matched on the packet.
Status: current Access: read-create
OBJECT-TYPE    
  TDSCPNameOrEmpty  

tIPFilterParamsFragment 1.3.6.1.4.1.6527.3.1.2.21.2.1.24
If enabled, this object matches fragmented/unfragmented packets as per the value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPFilterParamsOptionPresent 1.3.6.1.4.1.6527.3.1.2.21.2.1.25
If enabled, this object matches packets if they have options present or not as per the value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPFilterParamsIpOptionValue 1.3.6.1.4.1.6527.3.1.2.21.2.1.26
The value of the specific ip-option to match.
Status: current Access: read-create
OBJECT-TYPE    
  TIpOption  

tIPFilterParamsIpOptionMask 1.3.6.1.4.1.6527.3.1.2.21.2.1.27
Mask is ANDed with the ip-option before being compared to tIPFilterParamsIpOptionValue.
Status: current Access: read-create
OBJECT-TYPE    
  TIpOption  

tIPFilterParamsMultipleOption 1.3.6.1.4.1.6527.3.1.2.21.2.1.28
If enabled, matches multiple options as per the value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPFilterParamsTcpSyn 1.3.6.1.4.1.6527.3.1.2.21.2.1.29
If Enabled, matches a TCP Syn as per value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPFilterParamsTcpAck 1.3.6.1.4.1.6527.3.1.2.21.2.1.30
If Enabled, matches a TCP Ack as per value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPFilterParamsIcmpCode 1.3.6.1.4.1.6527.3.1.2.21.2.1.31
Icmp code to be matched. tIPFilterParamsIcmpCode complements the object tIPFilterParamsIcmpType. Both of them need to be set to actually enable ICMP matching. The value -1 means Icmp code matching is not enabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..255  

tIPFilterParamsIcmpType 1.3.6.1.4.1.6527.3.1.2.21.2.1.32
Icmp type to be matched. tIPFilterParamsIcmpType complements the object tIPFilterParamsIcmpCode. Both of them need to be set to actually enable ICMP matching. The value -1 means Icmp type matching is not enabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..255  

tIPFilterParamsCflowdSample 1.3.6.1.4.1.6527.3.1.2.21.2.1.33
When tIPFilterParamsCflowdSample has a value of 'true', Cflowd sampling and analysis is performed on those packet streams where this filter has been applied. Only packets matching this IP filter entry are subjected to Cflowd sampling and analysis. A Cflowd profile controls the sampling and analysis of data flows through the router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tIPFilterParamsCflowdIfSample 1.3.6.1.4.1.6527.3.1.2.21.2.1.34
When tIPFilterParamsCflowdIfSample has a value of 'true', Cflowd sampling and analysis is performed on those packet streams where this filter has been applied. Only packets matching this IP filter entry are subjected to Cflowd sampling and analysis. A Cflowd profile controls the sampling and analysis of data flows through the router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tIPFilterParamsForwardNHInterface 1.3.6.1.4.1.6527.3.1.2.21.2.1.35
The interface name for the nexthop to which the packet should be forwarded if it hits this filter entry. The action of this entry should be 'forward' in such a case.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

tIPFilterParamsIngressHitCount 1.3.6.1.4.1.6527.3.1.2.21.2.1.36
This object indicates the number of times an ingress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPFilterParamsEgressHitCount 1.3.6.1.4.1.6527.3.1.2.21.2.1.37
This object indicates the number of times an egress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPFilterParamsLogInstantiated 1.3.6.1.4.1.6527.3.1.2.21.2.1.38
tIPFilterParamsLogInstantiated indicates if the filter log for this filter entry has been instantiated or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tIPFilterParamsForwardRedPlcy 1.3.6.1.4.1.6527.3.1.2.21.2.1.39
tIPFilterParamsForwardRedPlcy specifies the redirect policy to be used to determine the nexthop.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tIPFilterParamsActiveDest 1.3.6.1.4.1.6527.3.1.2.21.2.1.40
tIPFilterParamsActiveDest indicates the IP address of the active destination for this IP filter. A value of 0 indicates that there is currently no active destination.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tIPFilterParamsFwdSvcId 1.3.6.1.4.1.6527.3.1.2.21.2.1.41
tIPFilterParamsFwdSvcId indicates the service id of the destination for this IP filter entry. A value of 0 indicates that there is currently no active SAP or SDP destination.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tIPFilterParamsFwdSapPortId 1.3.6.1.4.1.6527.3.1.2.21.2.1.42
tIPFilterParamsFwdSapPortId specifies the sap port identity of the destination for this IP filter entry. A value of 0 indicates that there is currently no SAP destination defined. A value different from 0 can only be specified if the value of the tIPFilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the object tIPFilterParamsFwdSdpBind has a zero value.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPortID  

tIPFilterParamsFwdSapEncapVal 1.3.6.1.4.1.6527.3.1.2.21.2.1.43
tIPFilterParamsFwdSapEncapVal specifies the sap port encap value of the destination SAP for this IP filter entry. A value different from 0 can only be specified if the value of the tIPFilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the object tIPFilterParamsFwdSdpBind has a zero value. A value of 0 indicates that either 1) the sap encapsulation value is not specified when tIPFilterParamsFwdSapPortId and tIPFilterParamsFwdSvcId have valid values; or 2) that there is no SAP destination.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEncapVal  

tIPFilterParamsFwdSdpBind 1.3.6.1.4.1.6527.3.1.2.21.2.1.44
tIPFilterParamsFwdSdpBind specifies the sdp bibd identity of the destination for this IP filter entry. A value of 0 indicates that there is currently no SDP binding defined. A value different from 0 can only be specified if the value of the tIPFilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the objects tIPFilterParamsFwdSapPortId and tIPFilterParamsFwdSapEncapVal have a zero value.
Status: current Access: read-create
OBJECT-TYPE    
  SdpBindId  

tIPFilterParamsTimeRangeName 1.3.6.1.4.1.6527.3.1.2.21.2.1.45
tIPFilterParamsTimeRangeName specifies the tmnxTimeRangeEntry to be associated with this filter entry. A value for this object can only be specified during row creation, and cannot be altered lateron. Also, a value is accepted only if the tmnxTimeRangeEntry is defined in the TIMETRA-SCHEDULER-MIB::tmnxTimeRangeTable.tTimeRangeName.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tIPFilterParamsTimeRangeState 1.3.6.1.4.1.6527.3.1.2.21.2.1.46
tIPFilterParamsTimeRangeState indicates whether or not the entry is currently in effect. - timeRangeNotApplic: no time range is applicable for this entry. - timeRangeNotActive: A time range is defined in tIPFilterParamsTimeRangeName, but is not active at this moment. Consequently the filter entry is not installed. - timeRangeActive. A time range is defined in tIPFilterParamsTimeRangeName, and is activated successfully. - timeRangeActiveDownloadFailed: A time range is defined in tIPFilterParamsTimeRangeName, and is activated, but the corresponding filter entry could not be installed due to resource problems.
Status: current Access: read-only
OBJECT-TYPE    
  TTimeRangeState  

tIPFilterParamsRedirectURL 1.3.6.1.4.1.6527.3.1.2.21.2.1.47
The value of tIPFilterParamsRedirectURL specifies the URL to redirect to, when the value of tIPFilterParamsAction is 'httpRedirect'. Note that the value of tIPFilterParamsRedirectURL is silently cleared by the system if tIPFilterParamsAction is set to any value other than httpRedirect.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tIPFilterParamsSrcIpFullMask 1.3.6.1.4.1.6527.3.1.2.21.2.1.48
If different from 0, the object tIPFilterParamsSrcIpFullMask specifies the IP Mask value for this policy IP Filter entry. The mask is ANDed with the received Source IP address to match the tIPFilterParamsSourceIpAddr. If the value of tIPFilterParamsSourceIpMask is non zero, it will be equal to the mask expressed the object tIPFilterParamsSrcIpFullMask. If both tIPFilterParamsSourceIpMask and tIPFilterParamsSrcIpFullMask are set to 0, no matching is done on the Source Ip address. This object should contain consecutive ones and zeros. Both a regular and an inverse mask is allowed (i.e. the sequence of consecutive ones can appear at the front or at the end of the mask). If a regular mask is specified for tIPFilterParamsSrcIpFullMask then the value of tIPFilterParamsSourceIpMask will be changed to reflect this value. If an inverse is specified, the value of tIPFilterParamsSourceIpMask will be set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tIPFilterParamsDestIpFullMask 1.3.6.1.4.1.6527.3.1.2.21.2.1.49
If different from 0, the object tIPFilterParamsDestIpFullMask specifies the IP Mask value for this policy IP Filter entry. The mask is ANDed with the received Destination IP address to match the tIPFilterParamsDestinationIpAddr. If the value of tIPFilterParamsDestinationIpMask is non zero, it will be equal to the mask expressed the object tIPFilterParamsDestIpFullMask. If both tIPFilterParamsDestinationIpMask and tIPFilterParamsDestIpFullMask are set to 0, no matching is done on the Destination Ip address. This object should contain consecutive ones and zeros. Both a regular and an inverse mask is allowed (i.e. the sequence of consecutive ones can appear at the front or at the end of the mask). If a regular mask is specified for tIPFilterParamsDestIpFullMask then the value of tIPFilterParamsDestinationIpMask will be changed to reflect this value. If an inverse is specified, the value of tIPFilterParamsDestinationIpMask will be set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tIPFilterParamsIngrHitByteCount 1.3.6.1.4.1.6527.3.1.2.21.2.1.50
The value of tIPFilterParamsIngrHitByteCount indicates the number of bytes of all ingress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPFilterParamsEgrHitByteCount 1.3.6.1.4.1.6527.3.1.2.21.2.1.51
The value of tIPFilterParamsEgrHitByteCount indicates the number of bytes of all egress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPFilterParamsFwdRtrId 1.3.6.1.4.1.6527.3.1.2.21.2.1.52
tIPFilterParamsFwdRtrId specifies, if different from '0', the router id of the into which the packet should be forwarded if it hits this filter entry. The action of this entry should be 'forward' in such a case.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxVRtrIDOrZero  

tIPFilterParamsSrcRouteOption 1.3.6.1.4.1.6527.3.1.2.21.2.1.53
tIPFilterParamsSrcRouteOption specifies, when enabled, that this filter should match if a (strict or loose) source route option is present/not present at any location within the IP header, as per the value of this object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPFilterParamsSrcIpPrefixList 1.3.6.1.4.1.6527.3.1.2.21.2.1.54
The value of the object tIPFilterParamsSrcIpPrefixList specifies the ip-prefix-list to be used as match criterion for the source ip address. If the value of this object is empty then the values of the objects tIPFilterParamsSourceIpAddr and tIPFilterParamsSourceIpMask will be used as src-ip match criterion. The value specified for this object must correspond to a prefix-list defined in tFilterPrefixListTable. When set to a non zero value, the value of the objects tIPFilterParamsSourceIpAddr and tIPFilterParamsSourceIpMask will set to their default values. The value of this object will be set to its default value by the system if a new (non default) value is provided for any of the objects tIPFilterParamsSourceIpAddr or tIPFilterParamsSourceIpMask. An attempt to set tIPFilterParamsSrcIpPrefixList to a non-default value in combination with setting any of tIPFilterParamsSourceIpAddr or tIPFilterParamsSourceIpMask to (a) non-default value(s) is rejected by the system. Also, setting both tIPFilterParamsSrcIpPrefixList and tIPFilterParamsDstIpPrefixList to non-default values is rejected by the system
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tIPFilterParamsDstIpPrefixList 1.3.6.1.4.1.6527.3.1.2.21.2.1.55
The value of the object tIPFilterParamsDstIpPrefixList specifies the ip-prefix-list to be used as match criterion for the destination ip address. If the value of this object is empty the values of the objects tIPFilterParamsDestinationIpAddr and tIPFilterParamsDestinationIpMask will be used as src-ip match criterion. The value specified for this object must correspond to a prefix-list defined in tFilterPrefixListTable. When set to a non zero value, the value of the objects tIPFilterParamsDestinationIpAddr and tIPFilterParamsDestinationIpMask will set to their default values. The value of this object will be set to its default value by the system if a new (non default) value is provided for any of the objects tIPFilterParamsDestinationIpAddr or tIPFilterParamsDestinationIpMask. An attempt to set tIPFilterParamsDstIpPrefixList to a non-default value in combination with setting any of tIPFilterParamsDestinationIpAddr or tIPFilterParamsDestinationIpMask to (a) non-default value(s) is rejected by the system. Also, setting both tIPFilterParamsDstIpPrefixList and tIPFilterParamsSrcIpPrefixList to non-default values is rejected by the system
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tMacFilterTable 1.3.6.1.4.1.6527.3.1.2.21.3
Contains a List of all mac filters configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TMacFilterEntry

tMacFilterEntry 1.3.6.1.4.1.6527.3.1.2.21.3.1
Information about a particular MAC Filter. Entries are created/deleted by user. Entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMacFilterEntry  

tMacFilterId 1.3.6.1.4.1.6527.3.1.2.21.3.1.1
Uniquely identifies a mac filter as configures on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMACFilterID 1..65535  

tMacFilterRowStatus 1.3.6.1.4.1.6527.3.1.2.21.3.1.2
This object allows entries to be created and deleted in the tMacFilterTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tMacFilterScope 1.3.6.1.4.1.6527.3.1.2.21.3.1.3
This object specifies the scope of this filter definition. If defined as exclusive(1), this filter can be instantiated only once as compared to the multiple instances that the filter can have if defined as template(2).
Status: current Access: read-create
OBJECT-TYPE    
  TItemScope  

tMacFilterDescription 1.3.6.1.4.1.6527.3.1.2.21.3.1.4
User-provided description for this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tMacFilterDefaultAction 1.3.6.1.4.1.6527.3.1.2.21.3.1.5
The action to take for packets that do not match any filter entries. The only allowed values for this field are drop(1) and forward(2).
Status: current Access: read-create
OBJECT-TYPE    
  TFilterAction  

tMacFilterType 1.3.6.1.4.1.6527.3.1.2.21.3.1.6
tMacFilterType specifies which type of entries this mac filter can contain. If tMacFilterType is set to 'normal(1)', all match criteria are accepted except the criteria mentioned below that belong to type isid(2) and vid(3). if tMacFilterType is set to 'isid(2)' the only accepted match criteria for the filter entries are: - tMacFilterParamsLowISID - tMacFilterParamsHighISID If tMacFilterType is set to vid(3) the only accepted match criteria for the filter entries are: - tMacFilterParamsInnerTagValue - tMacFilterParamsInnerTagMask - tMacFilterParamsOuterTagValue - tMacFilterParamsOuterTagMask tMacFilterType can only be changed if the filter is not applied and has no entries.
Status: current Access: read-create
OBJECT-TYPE    
  TMacFilterType  

tMacFilterName 1.3.6.1.4.1.6527.3.1.2.21.3.1.7
The value of tMacFilterName specifies the name to associate with this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TLNamedItemOrEmpty  

tMacFilterParamsTable 1.3.6.1.4.1.6527.3.1.2.21.4
A table of all MAC filter match entries for all MAC filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TMacFilterParamsEntry

tMacFilterParamsEntry 1.3.6.1.4.1.6527.3.1.2.21.4.1
Information about a particular MAC Filter entry. Every MAC Filter can have zero or more MAC Filter match entries. a filter entry with no match criteria set will match every packet, and the entry action will be taken. Entries are created/deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMacFilterParamsEntry  

tMacFilterParamsIndex 1.3.6.1.4.1.6527.3.1.2.21.4.1.1
This is the secondary index for the entry. Every mac filter can have multiple entries, therefore every mac filter entry is identified by the tMacFilterId and tMacFilterParamsIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  TEntryId  

tMacFilterParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.21.4.1.2
This object allows entries to be created and deleted in the tMacFilterParamsTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tMacFilterParamsLogId 1.3.6.1.4.1.6527.3.1.2.21.4.1.3
This object specifies the log to use for packets that match this entry. The value zero indicates that logging is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterLogId  

tMacFilterParamsDescription 1.3.6.1.4.1.6527.3.1.2.21.4.1.4
User-provided description for this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tMacFilterParamsAction 1.3.6.1.4.1.6527.3.1.2.21.4.1.5
The action to take for packets that match this filter entry. The value default(3) specifies this entry to inherit the behavior defined as the default for the filter. The value nat(5) is not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterActionOrDefault  

tMacFilterParamsFrameType 1.3.6.1.4.1.6527.3.1.2.21.4.1.6
The type of mac frame for which we are defining this match criteria. For filter entries in a Mac filter of type tMacFilterType = dot1q or tMacFilterType qinq the default value for this object is set to ethernetII (3), and no changes are allowed. In all other cases the default value is set to e802dot3 (0)
Status: current Access: read-create
OBJECT-TYPE    
  TFrameType  

tMacFilterParamsSrcMAC 1.3.6.1.4.1.6527.3.1.2.21.4.1.8
Source MAC to match for this policy MAC filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tMacFilterParamsSrcMACMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.9
Source MAC mask value for this policy MAC filter entry. The mask is ANDed with the MAC to match tMacFilterParamsSrcMAC. A zero bit means ignore this bit, do not match. a one bit means match this bit with tMacFilterParamsSrcMAC. Use the value 00-00-00-00-00-00 to disable this filter criteria.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tMacFilterParamsDstMAC 1.3.6.1.4.1.6527.3.1.2.21.4.1.10
Destination MAC mask value for this policy MAC filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tMacFilterParamsDstMACMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.11
Destination MAC mask value for this policy MAC filter entry. The mask is ANDed with the MAC to match tMacFilterParamsDstMAC. A zero bit means ignore this bit, do not match. a one bit means match this bit with tMacFilterParamsDstMAC. Use the value 00-00-00-00-00-00 to disable this filter criteria.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tMacFilterParamsDot1pValue 1.3.6.1.4.1.6527.3.1.2.21.4.1.12
IEEE 802.1p priority value for this policy MAC filter entry. Use -1 to disable matching this filter criteria.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority  

tMacFilterParamsDot1pMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.13
IEEE 802.1p priority mask value for this policy MAC filter entry. Use zero to disable matching, use 7 to match everything.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority 0..7  

tMacFilterParamsEtherType 1.3.6.1.4.1.6527.3.1.2.21.4.1.14
Ethertype for this policy MAC filter entry. Use -1 to disable matching by this criteria. This object has no significance if the object tMacFilterParamsFrameType is not set to Ethernet_II.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..65535  

tMacFilterParamsDsap 1.3.6.1.4.1.6527.3.1.2.21.4.1.15
MAC DSAP to match for this policy MAC filter entry. This object has no significance if the object tMacFilterParamsFrameType is not set to 802dot2LLC. In order to reset the value to the default value, both objects tMacFilterParamsDsap and tMacFilterParamsDsapMask need to be modified together to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  ServiceAccessPoint  

tMacFilterParamsDsapMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.16
MAC DSAP mask for this policy MAC filter entry. use 0 to disable matching by this criteria. This object has no significance if the object tMacFilterParamsFrameType is not set to 802dot2LLC. In order to reset the value to the default value, both objects tMacFilterParamsDsap and tMacFilterParamsDsapMask need to be modified together to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  ServiceAccessPoint  

tMacFilterParamsSsap 1.3.6.1.4.1.6527.3.1.2.21.4.1.17
MAC SSAP to match for this policy MAC filter entry. This object has no significance if the object tMacFilterParamsFrameType is not set to 802dot2LLC. In order to reset the value to the default value, both objects tMacFilterParamsSsap and tMacFilterParamsSsapMask need to be modified together to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  ServiceAccessPoint  

tMacFilterParamsSsapMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.18
MAC SSAP mask for this policy MAC filter entry. use 0 to disable matching by this criteria. This object has no significance if the object tMacFilterParamsFrameType is not set to 802dot2LLC. In order to reset the value to the default value, both objects tMacFilterParamsSsap and tMacFilterParamsSsapMask need to be modified together to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  ServiceAccessPoint  

tMacFilterParamsSnapPid 1.3.6.1.4.1.6527.3.1.2.21.4.1.19
MAC SNAP PID to match for this policy MAC filter entry. use -1 to disable matching by this criteria. This object has no significance if object tMacFilterParamsFrameType is not set to 802dot2SNAP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..65535  

tMacFilterParamsSnapOui 1.3.6.1.4.1.6527.3.1.2.21.4.1.20
MAC SNAP OUI to match. The values zero(2) and nonZero(3) specify what to match. Matching can be disabled by the use of the value off(1). This object has no significance if the object tMacFilterParamsFrameType is not set to 802dot2SNAP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER off(1), zero(2), nonZero(3)  

tMacFilterParamsIngressHitCount 1.3.6.1.4.1.6527.3.1.2.21.4.1.21
This object indicates the number of times an ingress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tMacFilterParamsEgressHitCount 1.3.6.1.4.1.6527.3.1.2.21.4.1.22
This object indicates the number of times an egress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tMacFilterParamsLogInstantiated 1.3.6.1.4.1.6527.3.1.2.21.4.1.23
tMacFilterParamsLogInstantiated indicates if the filter log for this filter entry has been instantiated or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tMacFilterParamsFwdSvcId 1.3.6.1.4.1.6527.3.1.2.21.4.1.24
tMacFilterParamsFwdSvcId indicates the service id of the destination for this Mac filter entry. A value of 0 indicates that there is currently no active SAP or SDP destination.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tMacFilterParamsFwdSapPortId 1.3.6.1.4.1.6527.3.1.2.21.4.1.25
tMacFilterParamsFwdSapPortId specifies the sap port identity of the destination for this Mac filter entry. A value of 0 indicates that there is currently no SAP destination defined. A value different from 0 can only be specified if the tMacFilterParamsFwdSvcId object also has a non-zero value, and if the the value of the tMacFilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the object tMacFilterParamsFwdSdpBind has a zero value.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPortID  

tMacFilterParamsFwdSapEncapVal 1.3.6.1.4.1.6527.3.1.2.21.4.1.26
tMacFilterParamsFwdSapEncapVal specifies the sap port encap value of the destination SAP for this Mac filter entry. A value different from 0 can only be specified if the tMacFilterParamsFwdSvcId object also has a non-zero value, the tMacFilterParamsFwdSapPortId object has a non zero value, and if the the value of the tMacFilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the object tMacFilterParamsFwdSdpBind has a zero value. A value of 0 indicates that either 1) the sap encapsulation value is not specified when tMacFilterParamsFwdSapPortId and tMacFilterParamsFwdSvcId have valid values; or 2) that there is no SAP destination.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEncapVal  

tMacFilterParamsFwdSdpBind 1.3.6.1.4.1.6527.3.1.2.21.4.1.27
tMacFilterParamsFwdSdpBind specifies the sdp bibd identity of the destination for this Mac filter entry. A value of 0 indicates that there is currently no SDP binding defined. A value different from 0 can only be specified if the tMacFilterParamsFwdSvcId object also has a non-zero value, and if the the value of the tMacFilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the objects tMacFilterParamsFwdSapPortId and tMacFilterParamsFwdSapEncapVal have a zero value.
Status: current Access: read-create
OBJECT-TYPE    
  SdpBindId  

tMacFilterParamsTimeRangeName 1.3.6.1.4.1.6527.3.1.2.21.4.1.28
tMacFilterParamsTimeRangeName specifies the tmnxTimeRangeEntry to be associated with this filter entry. A value for this object can only be specified during row creation, and cannot be altered lateron. Also, a value is accepted only if the tmnxTimeRangeEntry is defined in the TIMETRA-SCHEDULER-MIB::tmnxTimeRangeTable.tTimeRangeName.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tMacFilterParamsTimeRangeState 1.3.6.1.4.1.6527.3.1.2.21.4.1.29
tMacFilterParamsTimeRangeState indicates whether or not the entry is currently in effect. - timeRangeNotApplic: no time range is applicable for this entry. - timeRangeNotActive: A time range is defined in tMacFilterParamsTimeRangeName, but is not active at this moment. Consequently the filter entry is not installed. - timeRangeActive. A time range is defined in tMacFilterParamsTimeRangeName, and is activated successfully. - timeRangeActiveDownloadFailed: A time range is defined in tMacFilterParamsTimeRangeName, and is activated, but the corresponding filter entry could not be installed due to resource problems.
Status: current Access: read-only
OBJECT-TYPE    
  TTimeRangeState  

tMacFilterParamsRedirectURL 1.3.6.1.4.1.6527.3.1.2.21.4.1.30
The value of tMacFilterParamsRedirectURL specifies the URL to redirect to, when the value of tMacFilterParamsAction is 'httpRedirect'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tMacFilterParamsIngrHitByteCount 1.3.6.1.4.1.6527.3.1.2.21.4.1.31
The value of tMacFilterParamsIngrHitByteCount indicates the number of bytes of all ingress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tMacFilterParamsEgrHitByteCount 1.3.6.1.4.1.6527.3.1.2.21.4.1.32
The value of tMacFilterParamsEgrHitByteCount indicates the number of bytes of all egress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tMacFilterParamsLowISID 1.3.6.1.4.1.6527.3.1.2.21.4.1.33
The value of tMacFilterParamsLowISID specifies the lowest value of the 24 bit (0..16777215) service instance identifier for this service that matches this entry. The default value of -1 indicates no ISID matching will be performed. The value of this field can be equal to but not lower than the value of the tMacFilterParamsHighISID field. Changing the value of this field might also change the value of tMacFilterParamsHighISID: A value of -1 will change the value of tMacFilterParamsHighISID to -1. Changing the value of this field from -1 to any other value will change the value of tMacFilterParamsHighISID to this same value. Note that tMacFilterParamsLowISID and tMacFilterParamsHighISID can only be set if tMacFilterType is set to 'isid(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  SvcISID  

tMacFilterParamsHighISID 1.3.6.1.4.1.6527.3.1.2.21.4.1.34
The value of tMacFilterParamsHighISID specifies the highest value of the 24 bit (0..16777215) service instance identifier for this service that matches this entry. The default value of -1 indicates no ISID matching will be performed. The value of this field can be equal to but not higher than the value of the tMacFilterParamsLowISID field. Changing the value of this field might also change the value of tMacFilterParamsLowISID: A value of -1 will change the value of tMacFilterParamsLowISID to -1. Changing the value of this field from -1 to any other value will change the value of tMacFilterParamsLowISID to this same value. Note that tMacFilterParamsLowISID and tMacFilterParamsHighISID can only be set if tMacFilterType is set to 'isid(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  SvcISID  

tMacFilterParamsInnerTagValue 1.3.6.1.4.1.6527.3.1.2.21.4.1.35
The value of tMacFilterParamsInnerTagValue specifies the value to match against the VID of the second VLAN tag in the packet that is carried transparently through the service (the second vlan tag after the service delimiting tags). This object can only be set if tMacFilterType is set to 'vid(3)'. The (default) value of '-1' indicates no inner VLAN tag matching will be performed.
Status: current Access: read-create
OBJECT-TYPE    
  QTagFullRangeOrNone  

tMacFilterParamsInnerTagMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.36
The value of tMacFilterParamsInnerTagMask is applied as a mask to VID of the inner VLAN tag of the packet prior to comparing it with tMacFilterParamsInnerTagValue. The inner tag is the second tag in the packet that is carried transparently through the service (the second tag after the service delimiting tags). This object can only be set if tMacFilterType is set to 'vid(3)'.
Status: current Access: read-create
OBJECT-TYPE    
  QTagFullRange 1..4095  

tMacFilterParamsOuterTagValue 1.3.6.1.4.1.6527.3.1.2.21.4.1.37
The value of tMacFilterParamsOuterTagValue specifies the value to match against the VID of the first VLAN tag in the packet that is carried transparently through the service (the first vlan tag after the service delimiting tags). This object can only be set if tMacFilterType is set to 'vid(3)'. The (default) value of '-1' indicates no outer VLAN tag matching will be performed.
Status: current Access: read-create
OBJECT-TYPE    
  QTagFullRangeOrNone  

tMacFilterParamsOuterTagMask 1.3.6.1.4.1.6527.3.1.2.21.4.1.38
The value of tMacFilterParamsOuterTagMask is applied as a mask to VID of the outer VLAN tag of the packet prior to comparing it with tMacFilterParamsOuterTagValue. The outer tag is the first tag in the packet that is carried transparently through the service (the first tag after the service delimiting tags). This object can only be set if tMacFilterType is set to 'vid(3)'.
Status: current Access: read-create
OBJECT-TYPE    
  QTagFullRange 1..4095  

tFilterLogTable 1.3.6.1.4.1.6527.3.1.2.21.5
A table of all filter logs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterLogEntry

tFilterLogEntry 1.3.6.1.4.1.6527.3.1.2.21.5.1
Information about a particular Filter Log entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterLogEntry  

tFilterLogId 1.3.6.1.4.1.6527.3.1.2.21.5.1.1
This is the index for the entry. An entry cannot be created with an id of 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterLogId  

tFilterLogRowStatus 1.3.6.1.4.1.6527.3.1.2.21.5.1.2
This object allows entries to be created and deleted in the tFilterLogTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterLogDestination 1.3.6.1.4.1.6527.3.1.2.21.5.1.3
This object specifies the destination of the log.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterLogDestination  

tFilterLogDescription 1.3.6.1.4.1.6527.3.1.2.21.5.1.4
User-provided description for this filter log entry.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tFilterLogMaxNumEntries 1.3.6.1.4.1.6527.3.1.2.21.5.1.5
The object tFilterLogMaxNumEntries specifies the maximum number of entries that the log can store. If tFilterLogDestination is not 'memory(1)' then the object tFilterLogMaxNumEntries maintains a value of '0', and Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..50000  

tFilterLogSysLogId 1.3.6.1.4.1.6527.3.1.2.21.5.1.6
The object tFilterLogSysLogId specifies the syslog Id to be used as destination. If tFilterLogDestination is not 'sysLog(2)' then the object tFilterLogSysLogId maintains a value of '0', and any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tFilterLogFileId 1.3.6.1.4.1.6527.3.1.2.21.5.1.7
The object tFilterLogFileId specifies the File Id to be used as destination. If tFilterLogDestination is not 'file(3)' then the object tFilterLogFileId Imaintains a value of '0', and any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tFilterLogStopOnFull 1.3.6.1.4.1.6527.3.1.2.21.5.1.8
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tFilterLogEnabled 1.3.6.1.4.1.6527.3.1.2.21.5.1.9
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tFilterLogSummaryEnabled 1.3.6.1.4.1.6527.3.1.2.21.5.1.10
The value of tFilterLogSummaryEnabled specifies whether or not summarization of filter log entries is performed. Summarization is only allowed in case tFilterLogDestination is set to syslog.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tFilterLogSummaryCrit1 1.3.6.1.4.1.6527.3.1.2.21.5.1.11
The value of tFilterLogSummaryCrit1 specifies how filter log entries will be summarized. This field is only meaningful if the object tFilterLogSummaryEnabled is set to true.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterLogSummaryCriterium  

tFilterLogScalars 1.3.6.1.4.1.6527.3.1.2.21.6
OBJECT IDENTIFIER    

tFilterLogMaxInstances 1.3.6.1.4.1.6527.3.1.2.21.6.1
tFilterLogMaxInstances maintains the maximum allowed instances of filter logs allowed on the system
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tFilterLogInstances 1.3.6.1.4.1.6527.3.1.2.21.6.2
tFilterLogInstances maintains the instances of filter logs presently existing on the system
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tFilterLogBindings 1.3.6.1.4.1.6527.3.1.2.21.6.3
tFilterLogBindings maintains the count of the configured filter log bindings presently existing on the system. The bindings get instantiated when the filter is instantiated
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tFilterRedirectPolicyTable 1.3.6.1.4.1.6527.3.1.2.21.10
Contains a List of all redirect policies configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectPolicyEntry

tFilterRedirectPolicyEntry 1.3.6.1.4.1.6527.3.1.2.21.10.1
Information about a particular redirect policy. Entries are created/deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectPolicyEntry  

tFilterRedirectPolicy 1.3.6.1.4.1.6527.3.1.2.21.10.1.1
tFilterRedirectPolicy uniquely identifies each redirect policy configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tFilterRPRowStatus 1.3.6.1.4.1.6527.3.1.2.21.10.1.2
tFilterRPRowStatus allows entries to be created and deleted in the tFilterRedirectPolicyTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRPDescription 1.3.6.1.4.1.6527.3.1.2.21.10.1.3
User-provided description for this redirect policy is maintained in the object tFilterRPDescription.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tFilterRPAdminState 1.3.6.1.4.1.6527.3.1.2.21.10.1.4
tFilterRPAdminState holds the admin state of the policy. If the admin state is 'outOfService', the tests will not be conducted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tFilterRPActiveDest 1.3.6.1.4.1.6527.3.1.2.21.10.1.5
tFilterRPActiveDest indicates the IP address of the active destination. A value of 0 indicates that there is currently no active destination.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tFilterRedirectDestTable 1.3.6.1.4.1.6527.3.1.2.21.11
Contains a List of all redirect destinations configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectDestEntry

tFilterRedirectDestEntry 1.3.6.1.4.1.6527.3.1.2.21.11.1
Information about a particular Redirect destination. Entries are created/deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectDestEntry  

tFilterRedirectDest 1.3.6.1.4.1.6527.3.1.2.21.11.1.1
tFilterRedirectDest holds the IP address of the destination entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tFilterRDRowStatus 1.3.6.1.4.1.6527.3.1.2.21.11.1.2
tFilterRDRowStatus allows entries to be created and deleted in the tFilterRedirectDestTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRDDescription 1.3.6.1.4.1.6527.3.1.2.21.11.1.3
User-provided description for this destination is maintained in the object tFilterRDDescription.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tFilterRDAdminPriority 1.3.6.1.4.1.6527.3.1.2.21.11.1.4
tFilterRDAdminPriority holds the configured base priority for the destination.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..255  

tFilterRDOperPriority 1.3.6.1.4.1.6527.3.1.2.21.11.1.5
tFilterRDAdminPriority maintains the operational value of the priority for this destination. The highest operational priority across multiple destinations is used as the preferred destination. A value of '0' is maintained if the destination if tFilterRDOperState is 'outOfService'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

tFilterRDAdminState 1.3.6.1.4.1.6527.3.1.2.21.11.1.6
tFilterRDAdminState maintains the configured state of the destination. If the admin state is 'outOfService', the tests for this destination will not be conducted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tFilterRDOperState 1.3.6.1.4.1.6527.3.1.2.21.11.1.7
The value of tFilterRDOperState indicates the operational state of the destination.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tFilterRedirectSNMPTestTable 1.3.6.1.4.1.6527.3.1.2.21.12
Contains a List of all redirect SNMP tests configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectSNMPTestEntry

tFilterRedirectSNMPTestEntry 1.3.6.1.4.1.6527.3.1.2.21.12.1
Information about a specific SNMP test configured for a destination. Entries are created/deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectSNMPTestEntry  

tFilterRedirectSNMPTest 1.3.6.1.4.1.6527.3.1.2.21.12.1.1
tFilterRedirectSNMPTest specifies the name of the SNMP test.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tFilterRSTRowStatus 1.3.6.1.4.1.6527.3.1.2.21.12.1.2
tFilterRSTRowStatus allows tests to be created and deleted in the tFilterRedirectSNMPTestTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRSTOID 1.3.6.1.4.1.6527.3.1.2.21.12.1.3
tFilterRSTOID stores the OID of the object to be fetched from the destination. The value of this object can only be changed if the object tFilterRSTCommunity is changed at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

tFilterRSTCommunity 1.3.6.1.4.1.6527.3.1.2.21.12.1.4
The value of tFilterRSTCommunity is the SNMPv1 or SNMPv2c Community String or the SNMPv3 Context Name used to conduct this SNMP test as described in RFC2571 and RFC2737. When the value of tFilterRSTSNMPVersion is 'snmpv1' or 'snmpv2c' this object represents a community string. When the value of tFilterRSTSNMPVersion is 'snmpv3' this object represents a SNMPv3 context name. The value of this object can only be changed if the object tFilterRSTOID is changed at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

tFilterRSTSNMPVersion 1.3.6.1.4.1.6527.3.1.2.21.12.1.5
tFilterRSTSNMPVersion specifies the SNMP PDU format to be used while conducting the test.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER snmpv1(1), snmpv2c(2), snmpv3(3)  

tFilterRSTInterval 1.3.6.1.4.1.6527.3.1.2.21.12.1.6
The value of tFilterRSTInterval specifies the amount of time in seconds between consecutive requests sent to the far end host.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRSTTimeout 1.3.6.1.4.1.6527.3.1.2.21.12.1.7
The value of tFilterRSTTimeout specifies the amount of time in seconds that is allowed for receiving a response from the far end host. If a reply is not received within this time the far end host is considered unresponsive.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRSTDropCount 1.3.6.1.4.1.6527.3.1.2.21.12.1.8
The value of tFilterRSTDropCount specifies the number of consecutive requests that must fail for the destination to declared unreachable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRSTHoldDown 1.3.6.1.4.1.6527.3.1.2.21.12.1.9
The value of tFilterRSTHoldDown specifies the amount of time in seconds that the system should be held down if any of the test has marked it unreachable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..86400  

tFilterRSTHoldDownRemain 1.3.6.1.4.1.6527.3.1.2.21.12.1.10
The value of tFilterRSTHoldDownRemain indicates the amount of time in seconds that the system will remain in held down state before being used again.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..86400  

tFilterRSTLastActionTime 1.3.6.1.4.1.6527.3.1.2.21.12.1.11
tFilterRSTLastActionTime maintains the time stamp when this test received a response for a probe sent out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tFilterRSTLastOID 1.3.6.1.4.1.6527.3.1.2.21.12.1.12
The object tFilterRSTLastOID holds the OID received in the response.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

tFilterRSTLastType 1.3.6.1.4.1.6527.3.1.2.21.12.1.13
tFilterRSTLastType maintains the type of the value received. A value of none(0) indicated that no value has been received
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8), opaque(9)  

tFilterRSTLastCounter32Val 1.3.6.1.4.1.6527.3.1.2.21.12.1.14
The value tFilterRSTLastType is 'counter32'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tFilterRSTLastUnsigned32Val 1.3.6.1.4.1.6527.3.1.2.21.12.1.15
The value tFilterRSTLastType is 'unsigned32'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tFilterRSTLastTimeTicksVal 1.3.6.1.4.1.6527.3.1.2.21.12.1.16
The value tFilterRSTLastType is 'timeTicks'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

tFilterRSTLastInt32Val 1.3.6.1.4.1.6527.3.1.2.21.12.1.17
The value tFilterRSTLastType is 'integer32'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tFilterRSTLastOctetStringVal 1.3.6.1.4.1.6527.3.1.2.21.12.1.18
The value tFilterRSTLastType is 'octetString'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

tFilterRSTLastIpAddressVal 1.3.6.1.4.1.6527.3.1.2.21.12.1.19
The value tFilterRSTLastType is 'ipAddress'. Although this seems to be unfriendly for IPv6, we have to recognize that there are a number of older MIBs that do contain an IPv4 format address, known as IpAddress. IPv6 addresses are represented using TAddress or InetAddress, and so the underlying datatype is OCTET STRING, and their value would be stored in the tFilterRSTLastOctetStringVal column.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tFilterRSTLastOidVal 1.3.6.1.4.1.6527.3.1.2.21.12.1.20
The value tFilterRSTLastType is 'objectId'.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

tFilterRSTLastCounter64Val 1.3.6.1.4.1.6527.3.1.2.21.12.1.21
The value tFilterRSTLastType is 'counter64'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tFilterRSTLastOpaqueVal 1.3.6.1.4.1.6527.3.1.2.21.12.1.22
The value tFilterRSTLastType is 'opaque'.
Status: current Access: read-only
OBJECT-TYPE    
  Opaque  

tFilterRSTLastAction 1.3.6.1.4.1.6527.3.1.2.21.12.1.23
tFilterRSTLastAction maintains impact that the last test probe made on the operational status of the destination as maintained in tFilterRDOperState. If the last action was 'disable', the destination may not be used for tFilterRSTHoldDown seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), none(3)  

tFilterRSTLastPrioChange 1.3.6.1.4.1.6527.3.1.2.21.12.1.24
If the last action on the operational state of the destination i.e. tFilterRSTLastAction is 'enable', tFilterRSTLastPrioChange maintains the impact that the last test probe made on the operational priority of the destination. In other cases, this object has no significance and hence should be holding the value '0'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -255..255  

tFilterRSTNextRespIndex 1.3.6.1.4.1.6527.3.1.2.21.12.1.25
The value of tFilterRSTNextRespIndex indicates the next response index to be used while creating a row in the tFilterRedirectSNMPRespTable. The value of '-1' means that the maximum number of return values for this OID are already configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1 | 1..2147483647  

tFilterRedirectSNMPRespTable 1.3.6.1.4.1.6527.3.1.2.21.13
Each row in this table holds the effect of the test on the destination for a specific return value. Each row is created once and cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectSNMPRespEntry

tFilterRedirectSNMPRespEntry 1.3.6.1.4.1.6527.3.1.2.21.13.1
Information about action to be taken for a specific destination when a specific response is received. Each row is created once and cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectSNMPRespEntry  

tFilterRSTRespId 1.3.6.1.4.1.6527.3.1.2.21.13.1.1
tFilterRSTRespId holds the response value received from the destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

tFilterRSTRespRowStatus 1.3.6.1.4.1.6527.3.1.2.21.13.1.2
This object allows response strings to be specified for a specific test and the change it will cause to the priority of the destination.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRSTRespAction 1.3.6.1.4.1.6527.3.1.2.21.13.1.3
tFilterRSTRespAction specifies the type of change that should be made to the destination priority tFilterRDOperPriority, if the return value is same as tFilterRSTRespId. If tFilterRSTRespPrioChange is 0 this field will be set to 'disable'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER increase(1), decrease(2), disable(3)  

tFilterRSTRespPrioChange 1.3.6.1.4.1.6527.3.1.2.21.13.1.4
tFilterRSTRespPrioChange specifies the amount of change to be made to the priority of the destination if the tFilterRSTRespAction is either 'increase' or 'decrease'. If tFilterRSTRespAction is 'disable', this field will be set to 0. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

tFilterRSTRespOID 1.3.6.1.4.1.6527.3.1.2.21.13.1.5
The object tFilterRSTRespOID holds the OID to be received in the response. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

tFilterRSTRespType 1.3.6.1.4.1.6527.3.1.2.21.13.1.6
tFilterRSTRespType maintains the type of the value to be received. Note: types 'objectId' and 'counter64' are not supported for now, and will be rejected when used. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8), opaque(9)  

tFilterRSTCounter32Val 1.3.6.1.4.1.6527.3.1.2.21.13.1.7
The value tFilterRSTRespType is 'counter32'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Counter32  

tFilterRSTUnsigned32Val 1.3.6.1.4.1.6527.3.1.2.21.13.1.8
The value tFilterRSTRespType is 'unsigned32'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tFilterRSTTimeTicksVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.9
The value tFilterRSTRespType is 'timeTicks'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks  

tFilterRSTInt32Val 1.3.6.1.4.1.6527.3.1.2.21.13.1.10
The value tFilterRSTRespType is 'integer32'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

tFilterRSTOctetStringVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.11
The value tFilterRSTRespType is 'octetString'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tFilterRSTIpAddressVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.12
The value tFilterRSTRespType is 'ipAddress'. Although this seems to be unfriendly for IPv6, we have to recognize that there are a number of older MIBs that do contain an IPv4 format address, known as IpAddress. IPv6 addresses are represented using TAddress or InetAddress, and so the underlying datatype is OCTET STRING, and their value would be stored in the tFilterRSTOctetStringVal column. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tFilterRSTOidVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.13
The response value if tFilterRSTRespType is set to 'objectId'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

tFilterRSTCounter64Val 1.3.6.1.4.1.6527.3.1.2.21.13.1.14
The response value if tFilterRSTRespType is set to 'counter64'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Counter64  

tFilterRSTOpaqueVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.15
The value tFilterRSTRespType is 'opaque'. This field cannot be modified after creation. Any change attempts will be silently discarded.
Status: current Access: read-create
OBJECT-TYPE    
  Opaque  

tFilterRedirectURLTestTable 1.3.6.1.4.1.6527.3.1.2.21.14
Contains a List of all redirect snmp tests configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectURLTestEntry

tFilterRedirectURLTestEntry 1.3.6.1.4.1.6527.3.1.2.21.14.1
Information about a specific URL test configured for a destination. Entries are created/deleted by user. Entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectURLTestEntry  

tFilterRedirectURLTest 1.3.6.1.4.1.6527.3.1.2.21.14.1.1
tFilterRedirectURLTest holds the name of the URL test.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tFilterRUTRowStatus 1.3.6.1.4.1.6527.3.1.2.21.14.1.2
tFilterRUTRowStatus allows tests to be created and deleted in the tFilterRedirectURLTestTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRUTURL 1.3.6.1.4.1.6527.3.1.2.21.14.1.3
This object holds the URL to be probed.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tFilterRUTHTTPVersion 1.3.6.1.4.1.6527.3.1.2.21.14.1.4
The HTTP Version to be used while performing the URL test. The system by default uses HTTP Version 1.1 until explicitly specified.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tFilterRUTInterval 1.3.6.1.4.1.6527.3.1.2.21.14.1.5
The value of tFilterRUTInterval specifies the amount of time in seconds between consecutive requests sent to the far end host.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRUTTimeout 1.3.6.1.4.1.6527.3.1.2.21.14.1.6
The value of tFilterRUTTimeout specifies the amount of time in seconds that is allowed for receiving a response from the far end host. If a reply is not received within this time the far end host is considered unresponsive.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRUTDropCount 1.3.6.1.4.1.6527.3.1.2.21.14.1.7
The value of tFilterRUTDropCount specifies the number of consecutive requests that must fail for the destination to declared unreachable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRUTHoldDown 1.3.6.1.4.1.6527.3.1.2.21.14.1.8
The value of tFilterRUTHoldDown specifies the amount of time in seconds that the system should be held down if any of the test has marked it unreachable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..86400  

tFilterRUTHoldDownRemain 1.3.6.1.4.1.6527.3.1.2.21.14.1.9
The value of tFilterRUTHoldDownRemain indicates the amount of time in seconds that the system will remain in held down state before being used again.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..86400  

tFilterRUTLastActionTime 1.3.6.1.4.1.6527.3.1.2.21.14.1.10
tFilterRUTLastActionTime maintains the time stamp when this test received a response for a probe sent out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tFilterRUTLastRetCode 1.3.6.1.4.1.6527.3.1.2.21.14.1.11
tFilterRUTLastRetCode holds the return code received in the last response.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tFilterRUTLastAction 1.3.6.1.4.1.6527.3.1.2.21.14.1.12
tFilterRUTLastAction maintains impact that the last test probe made on the operational status of the destination as maintained in tFilterRDOperState. If the last action was 'disable', the destination may not be used for tFilterRUTHoldDown seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), none(3)  

tFilterRUTLastPrioChange 1.3.6.1.4.1.6527.3.1.2.21.14.1.13
If the last action on the operational state of the destination i.e. tFilterRUTLastAction is 'enable', tFilterRUTLastPrioChange maintains the impact that the last test probe made on the operational priority of the destination. In other cases, this object has no significance and hence should be holding the value '0'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -255..255  

tFilterRedirectURLRespTable 1.3.6.1.4.1.6527.3.1.2.21.15
Each row in this table holds the effect of the test on the destination for a range of return values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectURLRespEntry

tFilterRedirectURLRespEntry 1.3.6.1.4.1.6527.3.1.2.21.15.1
Information about action to be taken for a specific destination when a return value within the range specified between tFilterRedirectURLLowRespCode and tFilterRedirectURLHighRespCode is received.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectURLRespEntry  

tFilterRedirectURLLowRespCode 1.3.6.1.4.1.6527.3.1.2.21.15.1.1
tFilterRedirectURLLowRespCode specifies the lower return code of the range specified by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

tFilterRedirectURLHighRespCode 1.3.6.1.4.1.6527.3.1.2.21.15.1.2
tFilterRedirectURLHighRespCode specifies the higher return code of the range specified by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

tFilterRUTRespRowStatus 1.3.6.1.4.1.6527.3.1.2.21.15.1.3
tFilterRUTRespRowStatus allows the mapping of a range of return codes returned from a specific test to the change it will cause to the priority of the destination.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRUTRespAction 1.3.6.1.4.1.6527.3.1.2.21.15.1.4
If the tFilterRUTRespAction is either 'increase(1)' or 'decrease(2)' tFilterRUTRespPrioChange specifies the offset to be applied to the destination base priority (tFilterRDAdminPriority) in order to compute the tFilterRDOperPriority as a result of this test. If the tFilterRUTRespAction is set to 'disable(3)', on the reception of the specified response, the destination will be deemed unusable and the tFilterRDOperPriority will be set to '0'. The value of tFilterRUTRespAction will be forced by the system to the value 'disable(3)' if the tFilterRUTRespPrioChange has the value '0'. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER increase(1), decrease(2), disable(3)  

tFilterRUTRespPrioChange 1.3.6.1.4.1.6527.3.1.2.21.15.1.5
tFilterRUTRespPrioChange specifies the amount of change to be made to the priority of the destination if the tFilterRUTRespAction is either 'increase' or 'decrease'. If tFilterRUTRespAction is 'disable', tFilterRUTRespPrioChange will be forced to 0. Any change to tFilterRUTRespPrioChange will be silently discarded in this case. Setting the object tFilterRUTRespPrioChange to 0 will cause the value of tFilterRUTRespAction to be set to 'disable'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

tFilterRedirectPingTestTable 1.3.6.1.4.1.6527.3.1.2.21.16
Contains a List of all redirect Ping tests configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterRedirectPingTestEntry

tFilterRedirectPingTestEntry 1.3.6.1.4.1.6527.3.1.2.21.16.1
Information about a specific Ping test configured for a destination. Entries are created/deleted by user. Entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterRedirectPingTestEntry  

tFilterRPTRowStatus 1.3.6.1.4.1.6527.3.1.2.21.16.1.1
This object allows tests to be created and deleted in the tFilterRedirectPingTestTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterRPTInterval 1.3.6.1.4.1.6527.3.1.2.21.16.1.2
The value of tFilterRPTInterval specifies the amount of time in seconds between consecutive requests sent to the far end host.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRPTTimeout 1.3.6.1.4.1.6527.3.1.2.21.16.1.3
The value of tFilterRPTTimeout specifies the amount of time in seconds that is allowed for receiving a response from the far end host. If a reply is not received within this time the far end host is considered unresponsive.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRPTDropCount 1.3.6.1.4.1.6527.3.1.2.21.16.1.4
The value of tFilterRPTDropCount specifies the number of consecutive requests that must fail for the destination to declared unreachable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tFilterRPTHoldDown 1.3.6.1.4.1.6527.3.1.2.21.16.1.5
The value of tFilterRPTHoldDown specifies the amount of time in seconds that the system should be held down if any of the test has marked it unreachable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..86400  

tFilterRPTHoldDownRemain 1.3.6.1.4.1.6527.3.1.2.21.16.1.6
The value of tFilterRPTHoldDownRemain indicates the amount of time in seconds that the system will remain in held down state before being used again.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..86400  

tFilterRPTLastActionTime 1.3.6.1.4.1.6527.3.1.2.21.16.1.7
tFilterRPTLastActionTime maintains the time stamp when this test received a response for a probe sent out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tFilterRPTLastAction 1.3.6.1.4.1.6527.3.1.2.21.16.1.8
tFilterRPTLastAction maintains impact that the last test probe made on the operational status of the destination as maintained in tFilterRDOperState. If the last action was 'disable', the destination may not be used for tFilterRPTHoldDown seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), none(3)  

tAutoIPFilterEntryTable 1.3.6.1.4.1.6527.3.1.2.21.17
Defines the Alcatel-Lucent SROS series automatic IP filters for providing, via SNMP, the capability of gathering information regarding the same. tAutoIPFilterEntryTable holds a list of all automatic filter entries being used for filtering. This table is obsoleted in release 3.0.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TAutoIPFilterEntry

tAutoIPFilterEntry 1.3.6.1.4.1.6527.3.1.2.21.17.1
Defines an entry in the tAutoIPFilterEntryTable. Entries are created and deleted in this table by the system. Each entry provides information about a single active automatic filter entry. This entry is obsoleted in release 3.0.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TAutoIPFilterEntry  

tAutoIPFilterId 1.3.6.1.4.1.6527.3.1.2.21.17.1.1
tAutoIPFilterId serves as a primary index and uniquely identifies an application point such as a routed interface or a SAP. This object is obsoleted in release 3.0.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TFilterID 1..65535  

tAutoIPFilterEntrySourceIpAddr 1.3.6.1.4.1.6527.3.1.2.21.17.1.2
tAutoIPFilterEntrySourceIpAddr specifies the source ip-address and also serves as the secondary index to this table. This object is obsoleted in release 3.0.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tAutoIPFilterEntrySourceIpMask 1.3.6.1.4.1.6527.3.1.2.21.17.1.3
The value of tAutoIPFilterEntrySourceIpMask indicates the number of bits to be matched in the source ip-address. This object is obsoleted in release 3.0.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddressPrefixLength  

tFilterDomainLastChanged 1.3.6.1.4.1.6527.3.1.2.21.9.1
timestamp of last change to tFilterObjects.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tIPv6FilterTable 1.3.6.1.4.1.6527.3.1.2.21.18
Contains a List of all IPv6 filters configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPv6FilterEntry

tIPv6FilterEntry 1.3.6.1.4.1.6527.3.1.2.21.18.1
Information about a particular IPv6 Filter entry. Entries are created/deleted by user. Entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPv6FilterEntry  

tIPv6FilterId 1.3.6.1.4.1.6527.3.1.2.21.18.1.1
The value of the object tIPv6FilterId uniquely identifies a IPv6 filter on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPFilterID 1..65535  

tIPv6FilterRowStatus 1.3.6.1.4.1.6527.3.1.2.21.18.1.2
The value of the object tIPv6FilterRowStatus specifies the status of the IPv6 filter. The object allows entries to be created and deleted in the tIPv6FilterTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tIPv6FilterScope 1.3.6.1.4.1.6527.3.1.2.21.18.1.3
The value of the object tIPv6FilterScope specifies the scope of this filter definition. If defined as exclusive(1), this filter can be instantiated only once as compared to the multiple instances that the filter can have if defined as template(2).
Status: current Access: read-create
OBJECT-TYPE    
  TItemScope  

tIPv6FilterDescription 1.3.6.1.4.1.6527.3.1.2.21.18.1.4
The value of the object tIPv6FilterDescription specifies a user-provided description for this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tIPv6FilterDefaultAction 1.3.6.1.4.1.6527.3.1.2.21.18.1.5
The value of the object tIPv6FilterDefaultAction specifies the action to be taken for packets that do not match any of the filter entries. The only allowed values for this field are drop(1) and forward(2).
Status: current Access: read-create
OBJECT-TYPE    
  TFilterAction  

tIPv6FilterRadiusInsertPt 1.3.6.1.4.1.6527.3.1.2.21.18.1.6
The value of tIPv6FilterRadiusInsertPt specifies at what place the filter entries received from Radius will be inserted in the filter. No regular entries, nor Credit Control provided entries can be configured in this range. The value 0 means that no Radius provided filter entries can be inserted in the filter. If tIPv6FilterRadiusInsertSize is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPv6FilterRadiusInsertSize 1.3.6.1.4.1.6527.3.1.2.21.18.1.7
The value of tIPv6FilterRadiusInsertSize specifies how many filter entries received from Radius for subscriber hosts can be inserted in the filter. If tIPv6FilterRadiusInsertPt is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPv6FilterCreditCntrlInsertPt 1.3.6.1.4.1.6527.3.1.2.21.18.1.8
The value of tIPv6FilterCreditCntrlInsertPt specifies at what place the filter entries received from Credit Control for a particular subscriber host will be inserted in the filter. No regular entries, nor Radius provided entries can be configured in this range. The value 0 means that no Credit Control provided filter entries can be inserted in the filter. If tIPv6FilterCreditCntrlInsertSize is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPv6FilterCreditCntrlInsertSize 1.3.6.1.4.1.6527.3.1.2.21.18.1.9
The value of tIPv6FilterCreditCntrlInsertSize specifies how many filter entries received from Credit Control can be inserted in the filter. If tIPv6FilterCreditCntrlInsertPt is set to 0, then this object will be put to 0 as well. Any change attempts will be silently discarded in this case.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tIPv6FilterSubInsertHighWmark 1.3.6.1.4.1.6527.3.1.2.21.18.1.10
The value of the object tIPv6FilterSubInsertHighWmark specifies the utilization of the filter ranges for filter entry insertion, at which a table full alarm will be raised by the agent. The value 0 indicates that no alarm will be generated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..100  

tIPv6FilterSubInsertLowWmark 1.3.6.1.4.1.6527.3.1.2.21.18.1.11
The value of the object tIPv6FilterSubInsertLowWmark specifies the utilization of the filter ranges for filter entry insertion, at which a table full alarm will be cleared by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..100  

tIpv6FilterCreditCntrlNbrInsertd 1.3.6.1.4.1.6527.3.1.2.21.18.1.12
The value of the object tIpv6FilterCreditCntrlNbrInsertd indicates how many filter entries are currently inserted in the filter on request the credit control application.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tIpv6FilterRadiusNbrInsertd 1.3.6.1.4.1.6527.3.1.2.21.18.1.13
The value of the object tIpv6FilterRadiusNbrInsertd indicates how many filter entries are currently inserted in the filter on request the RADIUS application.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tIpv6FilterName 1.3.6.1.4.1.6527.3.1.2.21.18.1.14
The value of tIpv6FilterName specifies the name to associate with this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TLNamedItemOrEmpty  

tIPv6FilterParamsTable 1.3.6.1.4.1.6527.3.1.2.21.19
A table of all IPv6 filter match entries for all IPv6 filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPv6FilterParamsEntry

tIPv6FilterParamsEntry 1.3.6.1.4.1.6527.3.1.2.21.19.1
Information about a particular IPv6 Filter entry. Every IPv6 Filter can have zero or more IPv6 Filter match entries. a filter entry with no match criteria set will match every packet, and the entry action will be taken. Entries are created/deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPv6FilterParamsEntry  

tIPv6FilterParamsIndex 1.3.6.1.4.1.6527.3.1.2.21.19.1.1
This is the secondary index for the entry. Every IPv6 filter can have multiple entries, therefore every IPv6 filter entry is identified by the tIPv6FilterId and tIPv6FilterParamsIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  TEntryId  

tIPv6FilterParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.21.19.1.2
This object allows entries to be created and deleted in the tIPv6FilterParamsTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tIPv6FilterParamsLogId 1.3.6.1.4.1.6527.3.1.2.21.19.1.3
This object specifies the log to use for packets that match this entry. The value zero indicates that logging is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterLogId  

tIPv6FilterParamsDescription 1.3.6.1.4.1.6527.3.1.2.21.19.1.4
User-provided description for this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tIPv6FilterParamsAction 1.3.6.1.4.1.6527.3.1.2.21.19.1.5
The action to take for packets that match this filter entry. The value default(3) specifies this entry to inherit the behavior defined as the default for the filter. The value nat(5) is not supported.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterActionOrDefault  

tIPv6FilterParamsForwardNH 1.3.6.1.4.1.6527.3.1.2.21.19.1.6
The ipv6-address of the nexthop to which the packet should be forwarded if it hits this filter entry. The action of this entry should be 'forward' in such a case.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv6  

tIPv6FilterParamsForwardNHIndirect 1.3.6.1.4.1.6527.3.1.2.21.19.1.7
tIPv6FilterParamsForwardNHIndirect specifies if the nexthop is directly or indirectly reachable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tIPv6FilterParamsRemarkDSCP 1.3.6.1.4.1.6527.3.1.2.21.19.1.8
The DSCP value that should be remarked in case a packet hits this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  TDSCPFilterActionValue  

tIPv6FilterParamsRemarkDSCPMask 1.3.6.1.4.1.6527.3.1.2.21.19.1.9
tIPv6FilterParamsRemarkDSCPMask specifies the care bits while remarking with the DSCP value.
Status: current Access: read-create
OBJECT-TYPE    
  TDSCPFilterActionValue  

tIPv6FilterParamsRemarkDot1p 1.3.6.1.4.1.6527.3.1.2.21.19.1.10
tIPv6FilterParamsRemarkDot1p specifies the Dot1p value that needs to be remarked on the packet if it hits this filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority  

tIPv6FilterParamsSourceIpAddr 1.3.6.1.4.1.6527.3.1.2.21.19.1.11
IPv6 address to match the source-ip of the packet.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv6  

tIPv6FilterParamsSourceIpMask 1.3.6.1.4.1.6527.3.1.2.21.19.1.12
The IPv6 Mask value for this policy IPv6 Filter entry. The mask is ANDed with the IPv6 to match the tIPv6FilterParamsSourceIpAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength 0..128  

tIPv6FilterParamsDestinationIpAddr 1.3.6.1.4.1.6527.3.1.2.21.19.1.13
IPv6 address to match the destination-ip of the packet.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv6  

tIPv6FilterParamsDestinationIpMask 1.3.6.1.4.1.6527.3.1.2.21.19.1.14
The IPv6 Mask value for this policy IPv6 Filter entry. The mask is ANDed with the IPv6 to match the tIPv6FilterParamsDestinationIpAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength 0..128  

tIPv6FilterParamsNextHeader 1.3.6.1.4.1.6527.3.1.2.21.19.1.15
IPv6 next header to match. set to -1 to disable matching IPv6 next header. If the next header is changed the next header specific parameters are reset. For instance if next header is changed from TCP to UDP, then the objects tIPv6FilterParamsTcpSyn and tIPv6FilterParamsTcpAck will be turned off. Because the match criteria only pertains to the last next-header, the following values are not accepted: 0, 43, 44, 50, 51, and 60.
Status: current Access: read-create
OBJECT-TYPE    
  TIpProtocol  

tIPv6FilterParamsSourcePortValue1 1.3.6.1.4.1.6527.3.1.2.21.19.1.16
TCP/UDP port value1. The value of this object is used as per the description for tIPv6FilterParamsSourcePortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPv6FilterParamsSourcePortValue2 1.3.6.1.4.1.6527.3.1.2.21.19.1.17
TCP/UDP port value2. The value of this object is used as per the description for tIPv6FilterParamsSourcePortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPv6FilterParamsSourcePortOperator 1.3.6.1.4.1.6527.3.1.2.21.19.1.18
The operator specifies the manner in which tIPFilterParamsSourcePortValue1 and tIPFilterParamsSourcePortValue2 are to be used.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPortOperator  

tIPv6FilterParamsDestPortValue1 1.3.6.1.4.1.6527.3.1.2.21.19.1.19
TCP/UDP port value1. The value of this object is used as per the description for tIPv6FilterParamsDestPortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPv6FilterParamsDestPortValue2 1.3.6.1.4.1.6527.3.1.2.21.19.1.20
TCP/UDP port value2. The value of this object is used as per the description for tIPv6FilterParamsDestPortOperator.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPort  

tIPv6FilterParamsDestPortOperator 1.3.6.1.4.1.6527.3.1.2.21.19.1.21
The operator specifies the manner in which tIPFilterParamsDestPortValue1 and tIPFilterParamsDestPortValue2 are to be used.
Status: current Access: read-create
OBJECT-TYPE    
  TTcpUdpPortOperator  

tIPv6FilterParamsDSCP 1.3.6.1.4.1.6527.3.1.2.21.19.1.22
DSCP to be matched on the packet.
Status: current Access: read-create
OBJECT-TYPE    
  TDSCPNameOrEmpty  

tIPv6FilterParamsTcpSyn 1.3.6.1.4.1.6527.3.1.2.21.19.1.23
If Enabled, matches a TCP Syn as per value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPv6FilterParamsTcpAck 1.3.6.1.4.1.6527.3.1.2.21.19.1.24
If Enabled, matches a TCP Ack as per value of the object.
Status: current Access: read-create
OBJECT-TYPE    
  TItemMatch  

tIPv6FilterParamsIcmpCode 1.3.6.1.4.1.6527.3.1.2.21.19.1.25
Icmp code to be matched. tIPv6FilterParamsIcmpCode complements the object tIPv6FilterParamsIcmpType. Both of them need to be set to actually enable ICMP matching. The value -1 means Icmp code matching is not enabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..255  

tIPv6FilterParamsIcmpType 1.3.6.1.4.1.6527.3.1.2.21.19.1.26
Icmp type to be matched. tIPv6FilterParamsIcmpType complements the object tIPv6FilterParamsIcmpCode. Both of them need to be set to actually enable ICMP matching. The value -1 means Icmp type matching is not enabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..255  

tIPv6FilterParamsCflowdSample 1.3.6.1.4.1.6527.3.1.2.21.19.1.27
When tIPFilterParamsCflowdSample has a value of 'true', Cflowd sampling and analysis is performed on those packet streams where this filter has been applied. Only packets matching this IPv6 filter entry are subjected to Cflowd sampling and analysis. A Cflowd profile controls the sampling and analysis of data flows through the router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tIPv6FilterParamsCflowdIfSample 1.3.6.1.4.1.6527.3.1.2.21.19.1.28
When tIPv6FilterParamsCflowdIfSample has a value of 'true', Cflowd sampling and analysis is performed on those packet streams where this filter has been applied. Only packets matching this IPv6 filter entry are subjected to Cflowd sampling and analysis. A Cflowd profile controls the sampling and analysis of data flows through the router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tIPv6FilterParamsForwardNHInterface 1.3.6.1.4.1.6527.3.1.2.21.19.1.29
The interface name for the nexthop to which the packet should be forwarded if it hits this filter entry. The action of this entry should be 'forward' in such a case.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

tIPv6FilterParamsIngressHitCount 1.3.6.1.4.1.6527.3.1.2.21.19.1.30
This object indicates the number of times an ingress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPv6FilterParamsEgressHitCount 1.3.6.1.4.1.6527.3.1.2.21.19.1.31
This object indicates the number of times an egress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPv6FilterParamsLogInstantiated 1.3.6.1.4.1.6527.3.1.2.21.19.1.32
tIPv6FilterParamsLogInstantiated indicates if the filter log for this filter entry has been instantiated or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tIPv6FilterParamsForwardRedPlcy 1.3.6.1.4.1.6527.3.1.2.21.19.1.33
tIPv6FilterParamsForwardRedPlcy specifies the redirect policy to be used to determine the nexthop.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tIPv6FilterParamsActiveDest 1.3.6.1.4.1.6527.3.1.2.21.19.1.34
tIPv6FilterParamsActiveDest indicates the IPv6 address of the active destination for this IPv6 filter. A value of 0 indicates that there is currently no active destination.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

tIPv6FilterParamsTimeRangeName 1.3.6.1.4.1.6527.3.1.2.21.19.1.35
tIPv6FilterParamsTimeRangeName specifies the tmnxTimeRangeEntry to be associated with this filter entry. A value for this object can only be specified during row creation, and cannot be altered lateron. Also, a value is accepted only if the tmnxTimeRangeEntry is defined in the TIMETRA-SCHEDULER-MIB::tmnxTimeRangeTable.tTimeRangeName.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tIPv6FilterParamsTimeRangeState 1.3.6.1.4.1.6527.3.1.2.21.19.1.36
tIPv6FilterParamsTimeRangeState indicates whether or not the entry is currently in effect. - timeRangeNotApplic: no time range is applicable for this entry. - timeRangeNotActive: A time range is defined in tIPv6FilterParamsTimeRangeName, but is not active at this moment. Consequently the filter entry is not installed. - timeRangeActive. A time range is defined in tIPv6FilterParamsTimeRangeName, and is activated successfully. - timeRangeActiveDownloadFailed: A time range is defined in tIPv6FilterParamsTimeRangeName, and is activated, but the corresponding filter entry could not be installed due to resource problems.
Status: current Access: read-only
OBJECT-TYPE    
  TTimeRangeState  

tIPv6FilterParamsIngrHitByteCount 1.3.6.1.4.1.6527.3.1.2.21.19.1.37
The value of tIPv6FilterParamsIngrHitByteCount indicates the number of bytes of all ingress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPv6FilterParamsEgrHitByteCount 1.3.6.1.4.1.6527.3.1.2.21.19.1.38
This tIPv6FilterParamsEgrHitByteCount indicates the number of bytes of all egress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPv6FilterParamsFwdSvcId 1.3.6.1.4.1.6527.3.1.2.21.19.1.39
tIPv6FilterParamsFwdSvcId indicates the service id of the destination for this filter entry. The value 0 indicates that there is no active SAP or SDP destination.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tIPv6FilterParamsFwdSapPortId 1.3.6.1.4.1.6527.3.1.2.21.19.1.40
tIPv6FilterParamsFwdSapPortId specifies the sap port id of the destination for this filter entry. The value 0 indicates that there is no SAP destination defined. A value different from 0 can only be specified if the value of the tIPv6FilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the object tIPv6FilterParamsFwdSdpBind is '0'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPortID  

tIPv6FilterParamsFwdSapEncapVal 1.3.6.1.4.1.6527.3.1.2.21.19.1.41
tIPv6FilterParamsFwdSapEncapVal specifies the sap port encap value of the destination SAP for this filter entry. A value different from 0 can only be specified if the value of the tIPv6FilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the object tIPv6FilterParamsFwdSdpBind has value '0'. The value 0 indicates that either 1) the sap encapsulation value is not specified when tIPv6FilterParamsFwdSapPortId and tIPv6FilterParamsFwdSvcId have valid values; or 2) that there is no SAP destination.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEncapVal  

tIPv6FilterParamsFwdSdpBind 1.3.6.1.4.1.6527.3.1.2.21.19.1.42
tIPv6FilterParamsFwdSdpBind specifies the sdp bind id of the destination for this filter entry. The value '0' indicates that there is currently no SDP binding defined. A value different from '0' can only be specified if the value of the tIPv6FilterParamsAction object of this entry is 'forward'. In addition a non-zero value can only be given if the objects tIPv6FilterParamsFwdSapPortId and tIPv6FilterParamsFwdSapEncapVal have value 0.
Status: current Access: read-create
OBJECT-TYPE    
  SdpBindId  

tFilterGroupInsertedEntries 1.3.6.1.4.1.6527.3.1.2.21.20
OBJECT IDENTIFIER    

tFltrGrpInsrtdEntriesFilterType 1.3.6.1.4.1.6527.3.1.2.21.20.1
tFltrGrpInsrtdEntriesFilterType specifies the type of the filter referred to by tFltrGrpInsrtdEntriesFilterId. Inserted entries can only occur in 'fltrtypeselIp' and 'fltrtypeselIpv6'
Status: current Access: read-write
OBJECT-TYPE    
  TFilterType  

tFltrGrpInsrtdEntriesFilterId 1.3.6.1.4.1.6527.3.1.2.21.20.2
tFltrGrpInsrtdEntriesFilterId specifies for which filter the inserted entries must be grouped.
Status: current Access: read-write
OBJECT-TYPE    
  TFilterID  

tFltrGrpInsrtdEntriesApplication 1.3.6.1.4.1.6527.3.1.2.21.20.3
tFltrGrpInsrtdEntriesApplication specifies for which application the the inserted entries must be grouped.
Status: current Access: read-write
OBJECT-TYPE    
  TFilterSubInsSpaceOwner  

tFltrGrpInsrtdEntriesLocation 1.3.6.1.4.1.6527.3.1.2.21.20.4
tFltrGrpInsrtdEntriesLocation specifies at what location the inserted entries must be grouped.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), top(1), bottom(2)  

tFltrGrpInsrtdEntriesResult 1.3.6.1.4.1.6527.3.1.2.21.20.5
tFltrGrpInsrtdEntriesResult indicates the success or failure of the last requested grouping request on inserted entries.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), failure(2)  

tFltrGrpInsrtdEntriesFeedback 1.3.6.1.4.1.6527.3.1.2.21.20.6
tFltrGrpInsrtdEntriesFeedback may indicate additional info on the last inserted filter entries grouping action performed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tFltrGrpInsrtdEntriesExecute 1.3.6.1.4.1.6527.3.1.2.21.20.7
Setting the object tFltrGrpInsrtdEntriesExecute to 'true' will cause the system to attempt to execute te grouping command as specified by the other MIB objects in the tFilterGroupInsertedEntries mibgroup. When read the value will always indicate 'false'. The result of the command can be found in tFltrGrpInsrtdEntriesResult and tFltrGrpInsrtdEntriesFeedback
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tDhcpFilterTableLastChanged 1.3.6.1.4.1.6527.3.1.2.21.21
The value of tDhcpFilterTableLastChanged indicates the sysUpTime at the time of the last modification to tDhcpFilterTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table 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    
  TimeStamp  

tDhcpFilterTable 1.3.6.1.4.1.6527.3.1.2.21.22
Contains a list of all DHCP filters configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TDhcpFilterEntry

tDhcpFilterEntry 1.3.6.1.4.1.6527.3.1.2.21.22.1
Information about a particular DHCP filter. Entries are created/deleted by user. Entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TDhcpFilterEntry  

tDhcpFilterId 1.3.6.1.4.1.6527.3.1.2.21.22.1.1
Uniquely identifies a mac filter as configures on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  TDHCPFilterID 1..65535  

tDhcpFilterRowStatus 1.3.6.1.4.1.6527.3.1.2.21.22.1.2
This object allows entries to be created and deleted in the tDhcpFilterTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tDhcpFilterLastChanged 1.3.6.1.4.1.6527.3.1.2.21.22.1.3
The value of tDhcpFilterLastChanged indicates the timestamp of last change to this row in tDhcpFilterTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tDhcpFilterDescription 1.3.6.1.4.1.6527.3.1.2.21.22.1.4
User-provided description for this filter.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tDhcpFilterParamsTblLastChanged 1.3.6.1.4.1.6527.3.1.2.21.23
The value of tDhcpFilterParamsTblLastChanged indicates the sysUpTime at the time of the last modification to tDhcpFilterParamsTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table 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    
  TimeStamp  

tDhcpFilterParamsTable 1.3.6.1.4.1.6527.3.1.2.21.24
A table of all DHCP filter match entries for all DHCP filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TDhcpFilterParamsEntry

tDhcpFilterParamsEntry 1.3.6.1.4.1.6527.3.1.2.21.24.1
Information about a particular DHCP filter entry. Every DHCP filter can have zero or more DHCP filter match entries. A filter entry with no match criteria set will match every packet, and the entry action will be taken. Entries are created/deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TDhcpFilterParamsEntry  

tDhcpFilterParamsId 1.3.6.1.4.1.6527.3.1.2.21.24.1.1
This is the secondary index for the entry. Every DHCP filter can have multiple entries, therefore every DHCP filter entry is identified by the tDhcpFilterId and tDhcpFilterParamsId.
Status: current Access: not-accessible
OBJECT-TYPE    
  TEntryId  

tDhcpFilterParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.21.24.1.2
This object allows entries to be created and deleted in the tDhcpFilterParamsTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tDhcpFilterParamsLastChanged 1.3.6.1.4.1.6527.3.1.2.21.24.1.3
The value of tDhcpFilterParamsLastChanged indicates the timestamp of last change to this row in tDhcpFilterParamsTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tDhcpFilterParamsOptionNumber 1.3.6.1.4.1.6527.3.1.2.21.24.1.4
The value of tDhcpFilterParamsOptionNumber specifies the number of the DHCP option to filter on.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..255  

tDhcpFilterParamsOptionMatch 1.3.6.1.4.1.6527.3.1.2.21.24.1.5
The value of tDhcpFilterParamsOptionMatch specifies the criteria that the DHCP option must match to trigger this filter entry. The value present(1) specifies that the DHCP option must be present, the value absent(2) specifies that the DHCP option must be absent. In these cases tDhcpFilterParamsOptionValue will be reset to an empty string. A value string(3), string-exact(4), string-invert(5), string-exact-invert(6), hex(7), hex-exact(8), hex-invert(9) or hex-exact-invert(10) requires an octet string to be present in tDhcpFilterParamsOptionValue to match against.
Status: current Access: read-create
OBJECT-TYPE    
  TDhcpFilterMatch  

tDhcpFilterParamsAction 1.3.6.1.4.1.6527.3.1.2.21.24.1.6
The action to take for DHCP host creation requests that match this filter entry. The value none(1) specifies normal host creation behaviour, the value bypass-host-creation(2) specifies to bypass host creation, the value drop(3) specifies to drop the DHCP message.
Status: current Access: read-create
OBJECT-TYPE    
  TDhcpFilterAction  

tDhcpFilterParamsOptionValue 1.3.6.1.4.1.6527.3.1.2.21.24.1.7
The value of the object tDhcpFilterParamsOptionValue specifies the matching pattern for the filtered DHCP option. This object is mandatory at creation time. A zero length value is only allowed when the value of tDhcpFilterParamsOptionMatch is present(1) or absent(2).
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tMacFilterNameTableLastChgd 1.3.6.1.4.1.6527.3.1.2.21.25
The value of tMacFilterNameTableLastChgd indicates the sysUpTime at the time of the last modification of tMacFilterNameTable. If no changes were made to the entry 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    
  TimeStamp  

tMacFilterNameTable 1.3.6.1.4.1.6527.3.1.2.21.26
A table that contains MAC filter name information. Entries are created automatically by the system when tMacFilterName object is set for the MAC filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TMacFilterNameEntry

tMacFilterNameEntry 1.3.6.1.4.1.6527.3.1.2.21.26.1
Basic information about a specific MAC filter name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMacFilterNameEntry  

tMacFilterNameId 1.3.6.1.4.1.6527.3.1.2.21.26.1.1
The value of the object tMacFilterNameId specifies the filter name associated with this MAC filter.
Status: current Access: read-only
OBJECT-TYPE    
  TAnyFilterID  

tMacFilterNameRowStatus 1.3.6.1.4.1.6527.3.1.2.21.26.1.2
This value of the object tMacFilterNameRowStatus specifies the status of this row.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tMacFilterNameLastChanged 1.3.6.1.4.1.6527.3.1.2.21.26.1.3
The value of tMacFilterNameLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tIpFilterNameTableLastChgd 1.3.6.1.4.1.6527.3.1.2.21.27
The value of tIpFilterNameTableLastChgd indicates the sysUpTime at the time of the last modification of tIpFilterNameTable. If no changes were made to the entry 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    
  TimeStamp  

tIpFilterNameTable 1.3.6.1.4.1.6527.3.1.2.21.28
A table that contains IP filter name information. Entries are created automatically by the system when tIpFilterName object is set for the IP filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIpFilterNameEntry

tIpFilterNameEntry 1.3.6.1.4.1.6527.3.1.2.21.28.1
Basic information about a specific IP filter name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIpFilterNameEntry  

tIpFilterNameId 1.3.6.1.4.1.6527.3.1.2.21.28.1.1
The value of the object tIpFilterNameId specifies the filter name associated with this IP filter.
Status: current Access: read-only
OBJECT-TYPE    
  TAnyFilterID  

tIpFilterNameRowStatus 1.3.6.1.4.1.6527.3.1.2.21.28.1.2
This value of the object tIpFilterNameRowStatus specifies the status of this row.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tIpFilterNameLastChanged 1.3.6.1.4.1.6527.3.1.2.21.28.1.3
The value of tIpFilterNameLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tIpv6FilterNameTableLastChgd 1.3.6.1.4.1.6527.3.1.2.21.29
The value of tIpv6FilterNameTableLastChgd indicates the sysUpTime at the time of the last modification of tIpv6FilterNameTable. If no changes were made to the entry 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    
  TimeStamp  

tIpv6FilterNameTable 1.3.6.1.4.1.6527.3.1.2.21.30
A table that contains IPv6 filter name information. Entries are created automatically by the system when tIpv6FilterName object is set for the IPv6 filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIpv6FilterNameEntry

tIpv6FilterNameEntry 1.3.6.1.4.1.6527.3.1.2.21.30.1
Basic information about a specific IPv6 filter name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIpv6FilterNameEntry  

tIpv6FilterNameId 1.3.6.1.4.1.6527.3.1.2.21.30.1.1
The value of the object tIpv6FilterNameId specifies the filter name associated with this IPv6 filter.
Status: current Access: read-only
OBJECT-TYPE    
  TAnyFilterID  

tIpv6FilterNameRowStatus 1.3.6.1.4.1.6527.3.1.2.21.30.1.2
This value of the object tIpv6FilterNameRowStatus specifies the status of this row.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tIpv6FilterNameLastChanged 1.3.6.1.4.1.6527.3.1.2.21.30.1.3
The value of tIpv6FilterNameLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tFilterLiObjects 1.3.6.1.4.1.6527.3.1.2.21.31
OBJECT IDENTIFIER    

tLiReservedBlockTableLastChanged 1.3.6.1.4.1.6527.3.1.2.21.31.1
The object tLiReservedBlockTableLastChanged indicates the sysUpTime at the time of the last modification of tLiReservedBlockTable. If no changes were made to the entry 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    
  TimeStamp  

tLiReservedBlockTable 1.3.6.1.4.1.6527.3.1.2.21.31.2
The table tLiReservedBlockTable describes LI reserved blocks. In this release this table can have at most one entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLiReservedBlockEntry

tLiReservedBlockEntry 1.3.6.1.4.1.6527.3.1.2.21.31.2.1
Information about an LI reserved block. This block can be associated with one or more filters to reserve a number of entries in those filters for LI.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLiReservedBlockEntry  

tLiReservedBlockName 1.3.6.1.4.1.6527.3.1.2.21.31.2.1.1
The object tLiReservedBlockName uniquely identifies an LI reserved block.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tLiReservedBlockRowStatus 1.3.6.1.4.1.6527.3.1.2.21.31.2.1.2
The object tLiReservedBlockRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tLiReservedBlockLastChanged 1.3.6.1.4.1.6527.3.1.2.21.31.2.1.3
The object tLiReservedBlockLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tLiReservedBlockDescription 1.3.6.1.4.1.6527.3.1.2.21.31.2.1.4
The object tLiReservedBlockDescription specifies a description for this LI reserved block.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tLiReservedBlockStart 1.3.6.1.4.1.6527.3.1.2.21.31.2.1.5
The object tLiReservedBlockStart specifies the starting entry of the LI reserved block. If set to '0' no block is reserved. In this case the value of the object tLiReservedBlockSize will be set to '0' by the system.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero  

tLiReservedBlockSize 1.3.6.1.4.1.6527.3.1.2.21.31.2.1.6
The object tLiReservedBlockSize specifies the size of the LI reserved block. If set to '0' no block is reserved. In this case the value of the object tLiReservedBlockStart will be set to '0' by the system.
Status: current Access: read-create
OBJECT-TYPE    
  TEntryIdOrZero 0..8192  

tLiReservedBlockFltrTableLastChg 1.3.6.1.4.1.6527.3.1.2.21.31.3
The value of tLiReservedBlockFltrTableLastChg indicates the sysUpTime at the time of the last modification of tLiReservedBlockFltrTable. If no changes were made to the entry 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    
  TimeStamp  

tLiReservedBlockFltrTable 1.3.6.1.4.1.6527.3.1.2.21.31.4
The table tLiReservedBlockFltrTable contains associations between normal filters and LI block reservations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLiReservedBlockFltrEntry

tLiReservedBlockFltrEntry 1.3.6.1.4.1.6527.3.1.2.21.31.4.1
An association of a normal filter with an LI block reservation. In this release, only MAC filters are supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLiReservedBlockFltrEntry  

tLiReservedBlockFltrType 1.3.6.1.4.1.6527.3.1.2.21.31.4.1.1
The object tLiReservedBlockFltrType specifies the type of filter this LI block reservation applies to. In this release only MAC filters are supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterType  

tLiReservedBlockFltrIdStart 1.3.6.1.4.1.6527.3.1.2.21.31.4.1.2
The object tLiReservedBlockFltrIdStart specifies the ID of the first filter to apply an LI block reservation. In this release, tLiReservedBlockFltrIdStart must be equal to tLiReservedBlockFltrIdEnd.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterID  

tLiReservedBlockFltrIdEnd 1.3.6.1.4.1.6527.3.1.2.21.31.4.1.3
The object tLiReservedBlockFltrIdEnd specifies the ID of the last filter to apply an LI block reservation. In this release, tLiReservedBlockFltrIdEnd must be equal to tLiReservedBlockFltrIdStart.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterID  

tLiReservedBlockFltrRowStatus 1.3.6.1.4.1.6527.3.1.2.21.31.4.1.4
The object tLiReservedBlockFltrRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tLiReservedBlockFltrLastChanged 1.3.6.1.4.1.6527.3.1.2.21.31.4.1.5
The object tLiReservedBlockFltrLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tLiFilterTableLastChanged 1.3.6.1.4.1.6527.3.1.2.21.31.5
The object tLiFilterTableLastChanged indicates the sysUpTime at the time of the last modification of tLiFilterTable. If no changes were made to the entry 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    
  TimeStamp  

tLiFilterTable 1.3.6.1.4.1.6527.3.1.2.21.31.6
The table tLiFilterTable contains information about all LI MAC filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLiFilterEntry

tLiFilterEntry 1.3.6.1.4.1.6527.3.1.2.21.31.6.1
An LI MAC filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLiFilterEntry  

tLiFilterType 1.3.6.1.4.1.6527.3.1.2.21.31.6.1.1
The object tLiFilterType specifies the type of this LI filter. In this release only MAC filters are supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterType  

tLiFilterName 1.3.6.1.4.1.6527.3.1.2.21.31.6.1.2
The object tLiFilterName indicates the unique name of this LI MAC Filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tLiFilterRowStatus 1.3.6.1.4.1.6527.3.1.2.21.31.6.1.3
The object tLiFilterRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tLiFilterLastChanged 1.3.6.1.4.1.6527.3.1.2.21.31.6.1.4
The object tLiFilterLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tLiFilterDescription 1.3.6.1.4.1.6527.3.1.2.21.31.6.1.5
The object tLiFilterDescription specifies a description for this LI MAC filter.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tLiFilterAssociationTableLastChg 1.3.6.1.4.1.6527.3.1.2.21.31.7
The object tLiFilterAssociationTableLastChg indicates the sysUpTime at the time of the last modification of tLiFilterTable. If no changes were made to the entry 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    
  TimeStamp  

tLiFilterAssociationTable 1.3.6.1.4.1.6527.3.1.2.21.31.8
The table tLiFilterAssociationTable contains information about the associations between LI filters and normal filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLiFilterAssociationEntry

tLiFilterAssociationEntry 1.3.6.1.4.1.6527.3.1.2.21.31.8.1
An association between an LI filter and a normal filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLiFilterAssociationEntry  

tLiFilterAssociationFltrId 1.3.6.1.4.1.6527.3.1.2.21.31.8.1.1
The object tLiFilterAssociationFltrId indicates the id of the normal filter in the association described by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterID  

tLiFilterAssociationRowStatus 1.3.6.1.4.1.6527.3.1.2.21.31.8.1.2
The object tLiFilterAssociationRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tLiFilterAssociationLastChg 1.3.6.1.4.1.6527.3.1.2.21.31.8.1.3
The object tLiFilterAssociationLastChg indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tLiMacFilterParamsTableLastChg 1.3.6.1.4.1.6527.3.1.2.21.31.9
The object tLiMacFilterParamsTableLastChg indicates the sysUpTime at the time of the last modification of tLiMacFilterParamsTable. If no changes were made to the entry 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    
  TimeStamp  

tLiMacFilterParamsTable 1.3.6.1.4.1.6527.3.1.2.21.31.10
The table tLiMacFilterParamsTable contains all LI MAC filter match entries for all LI MAC filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLiMacFilterParamsEntry

tLiMacFilterParamsEntry 1.3.6.1.4.1.6527.3.1.2.21.31.10.1
An LI MAC filter match entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLiMacFilterParamsEntry  

tLiMacFilterParamsId 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.1
The object tLiMacFilterParamsId indicates the secondary index for this entry. Every LI MAC filter may have multiple match entries, therefore every LI MAC filter match entry is identified by the tLiFilterName and tLiMacFilterParamsId.
Status: current Access: not-accessible
OBJECT-TYPE    
  TEntryId  

tLiMacFilterParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.2
The object tLiMacFilterParamsRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tLiMacFilterParamsLastChanged 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.3
The object tLiMacFilterParamsLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry 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    
  TimeStamp  

tLiMacFilterParamsDescription 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.4
The object tLiMacFilterParamsDescription specifies a description for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tLiMacFilterParamsFrameType 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.5
The object tLiMacFilterParamsFrameType specifies the type of mac frame for which we are defining this match criterium.
Status: current Access: read-create
OBJECT-TYPE    
  TFrameType  

tLiMacFilterParamsSrcMAC 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.6
The object tLiMacFilterParamsSrcMAC specifies the source MAC address to match for this LI MAC filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tLiMacFilterParamsSrcMACMask 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.7
The object tLiMacFilterParamsSrcMACMask specifies the source MAC mask value for this LI MAC filter match entry. The mask is ANDed with the MAC to match tLiMacFilterParamsSrcMAC. A zero bit means ignore this bit, do not match. A one bit means match this bit with tLiMacFilterParamsSrcMAC. Use the value 00-00-00-00-00-00 to disable this filter criterium. If set to all zero, the value of tLiMacFilterParamsSrcMAC will bet set to all zero by the system, and any attept to change this value will be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tLiMacFilterParamsDstMAC 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.8
The object tLiMacFilterParamsDstMAC specifies the destination MAC to match for this LI MAC filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tLiMacFilterParamsDstMACMask 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.9
The object tLiMacFilterParamsDstMACMask specifies the destination MAC mask value for this LI MAC filter match entry. The mask is ANDed with the MAC to match tLiMacFilterParamsDstMAC. A zero bit means ignore this bit, do not match. a one bit means match this bit with tLiMacFilterParamsDstMAC. Use the value 00-00-00-00-00-00 to disable this filter criteria. If set to all zero, the value of tLiMacFilterParamsDstMAC will bet set to all zero by the system, and any attept to change this value will be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tLiMacFilterParamsIngrHitCount 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.10
The object tLiMacFilterParamsIngrHitCount indicates the number of times an ingress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tLiMacFilterParamsEgrHitCount 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.11
This object tLiMacFilterParamsEgrHitCount indicates the number of times an egress packet matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tLiMacFilterParamsIngrHitBytes 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.12
The value of tLiMacFilterParamsIngrHitBytes indicates the number of bytes of all ingress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tLiMacFilterParamsEgrHitBytes 1.3.6.1.4.1.6527.3.1.2.21.31.10.1.13
The value of tLiMacFilterParamsEgrHitBytes indicates the number of bytes of all egress packets that matched this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tFilterPrefixListTableLstChng 1.3.6.1.4.1.6527.3.1.2.21.32
The object tFilterPrefixListTableLstChng indicates the sysUpTime at the time of the last modification of tFilterPrefixListTable. If no changes were made to the table since the last re-initialization of the local network management subsystem, this object contains the value zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tFilterPrefixListTable 1.3.6.1.4.1.6527.3.1.2.21.33
The table tFilterPrefixListTable contains an entry for each prefix list defined in the filter area.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterPrefixListEntry

tFilterPrefixListEntry 1.3.6.1.4.1.6527.3.1.2.21.33.1
An entry in the tFilterPrefixListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterPrefixListEntry  

tFilterPrefixListType 1.3.6.1.4.1.6527.3.1.2.21.33.1.1
The object TFltrPrefixListType specifies the type of prefix list for the prefix list tFilterPrefixListName.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFltrPrefixListType  

tFilterPrefixListName 1.3.6.1.4.1.6527.3.1.2.21.33.1.2
The object tFilterPrefixListName specifies the name given to this prefix list.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tFilterPrefixListRowStatus 1.3.6.1.4.1.6527.3.1.2.21.33.1.3
The object tFilterPrefixListRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterPrefixListLastChanged 1.3.6.1.4.1.6527.3.1.2.21.33.1.4
The object tFilterPrefixListLastChanged indicates the sysUpTime at the time of the last modification of this row. If no changes were made to the row since the last re-initialization of the local network management subsystem, then this object contains the value zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tFilterPrefixListDescription 1.3.6.1.4.1.6527.3.1.2.21.33.1.5
The object tFilterPrefixListDescription specifies a description for this row.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tFilterPrefixListEntryTblLstChg 1.3.6.1.4.1.6527.3.1.2.21.34
The object tFilterPrefixListEntryTblLstChg indicates the sysUpTime at the time of the last modification of tFilterPrefixListEntryTable. If no changes were made to the table since the last re-initialization of the local network management subsystem, this object contains the value zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tFilterPrefixListEntryTable 1.3.6.1.4.1.6527.3.1.2.21.35
The table tFilterPrefixListEntryTable contains an entry for each prefix defined in any prefix list defined in the filter area.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TFilterPrefixListEntryEntry

tFilterPrefixListEntryEntry 1.3.6.1.4.1.6527.3.1.2.21.35.1
An entry in the tFilterPrefixListEntryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFilterPrefixListEntryEntry  

tFilterPrefixListEntryPrefixType 1.3.6.1.4.1.6527.3.1.2.21.35.1.1
The object tFilterPrefixListEntryPrefixType specifies whether the prefix specified in tFilterPrefixListEntryPrefix is an IPv4 or IPv6 prefix. The value of tFilterPrefixListEntryPrefixType must match the value of the object tFilterPrefixListType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tFilterPrefixListEntryPrefix 1.3.6.1.4.1.6527.3.1.2.21.35.1.2
The value of tFilterPrefixListEntryPrefix specifies the IP prefix of this prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tFilterPrefixListEntryPrefixLen 1.3.6.1.4.1.6527.3.1.2.21.35.1.3
The value of tFilterPrefixListEntryPrefixLen specifiesd the IP prefix length of this prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

tFilterPrefixListEntryRowStatus 1.3.6.1.4.1.6527.3.1.2.21.35.1.4
The object tFilterPrefixListEntryRowStatus specifies the status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tFilterPBRDropReason 1.3.6.1.4.1.6527.3.1.2.21.8.1
Used by tIPFilterPBRPacketsDrop to report the failure reason code.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER invalidInterface(0), interfaceDown(1)  

tFilterParmRow 1.3.6.1.4.1.6527.3.1.2.21.8.2
The value of the object tFilterParmRow indicates the OID of the row status of the applicable filter parameter table. This can be a row from either one of the following tables: - tIPFilterParamsTable; - tMacFilterParamsTable; or - tIPv6FilterParamsTable
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  RowPointer  

tFilterAlarmDescription 1.3.6.1.4.1.6527.3.1.2.21.8.3
The value of the object tFilterAlarmDescription is a printable character string which contains information about the cause of the problem.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tFilterId 1.3.6.1.4.1.6527.3.1.2.21.8.4
The value of the object tFilterId, together with the object tFilterType uniquely defines the filter for which this notification is generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TFilterID  

tFilterType 1.3.6.1.4.1.6527.3.1.2.21.8.5
The value of the object tFilterType, together with the object tFilterId uniquely defines the filter for which this notification is generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TFilterType  

tFilterSubInsSpaceOwner 1.3.6.1.4.1.6527.3.1.2.21.8.6
The value of the object tFilterSubInsSpaceOwner, specifies for which application, capable of inserting filter entries, this notification is generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TFilterSubInsSpaceOwner  

tFilterThresholdReached 1.3.6.1.4.1.6527.3.1.2.21.8.7
The value of the object tFilterThresholdReached, specifies the threshold reached at the moment this notificastion was generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

tFltrFlowSpecProblem 1.3.6.1.4.1.6527.3.1.2.21.8.8
The value of the object tFltrFlowSpecProblem, indicates which problem has occured while processing a BGP flowspec NLRI in the filter module.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER nlriDecodeProblem(0), maxNbrFlowSpecEntriesReached(1), fltrResourceProblem(2), other(3)  

tFltrFlowSpecProblemDescription 1.3.6.1.4.1.6527.3.1.2.21.8.9
The value of the object tFltrFlowSpecProblem may contain a more detailed problem description then as given by tFltrFlowSpecProblem.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tFltrFLowSpecNLRI 1.3.6.1.4.1.6527.3.1.2.21.8.10
The value of the object tFltrFLowSpecNLRI contains at most the first 30 octets of the NLRI causing the problem.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

tFltrFlowSpecVrtrId 1.3.6.1.4.1.6527.3.1.2.21.8.11
The value of the object tFltrFlowSpecVrtrId indicates the virtual router Id to which the NLRI belongs.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

tIPFilterPBRPacketsDrop 1.3.6.1.4.1.6527.3.1.3.21.0.1
The tIPFilterPBRPacketsDrop event is generated either when the configuration of a forwarding action refers to an invalid/unconfigured next-hop or if the active interface goes down operationally in the process of active filtering.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterEntryActivationFailed 1.3.6.1.4.1.6527.3.1.3.21.0.2
The tFilterEntryActivationFailed event can only be generated for entries that are controlled by a tmnxTimeRangeEntry. If the tmnxTimeRangeEntry becomes active the indicated entry must be installed. The event is generated when this installation failed because of resource problems.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterEntryActivationRestored 1.3.6.1.4.1.6527.3.1.3.21.0.3
The tFilterEntryActivationRestored event can only be generated for entries that are controlled by a tmnxTimeRangeEntry. If the tmnxTimeRangeEntry becomes active the indicated entry must be installed. The event tFilterEntryActivationFailed is generated when this installation originally failed because of resources problems, The notification tFilterEntryActivationRestored is sent when either the time range associated with the filter is no longer active, or when the filter entry was installed due to the availability of new resources.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterSubInsSpaceAlarmRaised 1.3.6.1.4.1.6527.3.1.3.21.0.4
The tFilterSubInsSpaceAlarmRaised notification is generated when the utilization of a filter entry range that was reserved for filter entry insertion increases to the configured high watermark for his filter
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterSubInsSpaceAlarmCleared 1.3.6.1.4.1.6527.3.1.3.21.0.5
The tFilterSubInsSpaceAlarmCleared notification is generated when the utilization of a filter entry range that was reserved for filter entry insertion dropped below to the configured low watermark for his filter.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterSubInsFltrEntryDropped 1.3.6.1.4.1.6527.3.1.3.21.0.6
The tFilterSubInsFltrEntryDropped notification is generated when a request to insert a filter entry was not successful.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterBgpFlowSpecProblem 1.3.6.1.4.1.6527.3.1.3.21.0.7
The tFilterBgpFlowSpecProblem notification is generated when a BGP flowspec NLRI is received in the filter module that cannot be treated - i.e. for which no filter entry is installed in the system, or when there is a problem inserting (new) or reshuffling (existing) flowspec or merged filter entries.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tFilterMIBCompliances 1.3.6.1.4.1.6527.3.1.1.21.1
OBJECT IDENTIFIER    

tFilterMIBGroups 1.3.6.1.4.1.6527.3.1.1.21.2
OBJECT IDENTIFIER    

tFilter7450V4v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.4
The compliance statement for management of Filter features on Alcatel 7450 ESS series systems release R4.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter7750V4v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.5
The compliance statement for management of Filter features on Alcatel 7750 SR series systems release R4.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter7450V5v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.6
The compliance statement for management of Filter features on Alcatel 7450 ESS series systems release R5.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter77x0V5v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.7
The compliance statement for management of Filter features on Alcatel 77x0 SPR/SR series systems release R5.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter7450V6v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.8
The compliance statement for management of Filter features on Alcatel 7450 ESS series systems release R5.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter77x0V6v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.9
The compliance statement for management of Filter features on Alcatel 77x0 SPR/SR series systems release R5.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter7450V8v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.10
The compliance statement for management of Filter features on Alcatel 7450 ESS series systems release R8.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter77x0V8v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.11
The compliance statement for management of Filter features on Alcatel 77x0 SPR/SR series systems release R8.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter7xxxV9v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.12
The compliance statement for management of Filter features on Alcatel 77x0 SPR/SR series systems release R9.0.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilter7xxxV10v0Compliance 1.3.6.1.4.1.6527.3.1.1.21.1.13
The compliance statement for management of Filter features on Alcatel 77x0 SPR/SR series systems release R10.0.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

tFilterLogGroup 1.3.6.1.4.1.6527.3.1.1.21.2.3
The group of objects supporting management of filter log objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterRedirectPolicyGroup 1.3.6.1.4.1.6527.3.1.1.21.2.4
The group of objects supporting management of filter redirect policy objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterScalarGroup 1.3.6.1.4.1.6527.3.1.1.21.2.7
The group of objects supporting management of filter scalar objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterNotificationObjGroup 1.3.6.1.4.1.6527.3.1.1.21.2.8
The group of objects supporting management of filter notification objects on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tFilterNotificationsGroup 1.3.6.1.4.1.6527.3.1.1.21.2.9
The group of notifications supporting management of filter notifications on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP    

tIPv6FilterV4v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.11
The group of objects supporting management of IPv6 filter objects on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tIPFilterV4v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.12
The group of objects supporting IP Filters on Alcatel 7x50 ESS/SR series systems 4.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tMacFilterV4v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.13
The group of objects supporting management of mac filter objects on Alcatel-Lucent SROS series systems 4.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tTodPoliciesV4v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.14
The group of objects supporting management of time of day policy related objects on Alcatel-Lucent SROS series systems 4.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxFilterObsoleteGroup 1.3.6.1.4.1.6527.3.1.1.21.2.15
The group of objects in TIMETRA-FILTER-MIB which are obsoleted.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tToDPoliciesV5v0NotifyGroup 1.3.6.1.4.1.6527.3.1.1.21.2.16
The group of notifications generated by the time of time of day policy feature on Alcatel-Lucent SROS series systems 5.0 release.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

tIPFilterV5v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.17
The group of objects supporting IP Filters on Alcatel 7x50 ESS/SR series systems 5.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tFilterLogV5v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.18
The group of objects supporting Filter Log Summarization on Alcatel 7x50 ESS/SR series systems 5.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tTodPolicies77450V5v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.19
The group of objects supporting management of time of day policy related objects on Alcatel 7450 ESS series systems 5.0 release. This group was made obsolete for Alcatel SROS Release 9.0.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tTodPolicies77x0V5v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.20
The group of objects supporting management of time of day policy related objects on Alcatel 77x0 series systems 5.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterNotificationObjV5v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.21
The group of objects supporting management of filter notification objects on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tIPFilterV6v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.22
The group of objects supporting IP Filters on Alcatel 7x50 ESS/SR series systems 6.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tMacFilterV6v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.23
The group of objects supporting management of mac filter objects on Alcatel-Lucent SROS series systems 6.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tIPv6FilterV6v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.24
The group of objects supporting management of IPv6 filter objects on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tIPFilterV8v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.25
The group of objects supporting IP Filters on Alcatel 7x50 ESS/SR series systems 8.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tIPv6FilterV8v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.26
The group of objects supporting management of IPv6 filter objects on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tFilterNotificationObjV8v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.27
The group of objects supporting management of filter notification objects on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tFilterNotificationsV8v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.28
The group of notifications supporting management of filter notifications on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP    

tMacFilterV8v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.29
The group of objects supporting management of mac filter objects on Alcatel-Lucent SROS series systems 8.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tMacFilterVidFilteringV9v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.30
The group of objects supporting management of mac VID filtering objects on Alcatel-Lucent SROS series systems 9.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tIPFilterV9v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.31
The group of objects supporting IP Filters on Alcatel 7x50 ESS/SR series systems 9.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterNotificationsV9v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.32
The group of notifications supporting management of filter notifications on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

tFilterNotificationObjV9v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.33
The group of objects supporting management of filter notification objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tDhcpFilterV9v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.34
The group of objects supporting DHCP Filters on Alcatel 7x50 ESS/SR series systems 9.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tIPv6FilterV10v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.35
The group of objects supporting management of IPv6 filter objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterNameV10v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.36
The group of objects supporting management of filter-name objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tDhcpFilterV10v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.37
The group of objects supporting DHCP Filters on Alcatel 7x50 ESS/SR series systems 10.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tLiFilterV10v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.38
The group of objects supporting management of LI filter entries on Alcatel-Lucent SROS series systems 10.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tFilterPrefixListV10v0Group 1.3.6.1.4.1.6527.3.1.1.21.2.39
The group of objects supporting management of IP prefix lists in IP filters on Alcatel-Lucent SROS series systems 10.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP