mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 16:47:49 +00:00
18 lines
377 B
Plaintext
18 lines
377 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# erase
|
|
|
|
> Delete preset things.
|
|
> More information: <https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/fundamentals/configuration/guide/2_xe/cf_xe_book/cf_config-files_xe.html>.
|
|
|
|
- Erase the startup configuration:
|
|
|
|
`erase startup-config`
|
|
|
|
- Erase a filesystem:
|
|
|
|
`erase {{flash}}:`
|