Is there a command to get the running config of all partitions from shared, something show run all-partitions ?
If not how can i get the show run of all partitions ?
Ver:4.0.3
Hi,
Just try with:
“sh running-config partition-config all”
You can also show configuration from a determined partition or partition group:
sh running-config partition-config PartitionX
sh running-config partition-group partition-group-X
Regards
Or…from the shared partition, you can just type:
show partition-config all
You can still add qualifiers at the end like:
show partition-config all | exc !
That helped. Thank You @mschene and @jserrano.