Default IP: 192.168.0.239 (if no DHCP) Default password: `password` ``` ssh admin@<switch ip> ``` ### Configure hostname ``` config ``` ``` system name "<system name>" ``` ### Configure Time Zone > [!Note] > I couldn't figure out how to do this with the CLI. 1. Open Time Configuration (Web UI > System > Management > Time > Time Configuration). 2. Set offset hours to -5. 3. Open Daylight Saving (DST) Configuration (Web UI > System > Management > Time > Daylight Saving Configuration). 4. Set DST to Recurring USA. 5. Verify time on System Information page (Web UI > System > Management > System Information). ### Configure SNTP 1. Open `config` mode. ``` configure ``` 2. Configure SNTP server ``` sntp <1-3> host <sntp server> port <sntp port> ``` ``` sntp 1 host time.windows.com port 123 ``` 3. Verify 4. Exit config mode. ``` exit ``` 3. View SNTP configuration. ``` show sntp ``` ``` show clock ```