show running-config

Syntax

show running-config [<FEATURE>] [vsf | vsx-peer]

Description

Shows the current non-default configuration running on the switch. No user information is displayed.

Command context

Manager (#)

Parameters

<FEATURE>

Specifies the name of a feature. For a list of feature names, enter the show running-config command, followed by a space, followed by a question mark (?). When the json parameter is used, the vsx-peer parameter is not applicable.

vsf

Shows output from the VSF member-id on switches that support VSF.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

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

Examples

Showing the current running configuration:

Showing the current running configuration on a 6300 switch:

switch(config)# show running-config
Current configuration:
!
!Version ArubaOS-CX FL.xx.xx.xxxx
!export-password: default
hostname BLDG01-F1
user admin group administrators password ciphertext AQBapWl8I2ZunZ43NE/8KlbQ7zYC4gTT6uS
FYi6n6wyY9PdBYgAAACONCR/3+AcNvzRBch0DoG7W9z84LpJA+6C9SKfNwCqi5/nUPk/ZOvN91/EQXvPNkHtBtQ
WyYZqfkebbEH78VWRHfWZjApv4II9qmQfxpA79wEvzshdzZmuAKrmPjPmwJx4O
user ateam group administrators password ciphertext AQBapcPqMXoF+H10NKrqAedXLvlSRwf4wUE
L22hXGD6ZBhicYgAAAGsbh70DKg1u+Ze1wxgmDXjkGO3bseYiR3LKQg66vrfrqR/M3oLlliPdZDnq9XMMvCL+7j
BbYhYes8+uDxuSTh8kdkd/qj3lo5FUuC5fENgCjU0YI1l7qtU+YEnsjYLunXCZ
bluetooth disable
!
!
!
!
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 1000
    name vlan1000
vlan 4000
spanning-tree
interface mgmt
    no shutdown
    ip static 10.6.9.15/24
    default-gateway 10.6.9.1
port-access role Data
port-access port-security enable
aaa authentication port-access dot1x authenticator
    enable
aaa authentication port-access mac-auth
    enable
interface lag 10
    routing
interface lag 11
    no routing
interface 1/1/1
    no shutdown
    no routing
    vlan access 1
interface 1/1/2
    no shutdown
    lag 11
    no routing
    vlan access 1

Showing the current running configuration in JSON format:

switch> show running-config json
Running-configuration in JSON:
{
    "Monitoring_Policy_Script": {
        "system_resource_monitor_mm1.1.0": {
            "Monitoring_Policy_Instance": {
                "system_resource_monitor_mm1.1.0/system_resource_monitor_mm1.1.0.default": {
                    "name": "system_resource_monitor_mm1.1.0.default",
                    "origin": "system",
                    "parameters_values": {
                        "long_term_high_threshold": "70",
                        "long_term_normal_threshold": "60",
                        "long_term_time_period": "480",
                        "medium_term_high_threshold": "80",
                        "medium_term_normal_threshold": "60",
                        "medium_term_time_period": "120",
                        "short_term_high_threshold": "90",
                        "short_term_normal_threshold": "80",
                        "short_term_time_period": "5"
                    }
                }
            },
...