CISCO-PFR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-PFR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoPfrMIB 1.3.6.1.4.1.9.9.772
This MIB module defines objects that describe Performance Routing (PfR). Standard routing protocols base routing decisions on reachability and the number of hops between the source and destination networks. PfR collects and analyzes other performance data, such as delay, loss, jitter, MOS, and link utilization, which allows it to make routing decisions based on policies defined by the network administrator. Glossary ======== PfR Performance Routing. MC PfR Master Controller. BR PfR Border Router. DRIP Dynamic Router Interaction Protocol. TC PfR Traffic Class. IPSLA IP Service Level Agreement (active probing). Exit PfR external interface. Link Group PfR logical grouping of exits to narrow down potential exits for a TC to use. Cost Minimization PfR feature that assigns costs to exits and minimizes the overall monetary cost for a TC Rollup Data collection for monetary cost calculation for all available exits. DSCP Diff-Serv Control Point. PfR Policy Global PfR policy defined under PfR master. TC policy defined under PfR map. PfR Map Container for a PfR policy. MOS Mean opinion score PBR Policy based routing. PBR uses route map to enforce the routing decision made by PfR. PfR Elements ============ A PfR system consists of a Master Controller (MC) and one or more Border Routers (BRs). The MC is a hardware or software entity that is not in the data path. A BR is a software entity in the data path, typically running on an edge router. The MC and BRs communicate with each other over a socket interface using the Dynamic Router Interaction Protocol (DRIP). The MC sends commands to the BRs related to PfR Policies and the monitoring of PfR traffic classes (TCs). The BRs send performance data gathered using either 'passive data' provided by NetFlow, 'active data' provided by sending artificial probes that are created using IPSLA APIs, or both, depending on the PfR policies configured on the MC. This MIB module describes a MC object as a single row in the cpfrMCTable and the BR object as a single row in the cpfrBRTable. PfR Exits ========= A PfR system must have at least two interfaces (i.e., exits) configured as 'external interfaces' over which a TC's destination network is reachable in order for PfR to function. These two exits can be on the same BR or on different BRs. +------+ +------+ |----> Exit 1 | MC | ---- | BR | ---- | +------+ +------+ |----> Exit 2 **** OR **** +------+ | ---- | BR | ----> Exit 1 +------+ | +------+ | MC | ---- | +------+ | +------+ | ---- | BR | ----> Exit 2 +------+ PfR can assign these exits to different PfR Link Groups. A PfR exit can be in at most three Link Groups at one time. (See 'PfR Policies' below). This MIB module describes a PfR exit as a single row in the cpfrExitTable and a cost minimization policy of an exit as a single row of the cpfrExitCostTierTable. PfR Traffic Classes =================== A traffic class is a generic term for a set of traffic flows coming into or going out of a network that have a common characteristic, such as destination address, source address, application, or DSCP value. The simplest form of a TC is 'all traffic going to the same destination prefix'. Additional parameters defines more specific TCs. PfR monitors the TCs that are specified either by enabling PfR learn mode or by direct configuration in a PfR map. PfR can learn TCs with the highest throughput, with the highest delay, with a destination address inside the PfR network, or TCs that matches a configured PfR Learn List. The BRs use iBGP to obtain information about 'inside TCs'. A PfR map specifies TCs to which the policy applies by configuring match clause. This MIB module describes a PfR TC as a single row in the cpfrTrafficClassTable and current status of a TC as a single row of the cpfrTrafficClassStatusTable, and performance metrics gathered for a specific TC as a single row of the cpfrTrafficClassMetricsTable. PfR Policies ============ A PfR policy describes the performance metrics the router is to gather, how to gather these metrics, how frequently it should gather these metrics, and how these metrics influence routing decisions. Once enabled, PfR provides a global default PfR policy. A PfR policy can be configured to use one link group as a 'primary' and one as a 'fallback' link group. If PfR determines that a TC has gone 'Out of Policy' based on the current PfR policy, it attempts to move the TC to an exit in the same primary link group, and only moves it to an exit in the fallback link group, if configured, if no exit in the primary link group is 'In Policy'. This MIB module describes a PfR map policy in a single row of the cpfrMapTable and a match clause configured for a specific PfR map as a single row of the cpfrMatchTable.
         ciscoPfrMIBNotifs 1.3.6.1.4.1.9.9.772.0
             cpfrMCStatusChangeNotify 1.3.6.1.4.1.9.9.772.0.1
The device generates this notification when one of cpfrMCLoggingAdminStatus, cpfrMCAdminStatus, cpfrMCControlMode, cpfrMCClear, on PfR master controller is changed.
             cpfrBRStatusChangeNotify 1.3.6.1.4.1.9.9.772.0.2
The device generates this notification when the master controller detects a status change with a border router.
             cpfrExitStatusChangeNotify 1.3.6.1.4.1.9.9.772.0.3
The device generates this notification when the master controller detects a status change with an exit link.
             cpfrTrafficClassEventNotify 1.3.6.1.4.1.9.9.772.0.4
The device generates this notification when the master controller detects a traffic class status event.
             cpfrTCInpolicyThresholdBelowNotify 1.3.6.1.4.1.9.9.772.0.5
The device generates this notification, when the master controller detects number of in-policy traffic class falls below the configured threshold.
             cpfrTCPrimaryThresholdBelowNotify 1.3.6.1.4.1.9.9.772.0.6
The device generates this notification, when the master controller detects number of in-policy traffic classes at primary link group falls below the configured threshold.
         ciscoPfrMIBObjects 1.3.6.1.4.1.9.9.772.1
             cpfrMCTable 1.3.6.1.4.1.9.9.772.1.1 no-access
This table lists the MC instances created by the system.
                 cpfrMCEntry 1.3.6.1.4.1.9.9.772.1.1.1 no-access
An entry describing the configuration and status of one PfR MC. A simple device may only support a single MC, where a more sophisticate device may support more than one MC. A peer SNMP entity may create a MC by setting an instance of cpfrMCRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a MC. In these cases, the system must automatically create a row in the cpfrMCTable. A peer SNMP entity may destroy a MC by setting the corresponding instance of cpfrMCRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a MC. In these cases, the system must automatically destroy the corresponding row in the cpfrMCTable.
                     cpfrMCIndex 1.3.6.1.4.1.9.9.772.1.1.1.1 pfrmastercontrollerindex no-access
This object indicates an arbitrary integer-value that uniquely identifies a PfR MC.
                     cpfrMCStorageType 1.3.6.1.4.1.9.9.772.1.1.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrMCMapIndex, cpfrMCKeepAliveTimer, cpfrMCMaxPrefixTotal, cpfrMCMaxPrefixLearn, cpfrMCMaxRangeReceivePercent, cpfrMCMaxRangeUtilPercentMax, cpfrMCPortNumber, cpfrMCTracerouteProbeDelay, cpfrMCRsvpPostDialDelay, cpfrMCRsvpSignalingRetries, cpfrMCNetflowExporter, cpfrMCAdminStatus.
                     cpfrMCRowStatus 1.3.6.1.4.1.9.9.772.1.1.1.3 rowstatus read-only
This object specifies the status of a row in the MC table. The following columnar objects must be valid in order to transition the row to the active state: None. The following columnar objects can be modified when the row is in the active state: None
                     cpfrMCMapIndex 1.3.6.1.4.1.9.9.772.1.1.1.4 pfrmapindexorzero read-only
This object indicates a set of PfR policy map entries in cpfrMapTable associated with the MC. A value of zero indicates that there is no policy map associated with the MC and that the values in the default policy should be used for all TCs. The peer SNMP entity can retrieve this value and retrieve the cpfrMapEntry rows indexed by this value to understand the PfR policies. Alternatively the peer SNMP entity can assign the value of pfrMapIndex to this object to associate a set of policies to MC.
                     cpfrMCKeepAliveTimer 1.3.6.1.4.1.9.9.772.1.1.1.5 unsigned32 read-only
This object specifies the value of the PfR keepalive timer. The MC sends keepalive packets to BRs to maintain connectivity between the MC and the BR. If the MC does not receive keepalive packets from a BR before the keepalive timer expires and this situation happens three times in a row, then the MC will not maintain the connection.
                     cpfrMCMaxPrefixTotal 1.3.6.1.4.1.9.9.772.1.1.1.6 unsigned32 read-only
This object specifies the maximum number of prefixes that a PfR MC will monitor. Limiting the number of prefixes a MC will monitor and learn reduces memory and system resource consumption.
                     cpfrMCMaxPrefixLearn 1.3.6.1.4.1.9.9.772.1.1.1.7 unsigned32 read-only
This object specifies the maximum number of prefixes that a PfR MC will learn.
                     cpfrMCEntranceLinksMaxUtil 1.3.6.1.4.1.9.9.772.1.1.1.8 unsigned32 read-only
This object specifies the maximum utilization threshold of incoming traffic that can be transmitted over a PfR-managed entrance link interface.
                     cpfrMCExitLinksMaxUtil 1.3.6.1.4.1.9.9.772.1.1.1.9 unsigned32 read-only
This object specifies the maximum utilization of outbound traffic that can be transmitted over a PfR-managed exit interface.
                     cpfrMCPortNumber 1.3.6.1.4.1.9.9.772.1.1.1.10 inetportnumber read-only
This object specifies a dynamic port number for communication between a PfR MC and a PfR BR.
                     cpfrMCTracerouteProbeDelay 1.3.6.1.4.1.9.9.772.1.1.1.11 unsigned32 read-only
This object specifies the time interval between traceroute probe cycles.
                     cpfrMCRsvpPostDialDelay 1.3.6.1.4.1.9.9.772.1.1.1.12 unsigned32 read-only
This object specifies the delay before PfR returns the default routing path to RSVP.
                     cpfrMCRsvpSignalingRetries 1.3.6.1.4.1.9.9.772.1.1.1.13 unsigned32 read-only
This object specifies the number of retries that RSVP will query PfR for the alternate path.
                     cpfrMCNetflowExporter 1.3.6.1.4.1.9.9.772.1.1.1.14 snmpadminstring read-only
This object specifies the name of PfR Netflow exporter.
                     cpfrMCAdminStatus 1.3.6.1.4.1.9.9.772.1.1.1.15 integer read-only
This object can be used to enable or disable PfR operation in the system. 'enable' Enable MC on the router. 'disable' Disable MC on the router. Enumeration: 'enable': 1, 'disable': 2.
                     cpfrMCOperStatus 1.3.6.1.4.1.9.9.772.1.1.1.16 integer read-only
This object indicates the operational status of PfR MC. 'active' MC is active. 'inactive' MC is not active. Enumeration: 'active': 1, 'inactive': 2.
                     cpfrMCConnStatus 1.3.6.1.4.1.9.9.772.1.1.1.17 integer read-only
This object indicates the state of the connection between MC and BRs. 'success' MC is successfully connected to at least one BR. 'closed' MC is not connected to any BR. Enumeration: 'closed': 2, 'success': 1.
                     cpfrMCNumofBorderRouters 1.3.6.1.4.1.9.9.772.1.1.1.18 gauge32 read-only
This object indicates the number of BRs that peer with the MC.
                     cpfrMCNumofExits 1.3.6.1.4.1.9.9.772.1.1.1.19 gauge32 read-only
This object indicates the total number of PfR external interfaces configured on a MC.
                     cpfrMCLearnState 1.3.6.1.4.1.9.9.772.1.1.1.20 integer read-only
This object indicates the status of PfR learning operation. 'disable' PfR learning mode is not enabled. 'started' PfR is learning TCs. 'writing' PfR is storing the learned data of TCs. 'sleep' PfR is waiting for entering into another learning period. 'retry' PfR is retrying to learn the TCs. Enumeration: 'disabled': 1, 'started': 2, 'retry': 5, 'sleep': 4, 'writing': 3.
                     cpfrMCLearnStateTimeRemain 1.3.6.1.4.1.9.9.772.1.1.1.21 unsigned32 read-only
This object indicates time remaining in the current prefix learning period measured in seconds.
                     cpfrMCPrefixCount 1.3.6.1.4.1.9.9.772.1.1.1.22 counter32 read-only
This object indicates the total number of prefixes PfR is monitoring.
                     cpfrMCPrefixLearned 1.3.6.1.4.1.9.9.772.1.1.1.23 counter32 read-only
This object indicates the number of prefixes PfR has learned.
                     cpfrMCPrefixConfigured 1.3.6.1.4.1.9.9.772.1.1.1.24 counter32 read-only
This object indicates the number of configured prefixes PfR is monitoring.
                     cpfrMCPbrMet 1.3.6.1.4.1.9.9.772.1.1.1.25 truthvalue read-only
This object indicates whether the PBR requirements have been met. If PBR requirements are not met, the BRs cannot communicate with each other over the internal interfaces and cannot redirect traffic to each other using PBR route maps.
                     cpfrMCLoggingAdminStatus 1.3.6.1.4.1.9.9.772.1.1.1.26 integer read-only
This object specifies whether logging is enabled or not on PfR MC. 'enable' logging is enabled. 'disable' logging is disabled. Enumeration: 'enable': 1, 'disable': 2.
                     cpfrMCControlMode 1.3.6.1.4.1.9.9.772.1.1.1.27 integer read-only
This object specifies PfR MC control-mode. 'observe' PfR doesn't control traffic classes, but observes them. 'control' PfR controls traffic classes. Enumeration: 'control': 2, 'observe': 1.
                     cpfrMCClear 1.3.6.1.4.1.9.9.772.1.1.1.28 integer read-only
This object specifies the clear operation that an MC should perform. A read on this object will return the last successful clear operation performed by the master controller. 'none' No clear operation was executed by MC since the time it became operational. This is read-only. 'clearAll' Specifies the MC to clear all prefixes in PfR master database, connections to all border routers, and restart the PfR master process. 'clearAllPrefixes' Specifies the MC to clear all prefixes in PfR master database. 'clearAllBorders' Specifies the MC to clear connections to all border routers. Enumeration: 'clearAllPrefixes': 3, 'none': 1, 'clearAll': 2, 'clearAllBorders': 4.
                     cpfrMCLastClearTime 1.3.6.1.4.1.9.9.772.1.1.1.29 timestamp read-only
This object indicates the value of sysUpTime the last time the MC successfully performed a clear operation.
                     cpfrMCNotifisControl 1.3.6.1.4.1.9.9.772.1.1.1.30 integer read-only
This object specifies whether PfR notifications is enabled or not from PfR MC. 'enable' notification is enabled. 'disable' notification is disabled. Enumeration: 'enable': 1, 'disable': 2.
                     cpfrMCChangeConfigType 1.3.6.1.4.1.9.9.772.1.1.1.31 integer no-access
This object indicates which of the following configuration is changed. 'cpfrMCLoggingAdminStatus' cpfrMCLoggingAdminStatus is changed. 'cpfrMCAdminStatus' cpfrMCAdminStatus is changed. 'cpfrMCControlMode' cpfrMCControlMode is changed. 'cpfrMCClear' cpfrMCClear is changed. Enumeration: 'cpfrMCControlMode': 3, 'cpfrMCAdminStatus': 2, 'cpfrMCLoggingAdminStatus': 1, 'cpfrMCClear': 4.
                     cpfrMCChangeConfigValue 1.3.6.1.4.1.9.9.772.1.1.1.32 integer32 no-access
This object indicates the value to which the type of configuration specified in cpfrMCChangeConfigType, is changed.
             cpfrMapTable 1.3.6.1.4.1.9.9.772.1.2 no-access
This table lists the PfR map instances created by the system. This table has a sparse expansion dependent relationship on cpfrMCTable, containing one or more rows for each cpfrMCEntry.
                 cpfrMapEntry 1.3.6.1.4.1.9.9.772.1.2.1 no-access
An entry describing the configuration of one PfR map. A device creates a row in a cpfrMapTable when it specifies a PfR map. Likewise, such a device destroys a row in the cpfrBRTable when removing a PfR map. A peer SNMP entity may create a PfR map by setting an instance of cpfrMapRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a PfR Map. In these cases, the system must automatically create a row in the cpfrMapTable. A peer SNMP entity may destroy a PfR map by setting the corresponding instance of cpfrMapRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a Map. In these cases, the system must automatically destroy the corresponding row in the cpfrMapTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrMCEntry.
                     cpfrMapIndex 1.3.6.1.4.1.9.9.772.1.2.1.1 pfrmapindex no-access
This object indicates an arbitrary integer-value that uniquely identifies a set of PfR policy maps.
                     cpfrMapPolicyIndex 1.3.6.1.4.1.9.9.772.1.2.1.2 pfrmappolicyindex no-access
This object indicates an arbitrary integer-value that, in combination with cpfrMapIndex, uniquely identifies a PfR policy map.
                     cpfrMapStorageType 1.3.6.1.4.1.9.9.772.1.2.1.3 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrMapIndex, cpfrMapPolicyIndex, cpfrMapStorageType, cpfrMapRowStatus, cpfrMapName, cpfrMapBackoffMinTimer, cpfrMapBackoffMaxTimer, cpfrMapBackoffStepTimer, cpfrMapDelayType, cpfrMapDelayRelativePercent, cpfrMapDelayThresholdMax, cpfrMapHolddownTimer, cpfrMapPrefixForwardInterface, cpfrMapJitterThresholdMax, cpfrMapLinkGroupName, cpfrMapFallbackLinkGroupName, cpfrMapLossType, cpfrMapLossRelativeAvg, cpfrMapLossThresholdMax, cpfrMapModeMonitor, cpfrMapModeRouteOpts,cpfrMapRouteMetricBgpLocalPref, cpfrMapRouteMetricEigrpTagCommunity, cpfrMapRouteMetricStaticTag, cpfrMapModeSelectExitType, cpfrMapMossThresholdMin, cpfrMapMossPercentage, cpfrMapNextHopAddressType, cpfrMapNextHopAddress, cpfrMapPeriodicTimer, cpfrMapActiveProbeFrequency, cpfrMapActiveProbePackets, cpfrMapTracerouteReporting, cpfrMapUnreachableType, cpfrMapUnreachableRelativeAvg, cpfrMapUnreachableThresholdMax, cpfrMapRoundRobinResolver.
                     cpfrMapRowStatus 1.3.6.1.4.1.9.9.772.1.2.1.4 rowstatus read-only
This object specifies the status of a row in the PfR map table. The following columnar objects must be valid in order to transition the row to the active state: cpfrMapName. The following columnar objects can be modified when the row is in the active state: None
                     cpfrMapName 1.3.6.1.4.1.9.9.772.1.2.1.5 snmpadminstring read-only
This object specifies the name of a PfR map.
                     cpfrMapBackoffMinTimer 1.3.6.1.4.1.9.9.772.1.2.1.6 unsigned32 read-only
This object specifies the minimum value for the backoff timer. The backoff timer is used to configure a PfR map to set the transition period for which the MC holds an out-of-policy prefix.
                     cpfrMapBackoffMaxTimer 1.3.6.1.4.1.9.9.772.1.2.1.7 unsigned32 read-only
This object specifies the maximum value for the backoff timer. If the maximum timer expires and all PfR-managed exits are out-of-policy, PfR will install the best available exit and reset the minimum timer.
                     cpfrMapBackoffStepTimer 1.3.6.1.4.1.9.9.772.1.2.1.8 unsigned32 read-only
This object specifies the time period value for the step timer. PfR users the step timer to add time to the out-of-policy waiting period each time the backoff timer expires and PfR is unable to find an in-policy exit. The backoff timer is initialized to the minimum timer and incremented by the step timer until it reaches the maximum timer.
                     cpfrMapDelayType 1.3.6.1.4.1.9.9.772.1.2.1.9 pfrmetricpolicytype read-only
This object specifies the delay type of a PfR map. It is used to set the delay threshold as a relative percentage or as an absolute value for match criteria.
                     cpfrMapDelayRelativePercent 1.3.6.1.4.1.9.9.772.1.2.1.10 unsigned32 read-only
This object specifies a relative delay threshold based on a comparison of short-term and long-term delay percentages. The value of this object is valid if the corresponding value of cpfrMapDelayType is set to 'relative'.
                     cpfrMapDelayThresholdMax 1.3.6.1.4.1.9.9.772.1.2.1.11 unsigned32 read-only
This object specifies the absolute maximum delay time. The value of this object is valid if the corresponding value of cpfrMapDelayType is set to 'threshold'.
                     cpfrMapHolddownTimer 1.3.6.1.4.1.9.9.772.1.2.1.12 unsigned32 read-only
This object specifies the route dampening time period. It is used to configure the prefix route dampening timer for the minimum period of time in which a new exit must be used before an alternate exit can be selected.
                     cpfrMapPrefixForwardInterface 1.3.6.1.4.1.9.9.772.1.2.1.13 interfaceindexorzero read-only
This object specifies whether or not a null forwarding interface has been configured. This interface is always up and can never forward or receive traffic; encapsulation always fails. Null interfaces are used as a low-overhead method of discarding unnecessary network traffic.
                     cpfrMapJitterThresholdMax 1.3.6.1.4.1.9.9.772.1.2.1.14 unsigned32 read-only
This object specifies the maximum tolerable jitter value permitted on an exit link.
                     cpfrMapLinkGroupName 1.3.6.1.4.1.9.9.772.1.2.1.15 snmpadminstring read-only
This object specifies the primary link group to be used by PfR to select an exit. It allows a group of exit links to be defined as a preferred set of links for PfR to use when optimizing TCs specified in a PfR policy.
                     cpfrMapFallbackLinkGroupName 1.3.6.1.4.1.9.9.772.1.2.1.16 snmpadminstring read-only
This object specifies a fallback link group to be used if all the exits in the primary link group are out-of-policy (OOP).
                     cpfrMapLossType 1.3.6.1.4.1.9.9.772.1.2.1.17 pfrmetricpolicytype read-only
This object specifies the loss type configuration used by PfR. It specifies the relative percentage or maximum number of packets that PfR will permit to be lost during transmission on an exit link.
                     cpfrMapLossRelativeAvg 1.3.6.1.4.1.9.9.772.1.2.1.18 unsigned32 read-only
This object specifies a relative percentage of packet loss based on a comparison of short-term and long-term packet loss percentages. The value of this object is valid if the corresponding value of cpfrMapLossType is set to 'relative'.
                     cpfrMapLossThresholdMax 1.3.6.1.4.1.9.9.772.1.2.1.19 unsigned32 read-only
This object specifies absolute packet loss based on packets per million (PPM). The value of this object is valid if the corresponding value of cpfrMapLossType is set to 'threshold'.
                     cpfrMapModeMonitor 1.3.6.1.4.1.9.9.772.1.2.1.20 integer read-only
This object specifies how a PfR MC using this PfR map should monitor the TCs. 'active' Enable active monitoring. 'activethrougput' Enable active monitoring with throughput data from passive monitoring. 'both' Enable both active and passive monitoring. 'fast' Enable continuous active and passive monitoring. 'passive' Enable passive monitoring. Enumeration: 'active': 1, 'activeThroughput': 2, 'passive': 5, 'fast': 4, 'both': 3.
                     cpfrMapModeRouteOpts 1.3.6.1.4.1.9.9.772.1.2.1.21 integer read-only
This object specifies how a PfR MC using this PfR map should control the TCs. 'control' Monitor and report performance data and use the data to make route changes that will optimize performance. 'observe' Monitor and report performance data without making any route changes. 'metric' Enable route control based on BGP Local preference, EIGRP community tag, or a specific static route tag. Enumeration: 'control': 1, 'metric': 3, 'observe': 2.
                     cpfrMapRouteMetricBgpLocalPref 1.3.6.1.4.1.9.9.772.1.2.1.22 unsigned32 read-only
This object specifies the BGP local preference for PfR controlled routes. The value of this object is valid if the corresponding value of cpfrMapModeRouteOpts is set to 'metric'. The value 0 is not a valid BGP local preference. Configuring 0 disables route control based on BGP local preference.
                     cpfrMapRouteMetricEigrpTagCommunity 1.3.6.1.4.1.9.9.772.1.2.1.23 unsigned32 read-only
This object specifies the community value to an EIGRP route under PfR control. The value of this object is valid if the corresponding value of cpfrMapModeRouteOpts is set to 'metric'. The value 0 is not a valid EIGRP Community tag. Configuring 0 disables route control based on EIGRP.
                     cpfrMapRouteMetricStaticTag 1.3.6.1.4.1.9.9.772.1.2.1.24 unsigned32 read-only
This object specifies the tag to a static route under PfR control. The value of this object is valid if the corresponding value of cpfrMapModeRouteOpts is set to 'metric'. The value 0 is not a valid Static tag. Configuring 0 disables route control based on static tag.
                     cpfrMapModeSelectExitType 1.3.6.1.4.1.9.9.772.1.2.1.25 integer read-only
This object specifies how a PfR MC using this PfR map should select an exit based on performance or policy. 'best' Select the best exit based on performance or policy. 'good' Select the first exit that is in policy. Enumeration: 'good': 2, 'best': 1.
                     cpfrMapMOSThresholdMin 1.3.6.1.4.1.9.9.772.1.2.1.26 unsigned32 read-only
This object specifies a threshold MOS value that represents a minimum voice quality for exit link utilization.
                     cpfrMapMOSPercentage 1.3.6.1.4.1.9.9.772.1.2.1.27 unsigned32 read-only
This object specifies a percentage value that is compared with the percentage of MOS samples that are below the MOS threshold. The number of MOS samples over a period of time that are below the threshold MOS value are calculated. If the percentage of MOS samples below the threshold is greater than the configured percentage, PfR determines that the exit link is out-of-policy and searches for an alternate exit link.
                     cpfrMapNextHopAddressType 1.3.6.1.4.1.9.9.772.1.2.1.28 inetaddresstype read-only
This object specifies the address type of the address specified as the next hop when PfR is used for sinkhole filtering.
                     cpfrMapNextHopAddress 1.3.6.1.4.1.9.9.772.1.2.1.29 inetaddress read-only
This object specifies the next hop address to which PfR forwards packets for matching prefixes. The prefixes that are forwarded to the next hop address are specified by an access list configured in a match clause on the PfR map
                     cpfrMapPeriodicTimer 1.3.6.1.4.1.9.9.772.1.2.1.30 unsigned32 read-only
This object specifies the periodic timer that PfR uses to select the best exit for the matched TCs. When this timer expires, PfR automatically selects the best exit, irrespective of whether the current exit is in-policy or out-of-policy. The periodic timer is reset when the new exit is selected.
                     cpfrMapActiveProbeFrequency 1.3.6.1.4.1.9.9.772.1.2.1.31 unsigned32 read-only
This object specifies the frequency of active probes configured under a PfR map.
                     cpfrMapActiveProbePackets 1.3.6.1.4.1.9.9.772.1.2.1.32 unsigned32 read-only
This object specifies the number of probe packets generated for each active probe cycle.
                     cpfrMapTracerouteReporting 1.3.6.1.4.1.9.9.772.1.2.1.33 bits read-only
This object enables continuous and policy-based traceroute probing. Traceroute probing allows prefix performance to be measured on a hop-by-hop basis. Delay, loss, and reachability measurements are gathered for each hop from the probe source to the target prefix. 'none' Traceroute probing is disabled. 'delay' Delay policy based traceroute probing is enabled. 'loss' Loss policy based traceroute probing is enabled. 'reachability' Reachability policy based traceroute probing is enabled. Bits: 'delay': 1, 'loss': 2, 'none': 0, 'unreachable': 3.
                     cpfrMapUnreachableType 1.3.6.1.4.1.9.9.772.1.2.1.34 pfrmetricpolicytype read-only
This object specifies the unreachable type configuration used by PfR. It is used to set the relative percentage or the absolute maximum number of unreachable hosts, based on flows per million (fpm), that PfR will permit from a PfR-managed exit link.
                     cpfrMapUnreachableRelativeAvg 1.3.6.1.4.1.9.9.772.1.2.1.35 unsigned32 read-only
This object specifies a relative percentage of unreachable hosts. The relative unreachable host percentage is based on a comparison of short-term and long-term measurements. The short-term measurement reflects the percentage of hosts that are unreachable within a 5-minute period. The long-term measurement reflects the percentage of unreachable hosts within a 60-minute period. The following formula is used to calculate this value: Relative percentage of unreachable hosts equals to the difference between short-term percentage and long-term percentage divided by long-term percentage. The master controller measures the difference between these two values as a percentage. If the percentage exceeds the user-defined or default value, the exit link is determined to be out-of-policy. The value of this object is valid if the corresponding value of cpfrMapUnreachableType is set to 'relative'.
                     cpfrMapUnreachableThresholdMax 1.3.6.1.4.1.9.9.772.1.2.1.36 unsigned32 read-only
This object specifies the absolute maximum number of unreachable hosts based on flows per million. The value of this object is valid if the corresponding value of cpfrMapUnreachableType is set to 'threshold'.
                     cpfrMapRoundRobinResolver 1.3.6.1.4.1.9.9.772.1.2.1.37 integer read-only
This object specifies whether the round robin resolver is enabled or disabled. 'enable' Round robin resolver is enabled. 'disable' Round robin resolver is disabled. Enumeration: 'enable': 1, 'disable': 2.
                     cpfrMapEventNotifCtrlType 1.3.6.1.4.1.9.9.772.1.2.1.38 pfrmetricpolicytype read-only
This object specifies the event notification control type configuration used by PfR. It is used to set the relative percentage or the absolute threshold value for cpfrMapEventNotifCtrlThreshold object.
                     cpfrMapEventNotifCtrlThreshold 1.3.6.1.4.1.9.9.772.1.2.1.39 unsigned32 read-only
This object specifies the absolute event counter threshold or relative percentage threshold used by PfR to throttle the generation of cpfrTCInpolicyThresholdBelowNotify and cpfrTCPrimaryThresholdBelowNotify. If the value is relative percentage threshold, then the notification is generated if cpfrMapEventTCCount over total TC count is more than the value of this percentage. - If the value is absolute event counter threshold, then the notification is generated if cpfrEventTrapTCCount is more than this value.
                     cpfrMapEventTCCount 1.3.6.1.4.1.9.9.772.1.2.1.40 unsigned32 read-only
This object specifies the current absolute number of traffic classes, whose state are 'default' or 'oopolicy' specified by cpfrTCStatus.
             cpfrMatchTable 1.3.6.1.4.1.9.9.772.1.3 no-access
This table lists the match clause instances created by the system. This table has an expansion dependent relationship on cpfrMapTable, containing zero or more rows for each cpfrMapEntry.
                 cpfrMatchEntry 1.3.6.1.4.1.9.9.772.1.3.1 no-access
An entry describing a match clause PfR uses. A peer SNMP entity may create a match criterion by setting an instance of cpfrMatchStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a match criterion. In these cases, the system must automatically create a row in the cpfrMatchTable. A peer SNMP entity may destroy a match criterion by setting the corresponding instance of cpfrMatchStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a match criterion. In these cases, the system must automatically destroy the corresponding row in the cpfrMatchTable. The system automatically destroys a row when the system or EMS/NMS destroys the corresponding entries in the cpfrMapTable.
                     cpfrMatchValid 1.3.6.1.4.1.9.9.772.1.3.1.1 bits read-only
This object specifies which of those objects are valid. When a user is configuring a match clause, the corresponding bit should also be set to true in this object. The following list shows different types of match clauses, the bit to be set and the corresponding objects. 'access-list' If this bit is set to '1' then corresponding instance of cpfrMatchAccessList is valid. 'prefix-list' If this bit is set to '1' then corresponding instance of cpfrMatchPrefixList is valid. 'inside' If this bit is set to '1' then corresponding instance of cpfrMatchInside is valid. 'learn' If this bit is set to '1' then corresponding instances of cpfrMatchLearnMode and cpfrMatchLearnListName are valid. 'nbarApplicationList' If this bit is set to '1' then corresponding instance of cpfrMatchTCNbarListName is valid. Bits: 'nbarApplicationList': 4, 'trafficClassPfx': 5, 'trafficClassACL': 3, 'accessList': 0, 'prefixList': 1, 'learn': 2.
                     cpfrMatchAddrAccessList 1.3.6.1.4.1.9.9.772.1.3.1.2 snmpadminstring read-only
This object specifies the access list used to manually configure a traffic class that matches destination prefixes in an access list used in a PfR map.
                     cpfrMatchAddrPrefixList 1.3.6.1.4.1.9.9.772.1.3.1.3 snmpadminstring read-only
This object specifies the prefix list used to manually configure a traffic class that matches destination prefixes in a prefix list.
                     cpfrMatchAddrPrefixInside 1.3.6.1.4.1.9.9.772.1.3.1.4 truthvalue read-only
This object specifies whether or not the prefixes learned by PfR are within the internal network.
                     cpfrMatchLearnMode 1.3.6.1.4.1.9.9.772.1.3.1.5 integer read-only
This object specifies the mode by which PfR should learn prefixes. 'Delay' PfR learns prefixes based on the highest delay. 'Inside' PfR learns the prefixes inside the network. 'Throughput' PfR learns prefixes based on the highest throughput. 'list' PfR learns prefixes based on a learn list. Enumeration: 'delay': 1, 'list': 4, 'inside': 2, 'throughput': 3.
                     cpfrMatchLearnListName 1.3.6.1.4.1.9.9.772.1.3.1.6 snmpadminstring read-only
This object specifies the learn list name used by PfR for learning prefixes. This object is valid when the corresponding cpfrMatchLearnMode object is set to 'list'.
                     cpfrMatchTCNbarListName 1.3.6.1.4.1.9.9.772.1.3.1.7 snmpadminstring read-only
This object specifies that PfR is to profile traffic destined for prefixes defined in an IP prefix list that match one or more NBAR applications. The applications are predefined with a protocol identifier. This object identifies a set of protocols in cpfrNbarApplListTable.
                     cpfrMatchTCNbarApplPfxList 1.3.6.1.4.1.9.9.772.1.3.1.8 snmpadminstring read-only
This object specifies the prefix list to be used by PfR to filter traffic that is learned based on NBAR applications.
                     cpfrMatchTCPfxInside 1.3.6.1.4.1.9.9.772.1.3.1.9 truthvalue read-only
This object specifies whether or not the prefixes filtered by the prefix list is inside the internal network.
             cpfrResolveTable 1.3.6.1.4.1.9.9.772.1.4 no-access
This table lists the resolver instances created by the system. This table has an expansion dependent relationship on cpfrMapTable, containing zero or more rows for each cpfrMapEntry.
                 cpfrResolveEntry 1.3.6.1.4.1.9.9.772.1.4.1 no-access
An entry in the cpfrResolveTable describes a policy metric and its priority relative to other metrics if multiple metrics are configured for the default policy or under a PfR map. A peer SNMP entity may create a resolver by setting an instance of cpfrResolveRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a resolver. In these cases, the system must automatically create a row in the cpfrResolveTable. A peer SNMP entity may destroy a resolver by setting the corresponding instance of cpfrResolveRowStatus to 'destroy'. Observe that an mplementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a resolver. In these cases, the system must automatically destroy the corresponding row in the cpfrResolveTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrMapTable.
                     cpfrResolveIndex 1.3.6.1.4.1.9.9.772.1.4.1.1 unsigned32 no-access
This object indicates an arbitrary integer-value that uniquely identifies a PfR resolver.
                     cpfrResolveStorageType 1.3.6.1.4.1.9.9.772.1.4.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrResolvePolicyType, cpfrResolveVariance, cpfrResolveMapIndex, cpfrResolveMapIndex.
                     cpfrResolveRowStatus 1.3.6.1.4.1.9.9.772.1.4.1.3 rowstatus read-only
This object specifies the status of a row in the resolver table. The following columnar objects must be valid in order to transition the row to the active state: cpfrMCResolvePriority, cpfrResolvePolicyType, cpfrResolveMapIndex, cpfrResolveMapPolicyIndex The following columnar objects can be modified when the row is in the active state: None
                     cpfrResolvePriority 1.3.6.1.4.1.9.9.772.1.4.1.4 unsigned32 read-only
This object indicates the priority of the resolver.
                     cpfrResolvePolicyType 1.3.6.1.4.1.9.9.772.1.4.1.5 pfrresolvepolicytype read-only
This object indicates the type of this resolver policy.
                     cpfrResolveVariance 1.3.6.1.4.1.9.9.772.1.4.1.6 unsigned32 read-only
This object specifies the allowable variance for the policy, as a percentage.
                     cpfrResolveMapIndex 1.3.6.1.4.1.9.9.772.1.4.1.7 pfrmapindexorzero read-only
This object refers to the map Index of PfR map under which this resolver was configured.
                     cpfrResolveMapPolicyIndex 1.3.6.1.4.1.9.9.772.1.4.1.8 pfrmappolicyindex read-only
This object refers to PfR map policy index of PfR map under which this resolver was configured.
             cpfrLearnTable 1.3.6.1.4.1.9.9.772.1.5 no-access
This table lists the PfR learn instances created by the system. This table has a one-to-one relationship with cpfrMCTable, containing zero or more rows for each cpfrMCEntry.
                 cpfrLearnEntry 1.3.6.1.4.1.9.9.772.1.5.1 no-access
An entry in the cpfrLearnTable describes the configuration and status of a PfR learning policy. A device creates a row in a cpfrLearnTable when PfR learn is enabled. Likewise, such a device destroys a row in the cpfrLearnTable when PfR learn is disabled.
                     cpfrLearnAggregationType 1.3.6.1.4.1.9.9.772.1.5.1.1 integer read-only
This object specifies how a MC aggregates learned prefixes based on traffic type. 'bgp' The bgp keyword configures aggregation based on entries in the BGP routing table. 'nonBgp' The non-bgp keyword configures aggregation based on static routes. 'prefixLength' The prefix-length keyword configures aggregation based on the specified prefix length. The range of values that can be configured for this argument is a prefix mask from 1 to 32. If this command is not specified, the default aggregation is performed based on a /24 prefix length Enumeration: 'bgp': 1, 'nonBgp': 2, 'prefixLength': 3.
                     cpfrLearnAggregationPrefixLen 1.3.6.1.4.1.9.9.772.1.5.1.2 unsigned32 read-only
This object configures aggregation based on the specified prefix length.
                     cpfrLearnMethod 1.3.6.1.4.1.9.9.772.1.5.1.3 bits read-only
This object specifies the method by which PfR learns prefixes. 'delay' Learn prefixes with the highest round trip delay. 'throughput' Learn prefixes with the highest throughput. 'insideBgp' Learn prefixes inside the network. Bits: 'delay': 0, 'throughput': 1, 'insideBgp': 2.
                     cpfrLearnExpireType 1.3.6.1.4.1.9.9.772.1.5.1.4 integer read-only
This object specifies the length of time that the learned prefixes are kept in the central policy database. 'session' Configures a session-based expiration timer. 'time' Configures a time-based expiration timer. Enumeration: 'session': 1, 'time': 2.
                     cpfrLearnExpireSessionNum 1.3.6.1.4.1.9.9.772.1.5.1.5 unsigned32 read-only
This object configures a session-based expiration timer. A number from 1 to 65535 can be entered. Each increment represents one monitoring period. The object is valid when cpfrLearnExpireType is configured with session.
                     cpfrLearnExpireTime 1.3.6.1.4.1.9.9.772.1.5.1.6 unsigned32 read-only
This object configures a time-based expiration timer.
                     cpfrLearnMonitorPeriod 1.3.6.1.4.1.9.9.772.1.5.1.7 unsigned32 read-only
This object specifies the time period over which a PfR MC learns traffic flows.
                     cpfrLearnPeriodInterval 1.3.6.1.4.1.9.9.772.1.5.1.8 unsigned32 read-only
This object specifies the time interval between prefix monitoring periods.
                     cpfrLearnPrefixesNumber 1.3.6.1.4.1.9.9.772.1.5.1.9 unsigned32 read-only
This object specifies the maximum number of prefixes PfR can learn.
                     cpfrLearnAggAccesslistName 1.3.6.1.4.1.9.9.772.1.5.1.10 snmpadminstring read-only
This object specifies a PfR access list to define criteria which PfR uses to aggregate TCs.
                     cpfrLearnFilterAccessListName 1.3.6.1.4.1.9.9.772.1.5.1.11 snmpadminstring read-only
This object specifies an access list used to filter TCs learned by PfR.
             cpfrLearnListTable 1.3.6.1.4.1.9.9.772.1.6 no-access
This table lists the learn lists created by the system. This table has an expansion dependent relationship on cpfrLearnTable, containing zero or more rows for each cpfrLearnEntry.
                 cpfrLearnListEntry 1.3.6.1.4.1.9.9.772.1.6.1 no-access
An entry in the cpfrLearnListTable describes the configuration and status of a PfR learn list. A peer SNMP entity may create a learn list by setting an instance of cpfrLearnListRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a learn list. In these cases, the system must automatically create a row in the cpfrLearnListTable. A peer SNMP entity may destroy a learn list by setting the corresponding instance of cpfrLearnListRowStatus to 'destroy'. Observe that an mplementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a learn list. In these cases, the system must automatically destroy the corresponding row in the cpfrLearnListTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrLearnTable.
                     cpfrLearnListIndex 1.3.6.1.4.1.9.9.772.1.6.1.1 pfrlearnlistindex no-access
This object indicates an arbitrary integer-value that uniquely identifies a PfR learn list.
                     cpfrLearnListStorageType 1.3.6.1.4.1.9.9.772.1.6.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrLearnListReferenceName, cpfrLearnListSequenceNum, cpfrLearnListMethod, cpfrLearnListDelayType, cpfrLearnListDelayRelativePercentage, cpfrLearnListDelayThresholdMax, cpfrLearnListAclName, cpfrLearnListFilterPfxName, cpfrLearnListPfxName, cpfrLearnListPfxInside, cpfrLearnListNbarAppl.
                     cpfrLearnListRowStatus 1.3.6.1.4.1.9.9.772.1.6.1.3 rowstatus read-only
This object specifies the status of a row in the learn list table. The following columnar objects must be valid in order to transition the row to the active state: cpfrLearnListReferenceName, cpfrLearnListSequenceNum. The following columnar objects can be modified when the row is in the active state: None
                     cpfrLearnListReferenceName 1.3.6.1.4.1.9.9.772.1.6.1.4 snmpadminstring read-only
This object specifies the reference name of a learn list.
                     cpfrLearnListSequenceNum 1.3.6.1.4.1.9.9.772.1.6.1.5 unsigned32 read-only
This object specifies the sequence number representing a sequence that is used to determine the order in which PfR applies learn list criteria.
                     cpfrLearnListMethod 1.3.6.1.4.1.9.9.772.1.6.1.6 bits read-only
This object specifies how PfR learns prefixes. 'delay' Learn prefixes with the highest round trip delay. 'througput' Learn prefixes with the highest throughput. 'rsvp' Learn prefixes on the basis of RSVP. Bits: 'delay': 0, 'throughput': 1, 'rsvp': 2.
                     cpfrLearnListAclName 1.3.6.1.4.1.9.9.772.1.6.1.7 snmpadminstring read-only
This object specifies the name of the access list to be used by the PfR learn list.
                     cpfrLearnListPfxName 1.3.6.1.4.1.9.9.772.1.6.1.8 snmpadminstring read-only
This object specifies the name of the prefix list to be used by the PfR learn list.
                     cpfrLearnListPfxInside 1.3.6.1.4.1.9.9.772.1.6.1.9 truthvalue read-only
This object specifies whether PfR should learn prefixes that are inside the network.
                     cpfrLearnListNbarAppl 1.3.6.1.4.1.9.9.772.1.6.1.10 snmpadminstring read-only
This object specifies a set of protocols in the cpfrNbarApplListTable that will be used by PfR to learn TCs.
                     cpfrLearnListFilterPfxName 1.3.6.1.4.1.9.9.772.1.6.1.11 snmpadminstring read-only
This object specifies the name of the prefix list to be used as a filter for traffic classes to be learned by this learn list.
             cpfrActiveProbeTable 1.3.6.1.4.1.9.9.772.1.7 no-access
This table lists the active probe instances created by the system. This table has an expansion dependent relationship on cpfrMapTable, containing zero or more rows for each cpfrMapEntry.
                 cpfrActiveProbeEntry 1.3.6.1.4.1.9.9.772.1.7.1 no-access
An entry in the cpfrActiveProbeTable describes the configuration and status that directs how PfR active-probes targets. A peer SNMP entity may create an active probe by setting an instance of cpfrActiveProbeRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create an active probe. In these cases, the system must automatically create a row in the cpfrActiveProbeTable. A peer SNMP entity may destroy an active probe by setting the corresponding instance of cpfrActiveProbeRowStatus to 'destroy'. Observe that an mplementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy an active probe. In these cases, the system must automatically destroy the corresponding row in the cpfrActiveProbeTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrMapTable.
                     cpfrActiveProbeIndex 1.3.6.1.4.1.9.9.772.1.7.1.1 unsigned32 no-access
This object indicates an arbitrary integer-value that uniquely identifies an active probe entity in a PfR policy map.
                     cpfrActiveProbeStorageType 1.3.6.1.4.1.9.9.772.1.7.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): pfrActiveProbeType, cpfrActiveProbeTargetAddressType, cpfrActiveProbeTargetAddress, cpfrActiveProbeTargetPortNumber, cpfrActiveProbePfrMapIndex, cpfrActiveProbeDscpValue, cpfrActiveProbeCodecName, cpfrActiveProbeMapIndex, cpfrActiveProbeMapPolicyIndex, cpfrActiveProbeAdminStatus.
                     cpfrActiveProbeRowStatus 1.3.6.1.4.1.9.9.772.1.7.1.3 rowstatus read-only
This object specifies the status of row in the active probe table. The following columnar objects must be valid in order to transition the row to the active state: cpfrActiveProbeType, cpfrActiveProbeTargetAddressType, cpfrActiveProbeTargetAddress, cpfrActiveProbeTargetPortNumber, cpfrActiveProbeMapIndex, cpfrActiveProbeMapPolicyIndex. The following columnar objects can be modified when the row is in the active state: None
                     cpfrActiveProbeType 1.3.6.1.4.1.9.9.772.1.7.1.4 integer read-only
This object specifies the Type of probe. 'echo' Use Internet Control Message Protocol (ICMP) echo messages (ping) for active probe. 'jitter' Use jitter messages for active probe. 'tcp-conn' Use TCP connection messages for active probe. 'udp-echo' Use User Datagram Protocol (UDP) echo messages for active probe. Enumeration: 'udpEcho': 4, 'tcpConn': 3, 'jitter': 2, 'echo': 1.
                     cpfrActiveProbeTargetAddressType 1.3.6.1.4.1.9.9.772.1.7.1.5 inetaddresstype read-only
This object specifies the type of a target IP address of a prefix to be monitored using the specified type of probe.
                     cpfrActiveProbeTargetAddress 1.3.6.1.4.1.9.9.772.1.7.1.6 inetaddress read-only
This object specifies target IP address of a prefix to be monitored using the specified type of probe.
                     cpfrActiveProbeTargetPortNumber 1.3.6.1.4.1.9.9.772.1.7.1.7 ciscoport read-only
This object specifies the destination port number for the active probe.
                     cpfrActiveProbePfrMapIndex 1.3.6.1.4.1.9.9.772.1.7.1.8 pfrmapindexorzero read-only
This object specifies the index of the PfR policy map on which the active probe clause is configured.
                     cpfrActiveProbeDscpValue 1.3.6.1.4.1.9.9.772.1.7.1.9 unsigned32 read-only
This object indicates the Differentiated Services Code Point (DSCP) value.
                     cpfrActiveProbeCodecName 1.3.6.1.4.1.9.9.772.1.7.1.10 integer read-only
This object specifies the codec value used for Mean Opinion Score (MOS) calculation and only used with the jitter probe type. The codec values must be one of the following, 'g711alaw' G.711 A Law 64000 bps. 'g711ulaw' G.711 U Law 64000 bps. 'g729a' G.729 8000 bps. Enumeration: 'g729a': 3, 'g711ulaw': 2, 'g711alaw': 1.
                     cpfrActiveProbeMapIndex 1.3.6.1.4.1.9.9.772.1.7.1.11 pfrmapindexorzero read-only
This object specifies the index of a PfR map under which this active probe was configured.
                     cpfrActiveProbeMapPolicyIndex 1.3.6.1.4.1.9.9.772.1.7.1.12 pfrmapindexorzero read-only
This object specifies the index of a PfR map policy under which this active probe was configured.
                     cpfrActiveProbeAdminStatus 1.3.6.1.4.1.9.9.772.1.7.1.13 integer read-only
This object specifies whether the probe is assigned to a prefix or not, or is a forced probe configured on a PfR map. 'assigned' Active probe is assigned. 'unassigned' Active probe is unassigned. 'forced' Active probe is sent to forced targets configured in PfR map. Enumeration: 'assigned': 1, 'forced': 3, 'unassigned': 2.
                     cpfrActiveProbeOperStatus 1.3.6.1.4.1.9.9.772.1.7.1.14 integer read-only
This object indicates the current status of an active probe. 'running' Active probe is running. 'notrunning' Active probe is not running. Enumeration: 'running': 1, 'notRunning': 2.
                     cpfrActiveProbeAssignedPfxAddressType 1.3.6.1.4.1.9.9.772.1.7.1.15 inetaddresstype read-only
This object indicates the type of assigned prefix address.
                     cpfrActiveProbeAssignedPfxAddress 1.3.6.1.4.1.9.9.772.1.7.1.16 inetaddress read-only
This object indicates the assigned prefix address.
                     cpfrActiveProbeAssignedPfxLen 1.3.6.1.4.1.9.9.772.1.7.1.17 unsigned32 read-only
This object indicates the length of the assigned prefix address.
                     cpfrActiveProbeMethod 1.3.6.1.4.1.9.9.772.1.7.1.18 integer read-only
This object indicates how an active probe is entered into the PfR system. 'learned' Active probe is triggered when PfR learns TCs. 'configured' Active probe is forced by CLI command. Enumeration: 'learned': 1, 'configured': 2.
             cpfrBRTable 1.3.6.1.4.1.9.9.772.1.8 no-access
This table lists the border router (BR) instances created by the system. This table has an expansion dependent relationship on the cpfrMCTable, containing zero or more rows for each cpfrMCEntry.
                 cpfrBREntry 1.3.6.1.4.1.9.9.772.1.8.1 no-access
An entry in the cpfrBRTable describes the configuration and status of one PfR BR. A peer SNMP entity may create a BR by setting an instance of cpfrBRRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create an exit. In these cases, the system must automatically create a row in the cpfrBRTable. A peer SNMP entity may destroy a BR by setting the corresponding instance of cpfrBRRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a BR. In these cases, the system must automatically destroy the corresponding row in the cpfrBRTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrMCEntry.
                     cpfrBRIndex 1.3.6.1.4.1.9.9.772.1.8.1.1 pfrborderrouterindex no-access
This object indicates an arbitrary integer-value that uniquely identifies a PfR BR.
                     cpfrBRStorageType 1.3.6.1.4.1.9.9.772.1.8.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrBRAddressType, cpfrBRAddress, cpfrBRKeyName.
                     cpfrBRRowStatus 1.3.6.1.4.1.9.9.772.1.8.1.3 rowstatus read-only
This object specifies the status of a row in the BR table. The following columnar objects must be valid in order to transition the row to the active state: None. The following columnar objects can be modified when the row is in the active state: None
                     cpfrBRAddressType 1.3.6.1.4.1.9.9.772.1.8.1.4 inetaddresstype read-only
This object specifies the IP address type of a PfR BR.
                     cpfrBRAddress 1.3.6.1.4.1.9.9.772.1.8.1.5 inetaddress read-only
This object specifies the IP address of a PfR BR
                     cpfrBRKeyName 1.3.6.1.4.1.9.9.772.1.8.1.6 snmpadminstring read-only
This object specifies the key used to authenticate communication between the BR and the MC. The authentication key must be specified during the initial configuration to establish communication, but is not required to enter PfR managed BR configuration mode.
                     cpfrBROperStatus 1.3.6.1.4.1.9.9.772.1.8.1.7 integer read-only
This object indicates the operational status of PfR BR. 'active' BR is active. 'inactive' BR is inactive. Enumeration: 'active': 1, 'inactive': 2.
                     cpfrBRConnStatus 1.3.6.1.4.1.9.9.772.1.8.1.8 integer read-only
This object indicates the connection status between BR and MC. 'up' BR is successfully connected to the MC. 'down' BR is not connected to the MC. Enumeration: 'down': 2, 'up': 1.
                     cpfrBRUpTime 1.3.6.1.4.1.9.9.772.1.8.1.9 timeticks read-only
This object indicates the length of time that the connection with the MC has been up.
                     cpfrBRConnFailureReason 1.3.6.1.4.1.9.9.772.1.8.1.10 integer read-only
This object indicates the reason why the connection status between the BR and MC fails. 'versionmismatch' The software version between MC and BR does not match. 'none' No failure reason. 'authFailure' authentication failed. 'socketError' socket was closed with an error. 'timerExpired' connection was closed with keepalive timer expiration. Enumeration: 'none': 2, 'authFailure': 3, 'socketError': 4, 'timerExpired': 5, 'versionMismatch': 1.
                     cpfrBRAuthFailCount 1.3.6.1.4.1.9.9.772.1.8.1.11 counter32 read-only
This object indicates the number of authentication failures between the MC and the BR.
             cpfrExitTable 1.3.6.1.4.1.9.9.772.1.9 no-access
This table lists the PfR exit instances created by the system. This table has an expansion dependent relationship on the cpfrBRTable, containing zero or more rows for each cpfrBREntry.
                 cpfrExitEntry 1.3.6.1.4.1.9.9.772.1.9.1 no-access
An entry in the cpfrExitTable describes the configuration and status of one PfR monitored/controlled exit. A peer SNMP entity may create an exit for PfR BR by setting an instance of cpfrLinkGroupRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create an exit for a PfR BR. In these cases, the system must automatically create a row in the cpfrExitTable. A peer SNMP entity may destroy an exit from a PfR BR by setting the corresponding instance of cpfrExitRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy an exit from a PfR BR. In these cases, the system must automatically destroy the corresponding row in the cpfrExitTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrBREntry.
                     cpfrExitIndex 1.3.6.1.4.1.9.9.772.1.9.1.1 pfrexitindex no-access
This object indicates an arbitrary integer-value that uniquely identifies a PfR monitored/controlled exit.
                     cpfrExitStorageType 1.3.6.1.4.1.9.9.772.1.9.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrExitName, cpfrExitType, cpfrDowngradeBgpCommunity, cpfrExitMaxUtilRxType, cpfrExitMURxAbsolute, cpfrExitMURxPercentage , cpfrExitMaxUtilTxType, cpfrExitMUTxAbsolute, cpfrExitMUTxPercentage, cpfrExitCostCalcMethod, cpfrExitCostDiscard, cpfrExitCostDiscardType, cpfrExitCostDiscardAbsolute, cpfrExitCostDiscardPercent, cpfrExitCostEndDayOfMonth, cpfrExitCostEndOffset, cpfrExitCostFixedFeeCost, cpfrExitCostNickName, cpfrExitCostSamplingPeriod, cpfrExitCostRollupPeriod, cpfrExitCostSummerTimeStart, cpfrExitCostSummerTimeOffset, cpfrExitCostSummerTimeEnd.
                     cpfrExitRowStatus 1.3.6.1.4.1.9.9.772.1.9.1.3 rowstatus read-only
This object specifies the status of a row in the exit table. The following columnar objects must be valid in order to transition the row to the active state: cpfrExitName, cpfrExitType. The following columnar objects can be modified when the row is in the active state: None
                     cpfrExitName 1.3.6.1.4.1.9.9.772.1.9.1.4 snmpadminstring read-only
This object specifies the name of a PfR controlled interface on a BR.
                     cpfrExitType 1.3.6.1.4.1.9.9.772.1.9.1.5 integer read-only
This object specifies the exit type. 'internal' The interface is an internal interface. Internal interfaces are used for communication between BRs. 'external' The interface is an external interface. External interfaces are used for active and passive monitoring and traffic forwarding. Enumeration: 'internal': 1, 'external': 2.
                     cpfrDowngradeBgpCommunity 1.3.6.1.4.1.9.9.772.1.9.1.6 unsigned32 read-only
This object specifies a BGP prepend community number attached to an inside prefix BGP advertisement from the network to another autonomous system. The BGP prepend community will increase the number of autonomous system hops in the advertisement of the inside prefix to other autonomous systems.
                     cpfrExitMaxUtilRxType 1.3.6.1.4.1.9.9.772.1.9.1.7 pfrmetricpolicytype read-only
This object specifies the maximum utilization configuration type for incoming traffic over a single PfR exit.
                     cpfrExitMaxUtilRxAbsolute 1.3.6.1.4.1.9.9.772.1.9.1.8 unsigned32 read-only
This object specifies the maximum utilization on a PfR managed entrance link to an absolute value.
                     cpfrExitMaxUtilRxPercentage 1.3.6.1.4.1.9.9.772.1.9.1.9 unsigned32 read-only
This object specifies the maximum utilization on a PfR managed entrance link to a bandwidth percentage.
                     cpfrExitMaxUtilTxType 1.3.6.1.4.1.9.9.772.1.9.1.10 pfrmetricpolicytype read-only
This object specifies the maximum utilization configuration type for traffic over a single PfR managed exit.
                     cpfrExitMaxUtilTxAbsolute 1.3.6.1.4.1.9.9.772.1.9.1.11 unsigned32 read-only
This object indicates the maximum utilization on a PfR managed exit link to an absolute value.
                     cpfrExitMaxUtilTxPercentage 1.3.6.1.4.1.9.9.772.1.9.1.12 unsigned32 read-only
This object specifies the maximum utilization on a PfR managed exit link to a bandwidth percentage.
                     cpfrExitCostCalcMethod 1.3.6.1.4.1.9.9.772.1.9.1.13 integer read-only
This object indicates how the fee for a particular exit is calculated. 'combined' Specifies billing based on combined egress and ingress rollup samples. 'separate' Specifies billing based on separate egress and ingress rollup samples. 'sum' Specifies billing based on egress and ingress rollup samples that are added and then combined. Enumeration: 'sum': 3, 'combined': 1, 'separate': 2.
                     cpfrExitCostDiscard 1.3.6.1.4.1.9.9.772.1.9.1.14 integer read-only
This object specifies how often rollup samples are discarded. 'daily' Rollup samples are discarded every day. 'monthly' Rollup samples are discarded every month. Enumeration: 'monthly': 2, 'daily': 1.
                     cpfrExitCostDiscardType 1.3.6.1.4.1.9.9.772.1.9.1.15 integer read-only
This object specifies the threshold value types for cost discard. 'absolute' Absolute value configured in cpfrExitCostDiscardAbsolute object will be used. 'percent' Percent value configured in cpfrExitCostDiscardPercent object will be used. Enumeration: 'percent': 2, 'absolute': 1.
                     cpfrExitCostDiscardAbsolute 1.3.6.1.4.1.9.9.772.1.9.1.16 unsigned32 read-only
This object specifies an absolute number of rollup samples to be discarded.
                     cpfrExitCostDiscardPercent 1.3.6.1.4.1.9.9.772.1.9.1.17 unsigned32 read-only
This object specifies what percentage of the rollup samples should be discarded when calculating the exit cost.
                     cpfrExitCostEndDayOfMonth 1.3.6.1.4.1.9.9.772.1.9.1.18 unsigned32 read-only
This object specifies the end billing date.
                     cpfrExitCostEndOffsetType 1.3.6.1.4.1.9.9.772.1.9.1.19 integer read-only
This object indicates the cpfrExitCostEndOffset is before or after cpfrExitCostEndDayOfMonth. 'positive' time After cpfrExitCostEndDayOfMonth. 'negative' time before cpfrExitCostEndDayOfMonth. Enumeration: 'positive': 1, 'negative': 2.
                     cpfrExitCostEndOffset 1.3.6.1.4.1.9.9.772.1.9.1.20 timeinterval read-only
This object indicates an offset in hours and minutes, allowing you to compensate for time zone differences.
                     cpfrExitCostFixedFeeCost 1.3.6.1.4.1.9.9.772.1.9.1.21 unsigned32 read-only
This object specifies a non-usage based fixed fee.
                     cpfrExitCostNickName 1.3.6.1.4.1.9.9.772.1.9.1.22 snmpadminstring read-only
This object specifies a nickname for the cost structure.
                     cpfrExitCostSamplingPeriod 1.3.6.1.4.1.9.9.772.1.9.1.23 unsigned32 read-only
This object specifies the sampling period.
                     cpfrExitCostRollupPeriod 1.3.6.1.4.1.9.9.772.1.9.1.24 unsigned32 read-only
This object specifies that samples are rolled up at the interval specified for the minutes argument. This value must be greater than or equal to the corresponding instance of cpfrExitCostSamplingPeriod.
                     cpfrExitCostSummerTimeStart 1.3.6.1.4.1.9.9.772.1.9.1.25 dateandtime read-only
This object indicates the date and time when the daylight savings time starts.
                     cpfrExitCostSummerTimeOffset 1.3.6.1.4.1.9.9.772.1.9.1.26 unsigned32 read-only
This object specifies the offset added in the spring and subtracted in the fall.
                     cpfrExitCostSummerTimeEnd 1.3.6.1.4.1.9.9.772.1.9.1.27 dateandtime read-only
This object indicates the date and time when daylight saving time comes to an end.
                     cpfrExitCapacity 1.3.6.1.4.1.9.9.772.1.9.1.28 counterbasedgauge64 read-only
This object indicates the capacity of the interface.
                     cpfrExitRxBandwidth 1.3.6.1.4.1.9.9.772.1.9.1.29 counterbasedgauge64 read-only
This object indicates the receive bandwidth as configured on the interface.
                     cpfrExitTxBandwidth 1.3.6.1.4.1.9.9.772.1.9.1.30 counterbasedgauge64 read-only
This object indicates the transmit bandwidth as configured on the interface.
                     cpfrExitTxLoad 1.3.6.1.4.1.9.9.772.1.9.1.31 gauge32 read-only
This object indicates the transmit load of the exit.
                     cpfrExitRxLoad 1.3.6.1.4.1.9.9.772.1.9.1.32 gauge32 read-only
This object indicates the receive traffic load of the exit.
                     cpfrExitNickName 1.3.6.1.4.1.9.9.772.1.9.1.33 snmpadminstring read-only
The object indicates the exit nickname assigned to an external PfR interface.
                     cpfrExitCost1 1.3.6.1.4.1.9.9.772.1.9.1.34 gauge32 read-only
This object indicates the exit link cost for the current month.
                     cpfrExitSustainedUtil1 1.3.6.1.4.1.9.9.772.1.9.1.35 gauge32 read-only
This object indicates the sustained utilization of the exit link in the current month.
                     cpfrExitCost2 1.3.6.1.4.1.9.9.772.1.9.1.36 gauge32 read-only
This object indicates the exit link cost of the previous month.
                     cpfrExitSustainedUtil2 1.3.6.1.4.1.9.9.772.1.9.1.37 gauge32 read-only
This object indicates the sustained utilization of the exit link for the month prior to the previous month.
                     cpfrExitCost3 1.3.6.1.4.1.9.9.772.1.9.1.38 gauge32 read-only
This object indicates the exit link cost for the month prior to the previous month.
                     cpfrExitSustainedUtil3 1.3.6.1.4.1.9.9.772.1.9.1.39 gauge32 read-only
This object indicates the sustained utilization of the exit link the month prior to the previous month.
                     cpfrExitRollupTotal 1.3.6.1.4.1.9.9.772.1.9.1.40 gauge32 read-only
This object indicates the total rollups.
                     cpfrExitRollupDiscard 1.3.6.1.4.1.9.9.772.1.9.1.41 gauge32 read-only
This object indicates the total discarded rollups.
                     cpfrExitRollupLeft 1.3.6.1.4.1.9.9.772.1.9.1.42 gauge32 read-only
This object indicates the left over rollups.
                     cpfrExitRollupCollected 1.3.6.1.4.1.9.9.772.1.9.1.43 gauge32 read-only
This object indicates the rollups that are being collected.
                     cpfrExitRollupMomTgtUtil 1.3.6.1.4.1.9.9.772.1.9.1.44 gauge32 read-only
This object indicates the momentary utilization of the targets.
                     cpfrExitRollupStartingTgtUtil 1.3.6.1.4.1.9.9.772.1.9.1.45 gauge32 read-only
This object indicates the target when the rollup starts.
                     cpfrExitRollupCurrentTgtUtil 1.3.6.1.4.1.9.9.772.1.9.1.46 gauge32 read-only
This object indicates current rollup target.
                     cpfrExitRollupCumRxBytes 1.3.6.1.4.1.9.9.772.1.9.1.47 counter32 read-only
This object indicates the cumulative receive bytes in a rollup.
                     cpfrExitRollupCumTxBytes 1.3.6.1.4.1.9.9.772.1.9.1.48 counter32 read-only
This object indicates the cumulative transmit bytes in a rollup.
                     cpfrExitRollupTimeRemain 1.3.6.1.4.1.9.9.772.1.9.1.49 timeinterval read-only
This object indicates the remaining time before a new rollup is started.
                     cpfrExitOperStatus 1.3.6.1.4.1.9.9.772.1.9.1.50 integer read-only
This object indicates the current status of an exit. 'up' The exit is up. 'down' The exit is down. Enumeration: 'down': 2, 'up': 1.
                     cpfrExitRsvpBandwidthPool 1.3.6.1.4.1.9.9.772.1.9.1.51 counterbasedgauge64 read-only
This object indicates the bandwidth pool for RSVP in PfR.
             cpfrExitCostTierTable 1.3.6.1.4.1.9.9.772.1.10 no-access
This table lists the cost tier instances created by the system. This table has an expansion dependent relationship on the cpfrExitTable, containing zero or more rows for each cpfrExitEntry.
                   cpfrExitCostTierEntry 1.3.6.1.4.1.9.9.772.1.10.1 no-access
An entry describing the configuration of a cost tier of a PfR monitored or Controlled exit. A peer SNMP entity may create a cost tier for a PfR monitored or controlled exit by setting an instance of cpfrExitCostTierRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a cost tier for a PfR monitored or controlled external exit. In these cases, the system must automatically create a row in the cpfrExitCostTierTable. A peer SNMP entity may destroy a cost tier from a PfR monitored or controlled external exit by setting the corresponding instance of cpfrLinkGroupRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a cost tier from a PfR monitored or controlled external exit. In these cases, the system must automatically destroy the corresponding row in the cpfrExitCostTierTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrExitEntry.
                       cpfrExitCostTierIndex 1.3.6.1.4.1.9.9.772.1.10.1.1 unsigned32 no-access
This object indicates an arbitrary integer-value that uniquely identifies the cost tier of a PfR monitored/controlled exit.
                       cpfrExitCostTierStorageType 1.3.6.1.4.1.9.9.772.1.10.1.2 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrExitCostTierFee.
                       cpfrExitCostTierRowStatus 1.3.6.1.4.1.9.9.772.1.10.1.3 rowstatus read-only
This object specifies the status of a row in the exit cost tier table. The following columnar objects must be valid in order to transition the row to the active state: cpfrExitCostTierFee. The following columnar objects can be modified when the row is in the active state: None
                       cpfrExitCostTierFee 1.3.6.1.4.1.9.9.772.1.10.1.4 unsigned32 read-only
This object specifies the cost value of a cost tier.
             cpfrTrafficClassTable 1.3.6.1.4.1.9.9.772.1.11 no-access
This table lists the TC instances created by the system.
                   cpfrTrafficClassEntry 1.3.6.1.4.1.9.9.772.1.11.1 no-access
An entry describing the metrics that identify a PfR monitored or controlled TC. A device supporting PfR creates a row in a cpfrTrafficClassTable when it recognizes the addition of a new TC monitored by PfR. Likewise, such a device destroys a row in the cpfrTrafficClassTable when a TC has been purged from the system.
                       cpfrTrafficClassIndex 1.3.6.1.4.1.9.9.772.1.11.1.1 unsigned32 no-access
This object indicates an arbitrary integer-value that uniquely identifies a TC monitored/controlled by PfR.
                       cpfrTCBRIndex 1.3.6.1.4.1.9.9.772.1.11.1.2 pfrborderrouterindex read-only
This object indicates the index of the BR on which PfR is controlling the TC.
                       cpfrTCBRExitIndex 1.3.6.1.4.1.9.9.772.1.11.1.3 pfrexitindex read-only
This object indicates the index of the exit on which PfR is controlling the TC.
                       cpfrTCMapIndex 1.3.6.1.4.1.9.9.772.1.11.1.4 pfrmapindexorzero read-only
This object indicates the map index of the PfR map defining the policy for the TC.
                       cpfrTCMapPolicyIndex 1.3.6.1.4.1.9.9.772.1.11.1.5 pfrmappolicyindex read-only
This object indicates the map policy index of the PfR map defining the policy for the TC.
                       cpfrTrafficClassValid 1.3.6.1.4.1.9.9.772.1.11.1.6 bits read-only
This object indicates which objects in the traffic class table are valid. If an attribute of a TC is configured, the corresponding bit in this object should be set. 'source' Source address is valid. 'destination' Destination address is valid. 'sourcePort' Source port object in the entry is valid. 'destinationPort' Destination port object in the entry is valid. 'dscp' DSCP object in the entry is valid. 'protocol' Protocol object in the entry is valid. 'nbar' NBAR object in the entry is valid. Bits: 'protocol': 5, 'destination': 1, 'dscp': 4, 'source': 0, 'destinationPort': 3, 'sourcePort': 2, 'nbar': 6.
                       cpfrTCSrcPrefixType 1.3.6.1.4.1.9.9.772.1.11.1.7 inetaddresstype read-only
This object indicates the type of IP address indicated by the corresponding instance of cpfrTCSrcPrefix.
                       cpfrTCSrcPrefix 1.3.6.1.4.1.9.9.772.1.11.1.8 inetaddress read-only
This object indicates the source IP prefix of the corresponding TC.
                       cpfrTCSrcPrefixLen 1.3.6.1.4.1.9.9.772.1.11.1.9 gauge32 read-only
This object indicates the prefix length of source IP address for the TC.
                       cpfrTCSrcMinPort 1.3.6.1.4.1.9.9.772.1.11.1.10 ciscoport read-only
This object indicates the minimum source port number for a TC.
                       cpfrTCSrcMaxPort 1.3.6.1.4.1.9.9.772.1.11.1.11 ciscoport read-only
This object indicates the maximum source port number for a TC
                       cpfrTCDstPrefixType 1.3.6.1.4.1.9.9.772.1.11.1.12 inetaddresstype read-only
This object indicates the type of IP address indicated by the corresponding instances of cpfrTCDstPrefix.
                       cpfrTCDstPrefix 1.3.6.1.4.1.9.9.772.1.11.1.13 inetaddress read-only
This object indicates the destination IP prefix of the corresponding TC.
                       cpfrTCDstPrefixLen 1.3.6.1.4.1.9.9.772.1.11.1.14 gauge32 read-only
This object indicates the prefix length of destination IP address for the TC.
                       cpfrTCDstMinPort 1.3.6.1.4.1.9.9.772.1.11.1.15 ciscoport read-only
This object indicates the minimum destination port of a TC.
                       cpfrTCDstMaxPort 1.3.6.1.4.1.9.9.772.1.11.1.16 ciscoport read-only
This object indicates the maximum destination port of a TC
                       cpfrTCDscpValue 1.3.6.1.4.1.9.9.772.1.11.1.17 dscporany read-only
This object indicates the Differentiated Services Code Point (DSCP) value of a TC.
                       cpfrTCProtocol 1.3.6.1.4.1.9.9.772.1.11.1.18 integer read-only
This object indicates the routing protocol by a TC. Enumeration: 'pbr': 5, 'unknown': 7, 'bgp': 4, 'eigrp': 2, 'static': 1, 'cce': 6, 'ribpbr': 3.
                       cpfrTCNbarApplication 1.3.6.1.4.1.9.9.772.1.11.1.19 ciscopdprotocolindex read-only
This object indicates the application or protocol recognized by NBAR. The value of this object points to an entry in cnpdSupportedProtocolsTable, which describes the recognized protocol, and is defined in CISCO-NBAR-PROTOCOL-DISCOVERY-MIB.
             cpfrTrafficClassStatusTable 1.3.6.1.4.1.9.9.772.1.12 no-access
This table lists the TC status instances created by the system. This table has an one-to-one relationship with cpfrTrafficClassTable, containing a row for each entry in cpfrTrafficClassTable.
                   cpfrTrafficClassStatusEntry 1.3.6.1.4.1.9.9.772.1.12.1 no-access
An entry describing the status of a PfR monitored or controlled TC. A device supporting PfR creates a row in a cpfrTrafficClassStatusTable when it recognizes the addition of a new TC. Likewise, such a device destroys a row in the cpfrTrafficClassStatusTable when a TC has been purged from the system.
                       cpfrTCStatus 1.3.6.1.4.1.9.9.772.1.12.1.1 integer read-only
This object indicates the current state of a TC. 'default' The state means that the parent IP routes control the exit for this destination prefix. This would be the same behavior as if PfR were not configured or was shutdown. 'choose' The state indicates PfR is choosing the exit for the prefix. 'holddown' The state is seen when a TC is initially controlled by PfR. This holddown concept is applied to prevent churning or erratic behavior of PfR managed routes from being injected and withdrawn from the IP routing table (and subsequently being redistributed by some IGP) or BGP tables. 'inpolicy' This state means that the prefix meets the policy associated with this prefix or application. 'oopolicy' The prefix or application has been identified as failing to meet its respective policy. Enumeration: 'default': 1, 'oopolicy': 5, 'inpolicy': 4, 'choose': 2, 'holddown': 3.
                       cpfrTCSType 1.3.6.1.4.1.9.9.772.1.12.1.2 integer read-only
This object indicates whether a TC was learned or configured. 'learned' The TC is learned by PfR. 'configured' The TC is configured via CLI command. Enumeration: 'learned': 1, 'configured': 2.
                       cpfrTCSLearnListIndex 1.3.6.1.4.1.9.9.772.1.12.1.3 pfrlearnlistindexorzero read-only
This object indicates the index of the learn list responsible for PfR learning this TC.
                       cpfrTCSTimeOnCurrExit 1.3.6.1.4.1.9.9.772.1.12.1.4 gauge32 read-only
This object indicates the length of time the TC has been controlled on the current exit.
                       cpfrTCSControlState 1.3.6.1.4.1.9.9.772.1.12.1.5 integer read-only
The object indicates the control state of a TC. 'controlled' PfR is controlling this TC. 'uncontrolled' PfR is not controlling this TC. Enumeration: 'controlled': 1, 'uncontrolled': 2.
                       cpfrTCSControlBy 1.3.6.1.4.1.9.9.772.1.12.1.6 integer read-only
This object indicates which routing protocol a TC is being controlled by. 'static' TC is controlled by static routing protocol. 'eigrp' TC is controlled by EIGRP. 'ribpbr' TC is controlled by RIB. 'bgp' TC is controlled by BGP 'pbr' TC is controlled by PBR. 'cce' TC is controlled by CCE. 'unknown' TC os controlled by unknown protocols Enumeration: 'pbr': 5, 'unknown': 7, 'bgp': 4, 'eigrp': 2, 'static': 1, 'cce': 6, 'ribpbr': 3.
                       cpfrTCSTimeRemainCurrState 1.3.6.1.4.1.9.9.772.1.12.1.7 gauge32 read-only
This object indicates the time remaining before the prefix timer expires.
                       cpfrTCSLastOOPEventTime 1.3.6.1.4.1.9.9.772.1.12.1.8 timestamp read-only
This object indicates the time when the last out-of-policy event was observed.
                       cpfrTCSLastOOPReason 1.3.6.1.4.1.9.9.772.1.12.1.9 integer read-only
This object indicates the last out-of-policy reason. This object indicates the reason that causes an out-of-policy event. 'delayOOPassiveMode' The Delay is out of policy in passive mode. 'lossOOPassiveMode' The loss is out of policy in passive mode. 'unreachableOOPassiveMode' The unreachability rate is out of policy in passive mode. 'delayOOPActiveMode' The Delay is out of policy in active mode. 'lossOOPActiveMode' The loss is out of policy in active mode. 'unreachableOOPActiveMode' The unreachability rate is out of policy in active mode. 'jitterOOPActiveMode' The jitter is out of policy in active mode. 'mosOOPActiveMode' The mos is out of policy in active mode. 'none' no reason. 'rsvpRecomputeExclude' The TC was excluded by recomputing RSVP bandwidth. Enumeration: 'rsvpOOPRecomputeExclude': 10, 'mosOOPActiveMode': 8, 'none': 9, 'lossOOPActiveMode': 5, 'lossOOPPassiveMode': 2, 'jitterOOPActiveMode': 7, 'delayOOPActiveMode': 4, 'unreachableOOPPassiveMode': 3, 'unreachableOOPActiveMode': 6, 'delayOOPPassiveMode': 1.
                       cpfrTCSLastRouteChangeEvent 1.3.6.1.4.1.9.9.772.1.12.1.10 timestamp read-only
This object indicates the value of sysUpTime when the last route change occurred for this TC.
                       cpfrTCSLastRouteChangeReason 1.3.6.1.4.1.9.9.772.1.12.1.11 pfrlastuncontrolreason read-only
This object indicates the reason the last route change occurred.
             cpfrTrafficClassMetricTable 1.3.6.1.4.1.9.9.772.1.13 no-access
This table lists the TC's metrics instances created by the system. This table has an one-to-one relationship with cpfrTrafficClassTable, containing a row for each entry in cpfrTrafficClassTable.
                   cpfrTrafficClassMetricEntry 1.3.6.1.4.1.9.9.772.1.13.1 no-access
An entry describing the metric for a PfR monitored or controlled TC. A device supporting PfR creates a row in a cpfrTrafficClassMetricTable when it recognizes the addition of a new TC. Likewise, such a device destroys a row in the cpfrTrafficClassMetricTable when a TC has been purged from the system.
                       cpfrTCMLastUpdateTime 1.3.6.1.4.1.9.9.772.1.13.1.1 timestamp read-only
This object indicates the value of sysUpTime when the metrics were last updated.
                       cpfrTCMAge 1.3.6.1.4.1.9.9.772.1.13.1.2 gauge32 read-only
This object indicates the age of a metric.
                       cpfrTCMetricsValid 1.3.6.1.4.1.9.9.772.1.13.1.3 bits read-only
This object indicates if an object in the entry is valid. 'relativeDelay' Relative delay is a valid value. 'relativeJitter' Relative jitter is a valid value. 'relativeDelayLoss' Relative loss is a valid value. 'relativeDelayUnreachable' Relative unreachability rate is a valid value. 'activeDelay' Absolute delay is a valid value. 'activeJitter' Absolute jitter is a valid value. 'activeLoss' Absolute loss is a valid value. 'activeUnreachable' Absolute unreachable rate is a valid value. 'mosPercentage' Most percentage is a valid value. 'attempts' The number of attempts is a valid value. 'packets' Probe packet is a valid value. 'passiveSTUnreachableAvg' Short time unreachability rate in passive mode is a valid value. 'passiveSTDelayAvg' Short time delay in passive mode is a valid value. 'passiveSTLossAvg' Short time loss in passive mode is a valid value. 'activeSTUnreachableAvg' Short time unreachability rate in active mode is a valid value. 'activeSTDelayAvg' Short time delay in active mode is a valid value. 'passiveLTUnreachableAvg' Long time unreachability rate in passive mode is a valid value. 'passiveLTDelayAvg' Long time delay in passive mode is a valid value. 'passiveLTLossAvg' Long time loss in passive mode is a valid value. 'activeLTUnreachableAvg' Long time unreachability rate in active mode is a valid value. 'activeLTDelayAvg' Long time delay in active mode is a valid value. Bits: 'passiveSTLossAvg': 6, 'passiveLTUnreachableAvg': 9, 'activeSTUnreachableAvg': 7, 'packets': 3, 'activeLTUnreachableAvg': 12, 'activeSTJitterAvg': 0, 'activeSTDelayAvg': 8, 'attempts': 2, 'passiveSTUnreachableAvg': 4, 'mosPercentage': 1, 'activeLTDelayAvg': 13, 'passiveSTdelayAvg': 5, 'passiveLTDelayAvg': 10, 'passiveLTLossAvg': 11.
                       cpfrTCMActiveSTJitterAvg 1.3.6.1.4.1.9.9.772.1.13.1.4 gauge32 read-only
This object indicates average jitter of a TC in active mode.
                       cpfrTCMMOSPercentage 1.3.6.1.4.1.9.9.772.1.13.1.5 gauge32 read-only
This object indicates the number of Mean Opinion Score (MOS) packets with a percentage below threshold in active mode.
                       cpfrTCMAttempts 1.3.6.1.4.1.9.9.772.1.13.1.6 gauge32 read-only
This object indicates the number of attempts to send an active probe to a target for this TC.
                       cpfrTCMPackets 1.3.6.1.4.1.9.9.772.1.13.1.7 gauge32 read-only
This object indicates the number packets per jitter probe.
                       cpfrTCMPassiveSTUnreachableAvg 1.3.6.1.4.1.9.9.772.1.13.1.8 gauge32 read-only
This object indicates the number of the average short term unreachable targets in passive mode.
                       cpfrTCMPassiveSTDelayAvg 1.3.6.1.4.1.9.9.772.1.13.1.9 gauge32 read-only
This object indicates the short term delay as measured by Netflow. The short term interval is 5 minutes.
                       cpfrTCMPassiveSTLossAvg 1.3.6.1.4.1.9.9.772.1.13.1.10 gauge32 read-only
This object indicates the number of short term packets lost in passive mode.
                       cpfrTCMActiveSTUnreachableAvg 1.3.6.1.4.1.9.9.772.1.13.1.11 gauge32 read-only
This object indicates the number of short term unreachable packets in active mode.
                       cpfrTCMActiveSTDelayAvg 1.3.6.1.4.1.9.9.772.1.13.1.12 gauge32 read-only
This object indicates the short term delay in milliseconds in active mode.
                       cpfrTCMPassiveLTUnreachableAvg 1.3.6.1.4.1.9.9.772.1.13.1.13 gauge32 read-only
This object indicates the number of long term unreachable packets in flows-per-million in passive mode.
                       cpfrTCMPassiveLTDelayAvg 1.3.6.1.4.1.9.9.772.1.13.1.14 gauge32 read-only
This object indicates the long term delay in milliseconds in passive mode.
                       cpfrTCMPassiveLTLossAvg 1.3.6.1.4.1.9.9.772.1.13.1.15 gauge32 read-only
This object indicates the number of packets lost over the long term in packets-per-million in passive mode.
                       cpfrTCMActiveLTUnreachableAvg 1.3.6.1.4.1.9.9.772.1.13.1.16 gauge32 read-only
This object indicates the number of long term unreachable packets in flows-per-million in active mode.
                       cpfrTCMActiveLTDelayAvg 1.3.6.1.4.1.9.9.772.1.13.1.17 gauge32 read-only
This object indicates the long term delay in milliseconds in active mode.
             cpfrLinkGroupExitTable 1.3.6.1.4.1.9.9.772.1.14 no-access
This table lists the link group instances created by the system. It has an expansion dependent relationship on cpfrExitTable, containing zero or more rows for each cpfrExitEntry.
                   cpfrLinkGroupExitEntry 1.3.6.1.4.1.9.9.772.1.14.1 no-access
An entry describing a link group configured for a PfR monitored or controlled external exit. A peer SNMP entity may create a link group for a PfR monitored or controlled exit by setting an instance of cpfrLinkGroupRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a link group for a PfR monitored or controlled external exit. In these cases, the system must automatically create a row in the cpfrLinkGroupExitTable. A peer SNMP entity may destroy a link group from a PfR monitored or controlled external exit by setting the corresponding instance of cpfrLinkGroupRowStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy a link group from a PfR monitored or controlled external exit. In these cases, the system must automatically destroy the corresponding row in the cpfrLinkGroupExitTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrExitEntry.
                       cpfrLinkGroupName 1.3.6.1.4.1.9.9.772.1.14.1.1 snmpadminstring no-access
This object indicates the name of a link-group.
                       cpfrLinkGroupIndex 1.3.6.1.4.1.9.9.772.1.14.1.2 unsigned32 no-access
This object indicates a unique arbitrary number identifying a specific instance in a link-group with the identical name.
                       cpfrLinkGroupStorageType 1.3.6.1.4.1.9.9.772.1.14.1.3 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this entry is permanent(4): cpfrLinkGroupBRIndex, cpfrLinkGroupExitIndex.
                       cpfrLinkGroupRowStatus 1.3.6.1.4.1.9.9.772.1.14.1.4 rowstatus read-only
This object specifies the status of a NBAR application list. The following columnar objects must be valid in order to transition the row to the active state: None. The following columnar objects can be modified when the row is in the active state: None
                       cpfrLinkGroupBRIndex 1.3.6.1.4.1.9.9.772.1.14.1.5 pfrborderrouterindex read-only
This object specifies the PfR BR on which the exit related to this link group is configured.
                       cpfrLinkGroupExitIndex 1.3.6.1.4.1.9.9.772.1.14.1.6 pfrexitindex read-only
This object specifies the exit, identified by this index, in combination with cpfrLinkGroupBRIndex, in cpfrExitTable.
                       cpfrLinkGroupType 1.3.6.1.4.1.9.9.772.1.14.1.7 integer read-only
This object indicates PfR Link-Group type. 'primaryLinkGroup' primary link-group 'fallbackLinkGroup' fallback link-group 'none' There is no link-group. Enumeration: 'fallbackLinkGroup': 2, 'primaryLinkGroup': 1, 'none': 3.
             cpfrNbarApplListTable 1.3.6.1.4.1.9.9.772.1.15 no-access
This table lists the NBAR list instances created by the system. This table has an expansion dependent relationship on cpfrMatchTable and cpfrLearnListTable, containing zero or more rows for each cpfrMatchEntry and cpfrLearnListEntry.
                   cpfrNbarApplListEntry 1.3.6.1.4.1.9.9.772.1.15.1 no-access
An entry describing a NBAR application configured in PfR. A peer SNMP entity may create an NBAR application entry by setting an instance of cpfrNbarApplListRowStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these option must specify these limitations in an agent capability statement. Other management entities (e.g., the local console) may create a NBAR application. In these cases, the system must automatically create a row in the cpfrNbarApplListTable. A peer SNMP entity may destroy a NBAR application by setting the corresponding instance of cpfrNbarApplListRow Status to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capability statement. Other management entities may destroy an NBAR application. In these cases, the system must automatically destroy the corresponding row in the cpfrNbarApplListTable. The system automatically destroys rows when the system or EMS/NMS destroys the corresponding entry in cpfrMatchEntry and cpfrLearnListEntry.
                       cpfrNbarApplListName 1.3.6.1.4.1.9.9.772.1.15.1.1 snmpadminstring no-access
This object indicates the name of a NBAR application list.
                       cpfrNbarApplIndex 1.3.6.1.4.1.9.9.772.1.15.1.2 unsigned32 no-access
This object indicates a unique arbitrary number identifying a specific protocol in a PfR NBAR Application List.
                       cpfrNbarApplListStorageType 1.3.6.1.4.1.9.9.772.1.15.1.3 storagetype read-only
This object specifies the memory realization of the row. The following columnar objects are allowed to be writable when the storageType of this conceptual row is permanent(4): cpfrNbarApplPdIndex.
                       cpfrNbarApplListRowStatus 1.3.6.1.4.1.9.9.772.1.15.1.4 rowstatus read-only
This object specifies the status of a NBAR application list. The following columnar objects must be valid in order to transition the row to the active state: None. The following columnar objects can be modified when the row is in the active state: None
                       cpfrNbarApplPdIndex 1.3.6.1.4.1.9.9.772.1.15.1.5 ciscopdprotocolindex read-only
This object indicates the application or protocol recognized by NBAR. The value of this object points to an entry in cnpdSupportedProtocolsTable, which describes the recognized protocol and is defined in CISCO-NBAR-PROTOCOL-DISCOVERY-MIB.
         ciscoPfrMIBConform 1.3.6.1.4.1.9.9.772.2
             ciscoPfrMIBCompliances 1.3.6.1.4.1.9.9.772.2.1
                 ciscoPfrMIBCompliance 1.3.6.1.4.1.9.9.772.2.1.1
This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-PFR-MIB.
                 ciscoPfrMIBComplianceRev1 1.3.6.1.4.1.9.9.772.2.1.2
This compliance statement specifies the new minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-PFR-MIB.
             ciscoPfrMIBGroups 1.3.6.1.4.1.9.9.772.2.2
                 cpfrMasterControllerGroup 1.3.6.1.4.1.9.9.772.2.2.1
This group contains objects describing PfR MCs and policy maps.
                 cpfrBorderRouterGroup 1.3.6.1.4.1.9.9.772.2.2.2
This group contains objects describing PfR Border Router and Exits.
                 cpfrTrafficClassGroup 1.3.6.1.4.1.9.9.772.2.2.3
This group contains objects describing PfR TCs.
                 cpfrMasterControllerGroupRev1 1.3.6.1.4.1.9.9.772.2.2.4
This group contains new objects describing PfR MCs and policy maps.
                 cpfrBorderRouterGroupRev1 1.3.6.1.4.1.9.9.772.2.2.5
This group contains objects describing PfR Border Router and Exits.
                 cpfrMCNotificationGroup 1.3.6.1.4.1.9.9.772.2.2.6
A collection of PfR MC notifications.