Reference Guide

492 | snmp-server Dell Networking W-Series Instant 6.4.0.2-4.1 | CLI Reference Guide
snmp-server
snmp-server
community <string> host <ipaddr> version {1 <name> udp-port <port>}|{2c|3 <name> [inform]
[udp-port <port>]}
user <name> <auth-prot> <password> [<priv-prot> <password>
Description
This command configures SNMP parameters.
Syntax
Parameter Description Range Default
community
Sets the read-only community string.
engine-id
Sets the SNMP server engine ID as a hexadecimal number. 24
characters
maximum
host
Configures the IP address of the host to which SNMP traps are
sent. This host needs to be running a trap receiver to receive
and interpret the traps sent by the controller.
version
Configures the SNMP version and security string for notification
messages.
inform
Sends SNMP inform messages to the configured host. disabled
udp-port
Indicates the port number to which notification messages are
sent.
162
user
Configures an SNMPv3 user profile for the specified username.
auth-prot
Indicates the authentication protocol for the user, either HMAC-
MD5-98 Digest Authentication Protocol (MD5) or HMAC-SHA-
98 Digest Authentication Protocol (SHA), and the password for
use with the designated protocol.
MD5/SHA SHA
priv-prot
Indicate the privacy protocol for the user, either Advanced
Encryption Standard (AES) or CBC-DES Symmetric Encryption
Protocol (DES), and the password for use with the designated
protocol.
AES/DES DES
Usage Guidelines
This command configures SNMP on the W-IAPs only.
Example
The following example configures an SNMP host and community string:
(Instant AP)(config)# snmp-server community user123
(Instant AP)(config)# snmp-server host 10.0.0.1 version 2c udp-port 162 inform