#
# Example of Agent Configuration File
#
#	This file allows MANAGERS to be specified.  This is used to
#	specify which managers will be receiving which traps.
#
#	Also, COMMUNITYs can be specified. This allows that agent to
#	be configured such that it will only except requests from
#	certain managers and with certain community strings.
#
# GRAMMAR:
# 
# 	MANAGER		manager
# 			SEND ALL TRAPS TO PORT <port#> 
#			WITH COMMUNITY <name>
# 
# 	COMMUNITY	<name>
# 			ALLOW op OPERATIONS
# 
# 	manager ::=	<hostname> | ipaddr   
# 				where: hostname is defined in /etc/hosts
# 
# 	ipaddr ::=	<a.b.c.d>
# 	op ::= 		ALL | GET | SET 
#
#
#
# COMMUNITY	public
#		ALLOW ALL OPERATIONS
#
# MANAGER	offa
#		SEND ALL TRAPS TO PORT 162
#		WITH COMMUNITY public

ALLOW UNSPECIFIED SMUX SUBAGENT 
                WITH UNSPECIFIED PASSWORDS
                USING 2 SECOND TIMEOUT

COMMUNITY	public
		ALLOW ALL OPERATIONS


