System information
14
How to see the current configuration
How to see the current configuration
The current configuration is called the running-config. To see it,
enter the following command in either Privileged Exec mode or
any configuration mode:
awplus#show running-config
To see only part of the current configuration, enter the
command:
awplus#show running-config |include <word>
This displays only the lines that contain word.
To start the display at a particular place, enter the command:
awplus#show running-config |begin <word>
This searches the running-config for the first instance of word and begins the display with that
line.
Tip:
show running-config
works in all modes except
User Exec mode.