C-6
Catalyst 6500 Series Content Switching Module Configuration Note
OL-4612-01
Appendix C CSM XML Document Type Definition
>
<!--
url is a string of length 1 to 200
-->
<!ELEMENT probe_request EMPTY>
<!ATTLIST probe_request
sense (yes | no) #IMPLIED
method (get | head) #REQUIRED
url CDATA "/"
>
<!--
min_code is between 0 and 999
max_code default is match min_code
-->
<!ELEMENT probe_expect_status EMPTY>
<!ATTLIST probe_expect_status
sense (yes | no) #IMPLIED
min_code NMTOKEN #REQUIRED
max_code NMTOKEN #IMPLIED
>
<!--
name is a string of length 1 to 31
arguments is a string of length 0 to 199
-->
<!ELEMENT script_ref EMPTY>
<!ATTLIST script_ref
sense (yes | no) #IMPLIED
name CDATA #REQUIRED
arguments CDATA #IMPLIED
>
<!--
secret is a string of length 1 to 32
-->
<!ELEMENT probe_secret EMPTY>
<!ATTLIST probe_secret
sense (yes | no) #IMPLIED
secret CDATA #REQUIRED
>
<!--
Maximum of 255 probe_headers per http_probe
probe_address must use mode "routed"
-->
<!ELEMENT http_probe (probe_failed?, probe_interval?, probe_retries?,
probe_open?, probe_receive?, probe_port?, probe_address?,
probe_request?, probe_credentials?, probe_header*,
probe_expect_status*)
>
<!--
Maximum of 255 probe_expect_addresses per dns_probe
probe_address must use mode "routed"
-->
<!ELEMENT dns_probe (probe_failed?, probe_interval?, probe_retries?,
probe_receive?, probe_port?, probe_address?, probe_domain?,
probe_expect_address*)
>
<!--
probe_address must use mode "transparent"