/
show all
show all
The show all command displays the entire configuration on the switch, including the running configuration as well as the default configuration in pica_default.boot.
Command Syntax
- Display all the configuration in a tree structure hierarchy:
show all
- Display all the configuration as a series of configuration mode command lines:
show all | display set
Parameter
None.
Usage Guidelines
To display all the configuration, use the configuration mode show all 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 all command. The module names are shown in the following example:
admin@Xorplus# show all 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 all class-of-service { } firewall { filter copp { description: "" input { interface "inbound-control-plane" } } } interface { ecmp { hash-mapping { symmetric: false field { ingress-interface { disable: true } vlan { disable: true } ip-protocol { disable: true } ip-source { disable: false } ip-destination { disable: false } port-source { disable: false } port-destination { disable: false } } } max-path: 4 } --More-- admin@Xorplus# show all firewall firewall { filter copp { description: "" input { interface "inbound-control-plane" } } }
Example
- Display the entire configuration on the switch, including the running configuration as well as the default configuration in boot. Display configuration in a tree structure hierarchy:
admin@Xorplus# show all class-of-service{ } firewall { filter copp { description: "" input { interface "inbound-control-plane" } } } interface { ecmp { hash-mapping { symmetric: false field { ingress-interface { disable: true } vlan { disable: true } ip-protocol { disable: true } ip-source { disable: false } ip-destination { disable: false } port-source { disable: false } port-destination { disable: false } } } max-path: 4 } --More--
- Display the entire configuration on the switch, including the running configuration as well as the default configuration in boot. Display the configuration as a series of configuration mode command lines:
admin@Xorplus# show all | display set set class-of-service set firewall filter copp description "" set firewall filter copp input interface inbound-control-plane set interface ecmp hash-mapping symmetric false set interface ecmp hash-mapping field ingress-interface disable true set interface ecmp hash-mapping field vlan disable true set interface ecmp hash-mapping field ip-protocol disable true set interface ecmp hash-mapping field ip-source disable false set interface ecmp hash-mapping field ip-destination disable false set interface ecmp hash-mapping field port-source disable false set interface ecmp hash-mapping field port-destination disable false set interface ecmp max-path 4 set interface aggregate-balancing hash-mapping symmetric false set interface aggregate-balancing hash-mapping field ingress-interface disable false set interface aggregate-balancing hash-mapping field ethernet-source-address disable false set interface aggregate-balancing hash-mapping field ethernet-destination-address disable false set interface aggregate-balancing hash-mapping field ethernet-type disable false set interface aggregate-balancing hash-mapping field vlan disable false set interface aggregate-balancing hash-mapping field ip-protocol disable false set interface aggregate-balancing hash-mapping field ip-source disable false set interface aggregate-balancing hash-mapping field ip-destination disable false set interface aggregate-balancing hash-mapping field port-source disable false set interface aggregate-balancing hash-mapping field port-destination disable false set interface qe-interface-mode "QSFP" set interface gigabit-ethernet ge-1/1/1 description "" set interface gigabit-ethernet ge-1/1/1 mtu 1514 --More—
Copyright © 2025 Pica8 Inc. All Rights Reserved.