13-Network Management and Monitoring

HomeSupportReference GuidesMIB CompanionH3C S6826 & S9826 Switch Series MIB Companion-Release 671x-6W10013-Network Management and Monitoring
14-SNMP-NOTIFICATION-MIB
Title Size Download
14-SNMP-NOTIFICATION-MIB 59.58 KB

SNMP-NOTIFICATION-MIB

About this MIB

Use this MIB to remotely configure the parameters used by an SNMP entity for generation of notifications.

MIB file name

rfc3413-snmp-notification.mib

Root object

iso(1).org(3).dod(6).internet(1).snmpV2(6).snmpModules(3).snmpNotificationMIB(13)

Tabular objects

snmpNotifyTable

About this table

Use this table to select the management targets to receive notifications and the type of notifications to send to each selected management target.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table index is snmpNotifyName.

Object (OID)

Access

Syntax

Value range

Description

Implementation

snmpNotifyName (1.3.6.1.6.3.13.1.1.1.1)

not-accessible

SnmpAdminString

OCTET STRING (1..32)

Locally arbitrary but unique identifier of an snmpNotifyEntry.

As per the MIB.

snmpNotifyTag (1.3.6.1.6.3.13.1.1.1.2)

read-create

SnmpTagValue

OCTET STRING (0..255)

A single tag value used to select entries in the snmpTargetAddrTable. Any entry in the snmpTargetAddrTable that contains a tag value equal to the value of an instance of this object is selected.

If the object value is zero length, no entries are selected.

As per the MIB.

snmpNotifyType (1.3.6.1.6.3.13.1.1.1.3)

read-create

INTEGER

trap(1), inform(2)

Type of notification to be generated for entries in the snmpTargetAddrTable selected by the corresponding instance of snmpNotifyTag. This value is only used for generation of notifications, and is ignored when snmpTargetAddrTable is used for other purposes.

·     If the value of this object is trap(1), any messages generated for selected rows will contain unconfirmed-class PDUs.

·     If the value of this object is inform(2), any messages generated for selected rows will contain confirmed-class PDUs.

As per the MIB.

snmpNotifyStorageType (1.3.6.1.6.3.13.1.1.1.4)

read-create

StorageType

other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)

Storage type for this conceptual row. Conceptual rows with a value of permanent(4) are denied write-access to any columnar objects in the row.

As per the MIB.

snmpNotifyRowStatus (1.3.6.1.6.3.13.1.1.1.5)

read-create

RowStatus

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

Row status.

As per the MIB.

 

snmpNotifyFilterProfileTable

About this table

This table associates a notification filter profile with a particular set of target parameters.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table index is IMPLIED snmpTargetParamsName.

Object (OID)

Access

Syntax

Value range

Description

Implementation

snmpNotifyFilterProfileName (1.3.6.1.6.3.13.1.2.1.1)

read-create

SnmpAdminString

OCTET STRING (1..32)

Name of the filter profile to be used for generation of notifications using the corresponding entry in the snmpTargetAddrTable.

As per the MIB.

snmpNotifyFilterProfileStorType (1.3.6.1.6.3.13.1.2.1.2)

read-create

StorageType

other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)

Storage type for this conceptual row. Conceptual rows with a value of permanent(4) are denied write-access to any columnar objects in the row.

As per the MIB.

snmpNotifyFilterProfileRowStatus (1.3.6.1.6.3.13.1.2.1.3)

read-create

RowStatus

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

Row status.

As per the MIB.

 

snmpNotifyFilterTable

About this table

This table determines whether specific management targets will receive specific notifications. When a notification is generated, it must be compared with the filters associated with each management target configured to receive notifications, to determine whether it is sent to these management targets.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table indexes are snmpNotifyFilterProfileName and IMPLIED snmpNotifyFilterSubtree.

Object (OID)

Access

Syntax

Value range

Description

Implementation

snmpNotifyFilterSubtree (1.3.6.1.6.3.13.1.3.1.1)

not-accessible

OBJECT IDENTIFIER

Standard MIB values

MIB subtree, which is combined with the corresponding instance of snmpNotifyFilterMask, defines a family of subtrees that are included in or excluded from the filter profile.

As per the MIB.

snmpNotifyFilterMask (1.3.6.1.6.3.13.1.3.1.2)

read-create

OCTET STRING

OCTET STRING (0..16)

Bit mask, which in combination with the corresponding instance of snmpNotifyFilterSubtree, defines a family of subtrees that are included in or excluded from the filter profile.

Each bit of this bit mask corresponds to a sub-identifier of snmpNotifyFilterSubtree, with the most significant bit of the i-th octet of this octet string value corresponding to the (8*i–7)-th sub-identifier, and the least significant bit of the i-th octet of this octet string corresponding to the (8*i)-th sub-identifier, where i is in the range of 1 through 16.

Each bit of this bit mask specifies whether or not the corresponding sub-identifiers must match when determining if an object identifier matches this family of filter subtrees.

A 1 indicates that an exact match must occur. A 0 indicates wild card, which means that any sub-identifier value matches.

Therefore, the object identifier X of an object instance is contained in a family of filter subtrees if, for each sub-identifier of the value of snmpNotifyFilterSubtree, either the i-th bit of snmpNotifyFilterMask is 0, or the i-th sub-identifier of X is equal to the i-th sub-identifier of the value of snmpNotifyFilterSubtree.

If the value of this bit mask is M bits long and there are more than M sub-identifiers in the corresponding instance of snmpNotifyFilterSubtree, the bit mask is extended with 1s to be the required length.

If the value of this object is a zero-length string, this extension rule results in a mask of all-1s being used (no wild card), and the family of filter subtrees is the one subtree uniquely identified by the corresponding instance of snmpNotifyFilterSubtree.

As per the MIB.

snmpNotifyFilterType (1.3.6.1.6.3.13.1.3.1.3)

read-create

INTEGER

included(1), excluded(2)

Whether the family of filter subtrees defined by this entry are included in or excluded from a filter.

As per the MIB.

snmpNotifyFilterStorageType (1.3.6.1.6.3.13.1.3.1.4)

read-create

StorageType

other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)

Storage type for this conceptual row. Conceptual rows with a value of permanent(4) are denied write-access to any columnar objects in the row.

As per the MIB.

snmpNotifyFilterRowStatus (1.3.6.1.6.3.13.1.3.1.5)

read-create

RowStatus

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

Row status.

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
新华三官网