Skip to content

Commit

Permalink
add missing password removal command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fohdeesha committed Oct 17, 2018
1 parent 9b41323 commit bc8d651
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions documentation/fcx.md
Expand Up @@ -45,9 +45,10 @@ After a few seconds it should finish, then we can flash the main OS. Replace the
```
copy tftp flash 192.168.1.49 FCXR08030sa.bin primary
```
It will take a little longer. When it finishes, tell the switch to reboot, then it will fully boot into the updated OS:
It will take a little longer. When it finishes, we need to erase the current config & any passwords, then tell the switch to reboot into the full OS:

```
factory set-default
reset
```

Expand All @@ -64,15 +65,6 @@ Now to make any changes we must enter the enable level:
```
enable
```
We need to erase the existing startup config from the past owner, then reboot:
```
erase startup-config
reload
```
It will reboot. Once it's back up, enter the enable CLI level again:
```
enable
```
To make configuration changes, we must then enter the configure CLI level:
```
configure terminal
Expand Down

0 comments on commit bc8d651

Please sign in to comment.