Home > Workload Solutions > Container Platforms > Red Hat OpenShift Container Platform > Archive > Deployment Guide—Red Hat OpenShift Container Platform 4.2 > Configuring the Dell EMC switches
This section describes the OS10 initial OOB management IP setup and provides sample switch configuration directions copied to running-config.
Follow these steps:
The following code sample shows an S5232F-ON switch. (Use the same process for S3048-ON switches.)
OS# configure terminal
OS (config)# hostname S5232F
S5232F(config)# interface mgmt 1/1/1
S5232F(conf-if-ma-1/1/1)# no shutdown
S5232F(conf-if-ma-1/1/1)# no ip address dhcp
S5232F(conf-if-ma-1/1/1)# ip address 100.82.33.45/24
S5232F(conf-if-ma-1/1/1)# exit
S5232F(config)# management route 0.0.0.0/0 100.82.33.1
S5232F# copy scp://<user>@<hostip>/<path to downloaded S5232F config file> running-configuration
S5232F# write memory