Cisco Systems 6000 User Manual

Catalyst 6000 Family Content Switching Module Installation and Configuration Note
Product Number: WS-X6066-SLB-APC
This publication contains the procedures for installing and configuring the Catalyst 6000 family Content Switching Module (CSM).
This publication does not contain the instructions to install the Catalyst 6000 family switch chassis. For information on installing the switch chassis, refer to the Catalyst 6000 Family Installation Guide.
Note For translations of the warnings in this publication, see the “Translated Safety Warnings” section on

Contents

page 54.
This publication consists of these sections:
Overview, page 2
Safety Overview, page 8
System Requirements, page 9
Required Tools, page 11
Installing the Content Switching Module, page 11
Verifying the Installation, page 15
Upgrading to a New Software Release, page 16
Configuring the Content Switching Module, page 19
Writing and Restoring Configurations, page 34
Configuration Examples, page 35
Configuring Probes for Health Monitoring, page 46
Configuring Route Health Injection, page 51
Corporate Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA
Copyright © 2001. Cisco Systems, Inc. All rights reserved.

Overview

Overview
Regulatory Standards Compliance, page 54
Translated Safety Warnings, page 54
Related Documentation, page 58
Obtaining Documentation, page 59
Obtaining Technical Assistance, page 60
The CSM provides high-performance connections between network devices and server farms (groups of real servers) based on Layer 4 through 7 packet information. Clients connect to the CSM by supplying the virtual IP address (VIP) of the virtual server. The CSM is configured to handle VIP address connections. When a client initiates a connection to the virtual server, the CSM chooses a real server (a physical device that is assigned to a server farm) for the connection based on configured load-balancing algorithms and policies.
Representing server farms as virtual servers facilitates scalability and availability. The addition of new servers and the removal or failure of existing servers can occur at any time without affecting the virtual server’s availability.
Sticky connections limit traffic to individual servers. These connections are configured so that multiple connections from the same client are stuck to the same real server using source IP addresses, source IP subnets, cookies, secure socket layer (SSL), or redirected using the Hypertext Transfer Protocol (HTTP) requests. Policies manage traffic by defining where to send client requests for information Configuring server load balancing requires that you know the following:
Network topology you are using in your installation.
Real server IP addresses.
The Domain Name Server (DNS) must have an entry for the CSM VIPs (if you want them to be
reached through names).
Each virtual server’s IP address.
Note You cannot run Cisco IOS server load balancing software on the same switch as the CSM.
Note The CSM runs on Cisco IOS Release 12.1(6)E or later. If you are using a Supervisor Engine 2, you
must use Cisco IOS Release 12.1(8a)E or later. For more information, see the “System
Requirements” section on page 9.
Caution You can use the Multilayer Switch Feature Card (MSFC), internal to the Catalyst 6000 family switch,
to route traffic on either the client side or the server side of the CSM, but not both simultaneously.
Caution The WS-X6066-SLB-APC Content Switching Module is not fabric enabled.
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
2
78-11631-02 Rev. A0

Features

Overview
These sections describe the CSM:
Features, page 3
Front Panel Description, page 4
Operation Mode, page 5
Client-to-CSM-to-Server Traffic Flow, page 7
Table 1 describes the features of the CSM.
Table 1 Content Switching Module Features
Feature Description
Management Standard Cisco IOS command-line interface
Management interface integrated with host platform
Load-Balancing Algorithms Weighted round-robin
Weighted least connections
Connection high/low watermarks
Source address-based hashing algorithm
Flow and URL Identification URL regular expression match
Cookie regular expression match
1
SSL
session ID match
Source IP address
Standard ACLs
Security Source IP address and URL expression match and AC entry match
Statistics Packets through normal and special switching
Connections created, established, destroyed, current, and timed out
Failed server connections
Layer 4 load-balanced decisions and rejected connections
Layer 7 load-balanced decisions and rejected connections
Layer 4 and Layer 7 rejected connections
Checksum failures
Redirect and FTP connections
MAC frames
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
3
Overview
Table 1 Content Switching Module Features (continued)
Feature Description
Health Monitoring TCP, HTTP, ICMP, Telnet, FTP
Other Features SSL session ID, cookie and source IP address-based sticky
1. SSL = Secure Socket Layer
2. MTU = Maximum Transmission Unit

Front Panel Description

connections
Fragmented IP frames support
2
MTU
of 9000
Load and availability reporting supporting remote monitoring and management
High availability preventing service disruptions
Redundant modules configured for fault-tolerance support

Status LED

The CSM front panel features are shown in Figure 1.
Figure 1 Content Switching Module Front Panel
Status
LED
Note The RJ-45 connector is covered by a removable plate.
RJ-45 (Test) connector
When the CSM powers up, it initializes various hardware components and communicates with the supervisor engine. The Status LED on the CSM shows the dialog with the supervisor engine and the results of the initialization.
CSG
47525
Note For more information on the supervisor engine LEDs, refer to the Catalyst 6000 Family Module
Installation Guide.
During the normal initialization sequence, the status LED changes from Off to Red, Orange, and then Green. Table 2 describes the status LED operation.
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
4
78-11631-02 Rev. A0
Overview
Table 2 Content Switching Module Status LED
Color Description
Off
Red The module is released from reset by the supervisor engine and is booting.
Orange
Green
Green to Orange
1. Enter the show environment temperature mod command to display the temperature of each of four sensors on the CSM.
2. CLI = command-line interface.
The module is waiting for the supervisor engine to grant power.
The module is not online.
The module is not receiving power, which could be caused by the following:
Power is not available to the CSM.
Module temperature is over the limit1.
If the boot code fails to execute, the LED stays red after power up.
The module is initializing hardware or communicating with the supervisor
engine.
A fault occurred during the initialization sequence.
If the module fails to download its Field Programmable Gate Arrays (FPGAs)
on power up, it still proceeds with the rest of the initialization sequence and is granted module online status from the supervisor engine, but the LED stays orange.
If the module is not granted module online status from the supervisor engine,
the LED stays orange. This problem could be caused by the supervisor engine detecting a failure in an external loopback test that it issued to the CSM.
The module is operational; the supervisor engine has granted module online
status.
The module is disabled through the supervisor engine CLI
2
using the set
module disable mod command.

RJ-45 Connector

The RJ-45 connector on the front panel provides a connection point for a management station or test device. The RJ-45 connector is covered by a removable plate. Typically, this connector is used by field engineers to perform testing and to obtain dump information.

Operation Mode

Clients and servers communicate through the CSM using Layer 2 and Layer 3 technology in a specific VLAN configuration. (See Figure 2.) Clients connect to the client side VLAN and servers connect to the server side VLAN. Servers and clients can exist on different subnets. Servers can also be located one or more Layer 3 hops away and connect to the server-side VLAN through routers.
A client sends a request that arrives on one of the module’s VIP addresses. The CSM forwards this request to a server that can satisfy the request. The server then forwards the response to the CSM. The CSM forwards the response to the client.
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
5
Overview
When the client-side and server-side VLANs are on the same subnets, you can configure the CSM in single subnet (bridge) mode. For more information, see the “Single Subnet (Bridge) Mode
Configuration” section on page 35.
When the client- and server-side VLANs are on different subnets, you can configure the CSM to operate in a secure (router) mode. For more information, see the “Secure (Router) Mode Configuration” section
on page 37.
You can set up a fault-tolerant configuration in either the secure (router) or single subnet (bridged) mode using redundant CSMs. For more information, see the “Fault-Tolerant Configuration” section on
page 38. Using multiple VLANs, single subnet (bridge) mode and secure (router) mode can coexist in
the same CSM.
Figure 2 Content Switching Module and Servers
Catalyst 6500 chassis
Router
Internet
Client
Content services gateway
4 gigabit
Switching
fabric
Internet
47527
Content
provider
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
6
78-11631-02 Rev. A0

Client-to-CSM-to-Server Traffic Flow

This section describes how the traffic flows between the client and server in a CSM environment. (See Figure 3.)
Figure 3 Client-to-Content Switching Module-to-Server Traffic Flow
.com
5
Overview
W
2
4
3
DNS server
Note The numbers in Figure 3 refer to the steps in the following procedure.
VIP
6
7
www.example.com
web server farm
X
Y
Z
47528
When you enter a request for information by entering a URL, the traffic flow is as follows:
Step 1 You enter a URL. (For example, in Figure 3 you enter www.fox.com.)
Step 2 The client contacts a DNS server to locate the IP address associated with the URL you entered.
Step 3 The DNS server sends the IP address of the virtual IP (VIP) to the client.
Step 4 The client uses that IP address (CSM VIP) to send the HTTP request to the CSM.
Step 5 The CSM receives the request with the URL, makes a load balancing decision, and selects a server. For
Step 6 The CSM performs the Network Address Translation (NAT).
78-11631-02 Rev. A0
example, in Figure 3, the CSM selects a server (X server) from the www.fox.com server pool, replacing its own VIP address with the address of the X server and forwards the traffic to the X server.
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
7

Safety Overview

Safety Overview
Safety warnings appear throughout this publication in procedures that, if performed incorrectly, may harm you. A warning symbol precedes each warning statement.
Warning
Waarschuwing
Varoitus
Attention
This warning symbol means danger. You are in a situation that could cause bodily injury. Before you work on any equipment, be aware of the hazards involved with electrical circuitry and be familiar with standard practices for preventing accidents. To see translations of the warnings that appear in this publication, refer to the “Translated Safety Warnings” section in this document.
Dit waarschuwingssymbool betekent gevaar. U verkeert in een situatie die lichamelijk letsel kan veroorzaken. Voordat u aan enige apparatuur gaat werken, dient u zich bewust te zijn van de bij elektrische schakelingen betrokken risico's en dient u op de hoogte te zijn van standaard maatregelen om ongelukken te voorkomen. Voor vertalingen van de waarschuwingen die in deze publicatie verschijnen, kunt u het gedeelte “Translated Safety Warnings” (Vertalingen van veiligheidsvoorschriften) raadplegen in dit document.
Tämä varoitusmerkki merkitsee vaaraa. Olet tilanteessa, joka voi johtaa ruumiinvammaan. Ennen kuin työskentelet minkään laitteiston parissa, ota selvää sähkökytkentöihin liittyvistä vaaroista ja tavanomaisista onnettomuuksien ehkäisykeinoista. Tässä julkaisussa esiintyvien varoitusten käännökset löydät tämän asiakirjan "Translated Safety Warnings" (käännetyt turvallisuutta koskevat varoitukset).
Ce symbole d'avertissement indique un danger. Vous vous trouvez dans une situation pouvant causer des blessures ou des dommages corporels. Avant de travailler sur un équipement, soyez conscient des dangers posés par les circuits électriques et familiarisez-vous avec les procédures couramment utilisées pour éviter les accidents. Pour prendre connaissance des traductions d’avertissements figurant dans cette publication, consultez la section « Translated Safety Warnings » (Traduction des avis de sécurité) de ce document.
8
Warnung
Avvertenza
Advarsel
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
Dieses Warnsymbol bedeutet Gefahr. Sie befinden sich in einer Situation, die zu einer Körperverletzung führen könnte. Bevor Sie mit der Arbeit an irgendeinem Gerät beginnen, seien Sie sich der mit elektrischen Stromkreisen verbundenen Gefahren und der Standardpraktiken zur Vermeidung von Unfällen bewußt. Übersetzungen der in dieser Veröffentlichung enthaltenen Warnhinweise finden Sie im Abschnitt “Translated Safety Warnings” (Übersetzung der Warnhinweise) in diesem Dokument.
Questo simbolo di avvertenza indica un pericolo. La situazione potrebbe causare infortuni alle persone. Prima di lavorare su qualsiasi apparecchiatura, occorre conoscere i pericoli relativi ai circuiti elettrici ed essere al corrente delle pratiche standard per la prevenzione di incidenti. La traduzione delle avvertenze riportate in questa pubblicazione si trova nella documento “Translated Safety Warnings” (Traduzione delle avvertenze di sicurezza) nel presente documento.
Dette varselsymbolet betyr fare. Du befinner deg i en situasjon som kan føre til personskade. Før du utfører arbeid på utstyr, må du vare oppmerksom på de faremomentene som elektriske kretser innebærer, samt gjøre deg kjent med vanlig praksis når det gjelder å unngå ulykker. Hvis du vil se oversettelser av de advarslene som finnes i denne publikasjonen, kan du se i avsnittet "Translated Safety Warnings" [Oversatte sikkerhetsadvarsler] i dette dokumentet.
78-11631-02 Rev. A0

System Requirements

Aviso
¡Advertencia!
Varning!
Warning
Este símbolo de aviso indica perigo. Encontra-se numa situação que lhe poderá causar danos físicos. Antes de começar a trabalhar com qualquer equipamento, familiarize-se com os perigos relacionados com circuitos eléctricos, e com quaisquer práticas comuns que possam prevenir possíveis acidentes. Para ver as traduções dos avisos que constam desta publicação, consulte a secção “Translated Safety Warnings” - “Traduções dos Avisos de Segurança” neste documento.
Este símbolo de aviso significa peligro. Existe riesgo para su integridad física. Antes de manipular cualquier equipo, considerar los riesgos que entraña la corriente eléctrica y familiarizarse con los procedimientos estándar de prevención de accidentes. Para ver una traducción de las advertencias que aparecen en esta publicación, consultar la sección titulada “Translated Safety Warnings” que aparece en este documento.
Denna varningssymbol signalerar fara. Du befinner dig i en situation som kan leda till personskada. Innan du utför arbete på någon utrustning måste du vara medveten om farorna med elkretsar och känna till vanligt förfarande för att förebygga skador. Om du vill se översättningar av de varningar som visas i denna publikation, se avsnittet "Translated Safety Warnings" [Översatta säkerhetsvarningar] i detta dokument.
Before you install, operate, or service the system, read the Site Preparation and Safety Guide. This guide contains important safety information you should know before working with the system.
Warning
Only trained and qualified personnel should be allowed to install or replace this equipment.
System Requirements
Before you install the CSM into the Catalyst 6000 family switch, make sure your Catalyst 6000 family switch meets the hardware and software requirements listed in this section.
Caution You cannot run Cisco IOS server load-balancing software on the same switch as the CSM.
Caution You can use the MSFC, internal to the Catalyst 6000 family switch, to route traffic on either the client
side or the server side of the CSM, but not both simultaneously.

Memory Requirements

The CSM memory is not configurable.
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
9
System Requirements

Hardware Supported

Before you can use the CSM, you must have a Supervisor Engine 1A with an MSFC and a Policy Feature Card (PFC), or a Supervisor Engine 2 with an MSFC, and any module with ports to connect server and client networks. The PFC is required for the VLAN access control list (VACL) capture functionality.
Caution The WS-X6066-SLB-APC Content Switching Module is not fabric enabled.
Minimum
Product Number Product Description Content Switching Module
WS-X6066-SLB-APC with Supervisor Engine 1A
WS-X6066-SLB-APC with Supervisor Engine 1A
WS-X6066-SLB-APC with Supervisor Engine 2
Console Cable
72-876-01 Console Cable Not applicable Not applicable Not applicable
Accessory Kit
800-05097-01 Accessory kit (contains the Console
Content Switching Module 1.1(1) 1.1(1) or higher 12.1(6)E or
Content Switching Module 1.1(1) 1.2(1) or higher 12.1(8)E
Content Switching Module 1.2(1) 1.2(1) 12.1(8a)E
Cable)
Software Version
Not applicable Not applicable Not applicable
Recommended Software Version IOS Release
12.1(7)E

Environmental Requirements

The CSM operates in temperatures from 0o to 40o C (32o to 104o F). The module can withstand, without damage, nonoperating temperatures from –40
The CSM can operate in relative humidity from 10 to 90 percent (noncondensing) and can withstand, without damage, nonoperating relative humidity of 5 to 95 percent (noncondensing).
o
to 70o C (–40o to 158o F).

Power Requirements

You can place the CSM in any slot in the Catalyst 6000 family chassis except for the slots occupied by the supervisor engine and the standby supervisor engine. The CSM operates on power supplied by the chassis.
Note Slot 1 is reserved for the supervisor engine. Slot 2 can contain an additional supervisor
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
10
engine in case the supervisor engine in slot 1 fails. If a redundant supervisor engine is not required, you can insert the CSM in slots 2 through 6 on the 6-slot chassis, in slots 2 through 9 on a 9-slot chassis, or slots 2 through 13 on the 13-slot chassis.
78-11631-02 Rev. A0

Required Tools

Software Requirements

Catalyst 6000 family CSM software release 1.1(1) requires Cisco IOS Release 12.1(6)E or 12.1(7)E.
Catalyst 6000 family CSM software release 1.2(1) requires Cisco IOS Release 12.1(8a)E or later only.
CSM Software Release Software Part Number Hardware Cisco IOS Release Added Features
1.1(1) SC6k-SLB-APC-1.1 Supervisor Engine 1A with MSFC and PFC
1.2(1) SC6K-1.2-CSM Supervisor Engine 1A with MSFC and PFC
1.2(1) SC6K-1.2-CSM Supervisor Engine 2 Module with MSFC 2
12.1(6)E or
12.1(7)E
12.1(8a)E Supervisor Engine 2
12.1(8a)E Supervisor Engine 2
Initial Release
support
support
Required Tools
This section describes the tools and requirements you need to install the CSM.
Note Before installing the CSM, you must install the Catalyst 6000 family switch chassis and at least one
supervisor engine. For information on installing the switch chassis, refer to the Catalyst 6000 Family Installation Guide.
These tools are required to install the CSM into the Catalyst 6000 family switch:
Flat-blade screwdriver
Wrist strap or other grounding device
Antistatic mat or antistatic foam
Caution Whenever you handle the supervisor engine or switching modules, always use a wrist strap or other
grounding device to prevent electrostatic discharge (ESD). See the “Installing the Content Switching
Module” section on page 11 for more information.

Installing the Content Switching Module

To install the CSM into the Catalyst 6000 family switch, perform the steps in the following sections:
Preparing to Install the CSM, page 11
Installing the CSM, page 12
Verifying the Installation, page 15

Preparing to Install the CSM

Before installing the CSM, make sure that the following are available:
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
11
Installing the Content Switching Module
Catalyst 6000 family switch chassis
Servers that are connected to the Catalyst 6000 family switch through a bridged or a routed
connection
Management station that is available through a Telnet or a console connection to perform
configuration tasks

Installing the CSM

This section describes how to install the CSM into the Catalyst 6000 family switch.
Note All modules, including the supervisor engine (if you have redundant supervisor engines), support hot
swapping. You can add, replace, or remove modules without interrupting the system power or causing other software or interfaces to shut down. For more information about hot-swapping modules, refer to the Catalyst 6000 Family Module Installation Guide.
To install the CSM into the Catalyst 6000 family switch, perform these steps:
Step 1 Make sure you take the necessary precautions to prevent ESD damage.
Warning
Step 2 Choose a slot for the CSM. See Figure 4 for slot numbers on a Catalyst 6000 family switch.
During this procedure, wear grounding wrist straps to avoid ESD damage to the card. Do not directly touch the backplane with your hand or any metal tool, or you could shock yourself.
Note Slot 1 is reserved for the supervisor engine. Slot 2 can contain an additional supervisor
engine in case the supervisor engine in slot 1 fails. If a redundant supervisor engine is not required, you can insert the CSM in slots 2 through 9 on a 9-slot chassis, or slots 2 through 6 on the 6-slot chassis, or slots 2 through 13 on the 13-slot chassis.
12
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
78-11631-02 Rev. A0
Figure 4 Slot Numbers on Catalyst 6000 Family Switches
WS-X6K-SUP2-2GE
T
E
M
L
S
Supervisor engine
Redundant supervisor
engine
Switching
modules
Fan
assembly
STATUS
M
G
O
U
E
M
T
S
T
T
E
A
N
R
S
S
T
Y
O
W
E
S
S
C
P
C
O N
S
R
O
L E
P O
R
1
SUPERVISOR2
WS-X6K-SUP2-2GE
2
SUPERVISOR2
W
S-X6408
STATUS
3
8 PORT GIG
ABIT ETH
W
S-X64
08
4
STATUS
8 PORT GIG
ABIT
ETHERNET
W
S-X6408
STATU
5
8 PO
RT G
IGABIT ETHER
W
S
­X 6
2 2
4
6
S
2
4 P
O
R T
1
0 0
F
X
W
S
­X 6
2 2
4
S
7
2
4 P
O
R T
10
0
F
X
W
S
­X 6
2 2
4
S
8
FAN
2
4
P
O
R T
1
0 0
F
X
W
S
-X 6
2 2
4
S
9
2
4
P
O
R T
1
0 0
F
X
T M O
D
E
C
O
N
S
O L
E
T
E
M
L
S
M
G
O
U
E
M
T
S
T
T
E
A
N
R
S
S
T
Y
O
W
E
S
S
C
P
C
R
C
O
N
S
O LE
1
ERNET
K IN L
1
LINK
1
S
NET
LINK
1
S
2
3
U
4
T A T
LINK
LINK
LINK
LINK
S
1
U
2
3
T
4
A T
LINK
LINK
LINK
LINK
1
S
2
3
U
4
T A T
LINK
LINK
LINK
LINK
1
2
S
3
4
U
T A T
K
K
K
IN
IN
L
IN
L
IN
L
L
P
C M
C
IA E
O N
S O
L E
P O
R
T M O
D
E
P
C M
C
IA E
2
3
K N I L
2
K LIN
2
K LIN
5
LINK
5
LINK
5
LINK
5
K
K
IN
L
4
K IN L
3
4
K LIN
3
4
LINK
6
7
8
9
1 0
1
LINK
LINK
LINK
LINK
LINK
6
7
8
9
1 0
1
LINK
LINK
LINK
LINK
LINK
6
7
8
9
10
11
LINK
LINK
LINK
LINK
LINK
6
7
8
9
10
11
K
K
K
K
IN
K
IN
L
IN
L
IN
L
IN
L
L
S
w
itc
h
L
oa
d
10
0 %
P
O
R T
J
E
C
T
J
E
C
T
5
K
K N I L
IN L
5
LINK
LINK
5
K
LIN
LINK
1
1 2
1
3
1 4
LINK
LINK
LINK
LINK
1
1 2
1
3
1
4
LINK
LINK
LINK
LINK
12
13
14
LINK
LINK
LINK
LINK
12
13
14
K
K
K
K
IN
IN
L
IN
L
IN
L
L
1
1
%
K IN L
S
w
itc
h
L
o a
d
1
0 0%
P
O
R T
1
1
%
K LIN
6
7
K
K IN L
IN L
6
7
LINK
LINK
6
7
LINK
LINK
1 5
1
6
1
7
1 8
1 9
2 0
LINK
LINK
LINK
LINK
LINK
LINK
1 5
1
6
1 7
1 8
1 9
2 0
LINK
LINK
LINK
LINK
LINK
LINK
15
16
17
18
19
20
LINK
LINK
LINK
LINK
LINK
LINK
15
16
17
18
19
20
K
K
K
K
IN
N
K
I
L
K IN
L
IN
L
IN
L
IN
L
L
Installing the Content Switching Module
P
O
R
T
2
K
LIN
P
O
R
T
2
LINK
8
K IN L
8
LINK
8
LINK
2
1
2 2
2
3
2 4
LINK
LINK
LINK
LINK
2
1
2 2
2
3
2 4
LINK
LINK
LINK
LINK
21
22
23
24
LINK
LINK
LINK
LINK
21
22
23
24
K
K
K
K
IN
IN
L
IN
L
IN
L
L
o
INPUT
FAN
OUTPUT
OK
OK
FAIL
o
INPUT
FAN
OUTPUT
OK
OK
FAIL
16076
Power supply 1
ESD ground strap
Power supply 2
(redundant)
connector
Step 3 Check that there is enough clearance to accommodate any interface equipment that you will connect
directly to the supervisor engine or switching-module ports.
Note If possible, place switching modules between empty slots that contain only
switching-module filler plates (Cisco part number 800-00292-01).
Warning
Blank faceplates (filler panels) serve three important functions: they prevent exposure to hazardous voltages and currents inside the chassis; they contain electromagnetic interference (EMI) that might disrupt other equipment; and they direct the flow of cooling air through the chassis. Do not operate the system unless all cards and faceplates are in place.
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
13
Installing the Content Switching Module
Step 4 Loosen the captive installation screws that secure the switching-module filler plate (or an existing
switching module) to the desired slot.
Step 5 Remove the switching-module filler plate (or an existing switching module).
Step 6 Hold the handle of the CSM with one hand, and place your other hand under the carrier support. Do not
touch the printed circuit boards or connector pins.
Step 7 Place the CSM in the slot. Align the notch on the sides of the switching-module carrier with the groove
in the slot. (See Figure 5.)
Figure 5 Installing Modules in the Catalyst 6000 Family Switch
WS-X6K-SUP1
STATUS
1
SUPERVISOR I
WS-X6K-SUP1
S TU
STA
2
SUPERVISOR I
W
S-X6408
STATUS
3
8 PO
RT GIGABIT ETHERNET
W
S-X6408
4
STATUS
8 PORT GIGABIT ETH
ERNET
W
S-X6408
STATUS
5
8 PO
RT GIGABIT ETHERNET
W
S
­X
6 2
2
4
S
U T A
6
T
S
2
4
P O
R
T
1
0 0
F
X
W
S
­X
6 2
2
4
S
U T A
T
S
7
2
4 P
O
R
T
1
0 0
F
X
W
S
­X
6 2
2
4
S
U T A
T
S
8
2
4 P
O
R
T
1
00
F
X
FAN LED
S
w
itc
h L
o
a
d
1
0
0
%
D
T E
/
SYSTEM
ACTIVE
D
C
PWR MGMT
E
RESET
C
O
N
S
O
L
E
1
%
S
w
T
1
0
0
%
D
T E
/
SYSTEM
ACTIVE
D
C
PWR MGM
E
RESET
C
O
N
S
O
L
E
1
%
1
2
K
K
IN
N
L
I L
1
2
LINK
LINK
1
2
LINK
LINK
1
2
3
4
5
LINK
LINK
LINK
LINK
LINK
1
2
3
4
5
K
K
K
K
IN
K
IN
L
IN
L
IN
L
IN
L
L
1
2
3
4
5
K
K
K
K
IN
K
IN
L
IN
L
IN
N
L
I
L
L
P
C
M
C
IA
itc
h L
o
a
d
P
C
M
C
IA
3
4
K
K IN L
IN
L
3
4
K LINK
LIN
3
4
K LINK
LIN
6
7
8
9
10
11
LINK
LINK
LINK
LINK
LINK
LINK
6
7
8
9
10
11
K
K
K
K
IN
K
L
6
K IN L
K
IN
LIN
IN
L
IN
L
IN
L
L
7
8
9
10
11
K
K
K
K
IN
N
K
I
L
IN
L
IN
L
IN
L
L
P
O
R
T
1
P
O
R
T
E
J E
C
T
LINK
E
J E
C
T
LINK
5
K IN L
5
LINK
5
LINK
12
13
14
15
16
LINK
LINK
LINK
LINK
LINK
12
13
14
15
16
K
K
K
K
IN
K
IN
L
IN
L
IN
L
IN
L
L
12
13
14
15
16
K
K
K
K
IN
N
K
I
L
IN
L
IN
L
IN
L
L
2
LINK
P
O
R
T
1
P
O
R
T 2
LINK
6
7
K
N I L
6
LINK
6
LINK
17
18
LINK
17
1
8
K
IN L
17
18
K
IN L
8
K
K
IN
L
IN L
7
8
LINK
LINK
7
8
LINK
LINK
19
20
21
22
23
LINK
19
K IN L
19
K IN L
24
LINK
LINK
LINK
LINK
LINK
LINK
20
21
22
23
24
K
K
K
K
IN
K
IN
L
K
N I L
K
IN
L
IN
L
IN
L
IN
L
L
2
0
21
22
23
24
K
K
K
K
IN
K
IN
L
IN
L
IN
N
L
I
L
L
9
WS-X6224
1
2
3
S
4
5
U T A T
S
2
4
P
O
R
T 1
0 0
F
X
6
7
8
9
10
11
12
13
14
15
16
17
1 8
19
20
21
22
23
K
K
K
N
K
I
N
K
I
N
L
K
I
L
K
IN
L
K
IN
L
K
IN
L
K
IN
L
K
IN
L
K
IN
L
K
IN
L
K
IN
L
K
IN
N
L
K
I
L
K
IN
L
K
IN
L
IN
L
IN
N
L
I
L
L
o
INPUT
FAN
OK
OK
24
K
K
K
K
IN
N
K
I
N
L
K
I
L
IN
L
IN
N
L
I
L
L
o
OUTPUT
FAIL
INPUT
FAN
OUTPUT
OK
OK
FAIL
16205
14
Step 8
Keep the CSM at a 90-degree orientation to the backplane and carefully slide the CSM into the slot until the switching-module faceplate contacts the ejector levers. (See Figure 6.)
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
78-11631-02 Rev. A0
Figure 6 Ejector Levers and Captive Installation Screws

Verifying the Installation

WS-X6K-SUP1
SUPERVISOR I
STATUS
SYSTEM
ACTIVE
PWR MGMT
RESET
CONSOLE
CONSOLE
PORT
MODE
100%
Switch Load
1%
PCMCIA EJECT
LINK
PORT 1
Ejector lever
PORT 2
LINK
16059
Captive installation screws
Step 9 Using the thumb and forefinger of each hand, simultaneously push in the left and right levers to fully
seat the CSM in the backplane connector.
Caution Always use the ejector levers when installing or removing the CSM. A module that is partially seated
in the backplane will cause the system to halt and subsequently crash.
Note If you perform a hot swap, the console displays the message “Module n has been inserted.”
This message does not appear, however, if you are connected to the Catalyst 6000 family switch through a Telnet session.
Step 10 Use a screwdriver to tighten the captive installation screws on the left and right ends of the CSM.
This completes the CSM installation procedure.
Verifying the Installation
When you install the CSM into the Catalyst 6000 family switch, the module goes through a boot sequence that requires no intervention. At the successful conclusion of the boot sequence, the green status LED will illuminate and remain on.
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
15

Upgrading to a New Software Release

Using the Command-Line Interface

The software interface for the CSM is the Cisco IOS interface. To understand the Cisco IOS command-line interface and Cisco IOS command modes, refer to Chapter 2 in the Catalyst 6000 Family IOS Software Configuration Guide.
Note Because of each prompt’s character limit, some prompts may be truncated. For example:
Router(config-slb-vlan-server)# may appear as Router(config-slb-vlan-serve)#

Accessing Online Help

In any command mode, you can get a list of available commands by entering a question mark (?) as follows:
Router> ?
or
Router(config)# ip slb ?
Note Online help shows the default configuration values and ranges available to commands.
Upgrading to a New Software Release
This section describes the three methods on how to upgrade the CSM:
Upgrading from the Supervisor Engine Bootflash, page 17
Upgrading from a PCMCIA Card, page 18
Upgrading Over the Network, page 18
Note When upgrading to a new software release, you must upgrade the CSM image before upgrading the
Cisco IOS image. Failure to do so will cause the supervisor engine to not recognize the CSM. In this case, you would have to downgrade the Cisco IOS image, upgrade the CSM image, and then upgrade the Cisco IOS image.
During the upgrade, enter all commands on a console connected to the supervisor engine. Enter each configuration command on a separate line. To complete the upgrade, enter the exit command to return to the supervisor engine prompt.
16
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
78-11631-02 Rev. A0
Caution You must enter the exit command to terminate sessions with the CSM being upgraded. If you do not
terminate the session and you remove the CSM from the Catalyst 6000 family chassis, you cannot issue configuration commands to the CSM unless you press Ctrl + ^, enter x, and type the disconnect command at the prompt.

Upgrading from the Supervisor Engine Bootflash

Upgrade the CSM from the supervisor engine bootflash as follows:
Note Refer to the Catalyst 6000 Family Supervisor Engine Flash PC Card Installation Note for
instructions on loading images into bootflash.
Step 1 Enable the TFTP server to supply the image from bootflash as follows:
Router> Router> enable Router# conf t Router(config)# tftp-server sup-bootflash:c6slb-apc.revision-num.bin Router(config)
Upgrading to a New Software Release
Step 2 Set up a session between the supervisor engine and the CSM:
Router# session CSM-slot-number 0
Step 3 Load the image from the supervisor engine to the CSM:
CSM> upgrade 127.0.0.zz c6slb-apc.revision-num.bin
where
zz = 12 if the supervisor engine is installed in chassis slot 1 zz = 22 if the supervisor engine is installed in chassis slot 2
Note The supervisor engine can only be installed in chassis slot 1 or slot 2.
Step 4 Reboot the CSM by power cycling the CSM or by issuing the following commands on the supervisor
engine console.
Router# config t Router(config)# power cycle module slot-number
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
17
Upgrading to a New Software Release

Upgrading from a PCMCIA Card

Upgrade the CSM from a removable Flash (PCMCIA) card inserted in the supervisor engine as follows:
Step 1 Enable the TFTP server to supply the image from the removable Flash card:
Router> Router> enable Router# conf t Router(config)# tftp-server slotx:c6slb-apc.revision-num.bin
where
x = 0 if the PCMCIA card is installed in supervisor engine PCMCIA slot 0.
Step 2 Set up a session between the supervisor engine and the CSM:
Router# session CSM-slot-number 0
Step 3 Load the image from the supervisor engine to the CSM:
CSM> upgrade slot0: c6slb-apc.revision-num.bin
Note The supervisor engine can only be installed in chassis slot 1 or slot 2.
Step 4 Reboot the CSM by power cycling the CSM or by issuing the following commands on the supervisor
engine console:
router# config t Router (config)# power cycle module slot-number

Upgrading Over the Network

Upgrade the CSM from an external TFTP server as follows:
Step 1 Create a VLAN on the supervisor engine for the TFTP CSM runtime image download.
Note It is possible to use an existing VLAN. However, for reliability in the download, create a VLAN
specifically for the TFTP connection.
Step 2 Configure the interface that is connected to your TFTP server.
Step 3 Add the interface to the VLAN.
Step 4 Enter the ip slb vlan command, as explained in the “Configuring VLANs” section on page 21, to make
the VLAN a client VLAN.
18
Step 5 Add an IP address to the VLAN for the CSM.
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
78-11631-02 Rev. A0
Step 6 Enter the show command as described in “Configuring VLANs” section on page 21 to verify the
configuration.
Step 7 Make a Telnet connection into the CSM with the session CSM-slot-number 0 command.
Step 8 Upgrade the image using the upgrade TFTP-server-IP-address c6slb-apc.rev-number.bin command.

Configuring the Content Switching Module

This section describes how to configure load balancing on the CSM. Before you configure the CSM, the switch must meet these prerequisites:
Caution Enter the ip slb mode csm command before you enter any other CSM configuration commands.
The Cisco IOS versions for the switch and the module must match.
Turn off the Cisco IOS-based server load balancing. Enter the ip slb mode and enable the CSM
operating mode csm (content switching mode) which disables the rp (router processing mode).
Configuring the Content Switching Module
This example shows how to enable the csm mode:
Router(config)# ip slb mode ?
csm SLB in Application Processor Complex board rp SLB in IOS system
Router(config)# ip slb mode csm
You must configure VLANs on the Catalyst 6000 family switch before you configure VLANs for
the CSM. VLAN IDs must be the same for the switch and the module. Refer to the Catalyst 6000 Family Software Configuration Guide for details.
This example shows how to configure VLANs:
Router> Router> enable Router# vlan database Router(vlan)# vlan 130 VLAN 130 added:
Name: VLAN130 Router(vlan)# vlan 150 VLAN 150 added:
Name: VLAN150 Router(vlan)# exit
You should place physical interfaces that connect to the servers or to the clients in the corresponding
VLAN.
This example shows how to configure a physical interface as a Layer 2 interface and assign it to a VLAN:
Router> Router> enable Router# config Router(config)# interface 3/1 Router(config-if)# switchport Router(config-if)# switchport access vlan 150 Router(config-if)# no shutdown Router(vlan)# exit
78-11631-02 Rev. A0
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
19
Loading...
+ 43 hidden pages