FW 07.00.00/HAFM SW 08.06.00 McDATA E/OS SNMP Support Manual (620-000131-620, April 2005)

D
D-6
E/OS SNMP Support Manual
SNMP Framework MIB
SnmpSecurityLevel
Syntax INTEGER(0..2147483647)
Status current
Description A Level of Security at which SNMP messages can be sent or with
which operations are being processed; in particular, one of:
These three values are ordered such that noAuthNoPriv is less than
authNoPriv and authNoPriv is less than authPriv.
SnmpAdminString
Syntax INTEGER { noAuthNoPriv(1), authNoPriv(2), authPriv(3) }
DISPLAY-HINT "255a"
Status current
Description An octet string containing administrative information, preferably in
human-readable form. To facilitate internationalization, this
information is represented using the ISO/IEC IS 10646-1 character
set, encoded as an octet string using the UTF-8 transformation format
described in [RFC2044].
Since additional code points are added by amendments to the 10646
standard from time to time, implementations must be prepared to
encounter any code point from 0x00000000 to 0x7fffffff.
The use of control codes should be avoided. When it is necessary to
represent a newline, the control code sequence CR LF should be used.
The use of leading or trailing white space should be avoided.
For code points not directly supported by user interface hardware or
software, an alternative means of entry and display, such as
hexadecimal, may be provided.
1 reserved for SNMPv2c
2 reserved for SNMPv2u and SNMPv2*
3 reserved for SNMPv3
noAuthNoPriv without authentication and without privacy,
authNoPriv with authentication but without privacy,
authPriv with authentication and with privacy.