White Papers
Switch command-line configuration (OS 10.x)
15 Dell EMC Networking S4048-ON and S4048T-ON Switch Configuration Guide for Dell EMC SC Series and Dell PS Series SANs | SCG1026
3.1.2 Delete startup configuration
Note: This example assumes a switch is using the default configuration settings. Using the delete startup-
configuration command will set the startup configuration file to its default settings. Always back up your
configuration settings prior to performing any configuration changes.
OS10# delete startup-configuration
Proceed to delete startup-config [confirm yes/no(default)]yes
OS10# reload
System configuration has been modified. Save? [yes/no]no
Proceed to reboot the system? [confirm yes/no]yes
Note: The switch will reboot.
3.1.3 Configure out-of-band management port
OS10# configure terminal
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no ip address dhcp
OS10(conf-if-ma-1/1/1)# ip address <ipaddress>/<subnet>
OS10(conf-if-ma-1/1/1)# exit
3.1.4 Configure login credentials
OS10(config)# username admin password $0$<password>
3.1.5 Disable iSCSI monitoring
OS10(config)# no iscsi enable
OS10(config)# no iscsi session-monitoring enable
3.1.6 Enable switch ports
Switch ports are enabled and are configured for switchport mode access by default for S4048-ON and
S4048T-ON switches. If choosing to reconfigure the ports, use the following steps.
Option 1: Enable ports individually by entering the port number.
OS10# configure terminal
OS10(config)#interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# switchport mode access
OS10(conf-if-eth1/1/1)# no shutdown
OS10(conf-if-eth1/1/1)# exit
Option 2: Enable multiple ports at once using the range parameter.
OS10# configure terminal
OS10(config)# interface range ethernet 1/1/1–1/1/48
OS10(conf-range-eth1/1/1-1/1/48)# switchport mode access
OS10(conf-range-eth1/1/1-1/1/48)# no shutdown