Annotation of embedaddon/php/ext/snmp/tests/snmpd.conf, revision 1.1

1.1     ! misho       1: # Listen for connections from the local system only
        !             2: agentaddress udp:127.0.0.1:161,udp6:[::1]:161
        !             3: 
        !             4: rocommunity public 127.0.0.1
        !             5: rocommunity6 public ::1
        !             6: rwcommunity private 127.0.0.1
        !             7: 
        !             8: Do not enable them - being set here they make appropriate OID switch into r/o
        !             9: #syslocation  "Somewhere in the world"
        !            10: #syscontact  "root"
        !            11: 
        !            12: #SNMPv3 credentials
        !            13: rouser adminMD5
        !            14: rouser adminSHA
        !            15: rwuser adminMD5AES
        !            16: rouser adminMD5AES128
        !            17: rouser adminMD5DES
        !            18: createUser adminMD5 MD5 test1234
        !            19: createUser adminSHA SHA test1234
        !            20: createUser adminMD5AES MD5 test1234 AES test1234
        !            21: createUser adminMD5AES128 MD5 test1234 AES test1234
        !            22: createUser adminMD5DES MD5 test1234 DES test1234
        !            23: 
        !            24: createUser noAuthUser
        !            25: authuser read noAuthUser noauth

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>