| <variable> | Variables are described with a short description enclosed within a
                        ‘<‘ and a ‘>' pair. For example, the command, nx9500-6C8809>show interface ge 1is documented as: show interface ge <1-2> where: 
 | 
| | | The pipe symbol. This is used to separate the variables/keywords in a
                           list. For example, the command, nx9500-6C8809> show .....is documented as: show [adoption|bluetooth|bonjour|boot|........... where: 
 show adoption ... show bluetooth ... show bonjour ... | 
| [] | Of the different keywords and variables listed inside a ‘[‘ & ‘]' pair, only one can be used. Each choice in the list is separated with a ‘|' (pipe) symbol. For example, the command, nx9500-6C8809# clear ...is documented as: clear [arp-cache|bonjour|cdp|counters|crypto| event-history|firewall|gre|ip|ipv6|l2tpv3-stats|lacp| license|lldp|logging|mac-addresstable|mint|role|rtls| spanning-tree|traffic-shape|vrrp] where: 
 | 
| { } | Any command/keyword/variable or a combination of them inside a ‘{‘
                        &‘}' pair is optional. All optional commands follow the same conventions
                        as listed above. However, they are displayed italicized. For example, the command, nx9500-6C8809> show adoption ....is documented as: show adoption info {on <DEVICE-NAME>}here: 
 show adoption info The command can also be extended as: show adoption info {on <DEVICE-NAME>} here: 
 | 
| command / keyword | The first word is always a command. Keywords are words that must be
                        entered as is. Commands and keywords are mandatory. For example, the command, nx9500-6C8809>show wirelessis documented as: show wireless where: 
 | 
| () | Any command/keyword/variable or a combination of them inside a ‘(‘ &
                        ‘)' pair are recursive. All recursive commands can be listed in any order
                        and can be used once along with the rest of the commands. For example, the command, crypto pki export request generate-rsa-key test autogen-subject-name ... is documented as: nx9500-6C8809#crypto pki export request generate-rsa-key test 
autogen-subject-name (<URL>,email <EMAIL>,fqdn <FQDN>,ip-address <IP>)here: 
 |