User guide

40 ExtremeWarePx1 1.2 Command Reference Guide
Commands for Managing the Switch
configure snmp add trapreceiver
configure snmp add trapreceiver <IP address>
{community <community string>}
{port <udp_port>}
Description
Adds a trap receiver to the trap receiver list.
Syntax Description
Default
N/A.
Usage Guidelines
You must have administrator privileges to issue this command.
An authorized trap receiver can be one or more network management stations on your network.
Authorized trap receivers must be conÞgured on the switch for the trap receiver to receive
switch-generated traps. The switch sends SNMP traps to all trap receivers.
Changes made by this command are executed immediately and do not require the build command.
Example
The following command adds the IP address 10.101.0.100 as a trap receiver with community string
purple:
configure snmp add trapreceiver 10.101.0.100 community "purple"
The following command adds the IP address 10.101.0.105 as a trap receiver with community string
green, using port 3003:
configure snmp add trapreceiver 10.101.0.105 community "green" port 3003
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
IP address The IP address of the SNMP trap receiver to add. The IP address can be
unicast, multicast, or broadcast.
community string The community string of the trap receiver.
udp_port A UDP port to which the trap should be sent. Default is 162.