Specifications

40 ExtremeWare XOS 10.1 Concepts Guide
Managing the Switch
Most of the commands that support SNMPv1/v2c use the keyword snmp; most of the commands that
support SNMPv3 use the keyword
snmpv3.
Accessing Switch Agents
To have access to the SNMP agent residing in the switch, at least one VLAN must have an IP address
assigned to it.
By default, SNMP access and SNMPv1/v2c traps are enabled. SNMP access and SNMP traps can be
disabled and enabled independentlyyou can disable SNMP access but still allow SNMP traps to be
sent, or vice versa.
Supported MIBs
In addition to private MIBs, the switch supports the standard MIBs listed in Appendix C.
Configuring SNMPv1/v2c Settings
The following SNMPv1/v2c parameters can be configured on the switch:
Authorized trap receiversAn authorized trap receiver can be one or more network management
stations on your network. The switch sends SNMPv1/v2c traps to all trap receivers. You can have a
maximum of 16 trap receivers configured for each switch, and you can specify a community string
and UDP port for individually for each trap receiver. All community strings must also be added to
the switch using the
configure snmp add community command.
To configure a trap receiver on a switch, use the following command:
configure snmp add trapreceiver <ip address> community {hex} <community string>
{port <number>}
You can delete a trap receiver using the configure snmp delete trapreceiver command.
Community stringsThe community strings allow a simple method of authentication between the
switch and the remote Network Manager. There are two types of community strings on the switch.
Read community strings provide read-only access to the switch. The default read-only community
string is public. Read-write community strings provide read and write access to the switch. The
default read-write community string is private.
System contact (optional)The system contact is a text field that enables you to enter the name of
the person(s) responsible for managing the switch.
System nameThe system name is the name that you have assigned to this switch. The default
name is the model name of the switch (for example, BD-PC).
System location (optional)Using the system location field, you can enter an optional location for
this switch.
Displaying SNMP Settings
To display the SNMP settings configured on the switch, use the following command:
show management
This command displays the following information:
Enable/disable state for Telnet and SNMP access