~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to local/snmpconf.dir/snmpd-data/system

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
title System Information Setup
 
2
description  This section defines some of the information reported in
 
3
description  the "system" mib group in the mibII tree.
 
4
 
 
5
token syslocation
 
6
info  The [typically physical] location of the system.
 
7
info  Note that setting this value here means that when trying to
 
8
info  perform an snmp SET operation to the sysLocation.0 variable will make
 
9
info  the agent return the "notWritable" error code.  IE, including
 
10
info  this token in the snmpd.conf file will disable write access to
 
11
info  the variable.
 
12
info  arguments:  location_string
 
13
question 1 The location of the system
 
14
 
 
15
token syscontact
 
16
info  The contact information for the administrator
 
17
info  Note that setting this value here means that when trying to
 
18
info  perform an snmp SET operation to the sysContact.0 variable will make
 
19
info  the agent return the "notWritable" error code.  IE, including
 
20
info  this token in the snmpd.conf file will disable write access to
 
21
info  the variable.
 
22
info  arguments:  contact_string
 
23
question 1 The contact information
 
24
 
 
25
token sysservices
 
26
info  The proper value for the sysServices object.
 
27
info  arguments:  sysservices_number
 
28
question 1 does this host offer physical services (eg, like a repeater) [answer 0 or 1]
 
29
question 2 does this host offer datalink/subnetwork services (eg, like a bridge)
 
30
question 3 does this host offer internet services (eg, supports IP)
 
31
question 4 does this host offer end-to-end services (eg, supports TCP)
 
32
question 7 does this host offer application services (eg, supports SMTP)
 
33
validanswer 1 ^(0|1)$
 
34
validanswer 2 ^(0|1)$
 
35
validanswer 3 ^(0|1)$
 
36
validanswer 4 ^(0|1)$
 
37
validanswer 7 ^(0|1)$
 
38
line eval $1*1 + $2*2 + $3*4 + $4*8 + $7*64
 
39
 
 
40
group system_setup
 
41
single syslocation
 
42
single syscontact
 
43
single sysservices Do you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)?