ALCATEL-IND1-TIMETRA-FILTER-MIB

File: ALCATEL-IND1-TIMETRA-FILTER-MIB.mib (158785 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ALCATEL-IND1-TIMETRA-GLOBAL-MIB ALCATEL-IND1-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 InetAddressIPv6
InetAddressPrefixLength

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    
  Unsigned32 0..65535  

TMACFilterID  
the identification number of a MAC filter.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

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    
  Unsigned32 0..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    
  Unsigned32 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.
TEXTUAL-CONVENTION    
  INTEGER drop(1), forward(2), httpRedirect(4)  

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.
TEXTUAL-CONVENTION    
  INTEGER drop(1), forward(2), default(3), httpRedirect(4)  

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)  

TIPFilterEntry  
SEQUENCE    
  tIPFilterId TIPFilterID
  tIPFilterRowStatus RowStatus
  tIPFilterScope TItemScope
  tIPFilterDescription TItemDescription
  tIPFilterDefaultAction TFilterAction

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

TMacFilterEntry  
SEQUENCE    
  tMacFilterId TMACFilterID
  tMacFilterRowStatus RowStatus
  tMacFilterScope TItemScope
  tMacFilterDescription TItemDescription
  tMacFilterDefaultAction TFilterAction

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

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

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

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 7x50 systems. Copyright 2003-2008 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's proprietary intellectual property. Alcatel retains all title and ownership in the Specification, including any revisions. Alcatel grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Alcatel 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 as configures on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPFilterID 1..65535  

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.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterAction  

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'.
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  

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.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterAction  

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.
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.
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  

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.
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.
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.
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.
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  

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
This object specifies the maximum number of entries that the log (memory or file) can store. If tFilterLogDestination is not 'memory' then tFilterLogMaxNumEntries maintains a value of '0'
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
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tFilterLogFileId 1.3.6.1.4.1.6527.3.1.2.21.5.1.7
Tok_String
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.
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.
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.
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.
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.
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'.
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.
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.
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'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tFilterRSTUnsigned32Val 1.3.6.1.4.1.6527.3.1.2.21.13.1.8
The value tFilterRSTRespType is 'unsigned32'.
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'.
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'.
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'.
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tFilterRSTOidVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.13
The value tFilterRSTRespType is 'objectId'.
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 value tFilterRSTRespType is 'counter64'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tFilterRSTOpaqueVal 1.3.6.1.4.1.6527.3.1.2.21.13.1.15
The value tFilterRSTRespType is 'opaque'.
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' or 'decrease', tFilterRUTRespPrioChange specifies the offset to applied to the destination base priority tFilterRDAdminPriority to compute the tFilterRDOperPriority as a result of this test. If the tFilterRUTRespAction is set to 'disable', on the reception of the specified response, the destination will be deemed unusable and the tFilterRDOperPriority will be reset to '0'.
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'.
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 7x50 SR 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.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterAction  

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.
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  

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  

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    

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: current 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: 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 7x50 SR 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 7x50 SR 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 7x50 SR 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 7x50 SR 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 7x50 SR series systems.
Status: current 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 7x50 SR 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 7x50 SR 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 7x50 SR 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 ALCATEL-IND1-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 7x50 SR 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.
Status: current 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 7x50 SR series systems.
Status: current 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: current 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 7x50 SR series systems 6.0 release.
Status: current 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 7x50 SR series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP