R E V I E W D R A F T - C I S C O C O N F I D E N T I A L
Chapter 9 Configuring the XML Interface
Enabling the Display of Raw XML Request show Command Output in XML Format
9-26
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
<ifs_unicast_rpf>0</ifs_unicast_rpf>
</ifs_input>
<ifs_output>
<ifs_unicast>45</ifs_unicast>
<ifs_bytes>5723</ifs_bytes>
<ifs_multicast>0</ifs_multicast>
<ifs_broadcast>1</ifs_broadcast>
<ifs_errors>0</ifs_errors>
<ifs_ignored>0</ifs_ignored>
</ifs_output>
</interface_stats>
</xml_interface_entry>
</xml_show_interface>
</xml_show_result>
</exec_command>
</response_xml>
The syntax of this command is:
xml-show
{
off
|
on
|
status
}
The keywords are:
•
off
—Displays CLI
show
command output in regular CLI display output, not
in XML format.
•
on
—Displays CLI
show
command output in XML format unless a specific
show
command is not implemented to display its output in XML format. For
details on the
show
command output supported in XML format, consult the
the ACE DTD file, ace_appliance.dtd, that is included as part of the software
image (see the
“Accessing the ACE DTD File”
section).
•
status
—Displays the results of the
xml show
command status: on or off. The
status
keyword allows you to determine the status of the
xml show
command
setting.
For example, to enable the display of raw XML request
show
command output in
XML format from the CLI, enter:
host1/Admin#
xml-show on
To return to displaying CLI
show
command output in regular CLI output, enter:
host1/Admin#
xml-show off