mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 06:55:44 +02:00
configure: add page (#17613)
This commit is contained in:
parent
a170fc396d
commit
fa67511ea8
1 changed files with 16 additions and 0 deletions
16
pages/cisco-ios/configure.md
Normal file
16
pages/cisco-ios/configure.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# configure
|
||||||
|
|
||||||
|
> Enter configuration mode.
|
||||||
|
> More information: <https://www.cisco.com/c/en/us/td/docs/ios/fundamentals/command/reference/cf_book/cf_c1.html#configure_check_syntax>.
|
||||||
|
|
||||||
|
- Configure from the terminal:
|
||||||
|
|
||||||
|
`{{[conf|configure]}} {{[t|terminal]}}`
|
||||||
|
|
||||||
|
- Back out one level in configuration mode:
|
||||||
|
|
||||||
|
`exit`
|
||||||
|
|
||||||
|
- Exit out of configuration mode:
|
||||||
|
|
||||||
|
`end`
|
Loading…
Add table
Reference in a new issue