Specifications

70 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmp add trapreceiver
configure snmp add trapreceiver <ip_address> community {hex}
<community_name> {port <port_number>}
Description
Adds the IP address of a trap receiver to the trap receiver list and specifies which SNMPv1/v2c traps
are to be sent.
Syntax Description
Default
Trap receivers are in enhanced mode by default, and the version is SNMPv2c by default.
Usage Guidelines
The IP address can be unicast, multicast, or broadcast.
An authorized trap receiver can be one or more network management stations on your network.
Authorized trap receivers must be configured on the switch for the trap receiver to receive
switch-generated traps. The switch sends SNMP traps to all trap receivers configured to receive the
specific trap group.
To view the SNMP trap receivers configured on the switch, use the show management command. The
show management command displays information about the switch including the destination and
community of the SNMP trap receivers configured on the switch.
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
ip_address Specifies an SNMP trap receiver IP address.
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
community_name Specifies the community string of the trap receiver.
port_number Specifies a UDP port to which the trap should be sent. Default is 162.