Starting and Configuring the Device 49• The IP subnet mask for the network.• The default gateway IP address.• The SNMP community.Static IP Address and Subnet MaskAn IP address can be configured on any interface, including a VLAN, a LAG, and a physical port.After entering the configuration command, it is recommended to check if a port was configuredwith the IP address by entering the show ip interface command.Important: If an IP address is configured on a LAG or physical port (ex. g10), that interface isremoved from VLAN 1.Static Route ConfigurationTo manage the device from a remote network a static route must be configured, which is an IPaddress to where packets are sent when no entries are found in the device tables. The configured IPaddress must belong to the same subnet as one of the device IP interfaces.To configure a static route, enter the command at the system prompt as shown in the followingconfiguration example where 100.1.1.1 (mask 24) is the specific management station, and100.1.1.10 is the static route which acts as the default gateway.Assigning Static IP Addresses on an Inband InterfaceNOTE: This example uses the following assumptions:• The IP address to be assigned to the PowerConnect VLAN interface is 192.168.1.123• The IP subnet mask for the network is 255.255.255.0• The IP address of the default route is 192.168.1.1• The read/write SNMP community string is "private"console> enableconsole# configureconsole(config)# username admin password dell level 15console(config)# interface VLAN 1console (config-if) # ip address 192.168.1.123 /24console (config-if) # exitconsole (config) # ip default-gateway 192.168.1.1console (config) # snmp-server community private rwconsole(config)# exitconsole#