Skip to content

Commit e32c933

Browse files
committed
Update howto-reboot-network-device.md
1 parent 6106d77 commit e32c933

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

articles/operator-nexus/howto-reboot-network-device.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,13 @@ az networkfabric device reboot --network-device-name <DeviceName> --resource-gro
9696

9797
- The **administrative state** remains in **UnderMaintenance**.
9898

99-
## Technical details: Interaction between Network Fabric (NNF) and Arista devices
100-
101-
For devices running **Arista EOS**, the reboot process is triggered via the **gNOI System Reboot API** with the following parameters:
102-
103-
| **Parameter** | **Value** | **Description** |
104-
|--------------|----------|----------------|
105-
| **COLD** | `1` | Shuts down and restarts the OS and all hardware. |
106-
| **Force** | `true` | Forces an immediate reboot. |
107-
108-
### Key difference in ungraceful reboot
109-
110-
- In an **ungraceful reboot**, the **device itself is not placed in maintenance mode**, but the **Fabric still enters maintenance mode**.
111-
11299
## Summary of key differences
113100

114101
| **Feature** | **Graceful Reboot Without ZTP** | **Ungraceful Reboot Without ZTP** |
115102
|-------------|--------------------------------|----------------------------------|
116103
| **Puts device in maintenance mode?** | ✅ Yes | ❌ No |
117104
| **Puts Fabric in maintenance mode?** | ✅ Yes | ✅ Yes |
118-
| **Uses last known good configuration?** | ✅ Yes | ✅ Yes |
105+
| **Uses last saved configuration?** | ✅ Yes | ✅ Yes |
119106
| **Blocks configuration updates, upgrades, and replacement flows?** | ✅ Yes | ✅ Yes |
120107
| **Persists runRW configuration?** | ✅ Yes | ✅ Yes |
121108

0 commit comments

Comments
 (0)