Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Execute CLI Show Command (Data Center Blueprint)

While working in the GUI, you may need device information that's obtained via CLI commands. Traditionally, you need to log in to a machine with access to the device management network, open a terminal, find device IP addresses, SSH to each of them, then run the required CLI commands. You can bypass these steps and run show commands for Juniper devices directly from the GUI. You can execute CLI commands from within the staged or active blueprint, or from the Managed Devices page. The steps below are for Datacenter blueprints.

To execute the show command using the GUI:

  1. From the blueprint, navigate to Staged > Physical > Topology (or Staged > Physical > Nodes) and select a Juniper device node.
    The Selection section of the right panel appears.
  2. On the Device tab, click Execute CLI Command.
    The Execute CLI Command dialog opens.
  3. Type show, then press the space bar. Available commands appear that you can scroll through to select, or you can start typing the command and it will auto-fill. In our example we're looking for BGP neighbors. We typed show, space, then b, which filtered the commands to only include those with the letter b. We selected bgp, then pressed the space bar to show available arguments for bgp. We typed n to show commands including the letter n. We'll select neighbor to complete the command.
  4. From the drop-down list, select how you want to view the results: text, XML or JSON.
  5. Click Execute.
The show command results are returned. (We used Text Mode for our example.)