When an XRE uses a different software version than an existing member or RE of an EX8200 virtual chassis, the XRE must be upgraded in order to form a working virtual chassis. This article will help in upgrading standalone XRE200.
Need to replace faulty XRE with another XRE running different software version.
There are three different media for installing Junos OS software:
Access the XRE through the console.
Copy the Junos file to the USB drive.
Connect the USB drive to XRE.
root@:RE:8%mount_msdosfs /dev/da1s1 /mnt
/var/tmp/
root@:RE:8% cp jinstall-ex-8200-12.3R12-domestic-signed.tgz /var/tmp
root>request system software add /var/tmp/
jinstall-ex-8200-12.3R12-domestic-signed.tgz
root>request system reboot Reboot the system? [yes, no] (no) YES
root>show version
root#set system services ssh root#set system services ftp root#set interfaces me0 unit 0 family inet address <IP ADDRESS>
Configure SSH, FTP and assign an IP to ME0 interface.
Copy the Junos image from the PC to XRE via FTP in /var/tmp directory.
/var/tmp
request system software add /var/tmp/ <junos-image</code>
request system reboot
root>show version
Configure web-management and assign an IP to ME0 interface.
Root#set system services web-management http Root#set interfaces me0 unit 0 family inet address <IP ADDRESS>
Example of J-Web:
Now XRE is ready to connect in existing or new virtual-chassis.