home *** CD-ROM | disk | FTP | other *** search
- # COMMUNIT.CNF - Configure SNMP communities, hosts and permissions.
- #
- # This is the session configuration file that determines whom may
- # access the gateway. Each line consists of three items:
- #
- # First, the session name.
- #
- # Second, the IP address of the remote site. If address is 0.0.0.0, any
- # address may communicate on that session name.
- #
- # Third, the privileges given that session name. These currently
- # consist of READ for read only, WRITE for read/write, or NONE to
- # lock out a session name. Permissions must be in UPPER CASE.
- #
- # The format is:
- #
- # session_name IP_address_in_dot_notation privileges
- #
- # The first example below gives the community name 'public' the right to
- # read all of SNMPD's variables from any IP address. The second, which
- # has been commented out, allows one particular host to use the community
- # name 'interop' to read or write SNMPD's variables.
- #
- public 0.0.0.0 READ
- #interop 45.1.2.3 WRITE
-