CISCO-RTTMON-MIB :: rttMonApplProbeCapacity

MIB Reference — IPNetwork Monitor

All MIBsCISCO-RTTMON-MIBrttMonApplProbeCapacity

rttMonApplProbeCapacity

Module: CISCO-RTTMON-MIB

OID (symbolic): CISCO-RTTMON-MIB::rttMonApplProbeCapacity

OID (numeric): 1.3.6.1.4.1.9.9.42.1.1.10

Node type: OBJECT-TYPE

Type: Integer32

Access: read-only

Description:

This object defines the number of new probes that can be configured on a router. The number depends on the value of rttMonApplFreeMemLowWaterMark, free bytes available on the router and the system configured rttMonCtrlAdminEntry number. Equation: rttMonApplProbeCapacity = MIN(((Free_Bytes_on_the_Router - rttMonApplFreeMemLowWaterMark)/ Memory_required_by_each_probe), rttMonApplNumCtrlAdminEntry - Num_of_Probes_already_configured))

What is rttMonApplProbeCapacity?

This object calculates how many new Round Trip Time Monitor probes can be created on a router based on available memory and configuration limits. The value is computed by comparing the router's free memory against the memory needed per probe and the maximum configured probes. Network administrators check this to determine if they can add more SNMP probes for network monitoring without exhausting resources.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.42.1.1.10
snmpwalk -v2c -c public <target> CISCO-RTTMON-MIB::rttMonApplProbeCapacity

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.42.1.1.10.1
snmpget -v2c -c public <target> CISCO-RTTMON-MIB::rttMonApplProbeCapacity.1

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.9ciscoCISCO-SMI
1.3.6.1.4.1.9.9ciscoMgmtCISCO-SMI
1.3.6.1.4.1.9.9.42ciscoRttMonMIBCISCO-RTTMON-MIB
1.3.6.1.4.1.9.9.42.1ciscoRttMonObjectsCISCO-RTTMON-MIB
1.3.6.1.4.1.9.9.42.1.1rttMonApplCISCO-RTTMON-MIB
1.3.6.1.4.1.9.9.42.1.1.10rttMonApplProbeCapacityCISCO-RTTMON-MIB