[Juniper] Cách xóa bỏ "Chassis Auto Image Upgrade" trên switch Juniper
Auto Image Upgrade: DHCP Client Bound interfaces:
Auto Image Upgrade: DHCP Client Unbound interfaces:
Auto Image Upgrade: To stop, on CLI apply
"delete chassis auto-image-upgrade" and commit
Auto Image Upgrade: No DHCP Client in bound state, reset all DHCP clients
Auto Image Upgrade: DHCP Client State Reset:
-> Cài mật khẩu root qua câu lệnh sau:
========================================
# set system root-authentication plain-text-password
New password:
Retype new password:
Sau đó bấm lệnh: # Delete chassis auto-image-upgrade
# commit
========================================
https://www.reddit.com/r/Juniper/comments/9mso21/chassis_auto_image_upgrade/
This alert is caused by the auto-image-upgrade knob, which is part of the factory default configuration on a new device or an RMA replacement.
chassis { auto-image-upgrade; }
If auto-image-upgrade is not needed, delete the auto-image-upgrade configuration and configure the root-authentication password as follows:
----------------------- # delete chassis # set system root-authentication plain-text-password New password: Retype new password: # commit -----------------------