head	1.3;
access;
symbols;
locks
	root:1.3; strict;
comment	@# @;


1.3
date	2004.06.18.01.23.10;	author root;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.14.00.04.52;	author root;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.12.02.28.23;	author root;	state Exp;
branches;
next	;


desc
@@


1.3
log
@*** empty log message ***
@
text
@*** CONFIDENTIAL ***
The information in this file is subject to a Confidentiality Agreement with InMon Corp.

		sFlow Agent README
		==================

RCS 			- directory for version control (see ci(1))

sflow_api.h		- include file for sflow agent library.  All the
	        	  external calls and callbacks are declared here.

sflow.h			- structure definitions for the sflow sample packet.

sflow_agent.C		- Agent object. Normally one per switch/router, but
			  "agentSubId" can be used to distinguish multiple
			  agents representing different parts of the same device.

sflow_sampler.C		- Sampler object (one per interface/vlan).
			  If implementing the SNMP MIB, then there will be
			  one of these for each row in the SNMP table. Usually
			  all the Samplers are created and given to the
			  Agent at initialization time.

sflow_poller.C		- Sampler object (one per interface/vlan).
			  If implementing the SNMP MIB, then there will be
			  one of these for each row in the SNMP table. Usually
			  all the Samplers are created and given to the
			  Agent at initialization time.

sflow_receiver.C	- Receiver object.  Usually created at startup as a list
			  of available "slots" coressponding to rows in the receiver
			  table of the MIB.

sflsp.C			- Example program. Implements a rudimentary Sflow
			  Agent using the libpcap packet capture library
			  (see tcpdump(1)).

Makefile		- Makefile for builing sflsp program.


Neil McKee
InMon Corp.
http://www.inmon.com
tel: 415-283-3265
@


1.2
log
@*** empty log message ***
@
text
@d44 1
a44 1
tel: 415-661-6343
@


1.1
log
@Initial revision
@
text
@d14 3
a16 1
sflow_agent.C		- Agent object (one per switch).
d24 5
a28 5
sflow_target.C		- Target object (one per UDP destination).
			  These are created and deleted automatically by the
			  Agent.  It is the Target object that accumulates
			  packet and counters samples in a UDP packet, and
			  sends them to the destination.
d30 3
a32 1
sflow_dataSource.C 	- DataSource object.  Uniquely identifies a Sampler.
@
