NBS-TRAPCONTROL-MIB
AI MIB Summary
The NBS-TRAPCONTROL-MIB module configures the filtering and routing of SNMP notifications by defining specific trap types and binding them to particular network interfaces. This enables granular control over which port-level events trigger alerts, ensuring that management systems receive only relevant interface-specific traps.
MIB to specify which SNMP Notifications (Traps) are supported, and for which interfaces (ports) each should be sent.
Main OID:
nbsTrapControlMib.1.3.6.1.4.1.629.209
17
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
17 total| Object Name |
|---|
nbsTrapControlMibMIB to specify which SNMP Notifications (Traps) are supported,
and for which interfaces (ports) each should be sent. MODULE-IDENTITY .1.3.6.1.4.1.629.209 |
nbsTrapListGrpList of SNMP Notifications (Traps) emitted by Agent OBJECT IDENTIFIER .1.3.6.1.4.1.629.209.1 |
nbsTrapListTableSizeThe number of entries in nbsTrapListTable.ro Unsigned32 .1.3.6.1.4.1.629.209.1.1 |
nbsTrapListTableA table to list SNMP Notifications emitted by Agent SEQUENCE OF NbsTrapListEntry .1.3.6.1.4.1.629.209.1.2 |
nbsTrapListEntryDescribes a particular SNMP Notification/Trap. NbsTrapListEntry .1.3.6.1.4.1.629.209.1.2.1 |
nbsTrapListIndexAgent-generated unique ID. Numbering is contiguous
and starts from 1. Unsigned32 .1.3.6.1.4.1.629.209.1.2.1.1 |
nbsTrapListTrapMibThe name of the mib where this SNMP Notification is
defined. An example would be IF-MIB.ro DisplayString .1.3.6.1.4.1.629.209.1.2.1.2 |
nbsTrapListTrapNameTrap Name; the name given in the NOTIFICATION-TYPE
definition. An example would be linkUpro DisplayString .1.3.6.1.4.1.629.209.1.2.1.3 |
nbsTrapListTrapDescriptionBrief explanation of this SNMP Notification. Agent
may use the first 100 characters of the DESCRIPTION
clause from the Notification's MIB definition.ro DisplayString .1.3.6.1.4.1.629.209.1.2.1.4 |
nbsTrapListTrapOIDThe sysObjectId, as reported in the enterprise field of the
SNMPv1 trap PDUro DisplayString .1.3.6.1.4.1.629.209.1.2.1.5 |
nbsTrapIfGrpList of interfaces managed by Agent OBJECT IDENTIFIER .1.3.6.1.4.1.629.209.2 |
nbsTrapIfTableSizeThe number of entries in nbsTrapIfTable.ro Unsigned32 .1.3.6.1.4.1.629.209.2.1 |
nbsTrapIfTableA list of all interfaces managed by Agent, and which traps
to send for each. SEQUENCE OF NbsTrapIfEntry .1.3.6.1.4.1.629.209.2.2 |
nbsTrapIfEntryIndicates traps for a particular interface. NbsTrapIfEntry .1.3.6.1.4.1.629.209.2.2.1 |
nbsTrapIfIndexThe ifIndex from the Mib2 ifTable. InterfaceIndex .1.3.6.1.4.1.629.209.2.2.1.1 |
nbsTrapIfTrapsCapsBitmask indicating which SNMP Notifications are supported
for this interface.
Bit 0 is reserved.
Subsequent bits refer to the nbsTrapListTable. Bit 1
corresponds to the first table entry, Bit 2 to the second
entry, and so on.
A bit is set (1) if that SNMP Notification can be sent for
this interface, and cleared (0) if unavailable.
OCTET STRING bitmasks count the leftmost bit (MSB) as 0.ro OCTET STRING .1.3.6.1.4.1.629.209.2.2.1.2 |
nbsTrapIfTrapsSelectBitmask administrating which SNMP Notifications should be
sent for this interface.
Bit 0 is reserved.
Subsequent bits refer to the nbsTrapListTable. Bit 1
corresponds to the first table entry, Bit 2 to the second
entry, and so on.
A bit is set (1) if that SNMP Notification should be
emitted for this interface, and cleared (0) if it should be
suppressed.
OCTET STRING bitmasks count the leftmost bit (MSB) as 0.rw OCTET STRING .1.3.6.1.4.1.629.209.2.2.1.3 |