Users Guide

Table Of Contents
snmp-server host {ipv4address | ipv6address} {informs version version-number | traps
version version-number | version version-number} [snmpv3-security-level] [community-name]
[udp-port port-number] [dom | entity | envmon | lldp | snmp]
Configure SNMP v1 or v2C traps
OS10(config)# snmp-server host 10.11.73.110 traps version 2c comm2c lldp snmp
Configure SNMP v3 traps
OS10(config)# snmp-server group Group3 3 priv notify NOTIFY
OS10(config)# snmp-server user User3 Group3 3 auth md5 testpasswd priv aes testprivpasswd
OS10(config)# snmp-server host 10.11.56.46 version 3 priv User3
Configure SNMP informs
The SNMP agent sends notification of events to and receives an acknowledgment from the network management station
(NMS), also called as the remote SNMP server. Such notifications that receive an SNMP response from the NMS are called
informs. Informs are more reliable than traps. If an SNMP agent does not receive an acknowledgment, it resends the inform, up
to a maximum of three retries.
Configure the engine ID of the remote SNMP server to receive an acknowledgment.
snmp-server host {ipv4address | ipv6address} {informs version version-number | traps
version version-number | version version-number} [snmpv3-security-level] [community-name]
[udp-port port-number] [dom | entity | envmon | lldp | snmp]
Configure SNMP v3 informs
OS10(config)# snmp-server group Group3 3 priv notify NOTIFY
OS10(config)# snmp-server engineID remote 10.1.1.1 0x80000232334abc34d
OS10(config)# snmp-server user rem-user Group3 remote 10.1.1.1 udp-port 162 3 auth md5
testpasswd priv des testprivpasswd
OS10(config)# snmp-server host 10.11.5.1 informs version 3 priv rem-user
SNMP commands
show snmp community
Displays the SNMP communities configured on the switch.
Syntax
show snmp community
Parameters None
Defaults None
Command Mode EXEC
Usage
Information
To configure an SNMP community, use the snmp-server community command.
Example
OS10# show snmp community
Community : public
Access : read-only
Community : dellOS10
Access : read-write
ACL : dellacl
Supported
Releases
10.4.2.0 or later
126 System management