MIB Viewer

CISCO-SLB-DFP-MIB

21 objects
This MIB reports the congestion status of the real server. A server can be in congested state due to high memory consumption, high CPU utilization or high number of clients being served by it. Congestion can cause delay in server response time. DFP (Dynamic Feedback Protocol) weight values are used as a metric to monitor the congestion of the server. This MIB generates notifications when congestion state is detected on the real server. DFP weight is calculated as follows BindingWeight=(Maxbindings-numberOfBindings)/Maxbindings CPUMemWeight=(cpu + mem)/32 Weight = BindingWeight*CPUMemWeight*dfp_max_weight Here, - Maxbindings is the maximum number of bindings allowed on the server. - dfp_max_weight is the maximum possible value of DFP weight (24). - numberOfBindings is the number of mobile bindings currently present with the server. The DFP weight at which congestion is detected is configurable. If the DFP weight of the system falls below this value, then the system is treated as congested and notification is generated.
Imported Objects
CISCO-SMIciscoMgmt
CISCO-TCEntPhysicalIndexOrZero
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.689IdentityciscoSlbDfpMIBThis MIB reports the congestion status of the real server. A server can be in congested state due to high memory consumption, high CPU utilization or high numb…
1.3.6.1.4.1.9.9.689.0NodeciscoSlbDfpMIBNotifs
1.3.6.1.4.1.9.9.689.0.1NotificationcslbcSlbDfpCongestionOnsetcurrentThe server generates this notification when value of cslbcInstanceDfpValue object drops below the threshold indicated by the cslbcDfpCongestionOnsetThreshold o…
1.3.6.1.4.1.9.9.689.0.2NotificationcslbcSlbDfpCongestionAbatecurrentThe server generates this notification when value of cslbcInstanceDfpValue object rises above the threshold indicated by the cslbcDfpCongestionAbateThreshold o…
1.3.6.1.4.1.9.9.689.1NodeciscoSlbDfpMIBObjects
1.3.6.1.4.1.9.9.689.1.1ScalarcslbcDfpCongestionOnsetThresholdread-writecurrentThis object specifes when congestion occurs. When the DFP level of the system drops below this value, the system is marked as congested. This value is same for…
1.3.6.1.4.1.9.9.689.1.2ScalarcslbcDfpCongestionAbateThresholdread-writecurrentThis object specifies when decongestion occurs. When the DFP level of the system rises above this value, the system is marked as decongested. This value is sam…
1.3.6.1.4.1.9.9.689.1.3ScalarcslbcDfpCongestionThresholdTypeaccessible-for-notifycurrentThis object specifies the action taken when the congestion threshold is reached. The valid congestion action type are o reject - Incoming registration requests…
1.3.6.1.4.1.9.9.689.1.4TablecslbcProcessorDfpValTablenot-accessiblecurrentThis table lists the DFP status for each processor for which DFP weights are monitored.
1.3.6.1.4.1.9.9.689.1.4.1RowcslbcProcessorDfpValEntrynot-accessiblecurrentThe entry contains DFP value for one processor. A row is added to this table when congestion needs to be monitored on a processor. Row is deleted when congesti…
1.3.6.1.4.1.9.9.689.1.4.1.1ColumncslbcProcessorDfpValPhysicalIndexnot-accessiblecurrentThis element contains the index of the physical entity or identifier of the processor for which the DFP value is maintained.
1.3.6.1.4.1.9.9.689.1.4.1.2ColumncslbcProcessorDfpValDescriptionread-onlycurrentThis element contains the description for the congestion configured on for processor.
1.3.6.1.4.1.9.9.689.1.4.1.3ColumncslbcProcessorDfpValDfpValueread-onlycurrentThis object indicates DFP value for the processor.
1.3.6.1.4.1.9.9.689.2NodeciscoSlbDfpMIBConform
1.3.6.1.4.1.9.9.689.2.1NodeciscoSlbDfpMIBCompliances
1.3.6.1.4.1.9.9.689.2.1.1ComplianceciscoSlbDfpMIBCompliancecurrentThe compliance statement for entities which implement ciscoSlbDfp MIB module.
1.3.6.1.4.1.9.9.689.2.2NodeciscoSlbDfpMIBGroups
1.3.6.1.4.1.9.9.689.2.2.1GroupciscoSlbDfpInstanceGroupcurrentThis group represents the fields that identifies the processor and associated DFP value.
1.3.6.1.4.1.9.9.689.2.2.2GroupcslbcSlbDfpScalarsGroupcurrentThis group represents the set of thresholds against which the DFP value is compared.
1.3.6.1.4.1.9.9.689.2.2.3GroupcslbcSlbDfpCongestionGroupcurrentThis groutp represents the group of notifications on Home Agent.
Type Definitions
NameSyntaxStatusDescription
CslbcDfpValueUnsigned32 (0..65535)currentThis textual convention defines valid ranges DFP values similar to slbDfpRealWeight object defined in CISCO-SLB-MIB.