1snmp.conf(5) Apple Inc. snmp.conf(5)
2
3
4
6 snmp.conf - snmp configuration file for cups
7
9 The snmp.conf file configures how the standard CUPS network backends
10 (http, https, ipp, ipps, lpd, snmp, and socket) access printer informa‐
11 tion using SNMPv1 and is normally located in the /etc/cups directory.
12 Each line in the file can be a configuration directive, a blank line,
13 or a comment. Comment lines start with the # character.
14
15 The Community and DebugLevel directives are used by all backends. The
16 remainder apply only to the SNMP backend (cups-snmp(8)).
17
19 The following directives are understood by the CUPS network backends.
20 Consult the on-line help for detailed descriptions:
21
22 Address @IF(name)
23
24 Address @LOCAL
25
26 Address address
27 Sends SNMP broadcast queries to the specified address(es). There
28 is no default for the broadcast address.
29
30 Community name
31 Specifies the community name to use. Only a single community name
32 may be specified. The default community name is "public".
33
34 DebugLevel number
35 Specifies the logging level from 0 (none) to 3 (everything). Typi‐
36 cally only used for debugging (thus the name). The default debug
37 level is 0.
38
39 DeviceURI "regular expression" device-uri [... device-uri]
40 Specifies one or more device URIs that should be used for a given
41 make and model string. The regular expression is used to match the
42 detected make and model, and the device URI strings must be of the
43 form "scheme://%s[:port]/[path]", where "%s" represents the
44 detected address or hostname. There are no default device URI
45 matching rules.
46
47 HostNameLookups on
48
49 HostNameLookups off
50 Specifies whether the addresses of printers should be converted to
51 hostnames or left as numeric IP addresses. The default is "off".
52
53 MaxRunTime seconds
54 Specifies the maximum number of seconds that the SNMP backend will
55 scan the network for printers. The default is 120 seconds (2 min‐
56 utes).
57
59 cups-snmp(8),
60 http://localhost:631/help
61
63 Copyright 2007-2013 by Apple Inc.
64
65
66
6723 April 2012 CUPS snmp.conf(5)