NBS-TRAPCONTROL-MIB: View SNMP OID List / Download MIB
VENDOR: NBASE SWITCH COMMUNICATION
Home | MIB: NBS-TRAPCONTROL-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).
|
|||
Object Name | OID | Type | Access | Info |
nbsTrapControlMib | 1.3.6.1.4.1.629.209 |
MIB to specify which SNMP Notifications (Traps) are supported, and for which interfaces (ports) each should be sent. |
||
nbsTrapListGrp | 1.3.6.1.4.1.629.209.1 |
List of SNMP Notifications (Traps) emitted by Agent |
||
nbsTrapListTableSize | 1.3.6.1.4.1.629.209.1.1 | unsigned32 | read-only |
The number of entries in nbsTrapListTable. |
nbsTrapListTable | 1.3.6.1.4.1.629.209.1.2 | no-access |
A table to list SNMP Notifications emitted by Agent |
|
1.3.6.1.4.1.629.209.1.2.1 | no-access |
Describes a particular SNMP Notification/Trap. |
||
nbsTrapListIndex | 1.3.6.1.4.1.629.209.1.2.1.1 | unsigned32 | no-access |
Agent-generated unique ID. Numbering is contiguous and starts from 1. |
nbsTrapListTrapMib | 1.3.6.1.4.1.629.209.1.2.1.2 | displaystring | read-only |
The name of the mib where this SNMP Notification is defined. An example would be IF-MIB. |
nbsTrapListTrapName | 1.3.6.1.4.1.629.209.1.2.1.3 | displaystring | read-only |
Trap Name; the name given in the NOTIFICATION-TYPE definition. An example would be linkUp |
nbsTrapListTrapDescription | 1.3.6.1.4.1.629.209.1.2.1.4 | displaystring | read-only |
Brief explanation of this SNMP Notification. Agent may use the first 100 characters of the DESCRIPTION clause from the Notification's MIB definition. |
nbsTrapListTrapOID | 1.3.6.1.4.1.629.209.1.2.1.5 | displaystring | read-only |
The sysObjectId, as reported in the enterprise field of the SNMPv1 trap PDU |
nbsTrapIfGrp | 1.3.6.1.4.1.629.209.2 |
List of interfaces managed by Agent |
||
nbsTrapIfTableSize | 1.3.6.1.4.1.629.209.2.1 | unsigned32 | read-only |
The number of entries in nbsTrapIfTable. |
nbsTrapIfTable | 1.3.6.1.4.1.629.209.2.2 | no-access |
A list of all interfaces managed by Agent, and which traps to send for each. |
|
1.3.6.1.4.1.629.209.2.2.1 | no-access |
Indicates traps for a particular interface. |
||
nbsTrapIfIndex | 1.3.6.1.4.1.629.209.2.2.1.1 | interfaceindex | no-access |
The ifIndex from the Mib2 ifTable. |
nbsTrapIfTrapsCaps | 1.3.6.1.4.1.629.209.2.2.1.2 | octet string | read-only |
Bitmask 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. |
nbsTrapIfTrapsSelect | 1.3.6.1.4.1.629.209.2.2.1.3 | octet string | read-write |
Bitmask 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. |