INS_CNGE11FX3TX8MS[POE][HO] Rev. 11.6.17 PAGE 289
INSTRUCTION MANUAL
CNGE11FX3TX8MS[POE][HO]
TECH SUPPORT: 1.888.678.9427
The output of show running-config can be restricted to a specific interface. There are several such
filters, described below.
Show running-config [all-defaults]
This displays the entire currently-running system configuration.
Show running-config feature feature_name [all-defaults]
Only output the commands relevant to a particular feature. The feature list depends on system
configuration and software version. For example:
my-device# show running-config feature ?
CWORD
Valid words are ‘GVRP’ ‘access’ ‘access-list’ ‘aggregation’
‘arp-inspection’ ‘auth’ ‘clock’ ‘dhcp’ ‘dhcp-snooping’ ‘dhcp_server’ ‘dns’ ‘dot1x’ ‘eps’ ‘erps’ ‘evc’
‘green-ethernet’ ‘http’ ‘icli’ ‘ip-igmp-snooping’ ‘ip-igmp-snooping-port’
‘ip-igmp-snooping-vlan’ ‘ipmc-profile’ ‘ipmc-profile-range’ ‘ipv4’ ‘ipv6’ ‘ipv6-mld-snooping’ ‘ipv6-
mld-snooping-port’ ‘ipv6-mld-snooping-vlan’ ‘lacp’ ‘link-oam’ ‘lldp’ ‘logging’ ‘loop-protect’ ‘mac’
‘mep’ ‘monitor’ ‘mstp’ ‘mvr’ ‘mvr-port’ ‘network-clock’ ‘ntp’ ‘perf-mon’ ‘phy’ ‘port’ ‘port-security’
‘ptp’ ‘pvlan’ ‘qos’ ‘rfc2544’ ‘rmon’ ‘snmp’ ‘source-guard’ ‘ssh’ ‘thermal-protect’ ‘upnp’ ‘user’ ‘vlan’
‘voice-vlan’ ‘web-privilege-group-level’
my-device# show running-config feature dns
Building configuration...
!
vlan 1
!
!
!
ip dns proxy
!
interface GigabitEthernet 1/1 ...
The structure of running-config is maintained in the output. Sub-modes such as VLANs and
Ethernet interfaces are listed, but may be empty if the requested feature is irrelevant for the
particular sub-mode.