У нас вы можете посмотреть бесплатно I bought the cheapest Juniper EX3300 on EBAY [SETUP TROUBLESHOOT FIRMWARE FANMOD](HomeLab Pt6) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I purchased the cheapest listed Juniper EX3300-24p network switch on Ebay, and in this video go over power-on, trouble shooting, firmware update, with both the GUI and console CLI interfaces. In addition I fan mod the switch with Arctic 40mm fans to quiet it down for a home environment. This is a switch with 24 1-gigabit Ethernet network ports and 4 10 Gigabit SFP+ ports. This switch also has power over ethernet capability. Timestamps: 00:00 - Intro 02:44 - Unpackaging 04:45 - Power-on Testing and Troubleshooting 09:28 - Front LED Display Problems 10:25 - 12.3 versus 15.1 JunOs Firmware and why to rollback 12:08 - Factory reset and getting in to EZSetup (GUI method) 21:42 - CLI Based Setup and firmware update (serial console or SSH) 24:15: - IMPORTANT - CLI check primary and backup partitions, create new backup if corrupted! 27:21 - Use CLI to reset to factory defaults 28:42 - CLI firmware update 32:26 - Fix front buttons with DeoxIT 35:48 - Quiet FAN mod 38:06 - Fan mod SPL tested 39:00 - Installing 3rd party rack ears and conclusions Products and Amazon Affiliate links: Deoxit: https://amzn.to/4bjyW9T ARCTIC S4028-6K 40mm 6000rpm Server Fans: https://amzn.to/4dvJi81 Juniper Rack Ears: https://amzn.to/47tJS2z Cisco Serial Cable: https://amzn.to/4drKAAT Firmware image used (v12.3 JunOS image 101MB): jinstall-ex-3300-12.3R12-S15-domestic-signed.tgz #CLI Commands used: Enter CLI mode from root prompt: cli Reset system to default settings request system zeroize clean up drive space: request system storage cleanup Show both snapshots: show system snapshot media internal Setup second partition incase of failure of first parition: request system snapshot slice alternate Delet any extra log files or temp files to make sure enough flash space is available: request system storage cleanup Find name of USB drive with ls: ls /dev/da* Mount USB drive mkdir /var/tmp/usb mount_msdosfs /dev/da1s1 /var/tmp/usb Copy firmware image to /var/tmp: cp /var/tmp/usb/jinstall-ex-3300-12.3R12-S15-domestic-signed.tgz /var/tmp Update firmware: request system software add /var/tmp/jinstall-ex-3300-12.3R12-S15-domestic-signed.tgz reboot