Cisco Nexus 5000 Series Manuale di riferimento - Pagina 8

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
sid
input
output_format
NX-API Response Elements
The NX-API elements that respond to a CLI command are listed in the following table:
Table 3: NX-API Response Elements
NX-API Response Element
version
type
8
Description
The session ID element is valid only when the response message is chunked.
To retrieve the next chunk of the message, you must specify a sid to match
the sid of the previous response message.
Input can be one command or multiple commands. However, commands that
belong to different message types should not be mixed. For example, show
commands are cli_show message type and are not supported in cli_conf mode.
Note
Multiple commands are separated with " ; ". (The ; must be
surrounded with single blank characters.)
The following are examples of multiple commands:
cli_show
cli_conf
The available output message formats are the following:
xml
json
Note
The Cisco Nexus 5000 and 6000 Series CLI supports XML output,
which means that the JSON output is converted from XML. The
conversion is processed on the switch.
To manage the computational overhead, the JSON output is
determined by the amount of output. If the output exceeds 1 MB, the
output is returned in XML format. When the output is chunked, only
XML output is supported.
The content-type header in the HTTP/HTTPS headers indicate the
type of response format (XML or JSON).
Description
NX-API version.
Type of command to be executed.
show version ; show interface brief ; show vlan
interface Eth4/1 ; no shut ; switchport
Specifies output in XML format.
Specifies output in JSON format.