A3COM0012-TRAPTABLE2: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM0012-TRAPTABLE2
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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 snmpTrapTable 1.3.6.1.4.1.43.10.10.2 no-access
This table can store the destination addresses of SNMP managers that wish to receive traps from this device.
     snmpTrapEntry 1.3.6.1.4.1.43.10.10.2.1 no-access
This table can store the destination addresses of SNMP managers that wish to receive traps from this device.
         snmpTrapIndex 1.3.6.1.4.1.43.10.10.2.1.1 integer read-only
This is the unique identifier for this row in the snmpTrapTable. When creating a new row, a manager can read the value of the snmpTrapNextFreeIndex object and (if non-zero) can use this value as the index of the new row to be created. The actual number of rows that can be created on any particular device depends on the memory and processing resources available at the time.
         snmpTrapDestination 1.3.6.1.4.1.43.10.10.2.1.2 displaystring read-write
This DisplayString is the network address of the device to which SNMP traps will be sent. This is an IP or IPX address. The following formats can be used. IP nnn.nnn.nnn.nnn - dotted format IPX AABBCCDD:AABBCCDDEEFF - network : node Destination addresses must be unique within this table. An error is returned if an attempt is made to add a duplicate address.
         snmpTrapProtocol 1.3.6.1.4.1.43.10.10.2.1.3 integer read-only
This defines the transport protocol to use when sending an SNMP trap. At present, this value is determined by the format/value of snmpTrapDestionation which is currently un-ambiguous and so this object is read-only. Enumeration: 'unknown': 1, 'ipx': 3, 'ip': 2.
         snmpTrapCommunity 1.3.6.1.4.1.43.10.10.2.1.4 displaystring read-write
SNMP Community String to be used when sending Traps to this destination.
         snmpTrapCategory 1.3.6.1.4.1.43.10.10.2.1.5 octet string read-write
32 Bit Mask indicating which Trap categories that the snmpTrapDestination is interested in. '00000001'h - High Priority Configuration Traps '00000002'h - Low Priority Configuration Traps '00000004'h - High Priority Security Traps '00000008'h - Low Priority Security Traps '00000010'h - Alarms & Polling Traps '00000020'h - Regular Heartbeat Traps '00000040'h - End Station Table Traps '00000080'h - reserved '00000100'h - Physical Entity Traps '00000200'h - Facility Traps '00000400'h - Service Related Traps A value of 0xFFFFFFFF enables all traps.
         snmpTrapThrottle 1.3.6.1.4.1.43.10.10.2.1.6 integer read-write
The maximum rate at which that snmpTrapDestination is willing to receive traps, specified as the minimum interval in milliseconds between traps. For example, a value of 2000 will limit traps sent to this destination to one trap every 2 seconds. A value of zero indicates that no trap throttling is required.
         snmpTrapRowStatus 1.3.6.1.4.1.43.10.10.2.1.7 integer read-write
The SNMPv2 RowStatus convention. Notes: Because this is such a simple table:- 1) Writing any data to a destroyed row, changes its state to active. 2) There is no notReady or notInService state. Each row is either active or destroyed. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6.
 snmpTrapNextFreeIndex 1.3.6.1.4.1.43.10.10.3 integer read-only
Indicates the the next value of snmpTrapIndex which can be used to create a new trap destination entry. This value is zero if there are no free rows in the table.