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

⟦3712ff817⟧ TextFile

    Length: 3190 (0xc76)
    Types: TextFile
    Names: »snmpd.rc«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/snmp/snmpd.rc« 

TextFile

###############################################################################
#
# snmpd.rc - SNMP configuration information
#
# $Header: /f/osi/snmp/RCS/snmpd.rc,v 7.2 90/01/11 18:34:39 mrose Exp $
#
# Contributed by NYSERNet Inc.  This work was partially supported by the
# U.S. Defense Advanced Research Projects Agency and the Rome Air Development
# Center of the U.S. Air Force Systems Command under contract number
# F30602-88-C-0016.
#
#
# $Log:	snmpd.rc,v $
# Revision 7.2  90/01/11  18:34:39  mrose
# real-sync
# 
# Revision 7.1  89/12/08  22:49:52  mrose
# touch-up
# 
# Revision 7.0  89/11/23  22:23:28  mrose
# Release 6.0
# 
###############################################################################

###############################################################################
#
# How to configure this file for your system:
#
# 1. Fill-in the value for "sysContact" below, e.g.,
#
#	variable	sysContact	"Marshall Rose <mrose@nisc.nyser.net>"
#
#	variable	sysLocation	"upstairs machine room"
#
#    The sysName variable is automatically filled-in by the agent.
#
# 2. If your site has a management station that listens for traps, fill-in
#    the information for the trap sink, e.g.,
#
#	trap		traps		a.b.c.d
#
#    where "traps" is the community that the traps should be logged under and
#    a.b.c.d is the IP-address of the host where a trap sink is listening on
#    UDP port 162.
#
# 3. Make sure that all of the network interfaces are listed below.  If you
#    Have a strange interface name, define it accordingly, e.g.,
#
#	variable	interface	NAME	ifType=XX	ifSpeed=YY
#
#    where "NAME" is the interface name according to ifconfig(8c), XX is
#    the type of interface according to the MIB (look at the definition of
#    the ifType variable), and YY is the speed in bits/second.
#
###############################################################################

community	public		0.0.0.0			readOnly

logging		file=snmpd.log	size=50
logging		slevel=fatal	slevel=exceptions	slevel=notice
logging		sflags=create	sflags=zero		dflags=close

variable	sysDescr	"4BSD/ISODE SNMP"
variable	sysObjectID	agents.1
#variable	sysContact	"Marshall Rose <mrose@nisc.nyser.net>"
#variable	sysName		
#variable	sysLocation	"upstairs machine room"
variable	sysServices	72

# replace a.b.c.d with real IP-address
#trap		traps		a.b.c.d

variable	interface lo0	ifType=24	ifSpeed=0

# here are all the ethernet names I know about...
variable	interface ace0	ifType=6
variable	interface de0	ifType=6
variable	interface ec0	ifType=6
variable	interface ei0	ifType=6
variable	interface en0	ifType=6
variable	interface enp0	ifType=6
variable	interface ex0	ifType=6
variable	interface ie0	ifType=6
variable	interface il0	ifType=6
variable	interface ix0	ifType=6
variable	interface le0	ifType=6
variable	interface qe0	ifType=6

# and slip...
variable	interface sl0	ifType=22
variable	interface sl1	ifType=22
variable	interface sl2	ifType=22
variable	interface sl3	ifType=22

# and miscellany...
variable	interface ddn0	ifType=4
variable	interface dmc0	ifType=22
variable	interface dmv0	ifType=22
variable	interface hy0	ifType=14
#could be proteon-80MBit
#variable	interface vv0	ifType=12