Configuring Boot Fast on the switch
This features when enabled, helps the switch to Boot up fast. The Memory test is performed for a limited range, the switch Skips File system check (FSCK) and Skips Post test.
Note |
When Fast boot is enabled, you can still run the POST tests manually from the command line interface, once the switch has booted up, using diagnostic start command. |
Enabling Boot Fast
To enable the boot fast feature, perform the following steps:
SUMMARY STEPS
- enable
- configure terminal
- boot fast
- end
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
Step 1 |
enable Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
Step 3 |
boot fast Example:
|
Enables fast boot feature Performs Memory test for a limited range, Skips File system check (FSCK) and Skips Post test. |
Step 4 |
end Example:
|
Returns to privileged EXEC mode. |
Disabling Boot Fast
To disable the boot fast feature, perform the following steps:
SUMMARY STEPS
- enable
- configure terminal
- no boot fast
- end
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
Step 1 |
enable Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
Step 3 |
no boot fast Example:
|
Disables the boot fast feature. |
Step 4 |
end Example:
|
Returns to privileged EXEC mode. |