Dell-EMC
DES-1221 · Question #62
DES-1221 Question #62: Real Exam Question with Answer & Explanation
show version Dell EMC Networking OS10-Enterprise Copyright (c) 1999-2019 Dell Inc. All Rights Reserved. OS Version: 10.4.2.2 Build Version: 10.4.2.2.365 Build Time: 2019-07-28T10:15:14-0800 System Type: S5248F-ON Service Tag: Up Time: 9 weeks 3 days 02:06:44 configure terminal [c
Question
You are a network administrator that needs to setup a Data switch model S5248F-ON to be used for PowerStore 7000T system. Use the Simulator to:
- Check the OS version and license status
- Set management IP address 172.17.57.10 subnet as 255.255.255.0 on chassis = 1, slot = 1, port = 1
- Enable the port
- Configure default route with gateway 192.168.1.254, NTP server 192.168.1.50
- Enable RSTP with priority 4096
- Commit and exit
Explanation
show version
Dell EMC Networking OS10-Enterprise Copyright (c) 1999-2019 Dell Inc. All Rights Reserved. OS Version: 10.4.2.2 Build Version: 10.4.2.2.365 Build Time: 2019-07-28T10:15:14-0800 System Type: S5248F-ON Service Tag: Up Time: 9 weeks 3 days 02:06:44
configure terminal
[config] interface mgmt 1/1/1
[config-if-mgmt-1/1/1] ip address 172.17.57.10/24
[config-if-mgmt-1/1/1] no shutdown
[config-if-mgmt-1/1/1] exit
[config] ip route 0.0.0.0/0 192.168.1.254
[config] ntp server 192.168.1.50
[config] exit
configure terminal
[config] spanning-tree mode rstp
[config] spanning-tree rstp priority 4096
[config] end
[config] copy running-configuration startup-configuration
exit
Community Discussion
No community discussion yet for this question.