Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)

1294 Brocade Network Advisor SAN User Manual
53-1002696-01
Database tables and fields
H
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
PRIV_PROTOCOL An indication of whether messages sent or received
on behalf of this user can be encrypted and if so,
which privacy protocol to use. The current values for
this field are: usmNoPrivProtocol and
usmDESPrivProtocol. This is applicable if the agent is
configured to operate in SNMPv3.
varchar 16
PRIV_PASSWORD The localized secret key used by the privacy protocol
for encrypting and decrypting messages. This is
applicable if the agent is configured to operate in
SNMPv3.
varchar 64
TABLE 314 SNMP_DATA
Field Definition Format Size
ID Primary key column. serial
MIB_OBJECT_ID MIB Object ID. int
TARGET_TYPE Target type of the SNMP collector data. The target
type for,
device level collector is 0
port level collector it is 1.
num (2,0)
TARGET_ID Target id of the SNMP collector data. for device level
collector it will use deviceId, and for port level it will
use interfaceId.
int
VALUE Value of the OID retrieved from the corresponding
target.
double
TIME_IN_SECONDS Time, in seconds, at which the record was inserted. int
TABLE 313 SNMP_CREDENTIALS (Continued)
Field Definition Format Size