Data Center Fabric Manager Professional User Manual v10.3.X (53-1001355-01, November 2009)

476 DCFM Professional User Manual
53-1001355-01
Event/FM
B
TABLE 95 EVENT_SUB_TYPE
Field Definition Format Size
ID* int
EVENT_TYPE_ID Unique Event Sub type ID int
DESCRIPTION Description of Event Sub Type varchar 255
TABLE 96 SNMP_CREDENTIALS
Field Definition Format Size
ID* int
VIRTUAL_SWITCH_ID Virtual switch ID for which this instance of the SNMP
credentials apply.
int
RECIPIENT_ID Refers to recipient in the MESSAGE_RECIPIENT table. int 255
PORT_NUMBER Port number of the SNMP agent on the switch for get
and set requests.
smallint
RETRY_COUNT Number of times to retry if get/set request to the SNMP
agent times out. Default value is 3.
smallint
TIMEOUT Timeout value in seconds for a get/set request to the
SNMP agent. Default value is 5.
smallint
VERSION SNMP agent version running on the switch, as in
SNMPv1 or SNMPv3.
varchar 6
READ_COMMUNITY_
STRING
The SNMP Read-Only Community String is like a
password. It is sent along with each SNMP Get-Request
and allows (or denies) access to a device. The default
value is "public". This is applicable if the agent is
configured to operate in SNMPv1.
varchar 64
WRITE_COMMUNITY_
STRING
The SNMP Write-Only Community String is like a
password. It is sent along with each SNMP Set-Request
and allows (or denies) access to device. The default
value is "private". This is applicable if the agent is
configured to
operate in SNMPv1.
varchar 64
USER_NAME A human-readable string representing the name of the
user. This is applicable if the agent is configured to
operate in SNMPv3.
varchar 64
CONTEXT_NAME Text ID associated with the user, used by SNMP agent to
provide different views. This is applicable if the agent is
configured to operate in SNMPv3.
varchar 128
AUTH_PROTOCOL An indication of whether messages sent or received on
behalf of this user can be authenticated and if so, which
authentication protocol to use. Supported values are:
usmNoAuthProtocol
usmHMACMD5AuthProtocol
usmHMACSHAAuthProtocol
This is applicable if the agent is configured to operate in
SNMPv3.
varchar 16