User's Manual

Table Of Contents
System Mode Configuration Commands
149
ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N
SNMP Commands
system snmp trap configure <ip address>
This command configures a new or existing SNMP agent to which trap information is
forwarded. After you have issued the system snmp trap configure command to specify
the IP address of the agent, you enter the system-config [snmp-trap] mode, and then you can
configure one keyword and associated parameter or associated keyword at a time in the
order that you prefer.
Command example:
FVS318N>
system snmp trap configure 10.118.33.245
system-config[snmp-trap]>
subnet_mask 255.255.255.0
system-config[snmp-trap]>
port 162
system-config[snmp-trap]>
community public
system-config[snmp-trap]>
save
Related show command: show system snmp trap [agent ipaddress]
Step 1 Format system snmp trap configure <ipaddress>
Mode system
Step 2 Format subnet_mask <subnet mask>
port <number>
community <community name>
agent <ipaddress>
Mode system-config [snmp-trap]
Keyword Associated
Parameter to Type
Description
subnet_mask subnet mask The subnet mask used to determine the list of allowed SNMP
agents that are part of the subnet. To allow any IP address on the
network to manage the device, specify 255.255.255.0. For a
specific host, specify 255.255.255.255. To allow global access,
specify 0.0.0.0.
port number The SNMP port (integer) to which the trap messages are
forwarded. Valid numbers are from 0 to 65535.
community community name The string that represents the community to which the agent
belongs. Most agents are configured to listen for traps in the public
community.
agent ipaddress This keyword and parameter allow you change the existing agent
IP address that you issued to enter the system-config [snmp-trap]
mode.