DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T s

⟦3fb764693⟧ TextFile

    Length: 1217 (0x4c1)
    Types: TextFile
    Names: »snmptrapd.tex«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦697af93db⟧ »EurOpenD3/network/snmp/mit-snmp.tar.Z« 
        └─⟦57bbcbe75⟧ 
            └─⟦this⟧ »./doc/snmptrapd.tex« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦925ee6880⟧ »EurOpenD3/network/snmp/mit-snmp.900225.tar.Z« 
        └─⟦a4bfa469c⟧ 
            └─⟦this⟧ »./doc/snmptrapd.tex« 

TextFile

%
%	$Header: snmptrapd.tex,v 1.1 89/01/15 19:59:48 jrd Exp $
%	Author: J. Davin
%	Copyright 1988, 1989, Massachusetts Institute of Technology
%

\newpage
\subsection{The Snmptrapd Command}

The snmptrapd command listens for SNMP trap messages
arriving from the network and displays them as they
arrive.
It is coded to run in a BSD 4.3 UNIX environment.

The code for the snmptrapd command illustrates the use of the
Development Kit to accelerate development
of network management applications as well as the
use of the SNMP protocol {\it trap} operation.

Sources for the snmptrapd command reside in the
\verb"snmptrapd" subdirectory of the Development Kit
distribution hierarchy.

It is invoked with the syntax:

{\bf snmptrapd} [{\bf -p} {\it remotePort}] [{\bf -c} {\it communityName}]

If the {\bf -p} flag is present, then the program
will listen for trap messages
at the UDP port specified as {\it remotePort,}
instead of that assigned to the ``snmp-trap'' service
in the \verb"/etc/services" database.

If the {\bf -c} flag is present, then the program
will generate and accept trap messages
associated with the community name specified as {\it communityName,}
instead of using the community name ``public.''