A3COM0012-TRAPTABLE2

File: A3COM0012-TRAPTABLE2.mib (5986 bytes)

Imported modules

A3COM0004-GENERIC RFC1213-MIB RFC-1212

Imported symbols

localSnmp DisplayString OBJECT-TYPE

Defined Types

SnmpTrapEntry  
SEQUENCE    
  snmpTrapIndex INTEGER
  snmpTrapDestination DisplayString Size(0..50)
  snmpTrapProtocol INTEGER
  snmpTrapCommunity DisplayString Size(0..32)
  snmpTrapCategory OCTET STRING
  snmpTrapThrottle INTEGER
  snmpTrapRowStatus INTEGER

Defined Values

snmpTrapTable 1.3.6.1.4.1.43.10.10.2
This table can store the destination addresses of SNMP managers that wish to receive traps from this device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpTrapEntry

snmpTrapEntry 1.3.6.1.4.1.43.10.10.2.1
This table can store the destination addresses of SNMP managers that wish to receive traps from this device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpTrapEntry  

snmpTrapIndex 1.3.6.1.4.1.43.10.10.2.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

snmpTrapDestination 1.3.6.1.4.1.43.10.10.2.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..50)  

snmpTrapProtocol 1.3.6.1.4.1.43.10.10.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ip(2), ipx(3)  

snmpTrapCommunity 1.3.6.1.4.1.43.10.10.2.1.4
SNMP Community String to be used when sending Traps to this destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

snmpTrapCategory 1.3.6.1.4.1.43.10.10.2.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

snmpTrapThrottle 1.3.6.1.4.1.43.10.10.2.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..99999  

snmpTrapRowStatus 1.3.6.1.4.1.43.10.10.2.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

snmpTrapNextFreeIndex 1.3.6.1.4.1.43.10.10.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255