3)

sysName=<string>

<Command>

 

Set the case of “mib-2.system.sysName.0” in the

http://ip_adr/snmpdconf/snmpdconf.cgi?

 

<string> position. The maximum length of

snmpd=restart

 

<string> is 255 characters.

 

4)

enaAuthTraps=<value>

 

 

Set the case value of “mib-2.snmp.snmp

 

 

EnableAuthenTraps.0” in the <string> position.

 

 

Type “1” (enable) or “2” (disable) in the <value>

 

 

position.

 

5)

community=<ID>,<rwAttr>,

 

 

<communityName>,<IpAddressString>

 

 

Set the community name and the reading/writing

 

 

attributes. <ID> describes the setting identification

 

 

number (1 to 8), <rwAttr> describes a character

 

 

representing the reading/writing attribute (“r”, “R”,

 

 

“w or “W”), <communityName> describes the

 

 

community name to be set, and <IpAddressString>

 

 

describes the IP address of the host you allow

 

 

access (0.0.0.0 for any host).

 

Example: To allow reading/writing by any host in the “private” community and having the ID number “2”.

community=2,w,private,0.0.0.0

6)trap=<ID>,<communityName>,

<IpAddressString>

Set the host you want to send traps to. <ID> describes the setting identification number (1 to 8), <communityName> describes the community name to send traps to, and <IpAddressString>

describes the IP address of the host to send traps to. Example: To specify the destination of traps as the

private community and the ID number “1”. rap=1,public,196.168.0.101

7)delcommunity=<ID>

This parameter is used to delete the previous community setting. <ID> describes the community setting identification number (1 to 8).

8)deltrap=<ID>

This parameter is used to delete the previous setting of the host to send traps to. <ID> describes the trap setting identification number (1 to 8).

When you have finished changing the SNMP setting information using the above parameters 1) to 8), check the changed settings using an inquiry commands. If the changed settings are OK, restart the SNMP using the following CGI command.

SNMP restart command <Method>

GET, POST

Others

Using the SNMP 77