ACL(1)		daemons                  ACL(1)

NAME
	Access control list

DESCRIPTION
	When starting gxevents, user can select a 
	Access control list, that specifies what
	trap should be displayed.

	All lists resides under ./acl sub-directory
	of installation directory.

	The format of the Access control list is as
	follows:

	<command> <entity> <arguments>

	Where command can be: deny, permit.
	Entity can be: oid, oid+g+s.
	Argument is the actual Object Identifier and 
	Generic Specific number of the trap.
	Wild card is allowed if specified as the only 
	argument. By default every trap is passed on.

EXAMPLES
	Following example would deny every incoming trap
	but those that are Cisco specific:
	deny oid *
	permit oid .1.3.6.1.4.1.9.

	To filter out a specific trap:
	deny oid+g+s .1.3.6.1.4.1.9.5.17 2 0

	Deny Cisco specific traps and mib-ii traps:
	deny oid .1.3.6.1.2.1.
	deny oid .1.3.6.1.4.1.9.

SEE ALSO
	gxevents(1)
