Juniper / vqfx10k-vagrant

Vagrant projects for vQFX10k
Apache License 2.0
136 stars 62 forks source link

VQFX10K graceful shutdown #45

Open hightoxicity opened 2 years ago

hightoxicity commented 2 years ago

Current image does not support graceful shutdown from vagrant, I must log to all router and proceed to:

request virtual-chassis reactivate

After my host reboot

Referring to vagrant doc about halt

Vagrant must try to submit a shutdown command as a fallback which is currently an unknown command at the junos cli perspective.

Is there a mechanism (like alias) which could let us define the "shutdown" command, it would traduce into a "request system power-off"

Thx