Cisco Nexus 5000 Series Manual de referencia - Página 7

Navegue en línea o descargue pdf Manual de referencia para Enrutador de red Cisco Nexus 5000 Series. Cisco Nexus 5000 Series 12 páginas. Configuring ip source guard
También para Cisco Nexus 5000 Series: Nota de publicación (26 páginas), Manual de consulta rápida (14 páginas), Nota de publicación (26 páginas), Manual de solución de problemas (8 páginas), Manual (11 páginas), Manual (6 páginas), Manual (7 páginas), Manual de instrucciones (45 páginas), Manual de configuración (6 páginas)

Cisco Nexus 5000 Series Manual de referencia
NX-API Request Element
type
chunk
Description
Specifies the type of command to be executed.
The following types of commands are supported:
• cli_show
CLI show commands that expect structured output. If the command does
not support XML output, an error message is returned.
• cli_show_ascii
CLI show commands that expect ASCII output. This aligns with existing
scripts that parse ASCII output. Users are able to use existing scripts
with minimal changes.
• cli_conf
CLI configuration commands.
• Each command is only executable with the current user's
Note
authority.
• The pipe operation is supported in the output when the message
type is ASCII. If the output is in XML format, the pipe operation
is not supported.
• A maximum of 10 consecutive show commands are supported.
If the number of show commands exceeds 10, the 11th and
subsequent commands are ignored.
• No interactive commands are supported.
Some show commands can return a large amount of output. For the NX-API
client to start processing the output before the entire command completes,
NX-API supports output chunking for show commands.
Enable or disable chunk with the following settings:
0
Do not chunk output.
1
Chunk output.
Note
Only show commands support chunking. When a series of show
commands are entered, only the first command is chunked and
returned.
The output message format is XML. (XML is the default.) Special
characters, such as < or >, are converted to form a valid XML message
(< is converted into &lt; > is converted into &gt).
You can use XML SAX to parse the chunked output.
Note
When chunking is enabled, the message format is limited to XML.
JSON output format is not supported when chunking is enabled.
7