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:

switch# show startup-config
Startup configuration:
!
!Version ArubaOS-CX XL.xx.xx.xxxx
!export-password: default
hostname BLDG03-F1
user admin group administrators password ciphertext AQBapfYzQNiCPJ/
JNSu7YNfaCzlWEnWFlwLfkARd8OG6yPpcYgAAABXRe9joTRtF1S1b4b09teMfMN3POKdQk+
br6SjSXGG40BB3ilZ8ym9qqSRkr84FEdq6w5uR2IGciVC5tBnZMrWCim0KR20XcQ5rFj/TMBvTkHq8bJpSYG8nMh
module 1/3 product-number jl365a
module 1/1 product-number jl363a
module 1/2 product-number jl363a
cli-session
    timeout 0
!
!
!
ssh server vrf mgmt
ssh certified-algorithms-only
!
!
!
!
!
vlan 1,195,197-200,4000
interface mgmt
    no shutdown
    ip static 10.6.9.24/24
    default-gateway 10.6.9.1
interface 1/1/1
    no shutdown
    no routing
    vlan trunk native 1
    vlan trunk allowed 1,197-200
interface vlan200
    ip address 10.3.200.3/24
ip route 0.0.0.0/0 10.3.200.1
https-server rest access-mode read-write
https-server vrf mgmt

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