20-Network Management and Monitoring

HomeSupportRoutersCR16000-F SeriesReference GuidesMIB CompanionH3C CR16000-F Routers MIB Reference-R838x-6W10020-Network Management and Monitoring
14-RMON2-MIB
Title Size Download
14-RMON2-MIB 77.29 KB

RMON2-MIB

About this MIB

Use this MIB to monitor the data traffic on a network segment or the entire network. RMON2-MIB is an extended version of RMON to support multi-dimensional monitoring and statistics.

MIB file name

rfc4502-rmon2.mib

Root object

iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).rmon(16)

Scalar objects

probeCapabilities (1.3.6.1.2.1.16.19.1)

Object (OID)

Access

Syntax

Value range

Description

Implementation

probeCapabilities (1.3.6.1.2.1.16.19.1)

read-only

BITS

BITS { etherStats(0), historyControl(1), etherHistory(2), alarm(3), hosts(4), hostTopN(5), matrix(6), filter(7), capture(8), event(9), tokenRingMLStats(10), tokenRingPStats(11), tokenRingMLHistory(12), tokenRingPHistory(13), ringStation(14), ringStationOrder(15), ringStationConfig(16), sourceRouting(17), protocolDirectory(18), protocolDistribution(19), addressMapping(20), nlHost(21), nlMatrix(22), alHost(23), alMatrix(24), usrHistory(25), probeConfig(26) }

An indication of the RMON MIB groups supported on a minimum of one interface by this probe.

As per the MIB.

 

probeSoftwareRev (1.3.6.1.2.1.16.19.2)

Object (OID)

Access

Syntax

Value range

Description

Implementation

probeSoftwareRev (1.3.6.1.2.1.16.19.2)

read-only

OCTET STRING

OCTET STRING (0..15)

Software revision of this device.

As per the MIB.

 

probeHardwareRev (1.3.6.1.2.1.16.19.3)

Object (OID)

Access

Syntax

Value range

Description

Implementation

probeHardwareRev (1.3.6.1.2.1.16.19.3)

read-only

DisplayString

OCTET STRING (0..31)

Hardware revision of this device.

Not supported.

 

Tabular objects

usrHistoryControlTable

About this table

Use this table to configure user-defined history control entries.

Support for operations

CreateTo create a row of instances, you must specify usrHistoryControlIndex and usrHistoryControlStatus in pairs.

Edit/ModifyNot supported

DeleteSupported

ReadSupported

Columns

The table index is usrHistoryControlIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

usrHistoryControlIndex (1.3.6.1.2.1.16.18.1.1.1)

not-accessible

Integer32

Integer32 (1..65535)

Index of a usrHistoryControl entry.

As per the MIB.

usrHistoryControlObjects (1.3.6.1.2.1.16.18.1.1.2)

read-create

Integer32

Integer32 (1..65535)

Number of MIB objects on which historical data is collected.

Value range: 1 to 30.

Default value: 1.

usrHistoryControlBucketsRequested (1.3.6.1.2.1.16.18.1.1.3)

read-create

Integer32

Integer32 (1..65535)

Requested number of samples to be retained for the entry.

A maximum of 50 samples are supported.

You can set a value larger than 50 for this object, but only 50 samples are supported.

usrHistoryControlBucketsGranted (1.3.6.1.2.1.16.18.1.1.4)

read-only

Integer32

Integer32 (1..65535)

Granted number of samples to be retained for the entry.

As per the MIB.

usrHistoryControlInterval (1.3.6.1.2.1.16.18.1.1.5)

read-create

Integer32

Integer32 (1..2147483647)

Sampling interval, in seconds.

Value range: 1 to 4294967.

usrHistoryControlOwner (1.3.6.1.2.1.16.18.1.1.6)

read-create

OwnerString

OCTET STRING (0..127)

Owner of the entry.

Not-displayable characters or question marks are not allowed.

Default: Zero-length string.

usrHistoryControlStatus (1.3.6.1.2.1.16.18.1.1.7)

read-create

RowStatus

active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)

Status of the entry.

Supports only createAndWait(5) after the entry is created.

 

usrHistoryObjectTable

About this table

Use this table to configure user-defined data-collection entries.

Support for operations

CreateSupported

Edit/ModifyNot supported

DeleteSupported

ReadSupported

Columns

The table indexes are usrHistoryControlIndex and usrHistoryObjectIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

usrHistoryObjectIndex (1.3.6.1.2.1.16.18.2.1.1)

not-accessible

Integer32

Integer32 (1..65535)

Index of a usrHistoryObject entry.

As per the MIB.

usrHistoryObjectVariable (1.3.6.1.2.1.16.18.2.1.2)

read-create

OBJECT IDENTIFIER

Standard MIB values.

OID of the variable to be sampled.

As per the MIB.

usrHistoryObjectSampleType (1.3.6.1.2.1.16.18.2.1.3)

read-create

INTEGER

absoluteValue(1), deltaValue(2)

Method of sampling the selected variable for storage in the usrHistoryTable.

As per the MIB.

 

usrHistoryTable

About this table

Use this table to obtain information about history samples.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

Columns

The table indexes are usrHistoryControlIndex, usrHistorySampleIndex, and usrHistoryObjectIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

usrHistorySampleIndex (1.3.6.1.2.1.16.18.3.1.1)

not-accessible

Integer32

Integer32 (1..2147483647)

Index of a sample of this entry.

As per the MIB.

usrHistoryIntervalStart (1.3.6.1.2.1.16.18.3.1.2)

read-only

TimeTicks

Standard MIB values

Sampling start time.

As per the MIB.

usrHistoryIntervalEnd (1.3.6.1.2.1.16.18.3.1.3)

read-only

TimeStamp

Standard MIB values

Sampling end time.

As per the MIB.

usrHistoryAbsValue (1.3.6.1.2.1.16.18.3.1.4)

read-only

Gauge32

Standard MIB values

Absolute value of the monitored object.

As per the MIB.

usrHistoryValStatus

(1.3.6.1.2.1.16.18.3.1.5)

read-only

INTEGER

valueNotAvailable(1), valuePositive(2), valueNegative(3)

Indicates the validity and sign of the data in the associated instance of usrHistoryAbsValue.

As per the MIB.

 

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网