Event Management - Trap daemon MIB management table. This table contains an entry for each group of trap translation records defined in emevt_trap. Its purpose is to document the group (MIB) and enable/disable the group as a whole.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| name | varchar(100) | not null | Mib Name Example: SNMPv2-MIB |
| enabled | smallint | with null | 1 = yes, 0 = no |
| vendor | varchar(250) | with null | Vendor name that supplied MIB Example: Cisco Systems Inc. |
| nameoffile | varchar(250) | with null | File from which it was imported. Example: SNMPV2.MIB |
| description | varchar(250) | with null | Description of MIB |
| internalversion | varchar(250) | with null | MIB version |
| lastmodified | integer | with null | Last modification time (time_t) |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| emevt_trap |