Cisco catalyst 6500 series Configuration Note page 104

Content switching module
Hide thumbs Also See for catalyst 6500 series:
Table of Contents

Advertisement

Configuring Network Management
These guidelines apply to XML for the CSM:
Up to five concurrent client connections are allowed.
The XML configuration is independent of the IP SLB mode with the following exception: the
csm_module slot='x' sense='no command does have the desired effect and generates an XML error.
Pipelined HTTP posts are not supported.
There is a 30-second timeout for all client communication.
Bad client credentials cause a message to be sent to the IOS system log.
A single CSM can act as proxy for other CSM configuration by specifying a different slot attribute.
When you enable this feature, a network management device may connect to the CSM and send the new
configurations to the device. The network management device sends configuration commands to the
CSM using the standard HTTP protocol. The new configuration is applied by sending an XML document
to the CSM in the data portion of an HTTP POST.
This example shows an HTTP conversation:
******** Client **************
POST /xml-config HTTP/1.1
Authorization: Basic VTpQ
Content-Length: 95
<?xml version="1.0"?>
<config><csm_module slot="4"><vserver name="FOO"/></csm_module></config>
******** Server **************
HTTP/1.1 200 OK
Content-Length: 21
<?xml version="1.0"?>
******** Client **************
POST /xml-config HTTP/1.1
Content-Length: 95
<?xml version="1.0"?>
<config><csm_module slot="4"><vserver name="FOO"/></csm_module></config>
******** Server **************
HTTP/1.1 401 Unauthorized
Connection: close
WWW-Authenticate: Basic realm=/xml-config
Table 8-2
Table 8-2
Return Code
200
400
401
403
404
408
411
500
Catalyst 6500 Series Content Switching Module Configuration Note
8-14
lists the supported HTTP return codes:
HTTP Return Codes for XML
Description
OK
Bad Request
Unauthorized (credentials required, but not provided)
Forbidden (illegal credentials submitted, syslog also generated)
Not Found ("/xml-config" not specified)
Request Time-out (more than 30 seconds has passed waiting on receive)
Missing Content-Length (missing or zero Content-Length field)
Internal Server Error
Chapter 8
Configuring Additional Features and Options
OL-4612-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Catalyst 6000 series

Table of Contents