본문 바로가기

IT

Create the vjunosswitch image on EVE-NG

반응형

 

Juniper 스위치의 image를 사용하기위한 가이드 입니다. 아래 내용 참고하시어 도움이 되셨으면 좋겠습니다. 

 

 

1. EVE community 나 Pro를 최신 버전으로 설치하거나, 최신버전으로 업데이트를 합니다.  최신버전이 아니면 Node option에서 Juniper 스위치가 보이지 않습니다. 

apt autoremove
apt update
apt upgrade

 

 

2. 최근에 지원되는 image는 별도로 Template을 download를 받아야 합니다. 

Template을 확인해보면, Juniper switch에 관련된 파일들이 있습니다. 아래 절차를 반드시 진행하셔야 Juniper Switch를 사용하실수 있을것 같습니다. 

1.1. Install GIT apt on your EVE

apt update
apt install git

2. Templates Update. SSH as root to your EVE and navigate to:

cd /opt/unetlab/html/template/

3. Run GIT update to obtain templates and fix permission

git stash
git pull
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

4. Navigate to EVE icons folder

cd /opt/unetlab/html/images/icons

5. Run GIT update to obtain icons and fix permissions:

git stash
git pull
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

6. Navigate to EVE config scripts folder

cd /opt/unetlab/config_scripts

7. Run GIT update to obtain config scripts and fix permissions:

git stash
git pull
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

https://www.eve-ng.net/index.php/documentation/howtos/template-icons-and-config-scripts-update-from-git/

 

Template, icons and config scripts update from GIT -

EVE-NG Templates, Icons and Config scripts update using GIT EVE-NG Templates, Icons and config scripts update instruction This how to works for any EVE-NG Pro version only. For EVE Community, download templates, scripts and icons …

www.eve-ng.net

 

 

 

3. 현재 지원가능한 vJunos image를 download 받습니다. EVE-NG에서는 vjunos-switch-23.1R1.8 버전에 대해 가이드를 하고 있습니다. 

아래 Juniper 공식 site에서 vjunos-switch-23.1R1.8를 download 받습니다. 

https://support.juniper.net/support/downloads/?p=vjunos

 

Downloads

Help us improve your experience. Let us know what you think. Do you have time for a two-minute survey?

support.juniper.net

https://www.eve-ng.net/index.php/documentation/howtos/vjunos-ex-switch/

이후 절차는 위 eve-ng site의 guide를 참고해서 진행하시기 바랍니다. 

 

Juniper vJunos EX Switch -

Versions this guide is based on: EVE Image Foldername Downloaded Filename Version vCPUs vRAM Console Qemu NIC Type Max interfaces vjunosswitch-23.1R1.8 vjunos-switch-23.1R1.8.qcow2 23.1R1.8 4 8192 telnet 5.2.0 virtio 11 Instructions Before you start: Make

www.eve-ng.net

 

 

반응형

'IT' 카테고리의 다른 글

[Python] Create the game of Rock, Paper and Scissors  (1) 2024.12.27
let's test for mc  (2) 2024.02.29
IGMP version 2  (0) 2024.02.28
Random MAC address  (1) 2024.02.28
Take configure for Loadbalancer on Ubuntu  (0) 2024.02.03