/
show

show


The show command displays the running configurations as well as the configurations that are not successfully committed.


Command Syntax

  • Display the configuration in a tree structure hierarchy:

       show

  • Display the configuration as a series of configuration mode command lines:

       show | display set


Parameter

None.


Usage Guidelines

To display the running configuration, use the configuration mode show command from the “#” prompt.

The configuration can be displayed in a tree structure at the current hierarchy level or at a specified level.

To display a particular hierarchy in the configuration, add the corresponding module name after show command. The module names are shown in the following example:

admin@Xorplus# show
Possible completions:
  <[Enter]>                     Execute this command
  all                           Show the configuration (all values displayed)
  class-of-service              Class of service configuration
  firewall                      Configure Firewall
  interface                     Interface configuration
  ip                            Configure ip parameters
  multicast-interface           Configure multicast interface
  policy                        Configure routing policies
  protocols                     Configure protocol parameters
  system                        Configure system parameters
  vlan-interface                Configure network interfaces
  vlans                         VLAN configuration
  |                             Pipe through a command

admin@Xorplus# show vlans | display set
    set vlans vlan-id 30 l3-interface "vlan30"
    set vlans vlan-id 40 l3-interface "vlan40"
    set vlans vlan-id 50 l3-interface "vlan50"

admin@Xorplus# show interface | display set
    set interface gigabit-ethernet ge-1/1/2 family ethernet-switching native-vlan-id 30
    set interface gigabit-ethernet ge-1/1/3 family ethernet-switching native-vlan-id 50
    set interface gigabit-ethernet ge-1/1/10 family ethernet-switching native-vlan-id 40
    set interface ethernet-switching-options analyzer 111 input ingress ge-1/1/2
    set interface ethernet-switching-options analyzer 111 input egress ge-1/1/2
    set interface ethernet-switching-options analyzer 111 output "ge-1/1/6"

admin@Xorplus# show interface gigabit-ethernet ge-1/1/3
    family {
        ethernet-switching {
            native-vlan-id: 50
        }
    }

admin@Xorplus# show interface gigabit-ethernet ge-1/1/3 | display set                                                                                                                   
set interface gigabit-ethernet ge-1/1/3 family ethernet-switching native-vlan-id 50       


Example

  • Display the configuration that have already been successfully committed and the un-committed configuration in a tree structure hierarchy.
admin@Xorplus# show
    system {
        login {
            user abc {
                authentication {
                    plain-text-password: "$1$Qy0UarFu$Tpg28rrvNp2VJ2cXY1Z5a/"
                }
            }
        }
 >       log-level: "info"
    }
  • Display the configuration that has already been successfully committed and un-committed configuration as a series of configuration mode command lines.
admin@Xorplus# show | display set
    set interface gigabit-ethernet ge-1/1/1 family ethernet-switching
    set system login user abc authentication plain-text-password "$1$Qy0UarFu$Tpg28rrvNp2VJ2cXY1Z5a/"
>   set system log-level "info"


Copyright © 2025 Pica8 Inc. All Rights Reserved.