show startup-config

Syntax

show startup-config [json]

Description

Shows the contents of the startup configuration.

NOTE:

Switches in the factory-default configuration do not have a startup configuration to display.

Command context

Manager (#)

Parameters

json

Display output in JSON format.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Showing the startup-configuration in non-JSON format for a 6200 switch:
switch# show startup-config
Startup configuration:
!
!Version ArubaOS-CX ML.10.05.0001L
!export-password: default
no lldp
user admin group administrators password ciphertext AQBapeGVVYk45m4sYxZDE6ufzB2CWmH2wDncy5Can9iEFZjmYgAAAMl31OWIxExNwi3xahHktOL681amYg/yg2ezRrlbMUtlU7fVlASiVbmIq8gVUj01Q4STp9/su3pnopopuWPxwk765zqofKyhL0E0Gj9yhoxCeZfyNeNpNbm6upKjC5LrfZt9
cli-session
    timeout 0
!
! 

Showing the startup-configuration in JSON format:

switch# show startup-config json
Startup configuration:
{
    "AAA_Server_Group": {
        "local": {
            "group_name": "local"
        },
        "none": {
            "group_name": "none"
        }
    },
...