Cisco Nexus 5000 Series Manuale di riferimento - Pagina 7

Sfoglia online o scarica il pdf Manuale di riferimento per Router di rete Cisco Nexus 5000 Series. Cisco Nexus 5000 Series 12. Configuring ip source guard
Anche per Cisco Nexus 5000 Series: Nota di rilascio (26 pagine), Manuale di riferimento rapido (14 pagine), Nota di rilascio (26 pagine), Manuale di risoluzione dei problemi (8 pagine), Manuale (11 pagine), Manuale (6 pagine), Manuale (7 pagine), Manuale operativo (45 pagine), Manuale di configurazione (6 pagine)

Cisco Nexus 5000 Series Manuale di riferimento
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