Basic Layer 2 Setup and Buffer Tuning of the
S25P for Storage Environments
Introduction
This document is intended for the users of S-Series S25P switches running FTOS 7.8.1.0 and configured
for use in a storage environment. This document describes:
• Using the console port to enable all ports on the switch for Layer 2 switching
• Verifying that the installed FTOS software is FTOS 7.8.1.0
• Setting up passwords for managing the switch. For details on management, see the Management
chapter in the FTOS Configuration Guide for the S-Series and the Control and Monitoring chapter in
the FTOS Command Reference for the S-Series.
• Optimizing the buffer for use in pure storage environments
This document does not cover:
• Installing optional modules. For installation details, see the document Installing S25P Systems. For a
configuration example, see Figure 7 on page 6 here.
• Adding the switch to an S-Series stack. For stacking configuration details, see the Stacking chapters in
the Configuration Guide and the Command Reference listed above.
• Layer 3 (IP addressing) configuration. For details, see the Interfaces and IP Addressing chapters in the
Configuration Guide and Interface Commands chapter in the Command Reference listed above.
The full S-Series documentation set is available on the Technical Documentation CD-ROM and from the
Documentation tab of iSupport at the Force10 Networks website:
https://www.force10networks.com/CSPortal20/KnowledgeBase/Documentation.aspx
This document contains the following sections:
• Accessing the Console Port on page 2
• Setting Up Passwords on page 3
• Setting Up Layer 2 Switching on page 4
• Managing the Buffer Profile and Setting up Flow Control on page 5
101-00337-00 1
Accessing the Console Port
Force10>show inventory
System Name : S25P
System Mode : 1.0
Software Version : 7.8.1.0
Unit Type Serial Number Part Number Revision
-------------------------------------------------------------* 0 S25-01-GE-24P DL277000000 7590004800 B
0 S50-PWR-AC N/A N/A N/A
0 S50-FAN N/A N/A N/A
* - Management Unit
Software Protocol Configured
--------------------------------------------------------------
Force10>
Step Task
1 Install a straight-through RJ-45 copper cable (a standard Ethernet cable) between your system and the console
port of the S-Series switch. The console port is at the far left of the faceplate.
2 Turn on the switch by connecting it to power (there is no on/off button).
3 After the switch boots up (the status messages stop), press Enter twice to get the EXEC mode prompt. You
should see Force10>, as shown below.
Verifying the Software Release and S-Series Model
Unless you know that your system has already been installed with FTOS 7.8.1.0 or later, verify that the
required version is installed.
Task Command Syntax Command Mode
Display the installed FTOS version and S-Series model.
After typing
case, “
show inventory, press Enter. The system replies with the type of output shown below. In this
System Name” (S-Series model type) is “S25P” and “Software version” is “7.8.1.0”.
show inventory
The following screenshot illustrates the expected output of the
If your system does not have the correct software version installed, see the S-Series and FTOS Release
Notes, Version 7.8.1.0 for upgrade instructions. A printed copy should be included with your system.
Alternatively, see the printed Readme First document that is included with your system.
EXEC
show inventory command:
2 Basic Layer 2 Setup and Buffer Tuning of the S25P for Storage Environments
Setting Up Passwords
Force10>enable
Force10#config
Force10(config)#username admin password admin
Force10(config)#enable password admin
Force10(config)#
Force10#show run
Current Configuration ...
! Version 7.8.1.0
! Last configuration change at Wed Oct 27 17:55:30 2008 by default
!
redundancy disable-auto-reboot stack-unit
!
hardware watchdog
!
hostname Force10
!
enable password 7 b125455cf679b208e79b910e85789edf
!
username admin password 0 admin
Step Task Command Syntax Command Mode
1 Go from EXEC mode to EXEC privilege mode, commonly
called enable mode. After you enter
enable and press Enter,
the prompt changes to: Force10#
2 Go from EXEC privilege mode to CONFIGURATION mode.
The prompt changes to: Force10(conf)#
3 Create a password for remote access (through Telnet).
For example, for the username “admin” with password
“admin”, enter username admin password admin.
4 Create a password for access to Command Line Interface
(CLI) modes beyond the EXEC mode. This is typically called
the enable password.
For example, to create the enable password “admin”, enter
enable password admin.
The following screenshot illustrates the use of these commands:
enable
config
username name
password password
enable password
password
EXEC
EXEC privilege
CONFIGURATION
CONFIGURATION
You can see the result of setting up a password, or of the other configuration changes that you make by
entering, in EXEC privilege mode,
show running-config. The following screenshot shows the running
configuration from its top up to the part that displays the result of using the commands, above:
101-00337-00 3
In this case, the password was selected to be encrypted, so the result displayed is encrypted. For details on
setting passwords, see the Getting Started chapter in the FTOS Configuration Guide for the S-Series and
the Security chapter in the FTOS Command Reference for the S-Series.
For details on using the
show running-config command, see the File Management chapter in the FTOS
Command Reference for the S-Series.