CISCO-SLB-DFP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SLB-DFP-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
 ciscoSlbDfpMIB 1.3.6.1.4.1.9.9.689
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.
         ciscoSlbDfpMIBNotifs 1.3.6.1.4.1.9.9.689.0
             cslbcSlbDfpCongestionOnset 1.3.6.1.4.1.9.9.689.0.1
The server generates this notification when value of cslbcInstanceDfpValue object drops below the threshold indicated by the cslbcDfpCongestionOnsetThreshold object.
             cslbcSlbDfpCongestionAbate 1.3.6.1.4.1.9.9.689.0.2
The server generates this notification when value of cslbcInstanceDfpValue object rises above the threshold indicated by the cslbcDfpCongestionAbateThreshold object.
         ciscoSlbDfpMIBObjects 1.3.6.1.4.1.9.9.689.1
             cslbcDfpCongestionOnsetThreshold 1.3.6.1.4.1.9.9.689.1.1 cslbcdfpvalue read-write
This 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 all the processors.
             cslbcDfpCongestionAbateThreshold 1.3.6.1.4.1.9.9.689.1.2 cslbcdfpvalue read-write
This 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 same for all processors.
             cslbcDfpCongestionThresholdType 1.3.6.1.4.1.9.9.689.1.3 integer no-access
This object specifies the action taken when the congestion threshold is reached. The valid congestion action type are o reject - Incoming registration requests will be rejected when this congestion type is configured. o abort - Registration request being processed will be aborted when this congestion type is configured. o redirect - Incoming registration requests will be redirected to another Home Agent when this congestion type is configured. o drop - Existing idle mobile IP bindings will be dropped when this congestion type is configured. A mobile IP binding is a record present with the server that associates the home address given to the mobile node by its home network with the care of address granted to it by the foreign network while it is roaming. The Home Agent is a real server that maintains mobile bindings. Enumeration: 'redirect': 3, 'drop': 4, 'abort': 2, 'reject': 1.
             cslbcProcessorDfpValTable 1.3.6.1.4.1.9.9.689.1.4 no-access
This table lists the DFP status for each processor for which DFP weights are monitored.
                 cslbcProcessorDfpValEntry 1.3.6.1.4.1.9.9.689.1.4.1 no-access
The 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 congestion no longer needs to be monitored.
                     cslbcProcessorDfpValPhysicalIndex 1.3.6.1.4.1.9.9.689.1.4.1.1 entphysicalindexorzero no-access
This element contains the index of the physical entity or identifier of the processor for which the DFP value is maintained.
                     cslbcProcessorDfpValDescription 1.3.6.1.4.1.9.9.689.1.4.1.2 snmpadminstring read-only
This element contains the description for the congestion configured on for processor.
                     cslbcProcessorDfpValDfpValue 1.3.6.1.4.1.9.9.689.1.4.1.3 cslbcdfpvalue read-only
This object indicates DFP value for the processor.
         ciscoSlbDfpMIBConform 1.3.6.1.4.1.9.9.689.2
             ciscoSlbDfpMIBCompliances 1.3.6.1.4.1.9.9.689.2.1
                 ciscoSlbDfpMIBCompliance 1.3.6.1.4.1.9.9.689.2.1.1
The compliance statement for entities which implement ciscoSlbDfp MIB module.
             ciscoSlbDfpMIBGroups 1.3.6.1.4.1.9.9.689.2.2
                 ciscoSlbDfpInstanceGroup 1.3.6.1.4.1.9.9.689.2.2.1
This group represents the fields that identifies the processor and associated DFP value.
                 cslbcSlbDfpScalarsGroup 1.3.6.1.4.1.9.9.689.2.2.2
This group represents the set of thresholds against which the DFP value is compared.
                 cslbcSlbDfpCongestionGroup 1.3.6.1.4.1.9.9.689.2.2.3
This groutp represents the group of notifications on Home Agent.