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.
    
ciscoPfrMIB 1.3.6.1.4.1.9.9.772
Imported Objects
CISCO-NBAR-PROTOCOL-DISCOVERY-MIB CiscoPdProtocolIndex
CISCO-SMI ciscoMgmt
CISCO-TC CiscoPort InterfaceIndexOrZero
DIFFSERV-DSCP-TC DscpOrAny
HCNUM-TC CounterBasedGauge64
INET-ADDRESS-MIB InetAddress InetAddressType InetPortNumber
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-CONF MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMI Counter32 Gauge32 Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE TimeTicks Unsigned32
SNMPv2-TC DateAndTime RowStatus StorageType TEXTUAL-CONVENTION TimeInterval TimeStamp TruthValue
Type Definitions (11)
PfrBorderRouterIndex Unsigned32 range: 1..4294967295
PfrExitIndex Unsigned32 range: 1..4294967295
PfrLastUncontrolReason Enumeration
none(1)
activatingUnsedFcdTgt(2)
ifaceDown(3)
newProbeTargetAssigned(4)
newTargetAssigned(5)
borderDown(6)
uncontrolNonOptimizedPfx(7)
recontrolNull0Pfx(8)
recontrolSinkHolePfx(9)
modeRouteChange(10)
pfxEnabled(11)
uncontrolModeMonitorChange(12)
insideEnabled(13)
forcedNextHop(14)
forwardToNull0(15)
clearOnePfx(16)
clearOneTc(17)
grantUpdated(18)
tcInFastMode(19)
pbrBRTopologyChange(20)
pfrReqNotMet(21)
probeFrequencyChange(22)
fcdTgtAssRemMod(23)
policyChangedAddedNewFcdProbeTgt(24)
usingFcdTgtNow(25)
firstTargetWithDscpAdded(26)
usingLmNow(27)
lastTargetWithDscpRemoved(28)
couldntMonitor(29)
couldntControl(30)
applControlOnBrFailed(31)
allProtoCouldNtControl(32)
excludePfxFailed(33)
ipflowRestFailed(34)
couldntExclude(35)
dontDowngradeAllEntrances(36)
maxDownGrade(37)
cantSelectEntrances(38)
unhandledOopReasonInChooseExit(39)
oopModeSelectExitGood(40)
couldntFindBestExitInAllLinkGrps(41)
couldntFindBestExit(42)
failedToControlRoute(43)
endOfProbing(44)
retryForcedNextHop(45)
noStatusInPfxTimeout(46)
couldntChooseExitInPfxTimeout(47)
inconsistentView(48)
unableToSendControlMsg(49)
nbarIdStateUpdated(50)
controledExitIsNotCurrent(51)
exitMisMatch(52)
newExitWhileInpolicy(53)
unknownExit(54)
controlledExitIsNotCurrForUpd(55)
couldntControlPasPfxInSpecMode(56)
remoteStatsNotFound(57)
nbarInternalIfAddedRemoved(58)
noPassiveData(59)
probeNumPktsChanged(60)
last(61)
PfrLearnListIndex Unsigned32 range: 1..4294967295
PfrLearnListIndexOrZero Unsigned32 range: 0..4294967295
PfrMapIndex Unsigned32 range: 1..4294967295
PfrMapIndexOrZero Unsigned32 range: 0..4294967295
PfrMapPolicyIndex Unsigned32 range: 1..4294967295
PfRMasterControllerIndex Unsigned32 range: 1..4294967295
PfrMetricPolicyType Enumeration
relative(1)
threshold(2)
PfrResolvePolicyType Enumeration
none(0)
cost(1)
delay(2)
jitter(3)
loss(4)
mos(5)
range(6)
utilization(7)
Objects (290)
ciscoPfrMIB .1.3.6.1.4.1.9.9.772
ciscoPfrMIBNotifs .1.3.6.1.4.1.9.9.772.0
ciscoPfrMIBObjects .1.3.6.1.4.1.9.9.772.1
cpfrMCTable .1.3.6.1.4.1.9.9.772.1.1
cpfrMCEntry cpfrMCIndex .1.3.6.1.4.1.9.9.772.1.1.1
cpfrMCIndex PfRMasterControllerIndex .1.3.6.1.4.1.9.9.772.1.1.1.1
cpfrMCPortNumber r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.9.9.772.1.1.1.10
cpfrMCTracerouteProbeDelay r/w millisecondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.11
cpfrMCRsvpPostDialDelay r/w millisecondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.12
cpfrMCRsvpSignalingRetries r/w retriesUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.13
cpfrMCNetflowExporter r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.1.1.14
cpfrMCAdminStatus r/w Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.15
cpfrMCOperStatus Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.16
cpfrMCConnStatus Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.17
cpfrMCNumofBorderRouters border routersUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.18
cpfrMCNumofExits exitsUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.19
cpfrMCStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.1.1.2
cpfrMCLearnState Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.20
cpfrMCLearnStateTimeRemain secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.21
cpfrMCPrefixCount prefixesSNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.772.1.1.1.22
cpfrMCPrefixLearned prefixesSNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.772.1.1.1.23
cpfrMCPrefixConfigured SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.772.1.1.1.24
cpfrMCPbrMet SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.772.1.1.1.25
cpfrMCLoggingAdminStatus r/w Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.26
cpfrMCControlMode r/w Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.27
cpfrMCClear r/w Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.28
cpfrMCLastClearTime SNMPv2-TCTimeStamp .1.3.6.1.4.1.9.9.772.1.1.1.29
cpfrMCRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.1.1.3
cpfrMCNotifisControl r/w Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.30
cpfrMCChangeConfigType Enumeration .1.3.6.1.4.1.9.9.772.1.1.1.31
cpfrMCChangeConfigValue Integer32 .1.3.6.1.4.1.9.9.772.1.1.1.32
cpfrMCMapIndex r/w PfrMapIndexOrZero .1.3.6.1.4.1.9.9.772.1.1.1.4
cpfrMCKeepAliveTimer r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.5
cpfrMCMaxPrefixTotal r/w prefixesUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.6
cpfrMCMaxPrefixLearn r/w prefixesUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.7
cpfrMCEntranceLinksMaxUtil r/w percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.1.1.8
cpfrMCExitLinksMaxUtil r/w percentUnsigned32 .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 cpfrMCIndexcpfrBRIndexcpfrExitIndexcpfrExitCostTierIndex .1.3.6.1.4.1.9.9.772.1.10.1
cpfrExitCostTierIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.10.1.1
cpfrExitCostTierStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.10.1.2
cpfrExitCostTierRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.10.1.3
cpfrExitCostTierFee r/w Unsigned32 .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 cpfrMCIndexcpfrTrafficClassIndex .1.3.6.1.4.1.9.9.772.1.11.1
cpfrTrafficClassIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.11.1.1
cpfrTCSrcMinPort CISCO-TCCiscoPort .1.3.6.1.4.1.9.9.772.1.11.1.10
cpfrTCSrcMaxPort CISCO-TCCiscoPort .1.3.6.1.4.1.9.9.772.1.11.1.11
cpfrTCDstPrefixType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.772.1.11.1.12
cpfrTCDstPrefix INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.772.1.11.1.13
cpfrTCDstPrefixLen Unsigned32 .1.3.6.1.4.1.9.9.772.1.11.1.14
cpfrTCDstMinPort CISCO-TCCiscoPort .1.3.6.1.4.1.9.9.772.1.11.1.15
cpfrTCDstMaxPort CISCO-TCCiscoPort .1.3.6.1.4.1.9.9.772.1.11.1.16
cpfrTCDscpValue Integer32 .1.3.6.1.4.1.9.9.772.1.11.1.17
cpfrTCProtocol bgpEnumeration .1.3.6.1.4.1.9.9.772.1.11.1.18
cpfrTCNbarApplication CISCO-NBAR-PROTOCOL-DISCOVERY-MIBCiscoPdProtocolIndex .1.3.6.1.4.1.9.9.772.1.11.1.19
cpfrTCBRIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.11.1.2
cpfrTCBRExitIndex PfrExitIndex .1.3.6.1.4.1.9.9.772.1.11.1.3
cpfrTCMapIndex PfrMapIndexOrZero .1.3.6.1.4.1.9.9.772.1.11.1.4
cpfrTCMapPolicyIndex PfrMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.11.1.5
cpfrTrafficClassValid Bits .1.3.6.1.4.1.9.9.772.1.11.1.6
cpfrTCSrcPrefixType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.772.1.11.1.7
cpfrTCSrcPrefix INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.772.1.11.1.8
cpfrTCSrcPrefixLen Unsigned32 .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 cpfrMCIndexcpfrTrafficClassIndex .1.3.6.1.4.1.9.9.772.1.12.1
cpfrTCStatus Enumeration .1.3.6.1.4.1.9.9.772.1.12.1.1
cpfrTCSLastRouteChangeEvent SNMPv2-TCTimeStamp .1.3.6.1.4.1.9.9.772.1.12.1.10
cpfrTCSLastRouteChangeReason PfrLastUncontrolReason .1.3.6.1.4.1.9.9.772.1.12.1.11
cpfrTCSType Enumeration .1.3.6.1.4.1.9.9.772.1.12.1.2
cpfrTCSLearnListIndex PfrLearnListIndexOrZero .1.3.6.1.4.1.9.9.772.1.12.1.3
cpfrTCSTimeOnCurrExit secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.12.1.4
cpfrTCSControlState Enumeration .1.3.6.1.4.1.9.9.772.1.12.1.5
cpfrTCSControlBy Enumeration .1.3.6.1.4.1.9.9.772.1.12.1.6
cpfrTCSTimeRemainCurrState secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.12.1.7
cpfrTCSLastOOPEventTime SNMPv2-TCTimeStamp .1.3.6.1.4.1.9.9.772.1.12.1.8
cpfrTCSLastOOPReason Enumeration .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 cpfrMCIndexcpfrTrafficClassIndex .1.3.6.1.4.1.9.9.772.1.13.1
cpfrTCMLastUpdateTime SNMPv2-TCTimeStamp .1.3.6.1.4.1.9.9.772.1.13.1.1
cpfrTCMPassiveSTLossAvg packetsUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.10
cpfrTCMActiveSTUnreachableAvg flows-per-millionUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.11
cpfrTCMActiveSTDelayAvg Unsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.12
cpfrTCMPassiveLTUnreachableAvg Unsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.13
cpfrTCMPassiveLTDelayAvg Unsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.14
cpfrTCMPassiveLTLossAvg Unsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.15
cpfrTCMActiveLTUnreachableAvg Unsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.16
cpfrTCMActiveLTDelayAvg Unsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.17
cpfrTCMAge secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.2
cpfrTCMetricsValid Bits .1.3.6.1.4.1.9.9.772.1.13.1.3
cpfrTCMActiveSTJitterAvg percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.4
cpfrTCMMOSPercentage percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.5
cpfrTCMAttempts attemptsUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.6
cpfrTCMPackets Packets/probeUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.7
cpfrTCMPassiveSTUnreachableAvg flows-per-millionUnsigned32 .1.3.6.1.4.1.9.9.772.1.13.1.8
cpfrTCMPassiveSTDelayAvg Unsigned32 .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 cpfrMCIndexcpfrLinkGroupNamecpfrLinkGroupIndex .1.3.6.1.4.1.9.9.772.1.14.1
cpfrLinkGroupName OctetString .1.3.6.1.4.1.9.9.772.1.14.1.1
cpfrLinkGroupIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.14.1.2
cpfrLinkGroupStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.14.1.3
cpfrLinkGroupRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.14.1.4
cpfrLinkGroupBRIndex r/w PfrBorderRouterIndex .1.3.6.1.4.1.9.9.772.1.14.1.5
cpfrLinkGroupExitIndex r/w PfrExitIndex .1.3.6.1.4.1.9.9.772.1.14.1.6
cpfrLinkGroupType Enumeration .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 cpfrNbarApplListNamecpfrNbarApplIndex .1.3.6.1.4.1.9.9.772.1.15.1
cpfrNbarApplListName OctetString .1.3.6.1.4.1.9.9.772.1.15.1.1
cpfrNbarApplIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.15.1.2
cpfrNbarApplListStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.15.1.3
cpfrNbarApplListRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.15.1.4
cpfrNbarApplPdIndex r/w CISCO-NBAR-PROTOCOL-DISCOVERY-MIBCiscoPdProtocolIndex .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 cpfrMapIndexcpfrMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.2.1
cpfrMapIndex PfrMapIndex .1.3.6.1.4.1.9.9.772.1.2.1.1
cpfrMapDelayRelativePercent r/w tenths of percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.10
cpfrMapDelayThresholdMax r/w millisecondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.11
cpfrMapHolddownTimer r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.12
cpfrMapPrefixForwardInterface r/w CISCO-TCInterfaceIndexOrZero .1.3.6.1.4.1.9.9.772.1.2.1.13
cpfrMapJitterThresholdMax r/w millisecondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.14
cpfrMapLinkGroupName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.2.1.15
cpfrMapFallbackLinkGroupName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.2.1.16
cpfrMapLossType r/w PfrMetricPolicyType .1.3.6.1.4.1.9.9.772.1.2.1.17
cpfrMapLossRelativeAvg r/w tenths of percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.18
cpfrMapLossThresholdMax r/w packets-per-millionUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.19
cpfrMapPolicyIndex PfrMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.2.1.2
cpfrMapModeMonitor r/w Enumeration .1.3.6.1.4.1.9.9.772.1.2.1.20
cpfrMapModeRouteOpts r/w Enumeration .1.3.6.1.4.1.9.9.772.1.2.1.21
cpfrMapRouteMetricBgpLocalPref r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.22
cpfrMapRouteMetricEigrpTagCommunity r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.23
cpfrMapRouteMetricStaticTag r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.24
cpfrMapModeSelectExitType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.2.1.25
cpfrMapMOSThresholdMin r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.26
cpfrMapMOSPercentage r/w percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.27
cpfrMapNextHopAddressType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.772.1.2.1.28
cpfrMapNextHopAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.772.1.2.1.29
cpfrMapStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.2.1.3
cpfrMapPeriodicTimer r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.30
cpfrMapActiveProbeFrequency r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.31
cpfrMapActiveProbePackets r/w packetsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.32
cpfrMapTracerouteReporting r/w Bits .1.3.6.1.4.1.9.9.772.1.2.1.33
cpfrMapUnreachableType r/w PfrMetricPolicyType .1.3.6.1.4.1.9.9.772.1.2.1.34
cpfrMapUnreachableRelativeAvg r/w tenths of percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.35
cpfrMapUnreachableThresholdMax r/w flows per millionUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.36
cpfrMapRoundRobinResolver r/w Enumeration .1.3.6.1.4.1.9.9.772.1.2.1.37
cpfrMapEventNotifCtrlType r/w PfrMetricPolicyType .1.3.6.1.4.1.9.9.772.1.2.1.38
cpfrMapEventNotifCtrlThreshold Unsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.39
cpfrMapRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.2.1.4
cpfrMapEventTCCount r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.40
cpfrMapName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.2.1.5
cpfrMapBackoffMinTimer r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.6
cpfrMapBackoffMaxTimer r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.7
cpfrMapBackoffStepTimer r/w secondsUnsigned32 .1.3.6.1.4.1.9.9.772.1.2.1.8
cpfrMapDelayType r/w PfrMetricPolicyType .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 cpfrMapIndexcpfrMapPolicyIndex .1.3.6.1.4.1.9.9.772.1.3.1
cpfrMatchValid r/w Bits .1.3.6.1.4.1.9.9.772.1.3.1.1
cpfrMatchAddrAccessList r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.3.1.2
cpfrMatchAddrPrefixList r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.3.1.3
cpfrMatchAddrPrefixInside r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.772.1.3.1.4
cpfrMatchLearnMode r/w Enumeration .1.3.6.1.4.1.9.9.772.1.3.1.5
cpfrMatchLearnListName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.3.1.6
cpfrMatchTCNbarListName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.3.1.7
cpfrMatchTCNbarApplPfxList r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.3.1.8
cpfrMatchTCPfxInside r/w SNMPv2-TCTruthValue .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 cpfrResolveIndex .1.3.6.1.4.1.9.9.772.1.4.1
cpfrResolveIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.4.1.1
cpfrResolveStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.4.1.2
cpfrResolveRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.4.1.3
cpfrResolvePriority r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.4.1.4
cpfrResolvePolicyType r/w PfrResolvePolicyType .1.3.6.1.4.1.9.9.772.1.4.1.5
cpfrResolveVariance r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.4.1.6
cpfrResolveMapIndex r/w PfrMapIndexOrZero .1.3.6.1.4.1.9.9.772.1.4.1.7
cpfrResolveMapPolicyIndex r/w PfrMapPolicyIndex .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 cpfrMCIndex .1.3.6.1.4.1.9.9.772.1.5.1
cpfrLearnAggregationType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.5.1.1
cpfrLearnAggAccesslistName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.5.1.10
cpfrLearnFilterAccessListName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.5.1.11
cpfrLearnAggregationPrefixLen r/w bitsUnsigned32 .1.3.6.1.4.1.9.9.772.1.5.1.2
cpfrLearnMethod r/w Bits .1.3.6.1.4.1.9.9.772.1.5.1.3
cpfrLearnExpireType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.5.1.4
cpfrLearnExpireSessionNum r/w monitoring periodsUnsigned32 .1.3.6.1.4.1.9.9.772.1.5.1.5
cpfrLearnExpireTime r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.5.1.6
cpfrLearnMonitorPeriod r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.5.1.7
cpfrLearnPeriodInterval r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.5.1.8
cpfrLearnPrefixesNumber r/w prefixesUnsigned32 .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 cpfrMCIndexcpfrLearnListIndex .1.3.6.1.4.1.9.9.772.1.6.1
cpfrLearnListIndex PfrLearnListIndex .1.3.6.1.4.1.9.9.772.1.6.1.1
cpfrLearnListNbarAppl r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.6.1.10
cpfrLearnListFilterPfxName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.6.1.11
cpfrLearnListStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.6.1.2
cpfrLearnListRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.6.1.3
cpfrLearnListReferenceName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.6.1.4
cpfrLearnListSequenceNum r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.6.1.5
cpfrLearnListMethod r/w Bits .1.3.6.1.4.1.9.9.772.1.6.1.6
cpfrLearnListAclName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.6.1.7
cpfrLearnListPfxName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.6.1.8
cpfrLearnListPfxInside r/w SNMPv2-TCTruthValue .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 cpfrActiveProbeIndex .1.3.6.1.4.1.9.9.772.1.7.1
cpfrActiveProbeIndex Unsigned32 .1.3.6.1.4.1.9.9.772.1.7.1.1
cpfrActiveProbeCodecName r/w Enumeration .1.3.6.1.4.1.9.9.772.1.7.1.10
cpfrActiveProbeMapIndex r/w PfrMapIndexOrZero .1.3.6.1.4.1.9.9.772.1.7.1.11
cpfrActiveProbeMapPolicyIndex r/w PfrMapIndexOrZero .1.3.6.1.4.1.9.9.772.1.7.1.12
cpfrActiveProbeAdminStatus r/w Enumeration .1.3.6.1.4.1.9.9.772.1.7.1.13
cpfrActiveProbeOperStatus Enumeration .1.3.6.1.4.1.9.9.772.1.7.1.14
cpfrActiveProbeAssignedPfxAddressType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.772.1.7.1.15
cpfrActiveProbeAssignedPfxAddress INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.772.1.7.1.16
cpfrActiveProbeAssignedPfxLen Unsigned32 .1.3.6.1.4.1.9.9.772.1.7.1.17
cpfrActiveProbeMethod Enumeration .1.3.6.1.4.1.9.9.772.1.7.1.18
cpfrActiveProbeStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.7.1.2
cpfrActiveProbeRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.7.1.3
cpfrActiveProbeType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.7.1.4
cpfrActiveProbeTargetAddressType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.772.1.7.1.5
cpfrActiveProbeTargetAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.772.1.7.1.6
cpfrActiveProbeTargetPortNumber r/w CISCO-TCCiscoPort .1.3.6.1.4.1.9.9.772.1.7.1.7
cpfrActiveProbePfrMapIndex r/w PfrMapIndexOrZero .1.3.6.1.4.1.9.9.772.1.7.1.8
cpfrActiveProbeDscpValue r/w Unsigned32 .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 cpfrMCIndexcpfrBRIndex .1.3.6.1.4.1.9.9.772.1.8.1
cpfrBRIndex PfrBorderRouterIndex .1.3.6.1.4.1.9.9.772.1.8.1.1
cpfrBRConnFailureReason Enumeration .1.3.6.1.4.1.9.9.772.1.8.1.10
cpfrBRAuthFailCount SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.772.1.8.1.11
cpfrBRStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.8.1.2
cpfrBRRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.8.1.3
cpfrBRAddressType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.772.1.8.1.4
cpfrBRAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.772.1.8.1.5
cpfrBRKeyName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.8.1.6
cpfrBROperStatus r/w Enumeration .1.3.6.1.4.1.9.9.772.1.8.1.7
cpfrBRConnStatus Enumeration .1.3.6.1.4.1.9.9.772.1.8.1.8
cpfrBRUpTime SNMPv2-SMITimeTicks .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 cpfrMCIndexcpfrBRIndexcpfrExitIndex .1.3.6.1.4.1.9.9.772.1.9.1
cpfrExitIndex PfrExitIndex .1.3.6.1.4.1.9.9.772.1.9.1.1
cpfrExitMaxUtilTxType r/w PfrMetricPolicyType .1.3.6.1.4.1.9.9.772.1.9.1.10
cpfrExitMaxUtilTxAbsolute r/w KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.11
cpfrExitMaxUtilTxPercentage r/w percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.12
cpfrExitCostCalcMethod r/w Enumeration .1.3.6.1.4.1.9.9.772.1.9.1.13
cpfrExitCostDiscard r/w Enumeration .1.3.6.1.4.1.9.9.772.1.9.1.14
cpfrExitCostDiscardType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.9.1.15
cpfrExitCostDiscardAbsolute r/w samplesUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.16
cpfrExitCostDiscardPercent r/w percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.17
cpfrExitCostEndDayOfMonth r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.18
cpfrExitCostEndOffsetType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.9.1.19
cpfrExitStorageType r/w SNMPv2-TCStorageType .1.3.6.1.4.1.9.9.772.1.9.1.2
cpfrExitCostEndOffset r/w SNMPv2-TCTimeInterval .1.3.6.1.4.1.9.9.772.1.9.1.20
cpfrExitCostFixedFeeCost r/w dollarsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.21
cpfrExitCostNickName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.9.1.22
cpfrExitCostSamplingPeriod r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.23
cpfrExitCostRollupPeriod r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.24
cpfrExitCostSummerTimeStart r/w SNMPv2-TCDateAndTime .1.3.6.1.4.1.9.9.772.1.9.1.25
cpfrExitCostSummerTimeOffset r/w minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.26
cpfrExitCostSummerTimeEnd r/w SNMPv2-TCDateAndTime .1.3.6.1.4.1.9.9.772.1.9.1.27
cpfrExitCapacity KbpsHCNUM-TCCounterBasedGauge64 .1.3.6.1.4.1.9.9.772.1.9.1.28
cpfrExitRxBandwidth KbpsHCNUM-TCCounterBasedGauge64 .1.3.6.1.4.1.9.9.772.1.9.1.29
cpfrExitRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.9.9.772.1.9.1.3
cpfrExitTxBandwidth KbpsHCNUM-TCCounterBasedGauge64 .1.3.6.1.4.1.9.9.772.1.9.1.30
cpfrExitTxLoad percentUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.31
cpfrExitRxLoad Unsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.32
cpfrExitNickName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.9.1.33
cpfrExitCost1 dollarsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.34
cpfrExitSustainedUtil1 KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.35
cpfrExitCost2 dollarsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.36
cpfrExitSustainedUtil2 KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.37
cpfrExitCost3 dollarsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.38
cpfrExitSustainedUtil3 KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.39
cpfrExitName r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.772.1.9.1.4
cpfrExitRollupTotal minutesUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.40
cpfrExitRollupDiscard Unsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.41
cpfrExitRollupLeft Unsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.42
cpfrExitRollupCollected Unsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.43
cpfrExitRollupMomTgtUtil KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.44
cpfrExitRollupStartingTgtUtil KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.45
cpfrExitRollupCurrentTgtUtil kbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.46
cpfrExitRollupCumRxBytes SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.772.1.9.1.47
cpfrExitRollupCumTxBytes SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.772.1.9.1.48
cpfrExitRollupTimeRemain SNMPv2-TCTimeInterval .1.3.6.1.4.1.9.9.772.1.9.1.49
cpfrExitType r/w Enumeration .1.3.6.1.4.1.9.9.772.1.9.1.5
cpfrExitOperStatus Enumeration .1.3.6.1.4.1.9.9.772.1.9.1.50
cpfrExitRsvpBandwidthPool bytesHCNUM-TCCounterBasedGauge64 .1.3.6.1.4.1.9.9.772.1.9.1.51
cpfrDowngradeBgpCommunity r/w Unsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.6
cpfrExitMaxUtilRxType r/w PfrMetricPolicyType .1.3.6.1.4.1.9.9.772.1.9.1.7
cpfrExitMaxUtilRxAbsolute r/w KbpsUnsigned32 .1.3.6.1.4.1.9.9.772.1.9.1.8
cpfrExitMaxUtilRxPercentage r/w percentUnsigned32 .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
Notifications / Traps (6)
NameOIDDescription
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.