9 SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs2.4 Configure route for OOB management port (optional)Dell(conf)#management route X.Y.Z.0 /24 A.B.C.1Note:X.Y.Z.0 is the network your management system is connecting from andA.B.C.1 is the gateway forthe switch. If your management system is on the same subnet as the switch, the previous step may beomitted. The previous example assumes a class C subnet mask.2.5 Configure login credentialsDell(conf)#username admin privilege 15 password 0 yourpasswordDell(conf)#enable password level 15 0 yourpassword2.6 Enable switch portsOption 1: Enable ports individually by entering the port number.Dell(conf)#interface tengigabitethernet 1/1Dell(conf-if-te-1/1)#switchportDell(conf-if-te-1/1)#no shutdownDell(conf-if-te-1/1)#exitDell(conf)#exitOption 2: Enable multiple ports at once using the ‘range’ parameter.Dell#configureDell(conf)#interface range tengigabitethernet 1/1–1/48Dell(conf -if-range-te-1/1-48)#switchportDell(conf -if-range-te-1/1-48)#no shutdownDell(conf -if-range-te-1/1-48)#exitDell(conf)#exit2.7 Enable Jumbo FramesDell#configureDell(conf)# interface range tengigabitethernet 1/1–48Dell(conf -if-range-te-1/1-48)#mtu 120002.8 Configure flow controlDell(conf -if-range-te-1/1-48)#flowcontrol rx on tx off