show startup-config

Syntax

show startup-config [json]

Description

Shows the contents of the startup configuration.

Command context

Manager (#)

Parameters

[json]

Specifies that the output is displayed in JSON format.

Authority

Administrators

Examples

Showing the startup-configuration in non-JSON format:

switch# show startup-config
Startup configuration:
!
!Version Halon 0.1.0 (Build: as5712-Halon-0.1.0-HEAD-20170620081949-dev)
!Schema version 0.1.8
!
!
!
!
!
!
!
vlan 1

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"
        }
    },
...
...
...
...