TIMETRA-ROUTE-POLICY-MIB

File: TIMETRA-ROUTE-POLICY-MIB.mib (262833 bytes)

Imported modules

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

Imported symbols

IpAddress MODULE-IDENTITY OBJECT-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
DisplayString RowStatus TruthValue
TEXTUAL-CONVENTION TimeInterval TimeStamp
InterfaceIndexOrZero InetAddress InetAddressType
InetAddressPrefixLength InetAutonomousSystemNumber timetraSRMIBModules
tmnxSRObjs tmnxSRNotifyPrefix tmnxSRConfs
IpAddressPrefixLength TNamedItem TNamedItemOrEmpty
TItemDescription TmnxBgpAutonomousSystem TmnxBgpLocalPreference
TmnxBgpPreference TmnxBGPFamilyType TmnxEnabledDisabled
TmnxServId TFCNameOrEmpty TPriority
TPriorityOrUndefined

Defined Types

TASPathName  
The name of an AS path. An empty string indicates that no AS Path has been specified and is invalid when used as an index for a table.
TEXTUAL-CONVENTION    
  TNamedItemOrEmpty  

TCommunityName  
The name of a community. An empty string indicates that no community has been specified and is invalid when used as an index for a table.
TEXTUAL-CONVENTION    
  TNamedItemOrEmpty  

TCommunityMember  
The member of a community. Can be one of the following: 1) [1..65535]:[0..65535] 2) An extended community in one of the following formats - target:[0..65535]:[0..4294967295] - origin:[0..65535]:[0..4294967295] - target::[0..65535] - origin::[0..65535] - target:[4-byte AS number]:[0..65535] - origin:[4-byte AS number]:[0..65535] 4-byte AS number - [0..4294967295] - target:& - target:& 3) A regular expression 4) A well known community i.e. one of the following keywords - no-advertise - no-export - no-export-subconfed - null.
TEXTUAL-CONVENTION    
  DisplayString Size(1..72)  

TCommunityExpression  
TCommunityExpression specifies a logical expression containing terms and operators. It can contain sub-expressions enclosed by round brackets. Terms, operators and brackets are separated by a space character. A term is a string of type TCommunityMember. An operator can be the string 'AND', 'OR', and 'NOT'.
TEXTUAL-CONVENTION    
  DisplayString  

TDampingName  
The name of a route damping policy. An empty string indicates that no damping policy has been specified and is invalid when used as an index for a table.
TEXTUAL-CONVENTION    
  TNamedItemOrEmpty  

TPrefixListName  
The name of a prefix list. An empty string indicates that no prefix list has been specified and is invalid when used as an index for a table.
TEXTUAL-CONVENTION    
  TNamedItemOrEmpty  

TPolicyStatementName  
The name of a policy statement when used as an index to a table.
TEXTUAL-CONVENTION    
  TNamedItem  

TRegularExpression  
A regular expression string. The Regular expression string matches against 1) an AS_PATH string e.g. '100 200 300', 2) a community string e.g. '100:200' where 100 is the as-number, and 200 is the community-value. The regular expression is expressed in terms of a TERM, and an OPERATOR: A term is either: 1) an AS Number 2) a community value e.g. in 100:200, we have three tokens: (i) 100 is the as-number, (ii) ':' is the separator token, and (iii) 200 is the community-value 3) '.' - DOT is a wild-card token which matches with either an AS Number or a Community. The list of operators are: 1) '|' - suggests an alternation. 2) '*' - multiple occurrences of the token. 3) '?' - 0 or 1 occurrence of token. 4) '+' - 1 or more occurrences of token. 5) '(' - is used to parenthesize so that a regular expression is considered as one token. 6) ')' - closes the parenthesis. 7) '[' - used to demarcate range. 8) ']' - closes the box bracket. 9) '{m, [n]}' - suggest that the term can occur anywhere between m, and n times. 10) '^' - matches the beginning of the string - only allowed for communities. 11) '$' - matches the end of the string - only allowed for communities. Note, use only NVT ASCII displayable characters here, no control characters, no UTF-8, etc. The EBNF description for the regular expression string are: 1) reg_ex ::= empty_string | non-empty_reg_ex 2) non-empty_reg_ex ::= bounded_element | ( bounded_element '|' non-empty_reg_ex ) 3) bounded_element ::= ['^'] element ['$'] 4) element ::= ( '(' list ')' | atomic ) ['*' | '?' | '+' | '{' integer ',' [ integer ] '}' ] [element] 5) list ::= element | (element '|' list) 6) atomic ::= '.' | ':' | '<' | '>' | atom_list 7) atom_list ::= atom | ( '[' atom_list_boxed ) 8) atom_list_boxed ::= ( atom ']' ) | ( atom atom_list_boxed ) 9) (for as-path reg-ex) atom ::= integer [ '-' integer ] an atom is essentially EQUIVALENT to a TERM (for community reg-ex) atom ::= digit[ '-' digit ] NOTE -> atom_list_boxed is a list of integers ending in box bracket - BNF description is error-free.
TEXTUAL-CONVENTION    
  DisplayString  

TPolicyStatementEntryID  
Identification number for a policy statement entry. Entries are sorted by ID number. Matching entries are evaluated in order from lowest ID to highest ID. We suggest ordering policy statement entry IDs by 10s: 10, 20, 30, etc., so entry insertions are easy.
TEXTUAL-CONVENTION    
  Unsigned32  

TRoutePolicyProtocol  
A list of routing protocols, for -to and -from policies.
TEXTUAL-CONVENTION    
  INTEGER none(1), direct(2), static(3), bgp(4), isis(5), ospf(6), rip(7), aggregate(8), bgpVpn(9), igmp(10), pim(11), ospf3(12), ldp(13), subscriber(14), mld(15), managed(16), msdp(17), vpnLeak(18), mobileHost(19), tms(20), nat(21), periodic(22), ipsec(23)  

TOspfRouteType  
The OSPF route type. Set to zero to disable.
TEXTUAL-CONVENTION    
  INTEGER 0 | 1 | 2  

TIsisLevel  
Indicates the ISIS Route Level match criterion. A value of 0 indicates no IS-IS route match criterion is configured. There are two types of areas in IS-IS, namely Level 1 areas and Level 2 areas. Routers within a Level 1 area route to other routers in that area. If the destination does not exist within the area, the Level 1 router will route toward a Level 2 router. Level 2 routers route between areas and toward other ASs.
TEXTUAL-CONVENTION    
  INTEGER 0 | 1 | 2  

TPolicyEntryAction  
Action to take when route matches the entry's match criteria. accept(1) - perform the accept-action modifications, advertise the route, do not evaluate any more policy entries. reject(2) - do not advertise the route, do not evaluate any more policy entries. continue(3) - perform the accept-action modifications, evaluate the next policy entry in the policy statement. nextPolicy(4) - perform the accept-action modifications, evaluate the next policy statement.
TEXTUAL-CONVENTION    
  INTEGER none(0), accept(1), reject(2), continue(3), nextPolicy(4)  

TPolicyEntryEdit  
Editing action to take when route matches the entry's match criteria. none(1) - do not change the value in the route add(2) - add the corresponding objects to the route remove(3) - remove the corresponding objects to the route replace(4) - replace the value in the route with the corresponding object.
TEXTUAL-CONVENTION    
  INTEGER none(1), add(2), remove(3), replace(4)  

TPolicyEntryCriteriaOrigin  
Origin of the route. none(1) - ignore this criteria igp(2) - learned from an Interior Gateway Protocol (OSPF, ISIS, etc.) egp(3) - learned from an Exterior Gateway Protocol (BGP) incomplete(4) - Route origin is unknown (usually due to aggregation) any(5) - to or from either igp or egp aaa(6) - subscriber host address originated from aaa dhcp(7) - subscriber host address originated from dhcp ludb(8) - subscriber host address originated from local user database.
TEXTUAL-CONVENTION    
  INTEGER none(1), igp(2), egp(3), incomplete(4), any(5), aaa(6), dhcp(7), ludb(8)  

TPolicyActionTag  
Tag value to set. Zero means disabled, no tag value will be set.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

TPolicyEntryCriteriaState  
Generic criteria state. none(1) - ignore this criteria srrpMaster(2) - srrp-master srrpNonMaster(3) - srrp-non-master ipsecMaster (6), - Routes that are in ipsec-master with peer state ipsecMasterNoPeer (7), - Routes that are ipsec-master-without-peer ipsecNonMaster (8) - Routes that are in ipsec-non-master state.
TEXTUAL-CONVENTION    
  INTEGER none(1), srrpMaster(2), srrpNonMaster(3), ipsecMaster(6), ipsecMasterNoPeer(7), ipsecNonMaster(8)  

TPolicyActionMetricSource  
The source of the Action Metric.
TEXTUAL-CONVENTION    
  INTEGER igpCost(1), metricVal(2)  

TPolicyEntryAigpMetricEdit  
Editing action to take when route matches the entry's match criteria. none(1) - do not change the value in the route. add(2) - add the corresponding object value to the aigp value in the received route. replace(3) - replace the aigp value in the route with the corresponding object value. useIgp(4) - replace the aigp value in the route with the IGP cost.
TEXTUAL-CONVENTION    
  INTEGER none(1), add(2), replace(3), useIgp(4)  

TRPOperASPathEntry  
SEQUENCE    
  tRPOperASPathName TASPathName
  tRPOperASPathRowStatus RowStatus
  tRPOperASPathRegEx TRegularExpression
  tRPOperASPathEntryLastChanged TimeStamp

TRPOperCommunityEntry  
SEQUENCE    
  tRPOperCommunityName TCommunityName
  tRPOperCommunityMember TCommunityMember
  tRPOperCommunityRowStatus RowStatus
  tRPOperCommunityEntryLastChanged TimeStamp

TRPOperDampingEntry  
SEQUENCE    
  tRPOperDampingName TDampingName
  tRPOperDampingRowStatus RowStatus
  tRPOperDampingHalfLife Unsigned32
  tRPOperDampingMaxSuppress Unsigned32
  tRPOperDampingReuse Unsigned32
  tRPOperDampingSuppress Unsigned32
  tRPOperDampingEntryLastChanged TimeStamp

TRPOperPrefixListEntry  
SEQUENCE    
  tRPOperPrefixListName TPrefixListName
  tRPOperPrefixListIpPrefix IpAddress
  tRPOperPrefixListMask IpAddressPrefixLength
  tRPOperPrefixListRowStatus RowStatus
  tRPOperPrefixListType INTEGER
  tRPOperPrefixListThroughLength IpAddressPrefixLength
  tRPOperPrefixListEntryLastChanged TimeStamp
  tRPOperPrefixListBeginLength IpAddressPrefixLength

TRPOperPolicyStatementEntry  
SEQUENCE    
  tRPOperPolicyStatementName TPolicyStatementName
  tRPOperPolicyStatementRowStatus RowStatus
  tRPOperPolicyStatementDescription TItemDescription
  tRPOperPolicyStatementDefaultAction TPolicyEntryAction
  tRPOperPolicyStatementEntryLastChanged TimeStamp

TRPOperPSDefaultActionParamsEntry  
SEQUENCE    
  tRPOperPSDefaultActionASPath TPolicyEntryEdit
  tRPOperPSDefaultActionASPathName TASPathName
  tRPOperPSDefaultActionASPathPrependAS TmnxBgpAutonomousSystem
  tRPOperPSDefaultActionASPathPrependCount INTEGER
  tRPOperPSDefaultActionCommunity1 TPolicyEntryEdit
  tRPOperPSDefaultActionCommunityName1 TCommunityName
  tRPOperPSDefaultActionCommunity2 TPolicyEntryEdit
  tRPOperPSDefaultActionCommunityName2 TCommunityName
  tRPOperPSDefaultActionOrigin TPolicyEntryCriteriaOrigin
  tRPOperPSDefaultActionLocalPreferenceSet TruthValue
  tRPOperPSDefaultActionLocalPreference TmnxBgpLocalPreference
  tRPOperPSDefaultActionMetric TPolicyEntryEdit
  tRPOperPSDefaultActionMetricValue Unsigned32
  tRPOperPSDefaultActionPreference TmnxBgpPreference
  tRPOperPSDefaultActionDamping TDampingName
  tRPOperPSDefaultActionNextHopSelf TruthValue
  tRPOperPSDefaultActionNextHop IpAddress
  tRPOperPSDefaultActionTag TPolicyActionTag
  tRPOperPSDefaultActionOspfType TOspfRouteType
  tRPOperPSDefaultActionParamsEntryLastChanged TimeStamp
  tRPOperPSDefActInetNextHopType InetAddressType
  tRPOperPSDefActInetNextHop InetAddress
  tRPOperPSDefaultActionASPathPend InetAutonomousSystemNumber
  tRPOperPSDefActMcRedirSvcId TmnxServId
  tRPOperPSDefActMcRedirIfIndex InterfaceIndexOrZero
  tRPOperPSDefActionMetricSource TPolicyActionMetricSource
  tRPOperPSDefActionAigpMetric TPolicyEntryAigpMetricEdit
  tRPOperPSDefActnAigpMetricVal Unsigned32

TRPOperPSParamsEntry  
SEQUENCE    
  tRPOperPSNameEntryIndex TPolicyStatementEntryID
  tRPOperPSParamsRowStatus RowStatus
  tRPOperPSParamsDescription TItemDescription
  tRPOperPSParamsAction TPolicyEntryAction
  tRPOperPSParamsEntryLastChanged TimeStamp

TRPOperPSAcceptActionParamsEntry  
SEQUENCE    
  tRPOperPSAcceptActionASPath TPolicyEntryEdit
  tRPOperPSAcceptActionASPathName TASPathName
  tRPOperPSAcceptActionASPathPrependAS TmnxBgpAutonomousSystem
  tRPOperPSAcceptActionASPathPrependCount INTEGER
  tRPOperPSAcceptActionCommunity1 TPolicyEntryEdit
  tRPOperPSAcceptActionCommunityName1 TCommunityName
  tRPOperPSAcceptActionCommunity2 TPolicyEntryEdit
  tRPOperPSAcceptActionCommunityName2 TCommunityName
  tRPOperPSAcceptActionOrigin TPolicyEntryCriteriaOrigin
  tRPOperPSAcceptActionLocalPreferenceSet TruthValue
  tRPOperPSAcceptActionLocalPreference TmnxBgpLocalPreference
  tRPOperPSAcceptActionMetric TPolicyEntryEdit
  tRPOperPSAcceptActionMetricValue Unsigned32
  tRPOperPSAcceptActionPreference TmnxBgpPreference
  tRPOperPSAcceptActionDamping TDampingName
  tRPOperPSAcceptActionNextHopSelf TruthValue
  tRPOperPSAcceptActionNextHop IpAddress
  tRPOperPSAcceptActionTag TPolicyActionTag
  tRPOperPSAcceptActionOspfType TOspfRouteType
  tRPOperPSAcceptActionParamsEntryLastChanged TimeStamp
  tRPOperPSAcptActInetNextHopType InetAddressType
  tRPOperPSAcptActInetNextHop InetAddress
  tRPOperPSAcceptActionASPathPend InetAutonomousSystemNumber
  tRPOperPSAcptActMcRedirSvcId TmnxServId
  tRPOperPSAcptActMcRedirIfIndex InterfaceIndexOrZero
  tRPOperPSAcptActnMetricSource TPolicyActionMetricSource
  tRPOperPSAcptActionAigpMetric TPolicyEntryAigpMetricEdit
  tRPOperPSAcptActnAigpMetricVal Unsigned32

TRPOperPSToCriteriaEntry  
SEQUENCE    
  tRPOperPSToCriteriaIndex TPolicyStatementEntryID
  tRPOperPSToCriteriaRowStatus RowStatus
  tRPOperPSToCriteriaProtocol TRoutePolicyProtocol
  tRPOperPSToCriteriaNeighborIpAddr IpAddress
  tRPOperPSToCriteriaNeighborPrefixList TPrefixListName
  tRPOperPSToCriteriaEntryLastChanged TimeStamp
  tRPOperPSToCriteriaIsisLevel TIsisLevel
  tRPOperPSToCriteriaPrefixList1 TPrefixListName
  tRPOperPSToCriteriaPrefixList2 TPrefixListName
  tRPOperPSToCriteriaPrefixList3 TPrefixListName
  tRPOperPSToCriteriaPrefixList4 TPrefixListName
  tRPOperPSToCriteriaPrefixList5 TPrefixListName
  tRPOperPSToCritNbrInetAddrType InetAddressType
  tRPOperPSToCritNbrInetAddr InetAddress
  tRPOperPSToCriteriaInstanceId Unsigned32

TRPOperPSFromCriteriaEntry  
SEQUENCE    
  tRPOperPSFromCriteriaIndex TPolicyStatementEntryID
  tRPOperPSFromCriteriaRowStatus RowStatus
  tRPOperPSFromCriteriaProtocol TRoutePolicyProtocol
  tRPOperPSFromCriteriaNeighborIpAddr IpAddress
  tRPOperPSFromCriteriaNeighborPrefixList TPrefixListName
  tRPOperPSFromCriteriaPrefixList1 TPrefixListName
  tRPOperPSFromCriteriaPrefixList2 TPrefixListName
  tRPOperPSFromCriteriaPrefixList3 TPrefixListName
  tRPOperPSFromCriteriaPrefixList4 TPrefixListName
  tRPOperPSFromCriteriaPrefixList5 TPrefixListName
  tRPOperPSFromCriteriaASPath TASPathName
  tRPOperPSFromCriteriaCommunity TCommunityName
  tRPOperPSFromCriteriaOrigin TPolicyEntryCriteriaOrigin
  tRPOperPSFromCriteriaOspfRouteType TOspfRouteType
  tRPOperPSFromCriteriaEntryLastChanged TimeStamp
  tRPOperPSFromCriteriaArea IpAddress
  tRPOperPSFromCriteriaAreaConfigured TruthValue
  tRPOperPSFromCriteriaIsisLevel TIsisLevel
  tRPOperPSFromCriteriaIsisExternal TruthValue
  tRPOperPSFromCriteriaIgmpHostPrefixList TPrefixListName
  tRPOperPSFromCriteriaGrpAddrPrefixList TPrefixListName
  tRPOperPSFromCriteriaSrcAddr IpAddress
  tRPOperPSFromCriteriaInterface TNamedItemOrEmpty
  tRPOperPSFromCriteriaTag TPolicyActionTag
  tRPOperPSFromCritNbrInetAddrType InetAddressType
  tRPOperPSFromCritNbrInetAddr InetAddress
  tRPOperPSFromCritSrcInetAddrType InetAddressType
  tRPOperPSFromCritSrcInetAddr InetAddress
  tRPOperPSFromCriteriaFamily TmnxBGPFamilyType
  tRPOperPSFromCriteriaInstanceId Unsigned32
  tRPOperPSFromCriteriaMatchTag TmnxEnabledDisabled
  tRPOperPSFromCriteriaState TPolicyEntryCriteriaState
  tRPOperPSFromCritASPathGroup TNamedItemOrEmpty

TRPAdminASPathEntry  
SEQUENCE    
  tRPAdminASPathName TASPathName
  tRPAdminASPathRowStatus RowStatus
  tRPAdminASPathRegEx TRegularExpression

TRPAdminCommunityEntry  
SEQUENCE    
  tRPAdminCommunityName TCommunityName
  tRPAdminCommunityMember TCommunityMember
  tRPAdminCommunityRowStatus RowStatus

TRPAdminDampingEntry  
SEQUENCE    
  tRPAdminDampingName TDampingName
  tRPAdminDampingRowStatus RowStatus
  tRPAdminDampingHalfLife Unsigned32
  tRPAdminDampingMaxSuppress Unsigned32
  tRPAdminDampingReuse Unsigned32
  tRPAdminDampingSuppress Unsigned32

TRPAdminPrefixListEntry  
SEQUENCE    
  tRPAdminPrefixListName TPrefixListName
  tRPAdminPrefixListIpPrefix IpAddress
  tRPAdminPrefixListMask IpAddressPrefixLength
  tRPAdminPrefixListRowStatus RowStatus
  tRPAdminPrefixListType INTEGER
  tRPAdminPrefixListThroughLength IpAddressPrefixLength
  tRPAdminPrefixListBeginLength IpAddressPrefixLength

TRPAdminPolicyStatementEntry  
SEQUENCE    
  tRPAdminPolicyStatementName TPolicyStatementName
  tRPAdminPolicyStatementRowStatus RowStatus
  tRPAdminPolicyStatementDescription TItemDescription
  tRPAdminPolicyStatementDefaultAction TPolicyEntryAction

TRPAdminPSDefaultActionParamsEntry  
SEQUENCE    
  tRPAdminPSDefaultActionASPath TPolicyEntryEdit
  tRPAdminPSDefaultActionASPathName TASPathName
  tRPAdminPSDefaultActionASPathPrependAS TmnxBgpAutonomousSystem
  tRPAdminPSDefaultActionASPathPrependCount INTEGER
  tRPAdminPSDefaultActionCommunity1 TPolicyEntryEdit
  tRPAdminPSDefaultActionCommunityName1 TCommunityName
  tRPAdminPSDefaultActionCommunity2 TPolicyEntryEdit
  tRPAdminPSDefaultActionCommunityName2 TCommunityName
  tRPAdminPSDefaultActionOrigin TPolicyEntryCriteriaOrigin
  tRPAdminPSDefaultActionLocalPreferenceSet TruthValue
  tRPAdminPSDefaultActionLocalPreference TmnxBgpLocalPreference
  tRPAdminPSDefaultActionMetric TPolicyEntryEdit
  tRPAdminPSDefaultActionMetricValue Unsigned32
  tRPAdminPSDefaultActionPreference TmnxBgpPreference
  tRPAdminPSDefaultActionDamping TDampingName
  tRPAdminPSDefaultActionNextHopSelf TruthValue
  tRPAdminPSDefaultActionNextHop IpAddress
  tRPAdminPSDefaultActionTag TPolicyActionTag
  tRPAdminPSDefaultActionOspfType TOspfRouteType
  tRPAdminPSDefActInetNextHopType InetAddressType
  tRPAdminPSDefActInetNextHop InetAddress
  tRPAdminPSDefaultActionASPathPnd InetAutonomousSystemNumber
  tRPAdminPSDefActMcRedirSvcId TmnxServId
  tRPAdminPSDefActMcRedirIfIndex InterfaceIndexOrZero
  tRPAdminPSDefActionMetricSource TPolicyActionMetricSource
  tRPAdminPSDefActionAigpMetric TPolicyEntryAigpMetricEdit
  tRPAdminPSDefActnAigpMetricVal Unsigned32

TRPAdminPSParamsEntry  
SEQUENCE    
  tRPAdminPSNameEntryIndex TPolicyStatementEntryID
  tRPAdminPSParamsRowStatus RowStatus
  tRPAdminPSParamsDescription TItemDescription
  tRPAdminPSParamsAction TPolicyEntryAction

TRPAdminPSAcceptActionParamsEntry  
SEQUENCE    
  tRPAdminPSAcceptActionASPath TPolicyEntryEdit
  tRPAdminPSAcceptActionASPathName TASPathName
  tRPAdminPSAcceptActionASPathPrependAS TmnxBgpAutonomousSystem
  tRPAdminPSAcceptActionASPathPrependCount INTEGER
  tRPAdminPSAcceptActionCommunity1 TPolicyEntryEdit
  tRPAdminPSAcceptActionCommunityName1 TCommunityName
  tRPAdminPSAcceptActionCommunity2 TPolicyEntryEdit
  tRPAdminPSAcceptActionCommunityName2 TCommunityName
  tRPAdminPSAcceptActionOrigin TPolicyEntryCriteriaOrigin
  tRPAdminPSAcceptActionLocalPreferenceSet TruthValue
  tRPAdminPSAcceptActionLocalPreference TmnxBgpLocalPreference
  tRPAdminPSAcceptActionMetric TPolicyEntryEdit
  tRPAdminPSAcceptActionMetricValue Unsigned32
  tRPAdminPSAcceptActionPreference TmnxBgpPreference
  tRPAdminPSAcceptActionDamping TDampingName
  tRPAdminPSAcceptActionNextHopSelf TruthValue
  tRPAdminPSAcceptActionNextHop IpAddress
  tRPAdminPSAcceptActionTag TPolicyActionTag
  tRPAdminPSAcceptActionOspfType TOspfRouteType
  tRPAdminPSAcptActInetNextHopType InetAddressType
  tRPAdminPSAcptActInetNextHop InetAddress
  tRPAdminPSAcceptActionASPathPend InetAutonomousSystemNumber
  tRPAdminPSAcceptActionFC TNamedItemOrEmpty
  tRPAdminPSAcceptActionFCPriority TPriorityOrUndefined
  tRPAdminPSAcptActMcRedirSvcId TmnxServId
  tRPAdminPSAcptActMcRedirIfIndex InterfaceIndexOrZero
  tRPAdminPSAcptActnMetricSource TPolicyActionMetricSource
  tRPAdminPSAcptActionAigpMetric TPolicyEntryAigpMetricEdit
  tRPAdminPSAcptActnAigpMetricVal Unsigned32

TRPAdminPSToCriteriaEntry  
SEQUENCE    
  tRPAdminPSToCriteriaIndex TPolicyStatementEntryID
  tRPAdminPSToCriteriaRowStatus RowStatus
  tRPAdminPSToCriteriaProtocol TRoutePolicyProtocol
  tRPAdminPSToCriteriaNeighborIpAddr IpAddress
  tRPAdminPSToCriteriaNeighborPrefixList TPrefixListName
  tRPAdminPSToCriteriaIsisLevel TIsisLevel
  tRPAdminPSToCriteriaPrefixList1 TPrefixListName
  tRPAdminPSToCriteriaPrefixList2 TPrefixListName
  tRPAdminPSToCriteriaPrefixList3 TPrefixListName
  tRPAdminPSToCriteriaPrefixList4 TPrefixListName
  tRPAdminPSToCriteriaPrefixList5 TPrefixListName
  tRPAdminPSToCritNbrInetAddrType InetAddressType
  tRPAdminPSToCritNbrInetAddr InetAddress
  tRPAdminPSToCriteriaInstanceId Unsigned32

TRPAdminPSFromCriteriaEntry  
SEQUENCE    
  tRPAdminPSFromCriteriaIndex TPolicyStatementEntryID
  tRPAdminPSFromCriteriaRowStatus RowStatus
  tRPAdminPSFromCriteriaProtocol TRoutePolicyProtocol
  tRPAdminPSFromCriteriaNeighborIpAddr IpAddress
  tRPAdminPSFromCriteriaNeighborPrefixList TPrefixListName
  tRPAdminPSFromCriteriaPrefixList1 TPrefixListName
  tRPAdminPSFromCriteriaPrefixList2 TPrefixListName
  tRPAdminPSFromCriteriaPrefixList3 TPrefixListName
  tRPAdminPSFromCriteriaPrefixList4 TPrefixListName
  tRPAdminPSFromCriteriaPrefixList5 TPrefixListName
  tRPAdminPSFromCriteriaASPath TASPathName
  tRPAdminPSFromCriteriaCommunity TCommunityName
  tRPAdminPSFromCriteriaOrigin TPolicyEntryCriteriaOrigin
  tRPAdminPSFromCriteriaOspfRouteType TOspfRouteType
  tRPAdminPSFromCriteriaArea IpAddress
  tRPAdminPSFromCriteriaAreaConfigured TruthValue
  tRPAdminPSFromCriteriaIsisLevel TIsisLevel
  tRPAdminPSFromCriteriaIsisExternal TruthValue
  tRPAdminPSFromCriteriaIgmpHostPrefixList TPrefixListName
  tRPAdminPSFromCriteriaGrpAddrPrefixList TPrefixListName
  tRPAdminPSFromCriteriaSrcAddr IpAddress
  tRPAdminPSFromCriteriaInterface TNamedItemOrEmpty
  tRPAdminPSFromCriteriaTag TPolicyActionTag
  tRPAdminPSFromCritNbrInetAddrType InetAddressType
  tRPAdminPSFromCritNbrInetAddr InetAddress
  tRPAdminPSFromCritSrcInetAddrType InetAddressType
  tRPAdminPSFromCritSrcInetAddr InetAddress
  tRPAdminPSFromCriteriaFamily TmnxBGPFamilyType
  tRPAdminPSFromCriteriaInstanceId Unsigned32
  tRPAdminPSFromCriteriaMatchTag TmnxEnabledDisabled
  tRPAdminPSFromCriteriaState TPolicyEntryCriteriaState
  tRPAdminPSFromCritASPathGroup TNamedItemOrEmpty

TRPOperInetPrefixListEntry  
SEQUENCE    
  tRPOperInetPrefixListName TPrefixListName
  tRPOperInetPrefixListPrefixType InetAddressType
  tRPOperInetPrefixListPrefix InetAddress
  tRPOperInetPrefixListPrefixLen InetAddressPrefixLength
  tRPOperInetPrefixListType INTEGER
  tRPOperInetPrefixListRowStatus RowStatus
  tRPOperInetPrefixListThroughLen InetAddressPrefixLength
  tRPOperInetPrefixListLastChg TimeStamp
  tRPOperInetPrefixListBeginLen InetAddressPrefixLength

TRPAdminInetPrefixListEntry  
SEQUENCE    
  tRPAdminInetPrefixListName TPrefixListName
  tRPAdminInetPrefixListPrefixType InetAddressType
  tRPAdminInetPrefixListPrefix InetAddress
  tRPAdminInetPrefixListPrefixLen InetAddressPrefixLength
  tRPAdminInetPrefixListType INTEGER
  tRPAdminInetPrefixListRowStatus RowStatus
  tRPAdminInetPrefixListThroughLen InetAddressPrefixLength
  tRPAdminInetPrefixListBeginLen InetAddressPrefixLength

TRPOperCommunityExprEntry  
SEQUENCE    
  tRPOperCommunityExprName TCommunityName
  tRPOperCommunityExprRowStatus RowStatus
  tRPOperCommunityExprString1 TCommunityExpression
  tRPOperCommunityExprString2 TCommunityExpression
  tRPOperCommunityExprString3 TCommunityExpression
  tRPOperCommunityExprString4 TCommunityExpression

TRPAdminCommunityExprEntry  
SEQUENCE    
  tRPAdminCommunityExprName TCommunityName
  tRPAdminCommunityExprRowStatus RowStatus
  tRPAdminCommunityExprString1 TCommunityExpression
  tRPAdminCommunityExprString2 TCommunityExpression
  tRPAdminCommunityExprString3 TCommunityExpression
  tRPAdminCommunityExprString4 TCommunityExpression

TRPOperASPathGroupEntry  
SEQUENCE    
  tRPOperASPathGroupName TNamedItem
  tRPOperASPathGroupEntryIndex Unsigned32
  tRPOperASPathGroupRowStatus RowStatus
  tRPOperASPathGroupASPathName TASPathName

TRPAdminASPathGroupEntry  
SEQUENCE    
  tRPAdminASPathGroupName TNamedItem
  tRPAdminASPathGroupEntryIndex Unsigned32
  tRPAdminASPathGroupRowStatus RowStatus
  tRPAdminASPathGroupASPathName TASPathName

Defined Values

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

tRoutePolicyObjects 1.3.6.1.4.1.6527.3.1.2.17
OBJECT IDENTIFIER    

tRoutePolicyNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.17
OBJECT IDENTIFIER    

tRoutePolicyNotifications 1.3.6.1.4.1.6527.3.1.3.17.0
OBJECT IDENTIFIER    

tmnxRoutePolicyConformance 1.3.6.1.4.1.6527.3.1.1.17
OBJECT IDENTIFIER    

tRPOperObjects 1.3.6.1.4.1.6527.3.1.2.17.1
OBJECT IDENTIFIER    

tRPAdminObjects 1.3.6.1.4.1.6527.3.1.2.17.2
OBJECT IDENTIFIER    

tRPOperValueObjects 1.3.6.1.4.1.6527.3.1.2.17.1.1
OBJECT IDENTIFIER    

tRPOperASPathTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.1
Timestamp of last change to tRPOperASPathTable. tRPOperASPathTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperASPathTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.2
A list of AS Path names and corresponding regular-expressions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperASPathEntry

tRPOperASPathEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.2.1
Information about a particular AS Path Name. Entries are created by user, via tRPAdminASPathTable. Entries are deleted by user, via tRPAdminASPathTable. tRPAdminASPathTable entry must exist before referencing objects {tRPOperPSDefaultActionASPathName, tRPOperPSAcceptActionASPathName, tRPOperPSToCriteriaASPathName, tRPOperPSFromCriteriaASPath} can be set to refer to the tRPOperASPathName.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperASPathEntry  

tRPOperASPathName 1.3.6.1.4.1.6527.3.1.2.17.1.1.2.1.1
The name of the AS Path entry used to uniquely identify an AS Path.
Status: current Access: not-accessible
OBJECT-TYPE    
  TASPathName Size(1..32)  

tRPOperASPathRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.2.1.2
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminASPathTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperASPathRegEx 1.3.6.1.4.1.6527.3.1.2.17.1.1.2.1.3
The regular expression for the AS Path entry.
Status: current Access: read-only
OBJECT-TYPE    
  TRegularExpression  

tRPOperASPathEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.2.1.4
Timestamp of last change to this entry. tRPOperASPathEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperCommunityTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.3
Timestamp of last change to tRPOperCommunityTable. tRPOperCommunityTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperCommunityTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.4
A table of community entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperCommunityEntry

tRPOperCommunityEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.4.1
Information about a particular community member. Entries are created by user, via tRPAdminCommunityTable. Entries are deleted by user, via tRPAdminCommunityTable. There must be one entry for , or the does not exist and can not be referenced {tRPAdminPSDefaultActionCommunityName, tRPAdminPSAcceptActionCommunityName, tRPAdminPSToCriteriaCommunity tRPAdminPSFromCriteriaCommunity}.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperCommunityEntry  

tRPOperCommunityName 1.3.6.1.4.1.6527.3.1.2.17.1.1.4.1.1
The name of the community used as an index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TCommunityName Size(1..32)  

tRPOperCommunityMember 1.3.6.1.4.1.6527.3.1.2.17.1.1.4.1.2
The AS Number or Community ID of the community member. The community name and the member name uniquely identify a row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TCommunityMember  

tRPOperCommunityRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.4.1.3
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminCommunityTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperCommunityEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.4.1.4
Timestamp of last change to this entry. tRPOperCommunityEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperDampingTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.5
Timestamp of last change to tRPOperDampingTable. tRPOperDampingTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperDampingTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.6
A table of route damping control entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperDampingEntry

tRPOperDampingEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1
Information about a particular Damping entry. Entries are created by user, via tRPAdminDampingTable. Entries are deleted by user, via tRPAdminDampingTable. The entry for a damping name must exist before referring objects (tRPAdminPSDefaultActionDamping, tRPAdminPSAcceptActionDamping) can be set to that name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperDampingEntry  

tRPOperDampingName 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.1
The name of the damping entry used to uniquely identify a row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TDampingName Size(1..32)  

tRPOperDampingRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.2
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminDampingTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperDampingHalfLife 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.3
Specifies the half-life, in minutes, for a routes figure-of-merit after it has been dampened. If a route's half-life is set to 15 minutes and has a figure-of-merit of 1500, after 15 minutes, the route's figure-of-merit will have decayed to 750. Set to 0 to disable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..45  

tRPOperDampingMaxSuppress 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.4
Specifies the maximum amount of time, in minutes, that a route can be suppressed for. Set to 0 to disable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..720  

tRPOperDampingReuse 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.5
Specifies the reuse threshold. If a route's figure-of-merit falls below the reuse threshold, the route can be reused. Set to 0 to disable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..20000  

tRPOperDampingSuppress 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.6
Specifies the suppress threshold. If a route's figure-of-merit goes above the suppress threshold, the route should be suppressed. Set to 0 to disable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..20000  

tRPOperDampingEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.6.1.7
Timestamp of last change to this entry. tRPOperDampingEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPrefixListTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.7
Timestamp of last change to tRPOperPrefixListTable. tRPOperPrefixListTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPrefixListTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.8
A table of prefix lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPrefixListEntry

tRPOperPrefixListEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1
Information about a particular prefix list. Entries are created by user via tRPAdminPrefixListTable. Entries are deleted by user via tRPAdminPrefixListTable. A prefix list name entry must exist before referring objects (tRPAdminPSToCriteriaNeighborPrefixList, tRPAdminPSFromCriteriaNeighborPrefixList, tRPAdminPSToCriteriaPrefixList1 - 5 tRPAdminPSFromCriteriaPrefixList1 - 5) can be set to that name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPrefixListEntry  

tRPOperPrefixListName 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.1
The name of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPrefixListName Size(1..32)  

tRPOperPrefixListIpPrefix 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.2
The IP prefix of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tRPOperPrefixListMask 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.3
The IP mask length of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddressPrefixLength  

tRPOperPrefixListRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.4
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminPrefixListTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperPrefixListType 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.5
The type of the prefix length entry. exact (1) - a route's prefix/length must match the prefix-list entry exactly in order for an entry to be considered a match. longer (2) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer in order for an entry to be considered a match. through (3) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer up to and including the defined maximum length in order for an entry to be considered a match. range (4) - a route's prefix/length must match the defined prefix AND have a length that is greater than or equal to the length defined by tRPOperPrefixListBeginLength and less than or equal to the length defined by tRPOperPrefixListThroughLength in order for an entry to be considered a match.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER exact(1), longer(2), through(3), range(4)  

tRPOperPrefixListThroughLength 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.6
When tRPOperPrefixListType set to through(3), the mask length to use. Must be larger than tRPOperPrefixListMask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressPrefixLength  

tRPOperPrefixListEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.7
Timestamp of last change to this entry. tRPOperPrefixListEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPrefixListBeginLength 1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.8
When tRPOperPrefixListType set to range(4), the mask length to use as the lower limit for the mask range. Must be larger than tRPOperPrefixListMask and less than tRPOperPrefixListThroughLength.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressPrefixLength  

tRPOperPolicyStatementTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.9
Timestamp of last change to tRPOperPolicyStatementTable. tRPOperPolicyStatementTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPolicyStatementTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.10
Control table for policy-statements.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPolicyStatementEntry

tRPOperPolicyStatementEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.10.1
Information about a particular policy-statement. Entries are created by user via tRPAdminPolicyStatementTable. Entries are deleted by user via tRPAdminPolicyStatementTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPolicyStatementEntry  

tRPOperPolicyStatementName 1.3.6.1.4.1.6527.3.1.2.17.1.1.10.1.1
The name of this policy statement that uniquely identifies an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementName  

tRPOperPolicyStatementRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.10.1.2
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminPolicyStatementTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperPolicyStatementDescription 1.3.6.1.4.1.6527.3.1.2.17.1.1.10.1.3
Description for this policy statement.
Status: current Access: read-only
OBJECT-TYPE    
  TItemDescription  

tRPOperPolicyStatementDefaultAction 1.3.6.1.4.1.6527.3.1.2.17.1.1.10.1.4
The default-action for the policy statement indicates what happens to the route if none of the policy statement entries match.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryAction  

tRPOperPolicyStatementEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.10.1.5
Timestamp of last change to this entry. tRPOperPolicyStatementEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSDefaultActionParamsTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.11
Timestamp of last change to tRPOperPSDefaultActionParamsTable. tRPOperPSDefaultActionParamsTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSDefaultActionParamsTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.12
Default action parameters for a policy-statement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPSDefaultActionParamsEntry

tRPOperPSDefaultActionParamsEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1
Default action information about a particular policy statement. These parameters are applied when the default action for the policy statement is 'accept' (tRPOperPolicyStatementDefaultAction == accept(1)). These parameters are ignored when default action for the policy statement is 'reject' (tRPOperPolicyStatementDefaultAction == reject(2)). Entries are created when a policy statement is created. Entries are deleted when a policy statement is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPSDefaultActionParamsEntry  

tRPOperPSDefaultActionASPath 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.1
The AS Path rewrite information for the route.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSDefaultActionASPathName 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.2
The AS Path name to use for add, remove, or replace operation specified by tRPOperPSDefaultActionASPath. Ignored when tRPOperPSDefaultActionASPath is none(1).
Status: current Access: read-only
OBJECT-TYPE    
  TASPathName  

tRPOperPSDefaultActionASPathPrependAS 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.3
AS Number to prepend to the AS-Path attribute of the route. Ignored when tRPOperPSDefaultActionASPathPrependCount is zero. This object was obsoleted in release 7.0. It is replaced with the 4-byte AS number defined by tRPOperPSDefaultActionASPathPend.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tRPOperPSDefaultActionASPathPrependCount 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.4
Number of times tRPOperPSDefaultActionASPathPend is prepended to the AS-Path attribute of the route. Set to zero to disable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..50  

tRPOperPSDefaultActionCommunity1 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.5
How to apply tRPOperPSDefaultActionCommunityName1 to the communities for the route. Set to none(1) to disable this feature.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSDefaultActionCommunityName1 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.6
Community name to add, remove, or replace, to any existing community for the route. Ignored when tRPOperPSDefaultActionCommunity1 is none(1)
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityName  

tRPOperPSDefaultActionCommunity2 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.7
How to apply tRPOperPSDefaultActionCommunityName2 to the communities for the route. Set to none(1) to disable this feature.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSDefaultActionCommunityName2 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.8
Community name to add, remove, or replace, to any existing community for the route. Ignored when tRPOperPSDefaultActionCommunity2 is none(1)
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityName  

tRPOperPSDefaultActionOrigin 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.9
The value of tRPOperPSDefaultActionOrigin indicates the origin of the route exported into BGP if it does not match an entry.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryCriteriaOrigin  

tRPOperPSDefaultActionLocalPreferenceSet 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.10
When set to true(1), use the value of tRPOperPSDefaultActionLocalPreference for local preference.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tRPOperPSDefaultActionLocalPreference 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.11
Local preference to apply to the route. Set tRPOperPSDefaultActionLocalPreferenceSet to false(2) to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tRPOperPSDefaultActionMetric 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.12
Action for tRPOperPSDefaultActionMetricValue.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSDefaultActionMetricValue 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.13
Add, subtract, or set metric value. Ignored when tRPOperPSDefaultActionMetric is none(1).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tRPOperPSDefaultActionPreference 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.15
Preference to apply to the route.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBgpPreference  

tRPOperPSDefaultActionDamping 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.16
Damping to apply to route. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TDampingName  

tRPOperPSDefaultActionNextHopSelf 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.17
The value of tRPOperPSDefaultActionNextHopSelf indicates the next-hop-self on the route. Next-hop-self cannot be 'true' when the next-hop object 'tRPOperPSDefActInetNextHop' has a valid IP address. If tRPOperPSDefaultActionNextHopSelf has a value of 'true' then tRPOperPSDefActInetNextHop object is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tRPOperPSDefaultActionNextHop 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.18
Set next-hop address in route. Set to 255.255.255.255 to disable. Next-hop cannot be set to a valid IP address at the same time as setting next-hop-self to 'true'. Setting next-hop to a valid IP address will reset next-hop-self to 'false'.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tRPOperPSDefaultActionTag 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.19
The value of tRPOperPSDefaultActionTag indicates the operational tag for the route. A value of 0 for tRPAdminPSDefaultActionTag indicates that tagging is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyActionTag  

tRPOperPSDefaultActionOspfType 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.20
OSPF route type for the route.
Status: current Access: read-only
OBJECT-TYPE    
  TOspfRouteType  

tRPOperPSDefaultActionParamsEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.21
Timestamp of last change to this entry. tRPOperPSDefaultActionParamsEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSDefActInetNextHopType 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.22
The value of tRPOperPSDefActInetNextHopType indicates the type of tRPOperPSDefActInetNextHop address, as defined in the InetAddress MIB.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tRPOperPSDefActInetNextHop 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.23
The value of tRPOperPSDefActInetNextHop indicates the next-hop IP address in the route. The object tRPOperPSDefActInetNextHop is disabled if it holds the value ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff. The type of this address is determined by the value of tRPOperPSDefActInetNextHopType object. Next-hop cannot be a valid IP address when next-hop-self object 'tRPOperPSDefaultActionNextHopSelf' is set to 'true'. If next-hop is a valid IP address then tRPOperPSDefaultActionNextHopSelf is set to 'false'. tRPOperPSDefActInetNextHop object replaces tRPOperPSDefaultActionNextHop that supports only IPv4 address style next-hop.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tRPOperPSDefaultActionASPathPend 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.24
The value of tRPOperPSDefaultActionASPathPend indicates the AS Number to prepend to the AS-Path attribute of the route. Value of this object is ignored when tRPOperPSDefaultActionASPathPrependCount is zero.
Status: current Access: read-only
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tRPOperPSDefActMcRedirSvcId 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.30
The value of tRPOperPSDefActMcRedirSvcId indicates the service ID of the service where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tRPOperPSDefActMcRedirIfIndex 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.31
The value of tRPOperPSDefActMcRedirIfIndex indicates the interface index of the interface where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

tRPOperPSDefActionMetricSource 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.32
The value of tRPOperPSDefActionMetricSource indicates the source of the default action metric. The value 'igpCost(1)' means that the value of MED (Multi Exit Discriminator) or the metric value is derived from the IGP (Interior Gateway Protocol) cost of the route and the value of the object tRPOperPSDefaultActionMetricValue is ignored. The value 'metricVal(2)' means the metric value is the value of tRPOperPSDefaultActionMetricValue.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyActionMetricSource  

tRPOperPSDefActionAigpMetric 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.33
The value of tRPOperPSDefActionAigpMetric indicates the editing action to be taken for the AIGP (Accumulated IGP) attribute when the route satisfies the match criteria of the policy. When the value of tRPOperPSDefActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPOperPSDefActnAigpMetricVal is ignored.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryAigpMetricEdit  

tRPOperPSDefActnAigpMetricVal 1.3.6.1.4.1.6527.3.1.2.17.1.1.12.1.34
The value of tRPOperPSDefActnAigpMetricVal indicates the value to be added or set for the route AIGP(Accumulated IGP) metric. When the value of tRPOperPSDefActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPOperPSDefActnAigpMetricVal is ignored.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tRPOperPSParamsTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.13
Timestamp of last change to tRPOperPSParamsTable. tRPOperPSParamsTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSParamsTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.14
A table of policy statement entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPSParamsEntry

tRPOperPSParamsEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.14.1
Information about a particular policy statement entry. Entries are created when a policy statement parameters entry is created. Entries are deleted when a policy statement parameters entry is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPSParamsEntry  

tRPOperPSNameEntryIndex 1.3.6.1.4.1.6527.3.1.2.17.1.1.14.1.1
Identifier for this policy statement entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementEntryID  

tRPOperPSParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.14.1.2
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminPSParamsTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperPSParamsDescription 1.3.6.1.4.1.6527.3.1.2.17.1.1.14.1.3
Description for this policy statement entry.
Status: current Access: read-only
OBJECT-TYPE    
  TItemDescription  

tRPOperPSParamsAction 1.3.6.1.4.1.6527.3.1.2.17.1.1.14.1.4
The action to take when a route matches this policy statement entry's to or from criteria.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryAction  

tRPOperPSParamsEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.14.1.5
Timestamp of last change to this entry. tRPOperPSParamsEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSAcceptActionParamsTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.15
Timestamp of last change to tRPOperPSAcceptActionParamsTable. tRPOperPSAcceptActionParamsTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSAcceptActionParamsTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.16
Accept-action parameters for a policy-statement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPSAcceptActionParamsEntry

tRPOperPSAcceptActionParamsEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1
Accept-action information for a policy-statement entry. If the policy statement entry action is 'reject' then all of these objects are ignored. Entries are created when a policy statement entry is created. Entries are deleted when a policy statement entry is destroyed. To Create or destroy entries in this table, use the policy statement entry administrative table (tRPAdminPSParamsTable).
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPSAcceptActionParamsEntry  

tRPOperPSAcceptActionASPath 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.1
The AS Path rewrite information for the route.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSAcceptActionASPathName 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.2
AS Path Name to add, remove, or replace. Ignored when tRPOperPSAcceptActionASPath is none(1)
Status: current Access: read-only
OBJECT-TYPE    
  TASPathName  

tRPOperPSAcceptActionASPathPrependAS 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.3
AS Number to prepend to the AS-Path attribute of the route. Ignored when tRPOperPSAcceptActionASPathPrependCount is zero. This object was obsoleted in release 7.0. It is replaced with the 4-byte AS number defined by tRPOperPSAcceptActionASPathPend.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tRPOperPSAcceptActionASPathPrependCount 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.4
Number of times to prepend tRPOperPSAcceptActionASPathPend to the route. Set to zero to disable this feature.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..50  

tRPOperPSAcceptActionCommunity1 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.5
How to apply tRPOperPSAcceptActionCommunityName1 to the route.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSAcceptActionCommunityName1 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.6
Community to apply to the route. Ignored when tRPOperPSAcceptActionCommunity1 is set to none(1).
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityName  

tRPOperPSAcceptActionCommunity2 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.7
How to apply tRPOperPSAcceptActionCommunityName2 to the route.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSAcceptActionCommunityName2 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.8
Community to apply to the route. Ignored when tRPOperPSAcceptActionCommunity2 is set to none(1).
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityName  

tRPOperPSAcceptActionOrigin 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.9
The value of tRPOperPSAcceptActionOrigin indicates the origin of the route exported into BGP if it matches an entry.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryCriteriaOrigin  

tRPOperPSAcceptActionLocalPreferenceSet 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.10
When set to true(1), use tRPOperPSAcceptActionLocalPreference for the local preference for the route.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tRPOperPSAcceptActionLocalPreference 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.11
Local preference for the route. Ignored when tRPOperPSAcceptActionLocalPreferenceSet is false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tRPOperPSAcceptActionMetric 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.12
How to apply tRPOperPSAcceptActionMetricValue to the route.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPOperPSAcceptActionMetricValue 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.13
Value to add, subtract, or set for the route metric. Ignored when tRPOperPSAcceptActionMetric is none(1).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tRPOperPSAcceptActionPreference 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.15
Preference to set in route.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBgpPreference  

tRPOperPSAcceptActionDamping 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.16
Damping to apply to route. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TDampingName  

tRPOperPSAcceptActionNextHopSelf 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.17
The value of tRPOperPSAcceptActionNextHopSelf indicates the next-hop-self on the route. Next-hop-self cannot be 'true' when the next-hop object 'tRPOperPSAcptActInetNextHop' has a valid IP address. If tRPOperPSAcceptActionNextHopSelf has a value of 'true' then tRPOperPSAcptActInetNextHop object is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tRPOperPSAcceptActionNextHop 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.18
Set next-hop address in route. Set to 255.255.255.255 to disable. Next-hop cannot be set to a valid IP address at the same time as setting next-hop-self to 'true'. Setting next-hop to a valid IP address will reset next-hop-self to 'false'.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tRPOperPSAcceptActionTag 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.19
The value of tRPOperPSAcceptActionTag indicates the operational tag for the route. A value of 0 for tRPAdminPSAcceptActionTag indicates that tagging is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyActionTag  

tRPOperPSAcceptActionOspfType 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.20
OSPF route type to set in route.
Status: current Access: read-only
OBJECT-TYPE    
  TOspfRouteType  

tRPOperPSAcceptActionParamsEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.21
Timestamp of last change to this entry. tRPOperPSAcceptActionParamsEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSAcptActInetNextHopType 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.22
The value of tRPOperPSAcptActInetNextHopType indicates the type of tRPOperPSAcptActInetNextHop address, as defined in the InetAddress MIB.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tRPOperPSAcptActInetNextHop 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.23
The value of tRPOperPSAcptActInetNextHop indicates the next-hop IP address in the route. Next-hop is disabled if the value of tRPOperPSAcptActInetNextHopType is 'ipv6' and the value of tRPOperPSAcptActInetNextHop is ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff. The type of this address is determined by the value of tRPOperPSAcptActInetNextHopType object. Next-hop cannot be a valid IP address when next-hop-self object 'tRPOperPSAcceptActionNextHopSelf' is set to 'true'. If next-hop is a valid IP address then tRPOperPSAcceptActionNextHopSelf is set to 'false'. tRPOperPSAcptActInetNextHop object replaces tRPOperPSAcceptActionNextHop that supports only IPv4 address style next-hop.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tRPOperPSAcceptActionASPathPend 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.24
The value of tRPOperPSAcceptActionASPathPend indicates the AS Number to prepend to the AS-Path attribute of the route. Value of this object is ignored when tRPOperPSAcceptActionASPathPrependCount is zero.
Status: current Access: read-only
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tRPOperPSAcptActMcRedirSvcId 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.30
The value of tRPOperPSAcptActMcRedirSvcId indicates the service ID of the service where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tRPOperPSAcptActMcRedirIfIndex 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.31
The value of tRPOperPSAcptActMcRedirIfIndex indicates the interface index of the interface where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

tRPOperPSAcptActnMetricSource 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.32
The value of tRPOperPSAcptActnMetricSource indicates the source of the accept action metric. The value 'igpCost(1)' means that the value of MED (Multi Exit Discriminator) or the metric value is derived from the IGP (Interior Gateway Protocol) cost of the route and the value of the object tRPOperPSAcceptActionMetricValue is ignored. The value 'metricVal(2)' means the metric value is the value of tRPOperPSAcceptActionMetricValue.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyActionMetricSource  

tRPOperPSAcptActionAigpMetric 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.33
The value of tRPOperPSAcptActionAigpMetric indicates the editing action to be taken for the AIGP (Accumulated IGP) attribute when the route satisfies the match criteria of the policy. When the value of tRPOperPSAcptActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPOperPSAcptActnAigpMetricVal is ignored.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryAigpMetricEdit  

tRPOperPSAcptActnAigpMetricVal 1.3.6.1.4.1.6527.3.1.2.17.1.1.16.1.34
The value of tRPOperPSAcptActnAigpMetricVal indicates the value to be added or set for the route AIGP(Accumulated IGP) metric. When the value of tRPOperPSAcptActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPOperPSAcptActnAigpMetricVal is ignored.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tRPOperPSToCriteriaTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.17
Timestamp of last change to tRPOperPSToCriteriaTable. tRPOperPSToCriteriaTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSToCriteriaTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.18
A table of policy statement entry 'to' criteria
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPSToCriteriaEntry

tRPOperPSToCriteriaEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1
Information about a policy statement entry's -to- criteria. Entries are created when a policy statement entry is created. Entries are deleted when a policy statement entry is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPSToCriteriaEntry  

tRPOperPSToCriteriaIndex 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.1
The policy statement entry ID
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementEntryID  

tRPOperPSToCriteriaRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.2
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminPSToCriteriaTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperPSToCriteriaProtocol 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.3
The protocol name to match on. Set to none(1) to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TRoutePolicyProtocol  

tRPOperPSToCriteriaNeighborIpAddr 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.4
The IP address of neighbor to match on. Set to 0.0.0.0 to disable.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tRPOperPSToCriteriaNeighborPrefixList 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.5
The name of a neighbor prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSToCriteriaEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.6
Timestamp of last change to this entry. tRPOperPSToCriteriaEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSToCriteriaIsisLevel 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.7
The value for tRPOperPSToCriteriaIsisLevel defines the IS-IS route level match criterion. A value of 0 indicates that no IS-IS route level match criterion has been configured.
Status: current Access: read-only
OBJECT-TYPE    
  TIsisLevel  

tRPOperPSToCriteriaPrefixList1 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.8
The value of tRPOperPSToCriteriaPrefixList1 specifies the name of the first prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSToCriteriaPrefixList2 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.9
The value of tRPOperPSToCriteriaPrefixList2 specifies the name of the second prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSToCriteriaPrefixList3 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.10
The value of tRPOperPSToCriteriaPrefixList3 specifies the name of the third prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSToCriteriaPrefixList4 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.11
The value of tRPOperPSToCriteriaPrefixList4 specifies the name of the fourth prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSToCriteriaPrefixList5 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.12
The value of tRPOperPSToCriteriaPrefixList5 specifies the name of the fifth prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSToCritNbrInetAddrType 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.13
The value of tRPOperPSToCritNbrInetAddrType indicates the type of tRPOperPSToCritNbrInetAddr address, as defined in the InetAddress MIB.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tRPOperPSToCritNbrInetAddr 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.14
The value of tRPOperPSToCritNbrInetAddr indicates the IP address of neighbor to match on. The object tRPOperPSToCritNbrInetAddr is disabled if it holds the value ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff. The type of this address is determined by the value of tRPOperPSToCritNbrInetAddrType object. tRPOperPSToCritNbrInetAddr object replaces tRPOperPSToCriteriaNeighborIpAddr that supports only IPv4 address style neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tRPOperPSToCriteriaInstanceId 1.3.6.1.4.1.6527.3.1.2.17.1.1.18.1.15
The value of tRPOperPSToCriteriaInstanceId indicates instance of a version of the OSPF protocol running in the router instance. If the value of tRPOperPSToCriteriaInstanceId is 4294967295, all instances of OSPF protocol are leaked into BGP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..31 | 4294967295  

tRPOperPSFromCriteriaTableLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.19
Timestamp of last change to tRPOperPSFromCriteriaTable. tRPOperPSFromCriteriaTableLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSFromCriteriaTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.20
A table of from filter criteria for each policy-statement entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperPSFromCriteriaEntry

tRPOperPSFromCriteriaEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1
Information about policy statement entry -from- criteria. Entries are created when a policy statement entry is created. Entries are deleted when a policy statement entry is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperPSFromCriteriaEntry  

tRPOperPSFromCriteriaIndex 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.1
The policy statement entry ID
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementEntryID  

tRPOperPSFromCriteriaRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.2
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminPSFromCriteriaTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperPSFromCriteriaProtocol 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.3
The protocol name to match on. Set to none(1) to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TRoutePolicyProtocol  

tRPOperPSFromCriteriaNeighborIpAddr 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.4
The IP address of neighbor to match on. Set to 0.0.0.0 to disable.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tRPOperPSFromCriteriaNeighborPrefixList 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.5
The name of a neighbor prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaPrefixList1 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.6
The name of the first prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaPrefixList2 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.7
The name of the second prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaPrefixList3 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.8
The name of the third prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaPrefixList4 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.9
The name of the fourth prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaPrefixList5 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.10
The name of the fifth prefix list to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaASPath 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.11
The name of the AS Path to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TASPathName  

tRPOperPSFromCriteriaCommunity 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.12
The name of the community to match on. Set to empty string to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityName  

tRPOperPSFromCriteriaOrigin 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.13
The value of tRPOperPSFromCriteriaOrigin indicates the route match criterion for an entry.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryCriteriaOrigin  

tRPOperPSFromCriteriaOspfRouteType 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.14
The OSPF route type to match on. Set to zero to disable.
Status: current Access: read-only
OBJECT-TYPE    
  TOspfRouteType  

tRPOperPSFromCriteriaEntryLastChanged 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.15
Timestamp of last change to this entry. tRPOperPSFromCriteriaEntryLastChanged is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperPSFromCriteriaArea 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.16
Used when redistributing OSPF routes into other protocols. Specifies the OSPF area that must be matched in filtered routes.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tRPOperPSFromCriteriaAreaConfigured 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.17
Specifies if the tRPOperPSFromCriteriaArea has been configured
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tRPOperPSFromCriteriaIsisLevel 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.18
The value for tRPOperPSFromCriteriaIsisLevel defines the IS-IS route level match criterion. A value of 0 indicates that no IS-IS route level match criterion has been configured.
Status: current Access: read-only
OBJECT-TYPE    
  TIsisLevel  

tRPOperPSFromCriteriaIsisExternal 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.19
When tRPOperPSFromCriteriaIsisExternal is 'true', match only External IS-IS routes. If 'false', match all routes. External IS-IS routes are those routes that have been learned from outside the IS-IS domain.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tRPOperPSFromCriteriaIgmpHostPrefixList 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.20
tRPOperPSFromCriteriaIgmpHostPrefixList contains the name of the prefix list that is used to match the IGMP host IP address. The value of the object will be an empty string if it not set.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaGrpAddrPrefixList 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.21
tRPOperPSFromCriteriaGrpAddrPrefixList contains the name of the prefix list that is used to match the multicast group address. The value of the object will be an empty string if it not set.
Status: current Access: read-only
OBJECT-TYPE    
  TPrefixListName  

tRPOperPSFromCriteriaSrcAddr 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.22
tRPOperPSFromCriteriaSrcAddr contains the IP address of the source to match on. This object will be used by multicast protocols like PIM and IGMP. The value of this object will be 0.0.0.0 if it is not set.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tRPOperPSFromCriteriaInterface 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.23
tRPOperPSFromCriteriaInterface contains the name of the interface to match on. PIM Bootstrap route policy will use this object to accept/reject bootstrap messages coming on the interface specified by this object. The value of the object will be an empty string if it not set.
Status: current Access: read-only
OBJECT-TYPE    
  TNamedItemOrEmpty  

tRPOperPSFromCriteriaTag 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.24
The value of tRPOperPSFromCriteriaTag indicates the operational tag to match on. It will only be valid when tRPOperPSFromCriteriaMatchTag is enabled which indicates that route matching based on tags is enabled. A value of 0 for tRPOperPSFromCriteriaTag when tRPOperPSFromCriteriaMatchTag is enabled indicates untagged routes are matched.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyActionTag  

tRPOperPSFromCritNbrInetAddrType 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.25
The value of tRPOperPSFromCritNbrInetAddrType indicates the type of tRPOperPSFromCritNbrInetAddr address, as defined in the InetAddress MIB.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tRPOperPSFromCritNbrInetAddr 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.26
The value of tRPOperPSFromCritNbrInetAddr indicates the IP address of neighbor to match on. The object tRPOperPSFromCritNbrInetAddr is disabled if it holds the value ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff. The type of this address is determined by the value of the tRPOperPSFromCritNbrInetAddrType object. tRPOperPSFromCritNbrInetAddr object replaces tRPOperPSFromCriteriaNeighborIpAddr that supports only IPv4 address style neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tRPOperPSFromCritSrcInetAddrType 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.27
The value of tRPOperPSFromCritSrcInetAddrType indicates the type of tRPOperPSFromCritSrcInetAddr address, as defined in the InetAddress MIB.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tRPOperPSFromCritSrcInetAddr 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.28
The value of tRPOperPSFromCritSrcInetAddr indicates the IP address of the source to match on. This object will be used by multicast protocols like PIM and IGMP and is disabled if it holds the value ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff. The type of this address is determined by the value of the tRPOperPSFromCritSrcInetAddrType object. tRPOperPSFromCritSrcInetAddr object replaces tRPOperPSFromCriteriaSrcAddr that supports only IPv4 address style source.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tRPOperPSFromCriteriaFamily 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.29
The bits set in the value of tRPAdminPSFromCriteriaFamily indicate the address families that this condition would match against.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tRPOperPSFromCriteriaInstanceId 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.30
The value of tRPOperPSFromCriteriaInstanceId indicates instance of a version of the OSPF protocol running in the router instance. If the value of tRPOperPSFromCriteriaInstanceId is 4294967295, all instances of OSPF protocol are leaked into BGP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..31 | 4294967295  

tRPOperPSFromCriteriaMatchTag 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.31
The value of tRPOperPSFromCriteriaMatchTag indicates if tag matching is enabled or disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxEnabledDisabled  

tRPOperPSFromCriteriaState 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.32
The value of tRPOperPSFromCriteriaState indicates the route state match criterion for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TPolicyEntryCriteriaState  

tRPOperPSFromCritASPathGroup 1.3.6.1.4.1.6527.3.1.2.17.1.1.20.1.33
The value of tRPOperPSFromCritASPathGroup indicates the AS-Path Group match criterion for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TNamedItemOrEmpty  

tRPAdminControlObjects 1.3.6.1.4.1.6527.3.1.2.17.2.1
OBJECT IDENTIFIER    

tRPAdminValueObjects 1.3.6.1.4.1.6527.3.1.2.17.2.2
OBJECT IDENTIFIER    

tRPAdminASPathTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.1
A list of AS Path names and corresponding regular-expressions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminASPathEntry

tRPAdminASPathEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.1.1
Information about a particular AS Path Name. Entries are created by user. Entries are deleted by user. Entry must exist before referencing objects can be set to refer to the tRPAdminASPathName.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminASPathEntry  

tRPAdminASPathName 1.3.6.1.4.1.6527.3.1.2.17.2.2.1.1.1
The name of the AS Path entry used to uniquely identify an AS Path.
Status: current Access: not-accessible
OBJECT-TYPE    
  TASPathName Size(1..32)  

tRPAdminASPathRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.1.1.2
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4) and destroy(6). To create a row, set this object to createAndGo(4). The value of tRPAdminASPathRegEx must also be set to a valid non-empty string for the row creation to succeed. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperASPathTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperASPathTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminASPathRegEx 1.3.6.1.4.1.6527.3.1.2.17.2.2.1.1.3
The regular expression for the AS Path entry. This object must be set to a valid non-empty string for the row creation to succeed.
Status: current Access: read-create
OBJECT-TYPE    
  TRegularExpression  

tRPAdminCommunityTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.2
A table of community entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminCommunityEntry

tRPAdminCommunityEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.2.1
Information about a particular community name member. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminCommunityEntry  

tRPAdminCommunityName 1.3.6.1.4.1.6527.3.1.2.17.2.2.2.1.1
The name of the community used as an index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TCommunityName Size(1..32)  

tRPAdminCommunityMember 1.3.6.1.4.1.6527.3.1.2.17.2.2.2.1.2
The AS Number or Community ID of the community member. The community name and the member name uniquely identify a row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TCommunityMember  

tRPAdminCommunityRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.2.1.3
RowStatus for this row. Legal values to write are: active(1), createAndGo(4) and destroy(6). To create a row, set this object to createAndGo. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperCommunityTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperCommunityTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminDampingTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.3
A table of route damping control entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminDampingEntry

tRPAdminDampingEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1
Information about a particular Damping entry. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminDampingEntry  

tRPAdminDampingName 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1.1
The name of the damping entry used to uniquely identify a row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TDampingName Size(1..32)  

tRPAdminDampingRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1.2
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperDampingTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperDampingTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminDampingHalfLife 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1.3
Specifies the half-life, in minutes, for a routes figure-of-merit after it has been dampened. If a route's half-life is set to 15 minutes and has a figure-of-merit of 1500, after 15 minutes, the route's figure-of-merit will have decayed to 750. Set to 0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..45  

tRPAdminDampingMaxSuppress 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1.4
Specifies the maximum amount of time, in minutes, that a route can be suppressed for. Set to 0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..720  

tRPAdminDampingReuse 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1.5
Specifies the reuse threshold. If a route's figure-of-merit falls below the reuse threshold, the route can be reused. Set to 0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..20000  

tRPAdminDampingSuppress 1.3.6.1.4.1.6527.3.1.2.17.2.2.3.1.6
Specifies the suppress threshold. If a route's figure-of-merit goes above the suppress threshold, the route should be suppressed. Set to 0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..20000  

tRPAdminPrefixListTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.4
A table of prefix lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPrefixListEntry

tRPAdminPrefixListEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1
Information about a particular prefix list. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPrefixListEntry  

tRPAdminPrefixListName 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.1
The name of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPrefixListName Size(1..32)  

tRPAdminPrefixListIpPrefix 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.2
The IP prefix of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tRPAdminPrefixListMask 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.3
The IP mask length of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddressPrefixLength  

tRPAdminPrefixListRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.4
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperPrefixListTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperPrefixListTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminPrefixListType 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.5
The type of the prefix length entry. exact (1) - a route's prefix/length must match the prefix-list entry exactly in order for an entry to be considered a match. longer (2) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer in order for an entry to be considered a match. through (3) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer up to and including the defined maximum length in order for an entry to be considered a match. range (4) - a route's prefix/length must match the defined prefix AND have a length that is greater than or equal to the length defined by tRPAdminPrefixListBeginLength and less than or equal to the length defined by tRPAdminPrefixListThroughLength in order for an entry to be considered a match.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER exact(1), longer(2), through(3), range(4)  

tRPAdminPrefixListThroughLength 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.6
When tRPAdminPrefixListType set to through(3), the mask length to use. Must be larger than tRPAdminPrefixListMask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressPrefixLength  

tRPAdminPrefixListBeginLength 1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.8
When tRPAdminPrefixListType set to range(4), the mask length to use as the lower limit for the mask range. Must be larger than tRPAdminPrefixListMask and less than tRPAdminPrefixListThroughLength.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressPrefixLength  

tRPAdminPolicyStatementTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.5
Control table for policy-statements.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPolicyStatementEntry

tRPAdminPolicyStatementEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.5.1
Information about a particular policy-statement. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPolicyStatementEntry  

tRPAdminPolicyStatementName 1.3.6.1.4.1.6527.3.1.2.17.2.2.5.1.1
The name of this policy statement that uniquely identifies an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementName  

tRPAdminPolicyStatementRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.5.1.2
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To Create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperPolicyStatementTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperPolicyStatementTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminPolicyStatementDescription 1.3.6.1.4.1.6527.3.1.2.17.2.2.5.1.3
Description for this policy statement.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tRPAdminPolicyStatementDefaultAction 1.3.6.1.4.1.6527.3.1.2.17.2.2.5.1.4
The default-action for the policy statement indicates what happens to the route if none of the policy statement entries match.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryAction  

tRPAdminPSDefaultActionParamsTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.6
Default action parameters for a policy-statement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPSDefaultActionParamsEntry

tRPAdminPSDefaultActionParamsEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1
Default action information about a particular policy statement. When tRPAdminPolicyStatementDefaultAction for the policy statement is accept(1), and no poliy statement entry matches the route, the following default actions are applied to the route. When tRPAdminPolicyStatementDefaultAction is reject, these objects are ignored, and the route is dropped. Entries are created when a policy statement is created. Entries are deleted when a policy statement is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPSDefaultActionParamsEntry  

tRPAdminPSDefaultActionASPath 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.1
The AS Path rewrite information for the route.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSDefaultActionASPathName 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.2
The AS Path name to use for add, remove, or replace operation specified by tRPAdminPSDefaultActionASPath. Ignored when tRPAdminPSDefaultActionASPath is none(1).
Status: current Access: read-create
OBJECT-TYPE    
  TASPathName  

tRPAdminPSDefaultActionASPathPrependAS 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.3
AS Number to prepend to the AS-Path attribute of the route. Ignored when tRPAdminPSDefaultActionASPathPrependCount is zero. This object was obsoleted in release 7.0. It is replaced with the 4-byte AS number defined by tRPAdminPSDefaultActionASPathPnd.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tRPAdminPSDefaultActionASPathPrependCount 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.4
Number of times tRPAdminPSDefaultActionASPathPnd is prepended to the AS-Path attribute of the route. Set to zero to disable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..50  

tRPAdminPSDefaultActionCommunity1 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.5
How to apply tRPAdminPSDefaultActionCommunityName1 to the communities for the route. Set to none(1) to disable this feature.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSDefaultActionCommunityName1 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.6
Community name to add, remove, or replace, to any existing community for the route. Ignored when tRPAdminPSDefaultActionCommunity1 is none(1)
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityName  

tRPAdminPSDefaultActionCommunity2 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.7
How to apply tRPAdminPSDefaultActionCommunityName2 to the communities for the route. Set to none(1) to disable this feature.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSDefaultActionCommunityName2 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.8
Community name to add, remove, or replace, to any existing community for the route. Ignored when tRPAdminPSDefaultActionCommunity2 is none(1)
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityName  

tRPAdminPSDefaultActionOrigin 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.9
The value of tRPAdminPSDefaultActionOrigin specifies the origin of the route exported into BGP if it does not match an entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryCriteriaOrigin  

tRPAdminPSDefaultActionLocalPreferenceSet 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.10
When set to true(1), use the value of tRPAdminPSDefaultActionLocalPreference for local preference.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tRPAdminPSDefaultActionLocalPreference 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.11
Local preference to apply to the route. Set tRPAdminPSDefaultActionLocalPreferenceSet to false(2) to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tRPAdminPSDefaultActionMetric 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.12
Action for tRPAdminPSDefaultActionMetricValue.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSDefaultActionMetricValue 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.13
Add, subtract, or set metric value. Ignored when tRPAdminPSDefaultActionMetric is none(1).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tRPAdminPSDefaultActionPreference 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.15
Preference to apply to the route.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference  

tRPAdminPSDefaultActionDamping 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.16
Damping to apply to route. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TDampingName  

tRPAdminPSDefaultActionNextHopSelf 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.17
The value of tRPAdminPSDefaultActionNextHopSelf specifies the next-hop-self on the route. Next-hop-self cannot be set to 'true' at the same time as setting next-hop object tRPAdminPSDefActInetNextHop to a valid IP address. Setting tRPAdminPSDefaultActionNextHopSelf to 'true' will reset tRPAdminPSDefActInetNextHop object to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tRPAdminPSDefaultActionNextHop 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.18
Set next-hop address in route. Set to 255.255.255.255 to disable. Next-hop cannot be set to a valid IP address at the same time as setting next-hop-self to 'true'. Setting next-hop to a valid IP address will reset next-hop-self to 'false'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tRPAdminPSDefaultActionTag 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.19
The value of tRPAdminPSDefaultActionTag specifies the tag for the route. A value of 0 for tRPAdminPSDefaultActionTag specifies that tagging is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyActionTag  

tRPAdminPSDefaultActionOspfType 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.20
OSPF route type for the route.
Status: current Access: read-create
OBJECT-TYPE    
  TOspfRouteType  

tRPAdminPSDefActInetNextHopType 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.21
The value of tRPAdminPSDefActInetNextHopType specifies the type of tRPAdminPSDefActInetNextHop address, as defined in the InetAddress MIB.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tRPAdminPSDefActInetNextHop 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.22
The value of tRPAdminPSDefActInetNextHop specifies the next-hop IP address in the route. To disable, tRPAdminPSDefActInetNextHopType should be set to 'ipv6' and tRPAdminPSDefActInetNextHop should be set to ffff:ffff:ffff:ffff:ffff:ffff:fffff:ffff. The type of this address is determined by the value of tRPAdminPSDefActInetNextHopType object. Next-hop cannot be set to a valid IP address at the same time as setting next-hop-self object 'tRPAdminPSDefaultActionNextHopSelf' to 'true'. Setting next-hop to a valid IP address will reset tRPAdminPSDefaultActionNextHopSelf to 'false'. tRPAdminPSDefActInetNextHop object replaces tRPAdminPSDefaultActionNextHop that supports only IPv4 address style next-hop.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

tRPAdminPSDefaultActionASPathPnd 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.23
The value of tRPAdminPSDefaultActionASPathPnd specifies the AS Number to prepend to the AS-Path attribute of the route. Value of this object is ignored when tRPAdminPSDefaultActionASPathPrependCount is zero.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tRPAdminPSDefActMcRedirSvcId 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.30
The value of tRPAdminPSDefActMcRedirSvcId specifies the service ID of the service where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tRPAdminPSDefActMcRedirIfIndex 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.31
The value of tRPAdminPSDefActMcRedirIfIndex specifies the interface index of the interface where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

tRPAdminPSDefActionMetricSource 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.32
The value of tRPAdminPSDefActionMetricSource specifies the source of the default action metric. When the value of tRPAdminPSDefActionMetricSource is set to 'igpCost(1)', the value of tRPAdminPSDefaultActionMetricValue is ignored and the value of MED (Multi Exit Discriminator) or the metric value is derived from the IGP (Interior Gateway Protocol) cost of the route. The default value of tRPAdminPSDefActionMetricSource is 'metricVal(2)' which means the metric value is the value of tRPAdminPSDefaultActionMetricValue.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyActionMetricSource  

tRPAdminPSDefActionAigpMetric 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.33
The value of tRPAdminPSDefActionAigpMetric specifies the editing action to be taken for the AIGP (Accumulated IGP) attribute when the route satisfies the match criteria of the policy. The value of tRPAdminPSDefActionAigpMetric decides how to apply tRPAdminPSDefActnAigpMetricVal to the route. When the value of tRPAdminPSDefActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPAdminPSDefActnAigpMetricVal is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryAigpMetricEdit  

tRPAdminPSDefActnAigpMetricVal 1.3.6.1.4.1.6527.3.1.2.17.2.2.6.1.34
The value of tRPAdminPSDefActnAigpMetricVal specifies the value to add or set for the route AIGP(Accumulated IGP) metric. When the value of tRPAdminPSDefActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPAdminPSDefActnAigpMetricVal is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tRPAdminPSParamsTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.7
A table of policy statement entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPSParamsEntry

tRPAdminPSParamsEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.7.1
Information about a particular policy statement entry. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPSParamsEntry  

tRPAdminPSNameEntryIndex 1.3.6.1.4.1.6527.3.1.2.17.2.2.7.1.1
The ID of this policy statement entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementEntryID  

tRPAdminPSParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.7.1.2
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To Create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperPSParamsTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperPSParamsTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminPSParamsDescription 1.3.6.1.4.1.6527.3.1.2.17.2.2.7.1.3
Description for this policy statement entry.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tRPAdminPSParamsAction 1.3.6.1.4.1.6527.3.1.2.17.2.2.7.1.4
The action to take when a route matches this policy statement entry's to or from criteria.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryAction  

tRPAdminPSAcceptActionParamsTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.8
Accept-action parameters for a policy-statement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPSAcceptActionParamsEntry

tRPAdminPSAcceptActionParamsEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1
Accept-action information for a particular policy-statement entry. Entries are created when a policy statement entry is created. Entries are deleted when a policy statement entry is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPSAcceptActionParamsEntry  

tRPAdminPSAcceptActionASPath 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.1
The AS Path rewrite information for the route.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSAcceptActionASPathName 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.2
AS Path Name to add, remove, or replace. Ignored when tRPAdminPSAcceptActionASPath is none(1)
Status: current Access: read-create
OBJECT-TYPE    
  TASPathName  

tRPAdminPSAcceptActionASPathPrependAS 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.3
AS Number to prepend to the AS-Path attribute of the route. Ignored when tRPAdminPSAcceptActionASPathPrependCount is zero. This object was obsoleted in release 7.0. It is replaced with the 4-byte AS number defined by tRPAdminPSAcceptActionASPathPend.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tRPAdminPSAcceptActionASPathPrependCount 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.4
Number of times to prepend tRPAdminPSAcceptActionASPathPend to the route. Set to zero to disable this feature.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..50  

tRPAdminPSAcceptActionCommunity1 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.5
How to apply tRPAdminPSAcceptActionCommunityName1 to the route.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSAcceptActionCommunityName1 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.6
Community to apply to the route. Ignored when tRPAdminPSAcceptActionCommunity1 is set to none(1).
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityName  

tRPAdminPSAcceptActionCommunity2 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.7
How to apply tRPAdminPSAcceptActionCommunityName2 to the route.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSAcceptActionCommunityName2 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.8
Community to apply to the route. Ignored when tRPAdminPSAcceptActionCommunity2 is set to none(1).
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityName  

tRPAdminPSAcceptActionOrigin 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.9
The value of tRPAdminPSAcceptActionOrigin specifies the origin of the route exported into BGP if it matches an entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryCriteriaOrigin  

tRPAdminPSAcceptActionLocalPreferenceSet 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.10
When set to true(1), use tRPAdminPSAcceptActionLocalPreference for the local preference for the route.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tRPAdminPSAcceptActionLocalPreference 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.11
Local preference for the route. Ignored when tRPAdminPSAcceptActionLocalPreferenceSet is false(2).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tRPAdminPSAcceptActionMetric 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.12
How to apply tRPAdminPSAcceptActionMetricValue to the route.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryEdit  

tRPAdminPSAcceptActionMetricValue 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.13
Value to add, subtract, or set for the route metric. Ignored when tRPAdminPSAcceptActionMetric is none(1).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tRPAdminPSAcceptActionPreference 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.15
Preference to set in route.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference  

tRPAdminPSAcceptActionDamping 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.16
Damping to apply to route. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TDampingName  

tRPAdminPSAcceptActionNextHopSelf 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.17
The value of tRPAdminPSAcceptActionNextHopSelf specifies the next-hop-self on the route. Next-hop-self cannot be set to 'true' at the same time as setting next-hop object tRPAdminPSAcptActInetNextHop to a valid IP address. Setting tRPAdminPSAcceptActionNextHopSelf to 'true' will reset tRPAdminPSAcptActInetNextHop object to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tRPAdminPSAcceptActionNextHop 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.18
Set next-hop address in route. Set to 255.255.255.255 to disable. Next-hop cannot be set to a valid IP address at the same time as setting next-hop-self to 'true'. Setting next-hop to a valid IP address will reset next-hop-self to 'false'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tRPAdminPSAcceptActionTag 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.19
The value of tRPAdminPSAcceptActionTag specifies the tag for the route. A value of 0 for tRPAdminPSAcceptActionTag when specifies that tagging is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyActionTag  

tRPAdminPSAcceptActionOspfType 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.20
OSPF route type to set in route.
Status: current Access: read-create
OBJECT-TYPE    
  TOspfRouteType  

tRPAdminPSAcptActInetNextHopType 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.21
The value of tRPAdminPSAcptActInetNextHopType specifies the type of tRPAdminPSAcptActInetNextHop address, as defined in the InetAddress MIB.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tRPAdminPSAcptActInetNextHop 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.22
The value of tRPAdminPSAcptActInetNextHop specifies the next-hop IP address in the route. To disable, tRPAdminPSAcptActInetNextHopType should be set to 'ipv6' and tRPAdminPSAcptActInetNextHop should be set to ffff:ffff:ffff:ffff:ffff:ffff:fffff:ffff. The type of this address is determined by the value of the tRPAdminPSAcptActInetNextHopType object. Next-hop cannot be set to a valid IP address at the same time as setting next-hop-self object 'tRPAdminPSAcceptActionNextHopSelf' to 'true'. Setting next-hop to a valid IP address will reset tRPAdminPSAcceptActionNextHopSelf to 'false'. tRPAdminPSAcptActInetNextHop object replaces tRPAdminPSAcceptActionNextHop that supports only IPv4 address style next-hop.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

tRPAdminPSAcceptActionASPathPend 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.23
The value of tRPAdminPSAcceptActionASPathPend specifies the AS Number to prepend to the AS-Path attribute of the route. Value of this object is ignored when tRPAdminPSAcceptActionASPathPrependCount is zero.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tRPAdminPSAcceptActionFC 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.24
The value of tRPAdminPSAcceptActionFC specifies the forwarding class associated with the routes matched by this route policy entry. An 'inconsistentValue' error is returned if an attempt is made to set this object to a non-default value when tRPAdminPSParamsAction is set either to 'reject' or 'none'.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tRPAdminPSAcceptActionFCPriority 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.25
The value of tRPAdminPSAcceptActionFCPriority specifies the priority to be assigned to the routes matched by this route policy entry. An 'inconsistentValue' error is returned if an attempt is made to set this object to a non-default value when tRPAdminPSParamsAction is set either to 'reject' or 'none'.
Status: current Access: read-create
OBJECT-TYPE    
  TPriorityOrUndefined  

tRPAdminPSAcptActMcRedirSvcId 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.30
The value of tRPAdminPSAcptActMcRedirSvcId specifies the service ID of the service where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tRPAdminPSAcptActMcRedirIfIndex 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.31
The value of tRPAdminPSAcptActMcRedirIfIndex specifies the interface index of the interface where to redirect IGMP multicast traffic to. The value zero means that no multicast redirection is configured.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

tRPAdminPSAcptActnMetricSource 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.32
The value of tRPAdminPSAcptActnMetricSource specifies the source of the accept action metric. When the value of tRPAdminPSAcptActnMetricSource is set to 'igpCost(1)' the value of tRPAdminPSAcceptActionMetricValue is ignored and the value of MED (Multi Exit Discriminator) or the metric value is derived from the IGP (Interior Gateway Protocol) cost of the route. The default value of tRPAdminPSAcptActnMetricSource is 'metricVal(2)' which means the metric value is the value of tRPAdminPSDefaultActionMetricValue.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyActionMetricSource  

tRPAdminPSAcptActionAigpMetric 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.33
The value of tRPAdminPSAcptActionAigpMetric specifies the editing action to be taken for the AIGP (Accumulated IGP) attribute when the route satisfies the match criteria of the policy. The value of tRPAdminPSAcptActionAigpMetric decides how to apply tRPAdminPSAcptActnAigpMetricVal to the route. When the value of tRPAdminPSAcptActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPAdminPSAcptActnAigpMetricVal is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryAigpMetricEdit  

tRPAdminPSAcptActnAigpMetricVal 1.3.6.1.4.1.6527.3.1.2.17.2.2.8.1.34
The value of tRPAdminPSAcptActnAigpMetricVal specifies the value to add or set for the route AIGP(Accumulated IGP) metric. When the value of tRPAdminPSAcptActionAigpMetric is set to 'none(1)' or 'useIgp(4)', the value of tRPAdminPSAcptActnAigpMetricVal is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tRPAdminPSToCriteriaTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.9
A table of policy statement entry 'to' criteria
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPSToCriteriaEntry

tRPAdminPSToCriteriaEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1
Information about policy statement entry -to- criteria. Entries are created when a policy statement entry is created. Entries are deleted when a policy statement entry is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPSToCriteriaEntry  

tRPAdminPSToCriteriaIndex 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.1
The policy statement entry ID
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementEntryID  

tRPAdminPSToCriteriaRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.2
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To Create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperPSToCriteriaTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperPSToCriteriaTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminPSToCriteriaProtocol 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.3
The protocol name to match on. Set to none(1) to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TRoutePolicyProtocol  

tRPAdminPSToCriteriaNeighborIpAddr 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.4
The IP address of neighbor to match on. Set to 0.0.0.0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tRPAdminPSToCriteriaNeighborPrefixList 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.5
The name of a neighbor prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSToCriteriaIsisLevel 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.7
The value for tRPAdminPSToCriteriaIsisLevel defines the IS-IS route level match criterion. A value of 0 indicates that no IS-IS route level match criterion has been configured.
Status: current Access: read-create
OBJECT-TYPE    
  TIsisLevel  

tRPAdminPSToCriteriaPrefixList1 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.8
The value of tRPAdminPSToCriteriaPrefixList1 specifies the name of the first prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSToCriteriaPrefixList2 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.9
The value of tRPAdminPSToCriteriaPrefixList2 specifies the name of the second prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSToCriteriaPrefixList3 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.10
The value of tRPAdminPSToCriteriaPrefixList3 specifies the name of the third prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSToCriteriaPrefixList4 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.11
The value of tRPAdminPSToCriteriaPrefixList4 specifies the name of the fourth prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSToCriteriaPrefixList5 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.12
The value of tRPAdminPSToCriteriaPrefixList5 specifies the name of the fifth prefix list to match on. Setting this value to an empty string disables this prefix list as a match criteria.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSToCritNbrInetAddrType 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.13
The value of tRPAdminPSToCritNbrInetAddrType specifies the type of tRPAdminPSToCritNbrInetAddr address, as defined in the InetAddress MIB.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tRPAdminPSToCritNbrInetAddr 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.14
The value of tRPAdminPSToCritNbrInetAddr specifies the IP address of neighbor to match on. To disable, tRPAdminPSToCritNbrInetAddrType should be set to 'ipv6' and tRPAdminPSToCritNbrInetAddr should be set to ffff:ffff:ffff:ffff:ffff:ffff:fffff:ffff. The type of this address is determined by the value of the tRPAdminPSToCritNbrInetAddrType object. tRPAdminPSToCritNbrInetAddr object replaces tRPAdminPSToCriteriaNeighborIpAddr that supports only IPv4 address style neighbor.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

tRPAdminPSToCriteriaInstanceId 1.3.6.1.4.1.6527.3.1.2.17.2.2.9.1.15
The value of tRPAdminPSToCriteriaInstanceId indicates instance of a version of the OSPF protocol running in the router instance. If the value of tRPAdminPSToCriteriaInstanceId is set to 4294967295, all instances of OSPF protocol are leaked into BGP.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..31 | 4294967295  

tRPAdminPSFromCriteriaTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.10
A table of from filter criteria for each policy-statement entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminPSFromCriteriaEntry

tRPAdminPSFromCriteriaEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1
Information about policy statement entry -from- criteria. Entries are created when a policy statement entry is created. Entries are deleted when a policy statement entry is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminPSFromCriteriaEntry  

tRPAdminPSFromCriteriaIndex 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.1
The policy statement entry ID
Status: current Access: not-accessible
OBJECT-TYPE    
  TPolicyStatementEntryID  

tRPAdminPSFromCriteriaRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.2
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To Create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperPSFromCriteriaTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperPSFromCriteriaTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminPSFromCriteriaProtocol 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.3
The protocol name to match on. Set to none(1) to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TRoutePolicyProtocol  

tRPAdminPSFromCriteriaNeighborIpAddr 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.4
The IP address of neighbor to match on. Set to 0.0.0.0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tRPAdminPSFromCriteriaNeighborPrefixList 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.5
The name of a neighbor prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaPrefixList1 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.6
The name of the first prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaPrefixList2 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.7
The name of the second prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaPrefixList3 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.8
The name of the third prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaPrefixList4 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.9
The name of the fourth prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaPrefixList5 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.10
The name of the fifth prefix list to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaASPath 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.11
The name of the AS Path to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TASPathName  

tRPAdminPSFromCriteriaCommunity 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.12
The name of the community to match on. Set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityName  

tRPAdminPSFromCriteriaOrigin 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.13
The value of tRPAdminPSFromCriteriaOrigin specifies the route match criterion for an entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryCriteriaOrigin  

tRPAdminPSFromCriteriaOspfRouteType 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.14
The OSPF route type to match on. Set to zero to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TOspfRouteType  

tRPAdminPSFromCriteriaArea 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.16
Used when redistributing OSPF routes into other protocols. Specifies the OSPF area that must be matched in filtered routes.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tRPAdminPSFromCriteriaAreaConfigured 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.17
Specifies if the tRPAdminPSFromCriteriaArea has been configured
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tRPAdminPSFromCriteriaIsisLevel 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.18
The value for tRPAdminPSFromCriteriaIsisLevel defines the IS-IS route level match criterion. A value of 0 indicates that no IS-IS route level match criterion has been configured.
Status: current Access: read-create
OBJECT-TYPE    
  TIsisLevel  

tRPAdminPSFromCriteriaIsisExternal 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.19
When tRPAdminPSFromCriteriaIsisExternal is 'true', match only External IS-IS routes. If 'false', match all routes. External IS-IS routes are those routes that have been learned from outside the IS-IS domain.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tRPAdminPSFromCriteriaIgmpHostPrefixList 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.20
tRPAdminPSFromCriteriaIgmpHostPrefixList contains the name of the prefix list that is used to match the IGMP host IP address. This object is set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaGrpAddrPrefixList 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.21
tRPAdminPSFromCriteriaGrpAddrPrefixList contains the name of the prefix list that is used to match the multicast group address. This object is set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TPrefixListName  

tRPAdminPSFromCriteriaSrcAddr 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.22
tRPAdminPSFromCriteriaSrcAddr contains the IP address of the source to match on. It is used by multicast protocols like IGMP and PIM. This object is set to 0.0.0.0 to disable.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tRPAdminPSFromCriteriaInterface 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.23
tRPAdminPSFromCriteriaInterface contains the name of the interface to match on. PIM Bootstrap route policy will use this object to accept/reject bootstrap messages coming on the interface specified by this object. This object is set to empty string to disable.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tRPAdminPSFromCriteriaTag 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.24
The value of tRPAdminPSFromCriteriaTag specifies the route tag to match on. Routes will only be matched on this value when tRPAdminPSFromCriteriaMatchTag is enabled. A value of 0 for tRPAdminPSFromCriteriaTag when tRPAdminPSFromCriteriaMatchTag is enabled would match untagged routes.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyActionTag  

tRPAdminPSFromCritNbrInetAddrType 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.25
The value of tRPAdminPSFromCritNbrInetAddrType specifies the type of tRPAdminPSFromCritNbrInetAddr address, as defined in the InetAddress MIB.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tRPAdminPSFromCritNbrInetAddr 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.26
The value of tRPAdminPSFromCritNbrInetAddr specifies the IP address of neighbor to match on. To disable, tRPAdminPSFromCritNbrInetAddrType should be set to 'ipv6' and tRPAdminPSFromCritNbrInetAddr should be set to ffff:ffff:ffff:ffff:ffff:ffff:fffff:ffff. The type of this address is determined by the value of the tRPAdminPSFromCritNbrInetAddrType object. tRPAdminPSFromCritNbrInetAddr object replaces tRPAdminPSFromCriteriaNeighborIpAddr that supports only IPv4 address style neighbor.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

tRPAdminPSFromCritSrcInetAddrType 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.27
The value of tRPAdminPSFromCritSrcInetAddrType specifies the type of tRPAdminPSFromCritSrcInetAddr address, as defined in the InetAddress MIB.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tRPAdminPSFromCritSrcInetAddr 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.28
The value of tRPAdminPSFromCritSrcInetAddr specifies the IP address of the source to match on. This object will be used by multicast protocols like PIM and IGMP. To disable, tRPAdminPSFromCritSrcInetAddrType should be set to 'ipv4' and tRPAdminPSFromCritSrcInetAddr should be set to 255.255.255.255. The type of this address is determined by the value of the tRPAdminPSFromCritSrcInetAddrType object. tRPAdminPSFromCritSrcInetAddr object replaces tRPAdminPSFromCriteriaSrcAddr that supports only IPv4 address style source.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16)  

tRPAdminPSFromCriteriaFamily 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.29
The bits set in the value of tRPAdminPSFromCriteriaFamily specifies the address families that this condition would match against.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBGPFamilyType  

tRPAdminPSFromCriteriaInstanceId 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.30
The value of tRPAdminPSFromCriteriaInstanceId indicates instance of a version of the OSPF protocol running in the router instance. If the value of tRPAdminPSToCriteriaInstanceId is set to 4294967295, all instances of OSPF protocol are leaked into BGP.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..31 | 4294967295  

tRPAdminPSFromCriteriaMatchTag 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.31
The value of tRPAdminPSFromCriteriaMatchTag specifies if tag matching is enabled or disabled. Disabling of this object will set tRPAdminPSFromCriteriaTag to zero.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEnabledDisabled  

tRPAdminPSFromCriteriaState 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.32
The value of tRPAdminPSFromCriteriaState specifies the route state match criterion for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyEntryCriteriaState  

tRPAdminPSFromCritASPathGroup 1.3.6.1.4.1.6527.3.1.2.17.2.2.10.1.33
The value of tRPAdminPSFromCritASPathGroup specifies the AS-Path Group match criterion for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tRPAdminOwner 1.3.6.1.4.1.6527.3.1.2.17.2.1.1
Who has last initialized the administrative tables, who is making all the changes, and who is expected to either commit or re-initialize (ABORT-TRANSACTION). tRPAdminOwner is advisory only. Before beginning a transaction, read tRPAdminOwner. If it is empty then proceed with the configuration. Set tRPAdminOwner after setting tRPAdminControlApply so that other users will be advised to not make changes to the Admin tables. Agent sets tRPAdminOwner to empty string after tRPAdminControlApply is set - either by user initializing or committing, or by agent timing out the uncommitted transactions (tRPAdminLastSetTimer).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

tRPAdminControlApply 1.3.6.1.4.1.6527.3.1.2.17.2.1.2
This object controls the use of tRPAdminValueObjects tables. This object always reads none(1). When set to initialize(2), the objects in tRPAdminValueObjects tables are set to the current Operational values, from the corresponding tRPOperValueObjects tables. Any uncommitted changes are lost, so setting this value corresponds to both BEGIN-TRANSACTION and ABORT-TRANSACTION. When set to commit(3) (END-TRANSACTION), all of the objects from tRPAdminValueObjects tables are copied to the corresponding tRPOperValueObjects table objects. Then, all routes are re-evaluated with the new policies. Later arriving routes are evaluated with the new policies. In this way, the (expensive) route re-evaluation can be performed at one time, with a coherent route policy configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), initialize(2), commit(3)  

tRPAdminLastSetTimer 1.3.6.1.4.1.6527.3.1.2.17.2.1.3
The time remaining until the agent re-initializes the administrative tables. If tRPAdminControlApply is not set to commit(3) within tRPAdminLastSetTimeout centiseconds, the agent will set it to initialize(2) and all uncommitted changes will be lost. This way, uncommitted changes from failed (uncompleted) change sets will eventually be removed, and another transaction can safely begin. This object is reset to tRPAdminLastSetTimeout after SNMP SET operation to any of the tRPAdminValueObjects tables.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

tRPAdminLastSetTimeout 1.3.6.1.4.1.6527.3.1.2.17.2.1.4
Timeout for tRPAdminLastSetTimer. The value zero is not allowed.
Status: current Access: read-write
OBJECT-TYPE    
  TimeInterval  

tRPOperInetPrefixListTblLastChg 1.3.6.1.4.1.6527.3.1.2.17.1.1.21
The value of tRPOperInetPrefixListTblLastChg indicates the timestamp of last change to tRPOperInetPrefixListTable. tRPOperInetPrefixListTblLastChg is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperInetPrefixListTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.22
The table of IPv4 and IPv6 operational prefix lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperInetPrefixListEntry

tRPOperInetPrefixListEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1
Each row entry in the tRPOperInetPrefixListTable represents information about a particular prefix list. Entries are created by user via tRPAdminInetPrefixListTable. Entries are deleted by user via tRPAdminInetPrefixListTable. A prefix list name entry must exist before referring objects (tRPAdminPSToCriteriaNeighborPrefixList, tRPAdminPSFromCriteriaNeighborPrefixList, tRPAdminPSToCriteriaPrefixList1 - 5, tRPAdminPSFromCriteriaPrefixList1 - 5) can be set to that name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperInetPrefixListEntry  

tRPOperInetPrefixListName 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.1
The value of tRPOperInetPrefixListName indicates the name of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPrefixListName Size(1..32)  

tRPOperInetPrefixListPrefixType 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.2
The value of tRPOperInetPrefixListPrefixType indicates the address type of tRPOperInetPrefixListPrefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tRPOperInetPrefixListPrefix 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.3
The value of tRPOperInetPrefixListPrefix indicates the IP prefix of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tRPOperInetPrefixListPrefixLen 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.4
The value of tRPOperInetPrefixListPrefixLen indicates the IP prefix length of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

tRPOperInetPrefixListType 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.5
The value of tRPOperInetPrefixListType indicates the type of the prefix length entry. exact (1) - a route's prefix/length must match the prefix-list entry exactly in order for an entry to be considered a match. longer (2) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer in order for an entry to be considered a match. through (3) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer up to and including the defined maximum length in order for an entry to be considered a match. range (4) - a route's prefix/length must match the defined prefix AND have a length that is greater than or equal to the length defined by tRPOperInetPrefixListBeginLen and less than or equal to the length defined by tRPOperInetPrefixListThroughLen in order for an entry to be considered a match.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER exact(1), longer(2), through(3), range(4)  

tRPOperInetPrefixListRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.6
RowStatus for this row. Values read will only be active(1), notInService(2), notReady(3). To create or destroy entries in this table, use the tRPAdminInetPrefixListTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperInetPrefixListThroughLen 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.7
The value of tRPOperInetPrefixListThroughLen indicates the prefix length to use when tRPOperInetPrefixListType set to through(3). The value must be larger than tRPOperInetPrefixListPrefixLen.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

tRPOperInetPrefixListLastChg 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.8
The value of tRPOperInetPrefixListLastChg indicates the timestamp of last change to this entry. tRPOperInetPrefixListLastChg is obsoleted in release 5.0. TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used instead.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tRPOperInetPrefixListBeginLen 1.3.6.1.4.1.6527.3.1.2.17.1.1.22.1.9
The value of tRPOperInetPrefixListBeginLen indicates the prefix length to use as the lower limit for the prefix range when tRPOperInetPrefixListType set to range(4). The value must be larger than tRPOperInetPrefixListPrefixLen and less than tRPOperInetPrefixListThroughLen.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

tRPAdminInetPrefixListTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.11
The table of IPv4 and IPv6 admin prefix lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminInetPrefixListEntry

tRPAdminInetPrefixListEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1
Each row entry in the tRPAdminInetPrefixListEntry represents information about a particular prefix list. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminInetPrefixListEntry  

tRPAdminInetPrefixListName 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.1
The value of tRPAdminInetPrefixListName indicates the name of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPrefixListName Size(1..32)  

tRPAdminInetPrefixListPrefixType 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.2
The value of tRPAdminInetPrefixListPrefixType indicates the address type of tRPAdminInetPrefixListPrefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tRPAdminInetPrefixListPrefix 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.3
The value of tRPAdminInetPrefixListPrefix indicates the IP prefix of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tRPAdminInetPrefixListPrefixLen 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.4
The value of tRPAdminInetPrefixListPrefixLen indicates the IP prefix length of the prefix list entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

tRPAdminInetPrefixListType 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.5
The value of tRPAdminInetPrefixListType indicates the type of the prefix length entry. exact (1) - a route's prefix/length must match the prefix-list entry exactly in order for an entry to be considered a match. longer (2) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer in order for an entry to be considered a match. through (3) - a route's prefix/length must match the defined prefix AND have a length that is an exact match or longer up to and including the defined maximum length in order for an entry to be considered a match. range (4) - a route's prefix/length must match the defined prefix AND have a length that is greater than or equal to the length defined by tRPAdminInetPrefixListBeginLen and less than or equal to the length defined by tRPAdminInetPrefixListThroughLen in order for an entry to be considered a match.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER exact(1), longer(2), through(3), range(4)  

tRPAdminInetPrefixListRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.6
RowStatus for this row. Legal values to write are: active(1), notInService(2), createAndGo(4), createAndWait(5), destroy(6). To create a row, set this object to createAndGo or createAndWait. When tRPAdminControlApply is set to commit(3), the row will actually be created in the tRPOperInetPrefixListTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tRPAdminControlApply is set to commit(3) the row will actually be removed from the tRPOperInetPrefixListTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminInetPrefixListThroughLen 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.7
The value of tRPAdminInetPrefixListThroughLen specifies the prefix length to use when tRPAdminPrefixListType set to through(3). The value must be larger than tRPAdminInetPrefixListPrefixLen.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

tRPAdminInetPrefixListBeginLen 1.3.6.1.4.1.6527.3.1.2.17.2.2.11.1.8
The value of tRPAdminInetPrefixListBeginLen specifies the prefix length to use as the lower limit for the prefix range when tRPAdminInetPrefixListType set to range(4). The value must be larger than tRPAdminInetPrefixListPrefixLen and less than tRPAdminInetPrefixListThroughLen.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

tRPOperCommunityExprTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.25
A table of community entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperCommunityExprEntry

tRPOperCommunityExprEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1
Information about a particular community member. Entries are created by user, via tRPAdminCommunityExprTable. Entries are deleted by user, via tRPAdminCommunityExprTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperCommunityExprEntry  

tRPOperCommunityExprName 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1.1
The value of object tRPOperCommunityExprName indicates the name of the community used as an index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TCommunityName Size(1..32)  

tRPOperCommunityExprRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1.2
The value of object tRPOperCommunityExprRowStatus indicates the RowStatus for this row. To create or destroy entries in this table, use the tRPAdminCommunityExprTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperCommunityExprString1 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1.3
The value of object tRPOperCommunityExprString1 indicates an expression that matches AS Numbers or Community ID's. The objects tRPOperCommunityExprString1, tRPOperCommunityExprString2, tRPOperCommunityExprString3 and tRPOperCommunityExprString4 are substrings that form one string of type TCommunityExpression.
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityExpression  

tRPOperCommunityExprString2 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1.4
The value of object tRPOperCommunityExprString2 indicates an expression that matches AS Numbers or Community ID's. The objects tRPOperCommunityExprString1, tRPOperCommunityExprString2, tRPOperCommunityExprString3 and tRPOperCommunityExprString4 are substrings that form one string of type TCommunityExpression.
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityExpression  

tRPOperCommunityExprString3 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1.5
The value of object tRPOperCommunityExprString3 indicates an expression that matches AS Numbers or Community ID's. The objects tRPOperCommunityExprString1, tRPOperCommunityExprString2, tRPOperCommunityExprString3 and tRPOperCommunityExprString4 are substrings that form one string of type TCommunityExpression.
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityExpression  

tRPOperCommunityExprString4 1.3.6.1.4.1.6527.3.1.2.17.1.1.25.1.6
The value of object tRPOperCommunityExprString4 indicates an expression that matches AS Numbers or Community ID's. The objects tRPOperCommunityExprString1, tRPOperCommunityExprString2, tRPOperCommunityExprString3 and tRPOperCommunityExprString4 are substrings that form one string of type TCommunityExpression.
Status: current Access: read-only
OBJECT-TYPE    
  TCommunityExpression  

tRPAdminCommunityExprTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.12
A table of community entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminCommunityExprEntry

tRPAdminCommunityExprEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1
Information about a particular community name member. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminCommunityExprEntry  

tRPAdminCommunityExprName 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1.1
The value of tRPAdminCommunityExprName indicates the name of the community used as an index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TCommunityName Size(1..32)  

tRPAdminCommunityExprRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1.2
The value of tRPAdminCommunityExprRowStatus specifies the RowStatus for this row. To create a row, set this object to 'createAndGo(4)'. The value of tRPAdminCommunityExprString1 must be set to a non-empty string in the same SNMP SET PDU for the row creation to succeed. When tRPAdminControlApply is set to 'commit(3)', the row will actually be created in the tRPOperCommunityExprTable. When the value of this object is set to 'createAndWait(5)', a new entry is created with value of this object set to 'notInService(2)' and the tRPAdminCommunityExprString1-4 strings can be configured separately. When the value of this object is set to 'active(1)', the values of objects tRPAdminCommunityExprString1-4, are concatenated to form one expression of at most 900 characters. When tRPAdminControlApply is set to 'commit(3)', the row will actually be created in the tRPOperCommunityExprTable. To destroy a row, set this object to 'destroy(6)'. When tRPAdminControlApply is set to 'commit(3)', the row will actually be removed from the tRPOperCommunityExprTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminCommunityExprString1 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1.3
The value of object tRPAdminCommunityExprString1 specifies an expression that matches AS Numbers or Community ID's. The objects tRPAdminCommunityExprString1, tRPAdminCommunityExprString2, tRPAdminCommunityExprString3 and tRPAdminCommunityExprString4 are substrings that form one string of type TCommunityExpression. Substrings can only be set to a non-empty string if the previous substrings are non-empty.
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityExpression  

tRPAdminCommunityExprString2 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1.4
The value of object tRPAdminCommunityExprString1 specifies an expression that matches AS Numbers or Community ID's. The objects tRPAdminCommunityExprString1, tRPAdminCommunityExprString2, tRPAdminCommunityExprString3 and tRPAdminCommunityExprString4 are substrings that form one string of type TCommunityExpression. Substrings can only be set to a non-empty string if the previous substrings are non-empty.
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityExpression  

tRPAdminCommunityExprString3 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1.5
The value of object tRPAdminCommunityExprString1 specifies an expression that matches AS Numbers or Community ID's. The objects tRPAdminCommunityExprString1, tRPAdminCommunityExprString2, tRPAdminCommunityExprString3 and tRPAdminCommunityExprString4 are substrings that form one string of type TCommunityExpression. Substrings can only be set to a non-empty string if the previous substrings are non-empty.
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityExpression  

tRPAdminCommunityExprString4 1.3.6.1.4.1.6527.3.1.2.17.2.2.12.1.6
The value of object tRPAdminCommunityExprString1 specifies an expression that matches AS Numbers or Community ID's. The objects tRPAdminCommunityExprString1, tRPAdminCommunityExprString2, tRPAdminCommunityExprString3 and tRPAdminCommunityExprString4 are substrings that form one string of type TCommunityExpression. Substrings can only be set to a non-empty string if the previous substrings are non-empty.
Status: current Access: read-create
OBJECT-TYPE    
  TCommunityExpression  

tRPOperASPathGroupTable 1.3.6.1.4.1.6527.3.1.2.17.1.1.26
The table of AS-Path Groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPOperASPathGroupEntry

tRPOperASPathGroupEntry 1.3.6.1.4.1.6527.3.1.2.17.1.1.26.1
Each row entry in the tRPOperASPathGroupTable represents information about a particular AS-Path Group. Entries are created by user via tRPAdminASPathGroupTable. Entries are deleted by user via tRPAdminASPathGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPOperASPathGroupEntry  

tRPOperASPathGroupName 1.3.6.1.4.1.6527.3.1.2.17.1.1.26.1.1
The value of tRPOperASPathGroupName indicates the name of the AS-Path Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tRPOperASPathGroupEntryIndex 1.3.6.1.4.1.6527.3.1.2.17.1.1.26.1.2
The value of tRPOperASPathGroupEntryIndex indicates the index of the entry in the AS-Path Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4  

tRPOperASPathGroupRowStatus 1.3.6.1.4.1.6527.3.1.2.17.1.1.26.1.3
The value of tRPOperASPathGroupRowStatus indicates the RowStatus for this entry. To create or destroy entries in this table, use the tRPAdminASPathGroupTable.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tRPOperASPathGroupASPathName 1.3.6.1.4.1.6527.3.1.2.17.1.1.26.1.4
The value of tRPOperASPathGroupASPathName indicates the name of the AS-Path from the tRPOperASPathTable.
Status: current Access: read-only
OBJECT-TYPE    
  TASPathName Size(1..32)  

tRPAdminASPathGroupTable 1.3.6.1.4.1.6527.3.1.2.17.2.2.13
The table of AS-Path Groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TRPAdminASPathGroupEntry

tRPAdminASPathGroupEntry 1.3.6.1.4.1.6527.3.1.2.17.2.2.13.1
Each row entry in the tRPAdminASPathGroupTable represents information about a particular AS-Path Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRPAdminASPathGroupEntry  

tRPAdminASPathGroupName 1.3.6.1.4.1.6527.3.1.2.17.2.2.13.1.1
The value of tRPAdminASPathGroupName specifies the name of the AS-Path Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tRPAdminASPathGroupEntryIndex 1.3.6.1.4.1.6527.3.1.2.17.2.2.13.1.2
The value of tRPAdminASPathGroupEntryIndex specifies the index of the entry in the AS-Path Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4  

tRPAdminASPathGroupRowStatus 1.3.6.1.4.1.6527.3.1.2.17.2.2.13.1.3
The value of tRPAdminASPathGroupRowStatus specifies the RowStatus for this row. To create a row, set this object to 'createAndGo(4)'. When tRPAdminControlApply is set to 'commit(3)', the row will actually be created in the tRPOperASPathGroupTable. To destroy a row, set this object to 'destroy(6)'. When tRPAdminControlApply is set to 'commit(3)', the row will actually be removed from the tRPOperASPathGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tRPAdminASPathGroupASPathName 1.3.6.1.4.1.6527.3.1.2.17.2.2.13.1.4
The value of tRPAdminASPathGroupASPathName specifies the name of the AS-Path from the tRPAdminASPathTable.
Status: current Access: read-create
OBJECT-TYPE    
  TASPathName Size(1..32)  

tmnxRoutePolicyCompliances 1.3.6.1.4.1.6527.3.1.1.17.1
OBJECT IDENTIFIER    

tmnxRoutePolicyGroups 1.3.6.1.4.1.6527.3.1.1.17.2
OBJECT IDENTIFIER    

tmnxRoutePolicy7450V4v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.3
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7450 ESS series systems 4.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7750V4v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.4
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7750 SR series systems 4.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7450V5v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.5
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7450 ESS series systems 5.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7750V5v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.6
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7750 SR series systems 5.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7450V7v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.7
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7450 ESS series systems 5.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7750V7v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.8
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7750 SR series systems 5.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7450V8v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.9
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7450 ESS series systems 5.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7750V8v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.10
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7750 SR series systems 5.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7450V9v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.11
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7450 ESS series systems 9.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRoutePolicy7750V9v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.12
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7750 SR series systems 9.0 release.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxRtPolicy7450V10v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.13
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7450 ESS series systems 10.0 release.
Status: current Access: read-create
MODULE-COMPLIANCE    

tmnxRtPolicy7750V10v0Compliance 1.3.6.1.4.1.6527.3.1.1.17.1.14
The compliance statement supporting management of Route Policies on Alcatel-Lucent 7750 SR series systems 10.0 release.
Status: current Access: read-create
MODULE-COMPLIANCE    

tmnxRPAdminControlObjectsGroup 1.3.6.1.4.1.6527.3.1.1.17.2.1
The group of objects supporting management of transactions applying changed Administrative values to the Operational Route Policy database on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPASPathObjectsGroup 1.3.6.1.4.1.6527.3.1.1.17.2.2
The group of objects supporting management of AS Paths on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPCommunityObjectsGroup 1.3.6.1.4.1.6527.3.1.1.17.2.3
The group of objects supporting management of route policy communities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPDampingObjectsGroup 1.3.6.1.4.1.6527.3.1.1.17.2.4
The group of objects supporting management route policy damping on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPPrefixListObjectsGroup 1.3.6.1.4.1.6527.3.1.1.17.2.5
The group of objects supporting management of route policy prefix-lists on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObjectsV4v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.9
The group of objects supporting management of policy statements and default action parameters on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPPolicyEntryObjectsV4v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.10
The group of objects supporting management of route policy statement entries, 'to' filter parameters, 'from' filter parameters, and accept action parameters on Alcatel-Lucent SROS series systems 4.0 release.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPInetPrefixListObjectsGroup 1.3.6.1.4.1.6527.3.1.1.17.2.11
The group of objects supporting management of route policy prefix-lists on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPPolicyEntryObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.12
The group of objects supporting management of route policy statement entries, 'to' filter parameters, 'from' filter parameters, and accept action parameters on Alcatel-Lucent SROS SR series systems 5.0 release.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObsoleteV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.13
The group of objects in TIMETRA-ROUTE-POLICY-MIB which are obsoleted.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPASPathObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.14
The group of objects supporting management of AS Paths on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPCommunityObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.15
The group of objects supporting management of route policy communities on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPDampingObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.16
The group of objects supporting management route policy damping on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPrefixListObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.17
The group of objects supporting management of route policy prefix-lists on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.18
The group of objects supporting management of policy statements and default action parameters on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPInetPrefixListObjectsV5v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.19
The group of objects supporting management of route policy prefix-lists on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObjectsV7v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.20
The group of objects supporting management of policy statements and default action parameters on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyEntryObjectsV7v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.21
The group of objects supporting management of route policy statement entries, 'to' filter parameters, 'from' filter parameters, and accept action parameters on Alcatel-Lucent SROS series systems 7.0 release.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObsoleteV7v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.22
The group of objects in TIMETRA-ROUTE-POLICY-MIB which are obsoleted in Alcatel-Lucent SROS series systems 7.0 release.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObjectsV8v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.25
The group of objects supporting management of policy statements and default action parameters on Alcatel-Lucent SROS series systems that were added in release 8.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPQPPBV9v0R4Group 1.3.6.1.4.1.6527.3.1.1.17.2.26
The group of objects supporting QoS policy propagation using BGP in release 9.0R4 Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyEntryObjectsV9v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.27
The group of objects supporting management of route policy statement entries, 'to' filter parameters, 'from' filter parameters, and accept action parameters on Alcatel-Lucent SROS SR series systems 9.0 release.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObjectsV9v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.30
The group of objects supporting management of policy statements and default action parameters on Alcatel-Lucent SROS series systems that were added in release 9.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPPolicyObjectsV10v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.31
The group of objects supporting management of policy statements and default action parameters on Alcatel-Lucent SROS series systems that were added in release 10.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxRPASPathGroupV10v0Group 1.3.6.1.4.1.6527.3.1.1.17.2.32
The group of objects supporting management of AS-Path Groups on Alcatel-Lucent SROS series systems since release 10.0.
Status: current Access: read-create
OBJECT-GROUP