Users Guide

Example: Configure SNMP
This example shows how to configure SNMP on the switch, including SNMP engine ID, views, groups, and users.
OS10(config)# snmp-server contact "Contact Support"
OS10(config)# snmp-server engineID remote 192.168.1.2 udp-port 502 0xdefa
OS10(config)# snmp-server engineID local test
OS10(config)# snmp-server group sngroup 2c notify notofy_view
OS10(config)# snmp-server group snv3group 3 noauth read read_view
OS10(config)# snmp-server user snuser sngroup 3 auth sha a2FubmFuX3Rlc3Q=
OS10(config)# snmp-server view readview 1.3.6.1.2.1.2.2 included
OS10(config)# snmp-server view snview .1 excluded
OS10(config)# do show snmp engineID local
Local default SNMP engineID: 0x800002a20474657374
OS10(config)# do show snmp engineID remote
Remote Engine ID IP-addr Port
0xdefa 192.168.1.2 502
OS10(config)# do show snmp group
groupname : sngroup
version : 2c
notifyview : notofy_view
groupname : snv3group
version : 3
security level : noauth
readview : read_view
OS10(config)# do show snmp user
User name : snuser
Group : sngroup
Version : 3
Authentication Protocol : SHA
OS10(config)# do show snmp view
view name : readview
OID : 1.3.6.1.2.1.2.2
included : True
view name : snview
OID : .1
excluded : True
System clock
OS10 uses the Network Time Protocol (NTP) to synchronize the system clock with a time-serving host. When you enable NTP,
it overwrites the system time.
If you do not use NTP, set the system time and time zone after you disable NTP. Use the clock set command to set the
current system time and date. The hardware-based real-clock time (RTC) resets to the new system time.
Some geographical locations in the world observe the daylight savings time (DST) during summer months. To configure DST,
use the clock timezone {standard-timezone standard-timezone-name | {timezone-string Hours
Minutes}} command. OS10 supports the DST feature only for standard time zones.
OS10 offers the user-defined time zone configuration only for backward compatibility. If you choose to configure a user-defined
time zone, you must configure the hour and minute offset from UTC. User-defined time zones do not support DST.
NOTE:
Dell Technologies recommends configuring a standard time zone supported in Linux. Use the ? character for
command completion to view a list of supported standard time zones.
Configuration notes
If you configure a time zone for which DST is applicable and you want to downgrade OS10 to an earlier release that does not
support DST changes, do one of the following:
System management
183