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 6300 switch:
switch(config)# show startup-config Startup configuration: ! !Version ArubaOS-CX FL.xx.xx.xxxx !export-password: default hostname BLDG01-F1 user admin group administrators password ciphertext AQBapWl8I2ZunZ43NE/8KlbQ7zYC4gTT6uSFYi6n6wyY9PdBYgAAACONCR/3+AcNvzRBch0DoG7W9z84LpJA+6C9SKfNwCqi5/ nUPk/ZOvN91/EQXvPNkHtBtQWyYZqfkebbEH78VWRHfWZjApv4II9qmQfxpA79wEvzshdzZmuAKrm user ateam group administrators password ciphertext AQBapcPqMXoF+H10NKrqAedXLvlSRwf4wUEL22hXGD6ZBhicYgAAAGsbh70DKg1u+Ze1wxgmDXjkGO3bseYiR3LKQg66vrfrqR/ M3oLlliPdZDnq9XMMvCL+7jBbYhYes8+uDxuSTh8kdkd/qj3lo5FUuC5fENgCjU0YI1l7qtU+YEnsj ! ! ! ! radius-server host 10.10.10.15 ! radius dyn-authorization enable ssh server vrf default ssh server vrf mgmt ! ! ! ! ! router ospf 1 router-id 1.63.63.1 area 0.0.0.0 vlan 1 vlan 66 name vlan66 vlan 67 name vlan67 vlan 999 name vlan999 vlan 4000 spanning-tree interface mgmt no shutdown ip static 10.6.9.15/24 default-gateway 10.6.9.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" } }, ...