Event Management - Trap daemon TRAP translation table. Each row describes how a 'raw' SNMP trap should be translated to more readable text.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| eid | varchar(250) | not null | Enterprise OID ( e.g. 1.3.6.1.6.3.1.1.5 ) |
| generic | integer | not null | Trap generic number |
| specific | integer | not null | Trap specific number |
| alarmtype | integer | with null | Alarm type |
| alarmname | varchar(250) | with null | Alarm name: E.g. 'coldStart' |
| format | varchar(250) | with null | Format string. Example: 'sysName: %s, sysLocation: %s, ciscoEsNumSwitches: %d' |
| formatattr | integer | with null | Format attributes (not in use) |
| args | varchar(250) | with null | Order of variables in format. Example: '0,1,2' |
| severity | char(3) | with null | Severity in format I, W, E, F |
| mibname | varchar(100) | with null | Mib name (emevt_mib) Example: SNMPv2-MIB |
| enabled | smallint | with null | Translation enabled: 1=yes. |
| modified | integer | with null | Date-time modified (time_t) |
Product Name: Unicenter Network and System Management
Table Type: Table