Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
File Formatsnma.params.txt(4)


NAME

 nma.params.txt - file to configure the Node Management Agent (NMA) SNMP parameters.

SYNOPSIS

 nma.params.txt

DESCRIPTION

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 /.

EXTENDED DESCRIPTION

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.

EXAMPLES

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

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
ArchitectureSPARC
AvailabilitySUNWnhmas
Interface StabilityEvolving

SEE ALSO

nma(1M), nma.notifs.txt(4), nma.properties(4), nma.security(4), nma.targets.txt(4)


Netra HAS FS 2.1Go To TopLast Changed September 2004