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

DCFM Enterprise User Manual 725
53-1001357-01
SNMP
D
SNMP
TABLE 186 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 Recipient in the MESSAGE_RECIPIENT table. int
POR)_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 a
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 the 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. The supported
values for this field are: usmNoAuthProtocol,
usmHMACMD5AuthProtocol, and
usmHMACSHAAuthProtocol. This is applicable if the
agent is configured to operate in SNMPv3.
varchar 16
AUTH_PASSWORD The localized secret key used by the authentication
protocol for authenticating messages. This is
applicable if the agent is configured to operate in
SNMPv3.
varchar 64