Owner's Manual
22 | Bare Metal Provisioning 1.5
www.dell.com | support.dell.com
Figure 3-4. Accessing a Switch During the First Ten Minutes after Bootup: No
Password Required
After the initial unsecured ten minutes, you are prompted for a password to log on to
the system. To ensure system access and authentication, configure user names and
password as described in the FTOS Configuration Guides.
Dell Force10 strongly recommends that you reconfigure the temporary management
IP address (192.168.0.1) within ten minutes after a switch boots up in factory-default
mode. The user-configured management IP address takes effect after the ten-minute
period expires.
Following the ten-minute period, after authentication is enabled, you can remotely
access the switch using telnet or SSH as shown in Figure 3-5.
[root@localhost tftpboot]# telnet 192.168.0.1
Trying 192.168.0.1...
Connected to 192.168.0.1 (192.168.0.1).
Escape character is '^]'.
FTOS>enable
FTOS#configure
FTOS(conf)#hostname customer
customer(conf)#exit
customer#exit
Connection closed by foreign host.
[root@localhost tftpboot]#
[root@localhost etc]# ssh 192.168.0.1
FTOS>
FTOS>enable
FTOS#configure
customer(conf)#hostname FTOS
FTOS(conf)#exit
FTOS#exit
Connection to 192.168.0.1 closed by remote host
Connection to 192.168.0.1 closed.