 |
|
|
NAME
nma.params.txt - file to configure
the Node Management Agent (NMA) SNMP parameters.
SYNOPSIS
nma.params.txt
The installDir/etc/opt/SUNWcgha/nma.params.txt file defines the communication, implementation and accessibility
configuration of SNMP in the NMA. By default this file is located at /etc/opt/SUNWcgha/nma.params.txt. Replace installDir with the root installation directory if the root installation
directory is not /.
An entry in the nma.params.txt uses the following
syntax:
paramsEntry=paramsIdentifier,processingModel,securityModel,securityName,\
securityLevel,persistency
-
paramsIdentifier
-
ID of the SNMP parameter set.
-
processingModel
-
Values can be 0, 1 or 3 for SNMPv1, SNMPv2 or SNMPv3 repectively.
-
securityModel
-
0, 1 or 3
for SNMPv1, SNMPv2 or SNMPv3 repectively.
-
securityName
-
The name of the principal to use.
-
securityLevel
-
1 for no authentication and no cyphering, 2 for authentification with no cyphering, or 3
for authentification and cyphering.
-
persistency
-
Storage type. Choose 3 for non-volatile storage.
The following example is the default nma.params.txt
file. Example 1. Example nma.params.txt File
#######################################################
# Please refer to the [RFC2573] for information details
#######################################################
# paramsEntry=<paramsIdentifier>,<processingModel>,\
# <securityModel>,<securityLevel>,\
# <securityName>,<securityLevel>,<persistency>
# where :
# <paramsIdentifier> = Unique ID of the SNMP parameters
# <processingModel> = (0) SNMP V1, (1) SNMP V2c, (3) SNMP V3
# <securityModel> = (0) SNMP V1, (1) SNMP V2c, (3) SNMP V3
# <securityName> = Principal to use
# <securityLevel> = (1) NoAuthNoPriv, (2) AuthNoPriv, (3) AuthPriv
# <persistency> = Persistency type of the row
# SNMP parameters V2
paramsEntry=snmpV2,1,1,public,1,3
See attributes(5)
for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Architecture | SPARC |
Availability | SUNWnhmas |
Interface Stability | Evolving |
nma(1M), nma.notifs.txt(4), nma.properties(4), nma.security(4), nma.targets.txt(4)
Netra HAS FS 2.1 | Go To Top | Last Changed September 2004 |
Company Info
|
Contact
|
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
|