CISCO-PFR-MIB

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.

Imported Objects

CiscoPdProtocolIndexCISCO-NBAR-PROTOCOL-DISCOVERY-MIB
ciscoMgmtCISCO-SMI
InterfaceIndexOrZero, CiscoPortCISCO-TC
DscpOrAnyDIFFSERV-DSCP-TC
CounterBasedGauge64HCNUM-TC
InetPortNumber, InetAddress, InetAddressTypeINET-ADDRESS-MIB
SnmpAdminStringSNMP-FRAMEWORK-MIB
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUPSNMPv2-CONF
OBJECT-TYPE, Integer32, NOTIFICATION-TYPE, TimeTicks, Gauge32, Unsigned32, Counter32, MODULE-IDENTITYSNMPv2-SMI
TimeStamp, DateAndTime, TruthValue, TimeInterval, TEXTUAL-CONVENTION, RowStatus, StorageTypeSNMPv2-TC
ciscoPfrMIB.1.3.6.1.4.1.9.9.772
ciscoPfrMIBNotifs .1.3.6.1.4.1.9.9.772.0
cpfrMCStatusChangeNotify .1.3.6.1.4.1.9.9.772.0.1
cpfrBRStatusChangeNotify .1.3.6.1.4.1.9.9.772.0.2
cpfrExitStatusChangeNotify .1.3.6.1.4.1.9.9.772.0.3
cpfrTrafficClassEventNotify .1.3.6.1.4.1.9.9.772.0.4
cpfrTCInpolicyThresholdBelowNotify .1.3.6.1.4.1.9.9.772.0.5
cpfrTCPrimaryThresholdBelowNotify .1.3.6.1.4.1.9.9.772.0.6
ciscoPfrMIBObjects .1.3.6.1.4.1.9.9.772.1
cpfrMCTable .1.3.6.1.4.1.9.9.772.1.1
cpfrMCEntry .1.3.6.1.4.1.9.9.772.1.1.1
cpfrMCIndex .1.3.6.1.4.1.9.9.772.1.1.1.1
cpfrMCPortNumber .1.3.6.1.4.1.9.9.772.1.1.1.10
cpfrMCTracerouteProbeDelay .1.3.6.1.4.1.9.9.772.1.1.1.11
cpfrMCRsvpPostDialDelay .1.3.6.1.4.1.9.9.772.1.1.1.12
cpfrMCRsvpSignalingRetries .1.3.6.1.4.1.9.9.772.1.1.1.13
cpfrMCNetflowExporter .1.3.6.1.4.1.9.9.772.1.1.1.14
cpfrMCAdminStatus .1.3.6.1.4.1.9.9.772.1.1.1.15
cpfrMCOperStatus .1.3.6.1.4.1.9.9.772.1.1.1.16
cpfrMCConnStatus .1.3.6.1.4.1.9.9.772.1.1.1.17
cpfrMCNumofBorderRouters .1.3.6.1.4.1.9.9.772.1.1.1.18
cpfrMCNumofExits .1.3.6.1.4.1.9.9.772.1.1.1.19
cpfrMCStorageType .1.3.6.1.4.1.9.9.772.1.1.1.2
cpfrMCLearnState .1.3.6.1.4.1.9.9.772.1.1.1.20
cpfrMCLearnStateTimeRemain .1.3.6.1.4.1.9.9.772.1.1.1.21
cpfrMCPrefixCount .1.3.6.1.4.1.9.9.772.1.1.1.22
cpfrMCPrefixLearned .1.3.6.1.4.1.9.9.772.1.1.1.23
cpfrMCPrefixConfigured .1.3.6.1.4.1.9.9.772.1.1.1.24
cpfrMCPbrMet .1.3.6.1.4.1.9.9.772.1.1.1.25
cpfrMCLoggingAdminStatus .1.3.6.1.4.1.9.9.772.1.1.1.26
cpfrMCControlMode .1.3.6.1.4.1.9.9.772.1.1.1.27
cpfrMCClear .1.3.6.1.4.1.9.9.772.1.1.1.28
cpfrMCLastClearTime .1.3.6.1.4.1.9.9.772.1.1.1.29
cpfrMCRowStatus .1.3.6.1.4.1.9.9.772.1.1.1.3
cpfrMCNotifisControl .1.3.6.1.4.1.9.9.772.1.1.1.30
cpfrMCChangeConfigType .1.3.6.1.4.1.9.9.772.1.1.1.31
cpfrMCChangeConfigValue .1.3.6.1.4.1.9.9.772.1.1.1.32
cpfrMCMapIndex .1.3.6.1.4.1.9.9.772.1.1.1.4
cpfrMCKeepAliveTimer .1.3.6.1.4.1.9.9.772.1.1.1.5
cpfrMCMaxPrefixTotal .1.3.6.1.4.1.9.9.772.1.1.1.6
cpfrMCMaxPrefixLearn .1.3.6.1.4.1.9.9.772.1.1.1.7
cpfrMCEntranceLinksMaxUtil .1.3.6.1.4.1.9.9.772.1.1.1.8
cpfrMCExitLinksMaxUtil .1.3.6.1.4.1.9.9.772.1.1.1.9
cpfrExitCostTierTable .1.3.6.1.4.1.9.9.772.1.10
cpfrExitCostTierEntry .1.3.6.1.4.1.9.9.772.1.10.1
cpfrExitCostTierIndex .1.3.6.1.4.1.9.9.772.1.10.1.1
cpfrExitCostTierStorageType .1.3.6.1.4.1.9.9.772.1.10.1.2
cpfrExitCostTierRowStatus .1.3.6.1.4.1.9.9.772.1.10.1.3
cpfrExitCostTierFee .1.3.6.1.4.1.9.9.772.1.10.1.4
cpfrTrafficClassTable .1.3.6.1.4.1.9.9.772.1.11
cpfrTrafficClassEntry .1.3.6.1.4.1.9.9.772.1.11.1
cpfrTrafficClassIndex .1.3.6.1.4.1.9.9.772.1.11.1.1
cpfrTCSrcMinPort .1.3.6.1.4.1.9.9.772.1.11.1.10
cpfrTCSrcMaxPort .1.3.6.1.4.1.9.9.772.1.11.1.11
cpfrTCDstPrefixType .1.3.6.1.4.1.9.9.772.1.11.1.12
cpfrTCDstPrefix .1.3.6.1.4.1.9.9.772.1.11.1.13
cpfrTCDstPrefixLen .1.3.6.1.4.1.9.9.772.1.11.1.14
cpfrTCDstMinPort .1.3.6.1.4.1.9.9.772.1.11.1.15
cpfrTCDstMaxPort .1.3.6.1.4.1.9.9.772.1.11.1.16
cpfrTCDscpValue .1.3.6.1.4.1.9.9.772.1.11.1.17
cpfrTCProtocol .1.3.6.1.4.1.9.9.772.1.11.1.18
cpfrTCNbarApplication .1.3.6.1.4.1.9.9.772.1.11.1.19
cpfrTCBRIndex .1.3.6.1.4.1.9.9.772.1.11.1.2
cpfrTCBRExitIndex .1.3.6.1.4.1.9.9.772.1.11.1.3
cpfrTCMapIndex .1.3.6.1.4.1.9.9.772.1.11.1.4
cpfrTCMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.11.1.5
cpfrTrafficClassValid .1.3.6.1.4.1.9.9.772.1.11.1.6
cpfrTCSrcPrefixType .1.3.6.1.4.1.9.9.772.1.11.1.7
cpfrTCSrcPrefix .1.3.6.1.4.1.9.9.772.1.11.1.8
cpfrTCSrcPrefixLen .1.3.6.1.4.1.9.9.772.1.11.1.9
cpfrTrafficClassStatusTable .1.3.6.1.4.1.9.9.772.1.12
cpfrTrafficClassStatusEntry .1.3.6.1.4.1.9.9.772.1.12.1
cpfrTCStatus .1.3.6.1.4.1.9.9.772.1.12.1.1
cpfrTCSLastRouteChangeEvent .1.3.6.1.4.1.9.9.772.1.12.1.10
cpfrTCSLastRouteChangeReason .1.3.6.1.4.1.9.9.772.1.12.1.11
cpfrTCSType .1.3.6.1.4.1.9.9.772.1.12.1.2
cpfrTCSLearnListIndex .1.3.6.1.4.1.9.9.772.1.12.1.3
cpfrTCSTimeOnCurrExit .1.3.6.1.4.1.9.9.772.1.12.1.4
cpfrTCSControlState .1.3.6.1.4.1.9.9.772.1.12.1.5
cpfrTCSControlBy .1.3.6.1.4.1.9.9.772.1.12.1.6
cpfrTCSTimeRemainCurrState .1.3.6.1.4.1.9.9.772.1.12.1.7
cpfrTCSLastOOPEventTime .1.3.6.1.4.1.9.9.772.1.12.1.8
cpfrTCSLastOOPReason .1.3.6.1.4.1.9.9.772.1.12.1.9
cpfrTrafficClassMetricTable .1.3.6.1.4.1.9.9.772.1.13
cpfrTrafficClassMetricEntry .1.3.6.1.4.1.9.9.772.1.13.1
cpfrTCMLastUpdateTime .1.3.6.1.4.1.9.9.772.1.13.1.1
cpfrTCMPassiveSTLossAvg .1.3.6.1.4.1.9.9.772.1.13.1.10
cpfrTCMActiveSTUnreachableAvg .1.3.6.1.4.1.9.9.772.1.13.1.11
cpfrTCMActiveSTDelayAvg .1.3.6.1.4.1.9.9.772.1.13.1.12
cpfrTCMPassiveLTUnreachableAvg .1.3.6.1.4.1.9.9.772.1.13.1.13
cpfrTCMPassiveLTDelayAvg .1.3.6.1.4.1.9.9.772.1.13.1.14
cpfrTCMPassiveLTLossAvg .1.3.6.1.4.1.9.9.772.1.13.1.15
cpfrTCMActiveLTUnreachableAvg .1.3.6.1.4.1.9.9.772.1.13.1.16
cpfrTCMActiveLTDelayAvg .1.3.6.1.4.1.9.9.772.1.13.1.17
cpfrTCMAge .1.3.6.1.4.1.9.9.772.1.13.1.2
cpfrTCMetricsValid .1.3.6.1.4.1.9.9.772.1.13.1.3
cpfrTCMActiveSTJitterAvg .1.3.6.1.4.1.9.9.772.1.13.1.4
cpfrTCMMOSPercentage .1.3.6.1.4.1.9.9.772.1.13.1.5
cpfrTCMAttempts .1.3.6.1.4.1.9.9.772.1.13.1.6
cpfrTCMPackets .1.3.6.1.4.1.9.9.772.1.13.1.7
cpfrTCMPassiveSTUnreachableAvg .1.3.6.1.4.1.9.9.772.1.13.1.8
cpfrTCMPassiveSTDelayAvg .1.3.6.1.4.1.9.9.772.1.13.1.9
cpfrLinkGroupExitTable .1.3.6.1.4.1.9.9.772.1.14
cpfrLinkGroupExitEntry .1.3.6.1.4.1.9.9.772.1.14.1
cpfrLinkGroupName .1.3.6.1.4.1.9.9.772.1.14.1.1
cpfrLinkGroupIndex .1.3.6.1.4.1.9.9.772.1.14.1.2
cpfrLinkGroupStorageType .1.3.6.1.4.1.9.9.772.1.14.1.3
cpfrLinkGroupRowStatus .1.3.6.1.4.1.9.9.772.1.14.1.4
cpfrLinkGroupBRIndex .1.3.6.1.4.1.9.9.772.1.14.1.5
cpfrLinkGroupExitIndex .1.3.6.1.4.1.9.9.772.1.14.1.6
cpfrLinkGroupType .1.3.6.1.4.1.9.9.772.1.14.1.7
cpfrNbarApplListTable .1.3.6.1.4.1.9.9.772.1.15
cpfrNbarApplListEntry .1.3.6.1.4.1.9.9.772.1.15.1
cpfrNbarApplListName .1.3.6.1.4.1.9.9.772.1.15.1.1
cpfrNbarApplIndex .1.3.6.1.4.1.9.9.772.1.15.1.2
cpfrNbarApplListStorageType .1.3.6.1.4.1.9.9.772.1.15.1.3
cpfrNbarApplListRowStatus .1.3.6.1.4.1.9.9.772.1.15.1.4
cpfrNbarApplPdIndex .1.3.6.1.4.1.9.9.772.1.15.1.5
cpfrMapTable .1.3.6.1.4.1.9.9.772.1.2
cpfrMapEntry .1.3.6.1.4.1.9.9.772.1.2.1
cpfrMapIndex .1.3.6.1.4.1.9.9.772.1.2.1.1
cpfrMapDelayRelativePercent .1.3.6.1.4.1.9.9.772.1.2.1.10
cpfrMapDelayThresholdMax .1.3.6.1.4.1.9.9.772.1.2.1.11
cpfrMapHolddownTimer .1.3.6.1.4.1.9.9.772.1.2.1.12
cpfrMapPrefixForwardInterface .1.3.6.1.4.1.9.9.772.1.2.1.13
cpfrMapJitterThresholdMax .1.3.6.1.4.1.9.9.772.1.2.1.14
cpfrMapLinkGroupName .1.3.6.1.4.1.9.9.772.1.2.1.15
cpfrMapFallbackLinkGroupName .1.3.6.1.4.1.9.9.772.1.2.1.16
cpfrMapLossType .1.3.6.1.4.1.9.9.772.1.2.1.17
cpfrMapLossRelativeAvg .1.3.6.1.4.1.9.9.772.1.2.1.18
cpfrMapLossThresholdMax .1.3.6.1.4.1.9.9.772.1.2.1.19
cpfrMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.2.1.2
cpfrMapModeMonitor .1.3.6.1.4.1.9.9.772.1.2.1.20
cpfrMapModeRouteOpts .1.3.6.1.4.1.9.9.772.1.2.1.21
cpfrMapRouteMetricBgpLocalPref .1.3.6.1.4.1.9.9.772.1.2.1.22
cpfrMapRouteMetricEigrpTagCommunity .1.3.6.1.4.1.9.9.772.1.2.1.23
cpfrMapRouteMetricStaticTag .1.3.6.1.4.1.9.9.772.1.2.1.24
cpfrMapModeSelectExitType .1.3.6.1.4.1.9.9.772.1.2.1.25
cpfrMapMOSThresholdMin .1.3.6.1.4.1.9.9.772.1.2.1.26
cpfrMapMOSPercentage .1.3.6.1.4.1.9.9.772.1.2.1.27
cpfrMapNextHopAddressType .1.3.6.1.4.1.9.9.772.1.2.1.28
cpfrMapNextHopAddress .1.3.6.1.4.1.9.9.772.1.2.1.29
cpfrMapStorageType .1.3.6.1.4.1.9.9.772.1.2.1.3
cpfrMapPeriodicTimer .1.3.6.1.4.1.9.9.772.1.2.1.30
cpfrMapActiveProbeFrequency .1.3.6.1.4.1.9.9.772.1.2.1.31
cpfrMapActiveProbePackets .1.3.6.1.4.1.9.9.772.1.2.1.32
cpfrMapTracerouteReporting .1.3.6.1.4.1.9.9.772.1.2.1.33
cpfrMapUnreachableType .1.3.6.1.4.1.9.9.772.1.2.1.34
cpfrMapUnreachableRelativeAvg .1.3.6.1.4.1.9.9.772.1.2.1.35
cpfrMapUnreachableThresholdMax .1.3.6.1.4.1.9.9.772.1.2.1.36
cpfrMapRoundRobinResolver .1.3.6.1.4.1.9.9.772.1.2.1.37
cpfrMapEventNotifCtrlType .1.3.6.1.4.1.9.9.772.1.2.1.38
cpfrMapEventNotifCtrlThreshold .1.3.6.1.4.1.9.9.772.1.2.1.39
cpfrMapRowStatus .1.3.6.1.4.1.9.9.772.1.2.1.4
cpfrMapEventTCCount .1.3.6.1.4.1.9.9.772.1.2.1.40
cpfrMapName .1.3.6.1.4.1.9.9.772.1.2.1.5
cpfrMapBackoffMinTimer .1.3.6.1.4.1.9.9.772.1.2.1.6
cpfrMapBackoffMaxTimer .1.3.6.1.4.1.9.9.772.1.2.1.7
cpfrMapBackoffStepTimer .1.3.6.1.4.1.9.9.772.1.2.1.8
cpfrMapDelayType .1.3.6.1.4.1.9.9.772.1.2.1.9
cpfrMatchTable .1.3.6.1.4.1.9.9.772.1.3
cpfrMatchEntry .1.3.6.1.4.1.9.9.772.1.3.1
cpfrMatchValid .1.3.6.1.4.1.9.9.772.1.3.1.1
cpfrMatchAddrAccessList .1.3.6.1.4.1.9.9.772.1.3.1.2
cpfrMatchAddrPrefixList .1.3.6.1.4.1.9.9.772.1.3.1.3
cpfrMatchAddrPrefixInside .1.3.6.1.4.1.9.9.772.1.3.1.4
cpfrMatchLearnMode .1.3.6.1.4.1.9.9.772.1.3.1.5
cpfrMatchLearnListName .1.3.6.1.4.1.9.9.772.1.3.1.6
cpfrMatchTCNbarListName .1.3.6.1.4.1.9.9.772.1.3.1.7
cpfrMatchTCNbarApplPfxList .1.3.6.1.4.1.9.9.772.1.3.1.8
cpfrMatchTCPfxInside .1.3.6.1.4.1.9.9.772.1.3.1.9
cpfrResolveTable .1.3.6.1.4.1.9.9.772.1.4
cpfrResolveEntry .1.3.6.1.4.1.9.9.772.1.4.1
cpfrResolveIndex .1.3.6.1.4.1.9.9.772.1.4.1.1
cpfrResolveStorageType .1.3.6.1.4.1.9.9.772.1.4.1.2
cpfrResolveRowStatus .1.3.6.1.4.1.9.9.772.1.4.1.3
cpfrResolvePriority .1.3.6.1.4.1.9.9.772.1.4.1.4
cpfrResolvePolicyType .1.3.6.1.4.1.9.9.772.1.4.1.5
cpfrResolveVariance .1.3.6.1.4.1.9.9.772.1.4.1.6
cpfrResolveMapIndex .1.3.6.1.4.1.9.9.772.1.4.1.7
cpfrResolveMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.4.1.8
cpfrLearnTable .1.3.6.1.4.1.9.9.772.1.5
cpfrLearnEntry .1.3.6.1.4.1.9.9.772.1.5.1
cpfrLearnAggregationType .1.3.6.1.4.1.9.9.772.1.5.1.1
cpfrLearnAggAccesslistName .1.3.6.1.4.1.9.9.772.1.5.1.10
cpfrLearnFilterAccessListName .1.3.6.1.4.1.9.9.772.1.5.1.11
cpfrLearnAggregationPrefixLen .1.3.6.1.4.1.9.9.772.1.5.1.2
cpfrLearnMethod .1.3.6.1.4.1.9.9.772.1.5.1.3
cpfrLearnExpireType .1.3.6.1.4.1.9.9.772.1.5.1.4
cpfrLearnExpireSessionNum .1.3.6.1.4.1.9.9.772.1.5.1.5
cpfrLearnExpireTime .1.3.6.1.4.1.9.9.772.1.5.1.6
cpfrLearnMonitorPeriod .1.3.6.1.4.1.9.9.772.1.5.1.7
cpfrLearnPeriodInterval .1.3.6.1.4.1.9.9.772.1.5.1.8
cpfrLearnPrefixesNumber .1.3.6.1.4.1.9.9.772.1.5.1.9
cpfrLearnListTable .1.3.6.1.4.1.9.9.772.1.6
cpfrLearnListEntry .1.3.6.1.4.1.9.9.772.1.6.1
cpfrLearnListIndex .1.3.6.1.4.1.9.9.772.1.6.1.1
cpfrLearnListNbarAppl .1.3.6.1.4.1.9.9.772.1.6.1.10
cpfrLearnListFilterPfxName .1.3.6.1.4.1.9.9.772.1.6.1.11
cpfrLearnListStorageType .1.3.6.1.4.1.9.9.772.1.6.1.2
cpfrLearnListRowStatus .1.3.6.1.4.1.9.9.772.1.6.1.3
cpfrLearnListReferenceName .1.3.6.1.4.1.9.9.772.1.6.1.4
cpfrLearnListSequenceNum .1.3.6.1.4.1.9.9.772.1.6.1.5
cpfrLearnListMethod .1.3.6.1.4.1.9.9.772.1.6.1.6
cpfrLearnListAclName .1.3.6.1.4.1.9.9.772.1.6.1.7
cpfrLearnListPfxName .1.3.6.1.4.1.9.9.772.1.6.1.8
cpfrLearnListPfxInside .1.3.6.1.4.1.9.9.772.1.6.1.9
cpfrActiveProbeTable .1.3.6.1.4.1.9.9.772.1.7
cpfrActiveProbeEntry .1.3.6.1.4.1.9.9.772.1.7.1
cpfrActiveProbeIndex .1.3.6.1.4.1.9.9.772.1.7.1.1
cpfrActiveProbeCodecName .1.3.6.1.4.1.9.9.772.1.7.1.10
cpfrActiveProbeMapIndex .1.3.6.1.4.1.9.9.772.1.7.1.11
cpfrActiveProbeMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.7.1.12
cpfrActiveProbeAdminStatus .1.3.6.1.4.1.9.9.772.1.7.1.13
cpfrActiveProbeOperStatus .1.3.6.1.4.1.9.9.772.1.7.1.14
cpfrActiveProbeAssignedPfxAddressType .1.3.6.1.4.1.9.9.772.1.7.1.15
cpfrActiveProbeAssignedPfxAddress .1.3.6.1.4.1.9.9.772.1.7.1.16
cpfrActiveProbeAssignedPfxLen .1.3.6.1.4.1.9.9.772.1.7.1.17
cpfrActiveProbeMethod .1.3.6.1.4.1.9.9.772.1.7.1.18
cpfrActiveProbeStorageType .1.3.6.1.4.1.9.9.772.1.7.1.2
cpfrActiveProbeRowStatus .1.3.6.1.4.1.9.9.772.1.7.1.3
cpfrActiveProbeType .1.3.6.1.4.1.9.9.772.1.7.1.4
cpfrActiveProbeTargetAddressType .1.3.6.1.4.1.9.9.772.1.7.1.5
cpfrActiveProbeTargetAddress .1.3.6.1.4.1.9.9.772.1.7.1.6
cpfrActiveProbeTargetPortNumber .1.3.6.1.4.1.9.9.772.1.7.1.7
cpfrActiveProbePfrMapIndex .1.3.6.1.4.1.9.9.772.1.7.1.8
cpfrActiveProbeDscpValue .1.3.6.1.4.1.9.9.772.1.7.1.9
cpfrBRTable .1.3.6.1.4.1.9.9.772.1.8
cpfrBREntry .1.3.6.1.4.1.9.9.772.1.8.1
cpfrBRIndex .1.3.6.1.4.1.9.9.772.1.8.1.1
cpfrBRConnFailureReason .1.3.6.1.4.1.9.9.772.1.8.1.10
cpfrBRAuthFailCount .1.3.6.1.4.1.9.9.772.1.8.1.11
cpfrBRStorageType .1.3.6.1.4.1.9.9.772.1.8.1.2
cpfrBRRowStatus .1.3.6.1.4.1.9.9.772.1.8.1.3
cpfrBRAddressType .1.3.6.1.4.1.9.9.772.1.8.1.4
cpfrBRAddress .1.3.6.1.4.1.9.9.772.1.8.1.5
cpfrBRKeyName .1.3.6.1.4.1.9.9.772.1.8.1.6
cpfrBROperStatus .1.3.6.1.4.1.9.9.772.1.8.1.7
cpfrBRConnStatus .1.3.6.1.4.1.9.9.772.1.8.1.8
cpfrBRUpTime .1.3.6.1.4.1.9.9.772.1.8.1.9
cpfrExitTable .1.3.6.1.4.1.9.9.772.1.9
cpfrExitEntry .1.3.6.1.4.1.9.9.772.1.9.1
cpfrExitIndex .1.3.6.1.4.1.9.9.772.1.9.1.1
cpfrExitMaxUtilTxType .1.3.6.1.4.1.9.9.772.1.9.1.10
cpfrExitMaxUtilTxAbsolute .1.3.6.1.4.1.9.9.772.1.9.1.11
cpfrExitMaxUtilTxPercentage .1.3.6.1.4.1.9.9.772.1.9.1.12
cpfrExitCostCalcMethod .1.3.6.1.4.1.9.9.772.1.9.1.13
cpfrExitCostDiscard .1.3.6.1.4.1.9.9.772.1.9.1.14
cpfrExitCostDiscardType .1.3.6.1.4.1.9.9.772.1.9.1.15
cpfrExitCostDiscardAbsolute .1.3.6.1.4.1.9.9.772.1.9.1.16
cpfrExitCostDiscardPercent .1.3.6.1.4.1.9.9.772.1.9.1.17
cpfrExitCostEndDayOfMonth .1.3.6.1.4.1.9.9.772.1.9.1.18
cpfrExitCostEndOffsetType .1.3.6.1.4.1.9.9.772.1.9.1.19
cpfrExitStorageType .1.3.6.1.4.1.9.9.772.1.9.1.2
cpfrExitCostEndOffset .1.3.6.1.4.1.9.9.772.1.9.1.20
cpfrExitCostFixedFeeCost .1.3.6.1.4.1.9.9.772.1.9.1.21
cpfrExitCostNickName .1.3.6.1.4.1.9.9.772.1.9.1.22
cpfrExitCostSamplingPeriod .1.3.6.1.4.1.9.9.772.1.9.1.23
cpfrExitCostRollupPeriod .1.3.6.1.4.1.9.9.772.1.9.1.24
cpfrExitCostSummerTimeStart .1.3.6.1.4.1.9.9.772.1.9.1.25
cpfrExitCostSummerTimeOffset .1.3.6.1.4.1.9.9.772.1.9.1.26
cpfrExitCostSummerTimeEnd .1.3.6.1.4.1.9.9.772.1.9.1.27
cpfrExitCapacity .1.3.6.1.4.1.9.9.772.1.9.1.28
cpfrExitRxBandwidth .1.3.6.1.4.1.9.9.772.1.9.1.29
cpfrExitRowStatus .1.3.6.1.4.1.9.9.772.1.9.1.3
cpfrExitTxBandwidth .1.3.6.1.4.1.9.9.772.1.9.1.30
cpfrExitTxLoad .1.3.6.1.4.1.9.9.772.1.9.1.31
cpfrExitRxLoad .1.3.6.1.4.1.9.9.772.1.9.1.32
cpfrExitNickName .1.3.6.1.4.1.9.9.772.1.9.1.33
cpfrExitCost1 .1.3.6.1.4.1.9.9.772.1.9.1.34
cpfrExitSustainedUtil1 .1.3.6.1.4.1.9.9.772.1.9.1.35
cpfrExitCost2 .1.3.6.1.4.1.9.9.772.1.9.1.36
cpfrExitSustainedUtil2 .1.3.6.1.4.1.9.9.772.1.9.1.37
cpfrExitCost3 .1.3.6.1.4.1.9.9.772.1.9.1.38
cpfrExitSustainedUtil3 .1.3.6.1.4.1.9.9.772.1.9.1.39
cpfrExitName .1.3.6.1.4.1.9.9.772.1.9.1.4
cpfrExitRollupTotal .1.3.6.1.4.1.9.9.772.1.9.1.40
cpfrExitRollupDiscard .1.3.6.1.4.1.9.9.772.1.9.1.41
cpfrExitRollupLeft .1.3.6.1.4.1.9.9.772.1.9.1.42
cpfrExitRollupCollected .1.3.6.1.4.1.9.9.772.1.9.1.43
cpfrExitRollupMomTgtUtil .1.3.6.1.4.1.9.9.772.1.9.1.44
cpfrExitRollupStartingTgtUtil .1.3.6.1.4.1.9.9.772.1.9.1.45
cpfrExitRollupCurrentTgtUtil .1.3.6.1.4.1.9.9.772.1.9.1.46
cpfrExitRollupCumRxBytes .1.3.6.1.4.1.9.9.772.1.9.1.47
cpfrExitRollupCumTxBytes .1.3.6.1.4.1.9.9.772.1.9.1.48
cpfrExitRollupTimeRemain .1.3.6.1.4.1.9.9.772.1.9.1.49
cpfrExitType .1.3.6.1.4.1.9.9.772.1.9.1.5
cpfrExitOperStatus .1.3.6.1.4.1.9.9.772.1.9.1.50
cpfrExitRsvpBandwidthPool .1.3.6.1.4.1.9.9.772.1.9.1.51
cpfrDowngradeBgpCommunity .1.3.6.1.4.1.9.9.772.1.9.1.6
cpfrExitMaxUtilRxType .1.3.6.1.4.1.9.9.772.1.9.1.7
cpfrExitMaxUtilRxAbsolute .1.3.6.1.4.1.9.9.772.1.9.1.8
cpfrExitMaxUtilRxPercentage .1.3.6.1.4.1.9.9.772.1.9.1.9
ciscoPfrMIBConform .1.3.6.1.4.1.9.9.772.2
ciscoPfrMIBCompliances .1.3.6.1.4.1.9.9.772.2.1
ciscoPfrMIBGroups .1.3.6.1.4.1.9.9.772.2.2