API Guide

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
show snmp engineID
Displays the SNMP engine ID on the switch or on remote devices that access the SNMP agent on the switch.
Syntax
show snmp engineID {local | remote}
Parameters
local Display the local engine ID.
remote Display the SNMP engine ID of remote devices configured on the switch.
Defaults None
Command Mode EXEC
Usage
Information
To configure the local engine ID or the engine ID for a remote device, use the snmp-server engineID
command.
Example
OS10# show snmp engineID remote
Remote Engine ID IP-addr Port
0x0712 1.1.1.1 23
OS10# show snmp engineID local
Local default SNMP engineID: 0x80001f880390b11cf4abe7
System management 165