The snmp_config table is used by the snmp collector. The table contains information needed by an snmp agent for selecting snmp version, community string and so on.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| target | varchar(50) | not null | Destination host/network.
Can contain one special value, named 'default' that applies to destinations not specified. |
| community | varchar(50) | not null | The snmp community string |
| retries | integer | not null | Number of retries |
| timeout | integer | not null | The timeout in seconds |
| netmask | varchar(20) | with null | If target is host, netmask is 255.255.255.255, else the target is a network. |
| snmp_version | varchar(50) | not null | SNMP protocol version |
| username | varchar(100) | with null | Username if snmp version needs username authentications |
| password | varchar(100) | with null | Password for authentication if needed |
Product Name: Unicenter Service Management
Table Type: Table