40 | Getting Startedw w w . d e l l . c o m | s u p p o r t . d e l l . c o m Configuring an Interface with an IP AddressTo assign an IP address to an interface, use the following commands:IP configuration takes precedence over VLAN configuration on a port. Therefore, configuring an IPAddress and ‘routing’ on an interface disables participation in VLANs on that interface.Using the Show IP Interface CommandUse the show ip interface command to display information about a particular IP interface:Figure 3-15. Using the show ip interface CommandNote: You must have the optional SFTOS Layer 3 Package installed to configure routingcommands and to set IP addressing an interface. Use the show version command (seeFigure 3-8 on page 35) to determine what software is installed.Command Syntax Command Mode Purposeip routing Global Config Enables routing for the switch.ip address Interface Config Configures an IP address on an interface. The IPaddress may be a secondary IP address.Note: You must configure ip routing at a global level, AND ‘routing’ at an interface level for you tobe able to ping from, and to, the address.Note: To configure the management interface with an IP address, see Setting the Management IPAddress on page 39.Force10 #configureForce10 (Config)#ip routingForce10 (Config)#interface 1/0/3Force10 (Interface 1/0/3)#ip address 50.0.0.2 255.255.255.0Force10 (Interface 1/0/3)#routingForce10 #show ip interface 1/0/3IP Address..................................... 50.0.0.2Subnet Mask.................................... 255.255.255.0Routing Mode................................... EnableAdministrative Mode............................ EnableForward Net Directed Broadcasts................ DisableActive State................................... ActiveLink Speed Data Rate........................... 1000 FullMAC Address.................................... 00:03:E8:0D:20:01Encapsulation Type............................. EthernetIP Mtu......................................... 1500Force10 #