Command Line Interface 99
Network Commands
Network Commands

SNMP Commands

The Device Server supports SNMP traps restart and SNMP community authentication error.

Add Community

Description Adds an SNMP community (version 1 and version 2).
User Level Admin
Syntax
Options <community_name>
<config_host>|<ip_address>
The host name of the SNMP community that will send requests to the Device Server.
none|readonly|readwrite

Add Trap

Description Adds an SNMP trap.
User Level Admin
Syntax
Options <trap_name>
<config_host>|<ip_address>

Delete Community

Description Deletes an SNMP community (version 1 and version 2).
User Level Admin
Syntax
Option <config_community_number>
When you add an SNMP community, it gets assigned to a number. To delete the SNMP
community, you need to specify the number of the community that you want to delete.
To see which community is assigned to what number, type the show snmp command.
add community <community_name> <config_host>|<ip_address>
none|readonly|readwrite
A name that will be sent to the Device Server from an SNMP manager. This name will
define the permissions of the manager.
The IP address of the SNMP manager that will send requests to the Device Server. If
the address is 0.0.0.0, any SNMP manager with the Community Name can access the
Device Server.
Permits the Device Server to respond to SNMP requests by:
zNone—There is no response to requests from SNMP.
zReadonly—Responds only to Read requests from SNMP.
zReadwrite—Responds to both Read and Write requests from SNMP.
add trap <trap_name> <config_host>|<ip_address>
An arbitrary trap community name.
Defines the hosts (by IP address) that will receive trap messages generated by the
Device Server. Up to four trap hosts can be defined.
delete community <config_community_number>