Cisco Catalyst Blade Switch 3030 Hardware Installation Guide
Configuring the Switch with the CLI-Based Setup Program

Table Of Contents

Configuring the Switch with the CLI-Based Setup Program

Accessing the CLI Through the Console Port

Taking Out What You Need

Connecting to the Console Port

Completing the Initial Configuration


Configuring the Switch with the CLI-Based Setup Program


This chapter provides a quick installation and setup procedure for the switch.


Note For detailed installation procedures, see Chapter 2, "Switch Installation." For product overview information, see Chapter 1, "Product Overview."


These steps describe how to do a simple installation:

1. Accessing the CLI Through the Console Port

2. Taking Out What You Need

3. Connecting to the Console Port

4. Completing the Initial Configuration

Accessing the CLI Through the Console Port

You can access the CLI on a configured or unconfigured switch by connecting the console port of the switch to the serial port on your PC or workstation and accessing the switch through a Telnet session.

Taking Out What You Need

These items ship with your switch module:

Console cable

Cisco Catalyst Blade Switch 3030 Getting Started Guide

Regulatory Compliance and Safety Information for the Cisco Catalyst Blade Switch 3030

Registration card

Follow these steps:

1. Unpack and remove the switch module and the accessory kit from the shipping box.

2. Return the packing material to the shipping container, and save it for future use.


Note If the switch modules are ordered with the server chassis, the switch modules are already installed, and no unpacking is required. The unpacking procedure applies only if a switch module is ordered separately.



Note You need to provide the Category 5 straight-through cables to connect the switch ports to other Ethernet devices.



Note You can use the mdix auto interface configuration command in the CLI to enable the automatic medium-dependent interface crossover (auto-MDIX) feature. When the auto-MDIX feature is enabled, the switch detects the required cable type for copper Ethernet connections and configures the interfaces accordingly. Therefore, you can use either a crossover or a straight-through cable for connections to a copper 10/100/1000 or 1000BASE-T SFP module port on the switch, regardless of the type of device on the other end of the connection.

The auto-MDIX feature is enabled by default on switches running Cisco IOS Release 12.2(18)SE or later. For releases between Cisco IOS Release 12.1(14)EA1 and 12.2(18)SE, the auto-MDIX feature is disabled by default. For configuration information for this feature, refer to the switch software configuration guide or the switch command reference.


Connecting to the Console Port

Obtain and make note of this information from your network administrator before you begin the switch module installation:

Switch IP address

Subnet mask (IP netmask)

Default gateway (router)

Enable secret password (encrypted)

Enable password (not encrypted)

Telnet password

SNMP community strings (optional)


Step 1 Connect one end of the console cable to the switch module console port. Connect the other end of the cable to the serial port of the computer that is running the terminal emulation application. (See Figure C-1.)

Figure C-1 Connecting through the Switch Module Console Port

Step 2 Start the terminal emulation session so that you can see the output display from the power-on self-test (POST). The terminal-emulation software—a PC application such as Hyperterminal or ProcommPlus—makes communication between the switch and your PC or terminal possible.

Configure the baud rate and character format of the PC or terminal to match these console port default characteristics:

9600 baud

8 data bits

1 stop bit

No parity

None (flow control)

Step 3 Wait for the switch to complete the POST. It might take several minutes for the switch to complete POST.

Step 4 Verify that POST has completed by confirming that the System Status/ID LED is off and that the Console LED is solid green or amber. If the switch fails POST because of a misconfiguration or error, the System Status/ID LED blinks green, and the Console LED is off.

Log into the DRAC/MC console to get more details about the failure mode.

POST errors are usually fatal. Call Cisco Customer Support immediately if your switch fails POST.

See item 4 in Figure 1-1 on page 1-2 for the location of the System Status/ID LED and the Console LED.

Step 5 Wait for the switch to complete flash initialization. When you see the prompt, Press Return to Get Started!, press Return or Enter.

Step 6 Make sure that the System Status/ID LED on the switch module is off and that the Console LED is green or amber. This means that the switch module is operating properly.

Step 7 See the "Completing the Initial Configuration" section for instructions on setting up and initially configuring the switch module.


Completing the Initial Configuration

Follow these steps to complete the setup program and to create an initial configuration for the switch.


Note For information about automatically configuring the switch, see the "Assigning the Switch IP Address and Default Gateway" chapter in the switch configuration guide.



Step 1 After you have pressed Enter or Return after the prompt to start the initial configuration setup program, enter yes at these prompts:

Would you like to terminate autoinstall? [yes]: yes
--- System Configuration Dialog ---
Continue with configuration dialog? [yes/no]: yes

At any point you may enter a question mark '?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets '[]'.

Basic management setup configures only enough connectivity
for management of the system, extended setup will ask you
to configure each interface on the system

Would you like to enter basic management setup? [yes/no]: yes
Configuring global parameters:

Step 2 Enter a hostname for the switch after the prompt, and press Return.

The hostname is limited to 20 characters. Do not use -n, where n is a number, as the last character in a hostname for any switch.

Step 3 Enter an enable secret password, and press Return.

The password can be from 1 to 25 alphanumeric characters, can start with a number, is case sensitive, allows spaces, but ignores leading spaces. The secret password is encrypted, and the enable password is in plain text.

Step 4 Enter an enable password, and press Return.

Step 5 Enter a virtual terminal (Telnet) password, and press Return.

The password can be from 1 to 25 alphanumeric characters, is case sensitive, allows spaces, but ignores leading spaces.

Step 6 (Optional) Configure Simple Network Management Protocol (SNMP) by responding to the prompts.

1. To configure SNMP later, press Return (which applies the default of no). If you accept the default, you can configure SNMP later through the CLI.

Configure SNMP Network Management? [no]: 

2. To configure SNMP now, enter yes.

Configure SNMP Network Management? [no]: yes
Community string [public]: public

Step 7 Enter the interface name (physical interface or VLAN name) of the interface that connects to the management network, and press Return.

Enter vlan1 for the interface name at this prompt.

Step 8 To configure the interface, enter Yes after the prompt, and then enter the switch IP address and subnet mask. Press Return.

The IP address and subnet mask shown here are examples:

Configuring interface Vlan1:
Configure IP on this interface? [yes]:
IP address for this interface [10.0.0.1]:
Subnet mask for this interface [255.255.255.0] : 255.255.255.0
Class A network is 10.0.0.1, 21 subnet bits; mask is /21

Step 9 Enter no when the prompt asks you if you would like to enable the switch as a cluster command switch. This switch will be a standalone switch.

Would you like to enable as a cluster command switch? [yes/no]: no


Note Clustering is not supported on the Cisco Catalyst Blade Switch 3030.


You have now completed the initial configuration of the switch, and the switch displays its initial configuration. An example of the output is shown here:

The following configuration command script was created:
hostname switch1
enable secret 5 $1$cagJ$e4LP91PNazfdADoNAZm6y0
enable password enable_password
line vty 0 15
password terminal-password
snmp-server community public
!
!
interface Vlan1
no shutdown
ip address 10.0.0.1 255.255.255.0
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2

. . . (output truncated)



interface GigabitEthernet0/16
!
end

Step 10 These choices appear:

[0] Go to the IOS command prompt without saving this config.

[1] Return back to the setup without saving this config.

[2] Save this configuration to nvram and exit.

If you want to save the configuration and use it the next time the switch reboots, save it 
in NVRAM by selecting option 2.

Enter your selection [2]:2

Make your selection, and press Return.

Step 11 Disconnect the server chassis serial port or the switch console port from the PC. See the "Management Options" section on page 1-6 for information about managing the switch.