mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
add write mem note
This commit is contained in:
parent
1427cebd71
commit
d4cd70264a
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
# Setting up Brocade ICX7150
|
# Setting up Brocade ICX7150
|
||||||
|
|
||||||
## Preparation
|
## Preparation
|
||||||
@ -184,7 +185,9 @@ reload
|
|||||||
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
||||||
|
|
||||||
## Saving & Conclusions
|
## Saving & Conclusions
|
||||||
Whenever you make changes (like above) they take effect immediately, however they are not saved to onboard flash. So if you reboot the switch, they will be lost. To permanently save them to onboard flash, use the following command (you must be at the `enable` level or higher):
|
Whenever you make changes (like above) they take effect immediately, however they are not saved to onboard flash. So if you reboot the switch, they will be lost. To permanently save them to onboard flash, use the `write memory` command. To do so, you must be at the `enable` level or higher.
|
||||||
|
|
||||||
|
**Note:** Since you did a `write memory` in the previous section before reloading the switch, there are no changes to save. But just for practice:
|
||||||
```
|
```
|
||||||
enable
|
enable
|
||||||
write memory
|
write memory
|
||||||
|
@ -185,7 +185,9 @@ reload
|
|||||||
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
||||||
|
|
||||||
## Saving & Conclusions
|
## Saving & Conclusions
|
||||||
Whenever you make changes (like above) they take effect immediately, however they are not saved to onboard flash. So if you reboot the switch, they will be lost. To permanently save them to onboard flash, use the following command (you must be at the `enable` level or higher):
|
Whenever you make changes (like above) they take effect immediately, however they are not saved to onboard flash. So if you reboot the switch, they will be lost. To permanently save them to onboard flash, use the `write memory` command. To do so, you must be at the `enable` level or higher.
|
||||||
|
|
||||||
|
**Note:** Since you did a `write memory` in the previous section before reloading the switch, there are no changes to save. But just for practice:
|
||||||
```
|
```
|
||||||
enable
|
enable
|
||||||
write memory
|
write memory
|
||||||
|
Loading…
Reference in New Issue
Block a user