Options

Running config for all the partitions

ar.65535ar.65535 Member
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 ?

Comments

  • Options
    ar.65535ar.65535 Member
    edited April 2017
    Ver:4.0.3
  • Options
    jserranojserrano Member ✭✭
    edited April 2017
    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
  • Options
    edited April 2017
    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 !
  • Options
    ar.65535ar.65535 Member
    edited April 2017
    That helped. Thank You @mschene and @jserrano.
Sign In or Register to comment.