and added files
[bcm963xx.git] / userapps / opensource / net-snmp / local / snmpconf.dir / snmp-data / authopts
1 title Default Authentication Options
2 description This section defines the default authentication
3 description information.  Setting these up properly in your
4 description ~/.snmp/snmp.conf file will greatly reduce the amount of
5 description command line arguments you need to type (especially for snmpv3).
6
7 token defaultPort
8 info  The default port number to use
9 info  This token specifies the default port number you want packets to 
10 info  be sent to and received from.
11 info  override: with -p on the command line.
12 info  arguments: portnum
13 question 1 Enter the default port number to use
14
15 token defVersion
16 info  The default snmp version number to use.
17 info  override: with -v on the command line.
18 info  arguments: 1|2c|3
19 question 1 Enter the default snmp version number to use (1|2c|3)
20 validanswer 1 ^(1|2c|3)$
21
22 token defCommunity
23 info  The default snmpv1 and snmpv2c community name to use when needed.
24 info  If this is specified, you don't need to include the community
25 info  name as an argument to the snmp applications.  
26 info  override: with -c on the command line.
27 info  arguments: communityname
28 question 1 Enter the default community name to use
29
30 token defSecurityName
31 info  The default snmpv3 security name to use when using snmpv3
32 info  override: with -u on the command line.
33 info  arguments: securityname
34 question 1 Enter the default security name to use
35
36 token defContext
37 info  The default snmpv3 context name to use
38 info  override: with -n on the command line.
39 info  arguments: contextname
40 question 1 Enter the default context name to use
41
42 token defSecurityLevel
43 info  The default snmpv3 security level to use
44 info  override: with -l on the command line.
45 info  arguments: noAuthNoPriv|authNoPriv|authPriv
46 question 1 Enter the default privacy pass phrase to use
47 validanswer 1 ^(noAuthNoPriv|authNoPriv|authPriv|nanp|anp|ap)$
48
49 token defAuthType
50 info  The default snmpv3 authentication type name to use
51 info  override: with -a on the command line.
52 info  arguments: authtype
53 question 1 Enter the default authentication type to use (MD5|SHA)
54 validanswer 1 ^(MD5|SHA)$
55
56 token defAuthPassphrase
57 info  The default snmpv3 authentication pass phrase to use
58 info  Note: It must be at least 8 characters long.
59 info  override: with -A on the command line.
60 info  arguments: passphrase
61 question 1 Enter the default authentication pass phrase to use
62
63 token defPrivType
64 info  The default snmpv3 privacy (encryption) type name to use
65 info  override: with -x on the command line.
66 info  arguments: privtype
67 question 1 Enter the default privacy type to use (DES)
68 validanswer 1 ^(DES)$
69
70 token defPrivPassphrase
71 info  The default snmpv3 privacy pass phrase to use
72 info  Note: It must be at least 8 characters long.
73 info  override: with -X on the command line.
74 info  arguments: passphrase
75 question 1 Enter the default privacy pass phrase to use
76
77