File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -96,26 +96,13 @@ az networkfabric device reboot --network-device-name <DeviceName> --resource-gro
96
96
97
97
- The ** administrative state** remains in ** UnderMaintenance** .
98
98
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
-
112
99
## Summary of key differences
113
100
114
101
| ** Feature** | ** Graceful Reboot Without ZTP** | ** Ungraceful Reboot Without ZTP** |
115
102
| -------------| --------------------------------| ----------------------------------|
116
103
| ** Puts device in maintenance mode?** | ✅ Yes | ❌ No |
117
104
| ** Puts Fabric in maintenance mode?** | ✅ Yes | ✅ Yes |
118
- | ** Uses last known good configuration?** | ✅ Yes | ✅ Yes |
105
+ | ** Uses last saved configuration?** | ✅ Yes | ✅ Yes |
119
106
| ** Blocks configuration updates, upgrades, and replacement flows?** | ✅ Yes | ✅ Yes |
120
107
| ** Persists runRW configuration?** | ✅ Yes | ✅ Yes |
121
108
You can’t perform that action at this time.
0 commit comments