Guest

Cisco CSS 11000 Series Content Services Switches

CSS 11000 Keepalives

Document ID: 12608



Contents

Introduction
Prerequisites
      Requirements
      Components Used
      Conventions
HTTP Keepalive with GET
TCP Keepalive with POST
HTTP Keepalive with HEAD
Keepalive Status
NetPro Discussion Forums - Featured Conversations
Related Information

Introduction

This document provides information on Content Services Switch (CSS) 11000 Keepalives.

Prerequisites

Requirements

There are no specific prerequisites for this document.

Components Used

The information in this document is based on these software and hardware versions.

  • Cisco CSS 11000 Series Content Services Switches

  • Cisco WebNS

The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.

Conventions

Refer to Cisco Technical Tips Conventions for information on document conventions.

HTTP Keepalive with GET

GET is issued to the backend service, and a checksum on the page is computed and stored by the switch as a reference point. Subsequent GETs require a 200 OK status, and they require that the checksum equal the reference checksum. If a non-200 status is returned (after the 15 second timer period) or if a 200 status is returned, but the checksum is different, the service is considered down. If the page that is accessed for the keepalive changes, suspend and activate the service for a new checksum to be calculated.

TCP Keepalive with POST

Refer to the HTTP Keepalive with GET section for more information.

HTTP Keepalive with HEAD

HEAD is issued and a 200 OK status is required. No checksum is computed for this type of keepalive.

This output provides a GET example:

service Web_Server
ip address 10.10.4.221
keepalive type http
keepalive method get
keepalive uri "/index.html"
port 80
protocol tcp
active

Keepalive Status

Issue the show keepalive-summary command in order to show all keepalives. Issue the show keepalive [service] command in order to see full keepalive details.

NetPro Discussion Forums - Featured Conversations

Networking Professionals Connection is a forum for networking professionals to share questions, suggestions, and information about networking solutions, products, and technologies. The featured links are some of the most recent conversations available in this technology.
NetPro Discussion Forums - Featured Conversations for CDN
Emerging Technologies: Content Networking

Related Information



Updated: Jan 02, 2007Document ID: 12608