show running-config

Displays the current running configuration.

Syntax

show running-config

Parameters

interface
Displays the running-configuration section.
ethernet slot/port
Displays the specified ethernet port.
loopback num
Displays the loopback port.
pos slot/port
Displays the specified POS port.
tunnel num
Displays the specified tunnel port.
ve num
Displays the specified Virtual Ethernet (VE) port.
lag
Displays the LAG running-configuration section.
detailed
Displays the LAG running-configuration information in detail.
id lag_id
Displays the specified LAG running-configuration.
name lag_name
Displays the specified LAG running-configuration name.
vlan
Displays the VLAN running-configuration section.

Modes

User EXEC mode

Usage Guidelines

Use this command with filtering for the specific command for which you want to review the current configuration on the device. Most commands are available in this format using either the begin or the include options. See the Example section for examples of each option.

Examples

The following example displays the show running-config command. Notice that the interface bandwidth command is displayed as part of the interface configuration.

device#show running-config interface tunnel 2 
interface tunnel 2 
 tunnel mode gre ip 
 tunnel source 169.70.15.2 
 tunnel destination 169.70.15.1 
 ip address 199.0.0.2/24 
 bandwidth 2000 

The following example displays the show running-config command executed on an Ethernet interface.

device#show running-config interface ethernet 8/1 
interface e 8/1
rate-limit input vlan-id 2 broadcast multicast 97728 10000 include-  control
rate-limit input broadcast multicast 97728 10000 include-control
rate-limit input access-group name ipv4_acl 100000 10000 include-control

The following example displays partial output when 802.1BR header stripping is enabled on all PPCRs.

device# show running-config
packet-enap-processing
	strip-802-1br all
(output
				truncated)