7 SCG2011 Dell Networking C9000 Series Switch Configuration Guide for Dell SC Series SANsSet the IP address for RPM 1:Dell(conf)#interface ManagementEthernet 1/0Dell(conf-if-ma-1/0)#ip address Dell(conf-if-ma-1/0)#no shutdownDell(conf-if-ma-1/0)#exitSet the virtual IP address:Dell(conf)#virtual-ip 2.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 example above 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 0/0Dell(conf-if-te-0/0)#switchportDell(conf-if-te-0/0)#exitDell(conf)#exitOption 2: Enable multiple ports at once using the ‘range’ parameter.Note: This example configuration shows details for configuring linecards 0 and 1. Use the proper portrange for your SAN environment.Dell(conf)#interface range tengigabitethernet 0/0–23 , tengigabitethernet 1/0–23Dell(conf-if-range-te-0/0-23,te-1/0-23)#switchport2.7 Enable Jumbo FramesDell(conf-if-range-te-0/0-23,te-1/0-23)#mtu 12000