show running-config

Display the current switch configuration.

Syntax

Command Parameters

module {app-telemetry | boot | cfm | cli | diag | dvr | eap | endpoint-tracking | energy-saver | fa | fhs | filter | ike | ip | ipfix | ipsec | ipv6 | iqagent | isis | i-sid | lacp | license | lldp | lst | macsec | mlt | naap | nls | ntp | ovsdb | port | qos | radius | restconf | rmon | sflow | security | slamon | slpp | smtp | spbm | stg | sys | tacacs | virtualservice | vlan | web | vxlan}
Specifies the command group for which you request configuration settings.
verbose
Specifies the complete list of configuration information on the switch.

Default

None

Command Mode

Privileged EXEC

Usage Guidelines

All configuration modules are not supported on all hardware platforms. For information about feature support, see VOSS Feature Support Matrix.

Note

Note

The output from the show running-config command displays an "end statement" near the end of the configuration file. This statement means that the script is exiting the Global Configuration mode and loading the rest of the configuration in Privileged EXEC mode, which is a requirement when loading the IP redistribution commands.

If you add verbose to the show running-config command, the output contains current switch configuration including software (versions), performance, VLANs (numbers, port members), ports (type, status), routes, memory, interface, and log and trace files. With the verbose command, you can view the current configuration and default values.

Example

If you make a change to the switch configuration, it displays under the specific configuration heading. The following example displays a subset of the output of this command.

VSP-8284XSQ:1#show running-config
Preparing to Display Configuration...
#
# Sat Mar 13 14:35:01 2021 UTC
# box type             : VSP-8284XSQ
# software version     : 8.4.0.0
# cli mode             : ECLI
#

#Card Info :

#  Slot 1 :
#       CardType          : 8242XSQ
#       CardDescription   : 8242XSQ
#       CardSerial#       : 14JP455C1029
#       CardPart#         : EC8200A01-E6
#       CardAssemblyDate  : 20141106
#       CardHWRevision    : 1
#       CardHWConfig      :
#       AdminStatus       : up
#       OperStatus        : up


#  Slot 2 :
#       CardType          : 8242XSQ
#       CardDescription   : 8242XSQ
#       CardSerial#       : 14JP455C1029
#       CardPart#         : EC8200A01-E6
#       CardAssemblyDate  : 20141106
#       CardHWRevision    : 1
#       CardHWConfig      :
#       AdminStatus       : up
#       OperStatus        : up

#
#!end
#
config terminal

#
# BOOT CONFIGURATION
#

boot config flags ftpd
boot config flags sshd
boot config flags telnetd

#boot config sio console baud 9600 1
# end boot flags