Unix and Linux Discussions Tagged with snmp |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
7,306 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,064 |
AIX |
|
|
|
4 |
3,167 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
6,194 |
AIX |
|
|
|
8 |
21,523 |
AIX |
|
|
|
4 |
8,726 |
Shell Programming and Scripting |
|
|
|
4 |
4,844 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,112 |
Solaris |
|
|
|
1 |
4,319 |
Programming |
|
|
|
4 |
8,565 |
Infrastructure Monitoring |
|
|
|
0 |
3,539 |
IP Networking |
|
|
|
2 |
4,654 |
Solaris |
|
|
|
4 |
7,066 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,928 |
Programming |
|
|
|
0 |
3,218 |
Web Development |
|
|
|
1 |
6,679 |
Infrastructure Monitoring |
|
|
|
3 |
2,716 |
Shell Programming and Scripting |
|
|
|
0 |
4,357 |
Solaris |
|
|
|
2 |
2,715 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,861 |
Shell Programming and Scripting |
|
|
|
7 |
5,199 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
6,595 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
9,691 |
Infrastructure Monitoring |
|
|
|
3 |
5,268 |
Infrastructure Monitoring |
|
|
|
0 |
6,563 |
Infrastructure Monitoring |
|
|
|
1 |
5,717 |
Infrastructure Monitoring |
|
|
|
10 |
9,332 |
Emergency UNIX and Linux Support |
|
|
|
1 |
5,820 |
Infrastructure Monitoring |
|
|
|
3 |
23,969 |
Infrastructure Monitoring |
|
|
|
1 |
12,389 |
Infrastructure Monitoring |
|
|
|
1 |
15,641 |
Infrastructure Monitoring |
|
|
|
0 |
1,797 |
Software Releases - RSS News |
|
|
|
2 |
29,011 |
SCO |
|
|
|
1 |
3,537 |
IP Networking |
|
|
|
0 |
2,024 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,111 |
Security Advisories (RSS) |
|
|
|
1 |
2,447 |
Solaris |
|
|
|
0 |
1,201 |
Security Advisories (RSS) |
|
|
|
0 |
2,020 |
Software Releases - RSS News |
|
|
|
0 |
2,357 |
UNIX for Dummies Questions & Answers |
cups-snmp(8) Apple Inc. cups-snmp(8)
NAME
snmp - cups snmp backend
SYNOPSIS
/usr/lib/cups/backend/snmp ip-address-or-hostname
/usr/libexec/cups/backend/snmp ip-address-or-hostname
lpinfo -v --include-schemes snmp
DESCRIPTION
The CUPS SNMP backend provides legacy discovery and identification of network printers using SNMPv1. When used for discovery through the
scheduler, the backend will list all printers that respond to a broadcast SNMPv1 query with the "public" community name. Additional
queries are then sent to printers that respond in order to determine the correct device URI, make and model, and other information needed
for printing.
In the first form, the SNMP backend is run directly by the user to look up the device URI and other information when you have an IP address
or hostname. This can be used for programs that need to configure print queues where the user has supplied an address but nothing else.
In the second form, the SNMP backend is run indirectly using the lpinfo(8) command. The output provides all printers detected via SNMP on
the configured broadcast addresses. Note: no broadcast addresses are configured by default.
ENVIRONMENT
The DebugLevel value can be overridden using the CUPS_DEBUG_LEVEL environment variable. The MaxRunTime value can be overridden using the
CUPS_MAX_RUN_TIME environment variable.
FILES
The SNMP backend reads the /etc/cups/snmp.conf configuration file, if present, to set the default broadcast address, community name, and
logging level.
CONFORMING TO
The CUPS SNMP backend uses the information from the Host, Printer, and Port Monitor MIBs along with some vendor private MIBs and intelli-
gent port probes to determine the correct device URI and make and model for each printer.
SEE ALSO
backend(7), cups-snmp.conf(5), cupsd(8), lpinfo(8), CUPS Online Help (http://localhost:631/help)
COPYRIGHT
Copyright (C) 2007-2017 by Apple Inc.
10 June 2014 CUPS cups-snmp(8)