Cisco 3030 User Manual

Page 67

Advertising
background image

C-5

Cisco Catalyst Blade Switch 3030 Hardware Installation Guide

OL-8389-01

Appendix C Configuring the Switch with the CLI-Based Setup Program

Accessing the CLI Through the Console Port

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.

Advertising