[Python-modules-commits] r2209 - /packages/python-pysnmp4-apps/trunk/debian/pysnmpcmd.1

jluebbe-guest at users.alioth.debian.org jluebbe-guest at users.alioth.debian.org
Tue May 1 17:52:47 UTC 2007


Author: jluebbe-guest
Date: Tue May  1 17:52:47 2007
New Revision: 2209

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2209
Log:
Remove options which don't exist in PySNMP

Modified:
    packages/python-pysnmp4-apps/trunk/debian/pysnmpcmd.1

Modified: packages/python-pysnmp4-apps/trunk/debian/pysnmpcmd.1
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/pysnmpcmd.1?rev=2209&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/pysnmpcmd.1 (original)
+++ packages/python-pysnmp4-apps/trunk/debian/pysnmpcmd.1 Tue May  1 17:52:47 2007
@@ -145,11 +145,6 @@
 .B OUTPUT OPTIONS
 below.
 .TP
-.BI -P " [cdeRuwW]"
-Specifies MIB parsing options.  See
-.B MIB PARSING OPTIONS
-below.
-.TP
 .BI -r " retries"
 Specifies the number of retries to be used in the requests. The default
 is 5.
@@ -206,29 +201,6 @@
 hostname[:port]
 .I or
 IPv4-address[:port]
-.IP "tcp" 28
-hostname[:port]
-.I or
-IPv4-address[:port]
-.IP "unix" 28
-pathname
-.IP "ipx" 28
-[network]:node[/port]
-.TP 28 
-.IR "" "aal5pvc " or " pvc"
-[interface.][VPI.]VCI
-.IP "udp6 or udpv6 or udpipv6" 28
-hostname[:port]
-.I or
-IPv6-address:port
-.I or
- '['IPv6-address']'[:port]
-.IP "tcp6 or tcpv6 or tcpipv6"
-hostname[:port]
-.I or
-IPv6-address:port
-.I or
- '['IPv6-address']'[:port]
 .RE
 .PP
 Note that <transport-specifier> strings are case-insensitive so that,
@@ -246,124 +218,7 @@
 .IR "udp:hostname"
 identical to the previous specification.  The "udp:" is redundant here
 since UDP/IPv4 is the default transport.
-.TP 24
-.IR "TCP:hostname:1161"
-connect to
-.I hostname
-on port
-.I 1161
-using TCP/IPv4 and perform query over that connection.
-.TP 24
-.IR "ipx::00D0B7AAE308"
-perform query using IPX datagrams to node number 
-.I 00D0B7AAE308
-on the default network, and using the default IPX port of 36879 (900F
-hexadecimal), as suggested in RFC 1906.
-.TP 24
-.IR "ipx:0AE43409:00D0B721C6C0/1161"
-perform query using IPX datagrams to port
-.I 1161
-on node number
-.I 00D0B721C6C0
-on network number
-.IR 0AE43409 .
-.TP 24
-.IR "unix:/tmp/local-agent"
-connect to the Unix domain socket 
-.IR /tmp/local-agent ,
-and perform the query over that connection.
-.TP 24
-.IR "/tmp/local-agent"
-identical to the previous specification, since the Unix domain is the
-default transport iff the first character of the <transport-address>
-is a '/'.
-.TP 24
-.IR "AAL5PVC:100"
-perform the query using AAL5 PDUs sent on the permanent virtual
-circuit with VPI=0 and VCI=100 (decimal) on the first ATM adapter in the
-machine.
-.TP 24
-.IR "PVC:1.10.32"
-perform the query using AAL5 PDUs sent on the permanent virtual
-circuit with VPI=10 (decimal) and VCI=32 (decimal) on the second ATM
-adapter in the machine.  Note that "PVC" is a synonym for "AAL5PVC".
-.TP 24
-.IR "udp6:hostname:10161"
-perform the query using UDP/IPv6 datagrams to port
-.I 10161
-on
-.I hostname
-(which will be looked up as an AAAA record).
-.TP 24
-.IR "UDP6:[fe80::2d0:b7ff:fe21:c6c0]"
-perform the query using UDP/IPv6 datagrams to port 161 at address
-.IR fe80::2d0:b7ff:fe21:c6c0 .
-.TP 24
-.IR "tcpipv6:[::1]:1611"
-connect to port 1611 on the local host
-.IR "" ( ::1 
-in IPv6 parlance) using TCP/IPv6 and perform query over that connection.
 .PP
-Note that not all the transport domains listed above will always be
-available; for instance, hosts with no IPv6 support will not be able
-to use udp6 transport addresses, and attempts to do so will result in
-the error "Unknown host".  Likewise, since AAL5 PVC support is only
-currently available on Linux, it will fail with the same error on
-other platforms.
-
-.SH "MIB PARSING OPTIONS"
-The Net-SNMP MIB parser mostly adheres to the Structure of Management
-Information (SMI).  As that specification has changed through time, and
-in recognition of the (ahem) diversity in compliance expressed in MIB
-files, additional options provide more flexibility in reading MIB files.
-.TP
-.B "-Pc"
-Allow ASN.1 comments to extend to the end of the MIB source line.
-Strictly speaking, a second appearance of "--" should terminate the
-comment, but this breaks some MIB files.
-This behaviour can also be set with the configuration token \fIstrictCommentTerm\fR.
-.TP
-.B "-Pd"
-Disables saving the DESCRIPTION of MIB objects when parsing MIB files,
-reducing the amount of memory used by the running application.
-.TP
-.B "-Pe"
-Show errors encountered when parsing MIB files.  These include
-references to IMPORTed modules and MIB objects that cannot be
-located in the MIB directory search list.
-This can also be set with the configuration token \fIshowMibErrors\fR.
-.TP
-.B "-PR"
-If the same MIB object (parent name and sub-identifier) appears multiple
-times in the list of MIB definitions loaded, use the last version to be
-read in.  By default, the first version will be used, and any duplicates
-discarded. 
-This behaviour can also be set with the configuration token \fImibReplaceWithLatest\fR.
-
-Such ordering is normally only relevant if there are two MIB files with
-conflicting object definitions for the same OID (or different revisions
-of the same basic MIB object).
-.\" .B WARNING:
-.\" Setting this option may result in an incorrect hierarchy.
-.\" XXX - Why?
-.TP
-.B "-Pu"
-Allow the underline character in MIB object names and other symbols.
-Strictly speaking, this is not valid SMI syntax, but some vendor MIB
-files define such names.
-This can also be set with the configuration token \fImibAllowUnderline\fR.
-.TP
-.B "-Pw"
-Show various warning messages in parsing MIB files and building
-the overall OID tree.
-This can also be set with the configuration directive
-\fImibWarningLevel 1\fR
-.TP
-.B "-PW"
-Show some additional warning messages, mostly relating to parsing
-individual MIB objects.
-This can also be set with the configuration directive
-\fImibWarningLevel 2\fR
 
 .SH "OUTPUT OPTIONS"
 The format of the output from SNMP commands can be controlled using




More information about the Python-modules-commits mailing list