Hello is there a way to run multiple routers of this VM (trying to figure out the port numbers that would be different should there be a second VM) Thank you :)
Thank you very much for great job! But do you have problems with CLI in this routers? I have some problems like this: if you press for auto-fill command it will show "^I" instead of adding missed piece of command and there is more problems like this.
it's just terminal problem, if you are using SecureCRT, go to session properties --> Connections --> Telnet , then check "Force character at a time mode" and it should be OK If you are using Putty, I forget where to fix this problem, but sure there is some option that fixes this issue (I did it once but forget it)
@@ridha1535 Thank you. I tried your solution with SecureCRT and it works. Also I have found solution in Putty: Configuration > Terminal > Line discipline options: Local Echo and Local line editing should be set as "Force off".
me escrevi no seu canal dei aquele joia mas preciso da sua ajuda assistir varias vzs mas nao consigo abrir o NE40E DA HUAWEI no gns 3 tenho o virtual box instalado pode fazer um passo a passo
Forget ir my friend, my error it was trying to connect with the image that you share in gns3 post, but with cercollecion image work perfect. Can You Share me the udp tunnel for router 2 and 3 with this image, and how can bring up a router 4, because in this image you erase router 4 and 5. Or just tell how figure out the udp tunnels inside the debian for all ports. Thanks. You are amazing.
@@fabriciomedina447 hi Ports for udp tunnels are : router 2 : Local ports 30010 to 30019 Remote ports 18670 to 18679 router 3 : Local ports 30020 to 30029 Remote ports 18680 to 18689 In this VM I didn't create more routers. Creations should be done from eNSP tool only one time, I can do it if you need it, Enjoy
@@ridha1535 Thank you, i am good with the 3 routers. but hope in a short future can you make a video how customize from eNSP a router, for big lab topologies.
Try to connect to the main VM (ssh to port 20137) then start the router manually : under /opt/svrp/ then run ./svrp_start.sh router1 , give it two minutes to finish booting then try to connect to NE router as in the video
Hello! thank you for the fast answer. By main VM you mean GNS3 VM? or NE40E.ova? When i deplyed ne40e.ova i used default configurations, is that ok? Thank you!
@@ridha1535 Im on the NE40E VM Console (my prompt is: huawei@debian). I try ssh localhost -p 20137 and i get 'connection refused'. What am i doing wrong?
@@shagy234 under that prompt goto /opt/svrp/ then start router with ./svrp_start.sh router1 then connect to the router by telnetting from your machine to 127.0.0.1 port 20101
Hi, congratulations, what a great success! Can you share the whole step in some sort of PDF doc so that we can follow the full step. I saw your post in the GNS3 community, and that helped me alot However, can you also share how you 'deconstruct' the Huawei VM so that we can do the same for any other of their router/switch image? Thanks!
Hi, I made a post in Certcollection with all steps and I shared the last NE40E VM with some scripts helping start/stop the VM and start/stop/status the router instance inside the VM certcollection.org/forums/topic/331471-intergrating-huawei-router-ne40e-with-gns3/?tab=comments#comment-1338712 About how I 'deconstruct' Huawei VM, these steps can be made with NE9000/NE5000E/CX/ plateforme, the mistake they made is that they created a user 'huawei' with password 'huawei' but without any root privilege (by chance I tried to access with huawei/huawei and it worked), then you need to make this huawei user as root, you need to mount the VM as a disk in another Linux VM under VirtualBox (I used Centos), access that disk (Huawei VM) as root with chroot, then add huawei user to sudoers group under the file /etc/sudoers, save and exit the VM and now huawei user is root and can start the instance router under the VM with : cd /opt/svrp ./start_svrp.sh router1
can you share NE40E image file download link ?
Hello is there a way to run multiple routers of this VM (trying to figure out the port numbers that would be different should there be a second VM) Thank you :)
Thank you very much for great job! But do you have problems with CLI in this routers? I have some problems like this: if you press for auto-fill command it will show "^I" instead of adding missed piece of command and there is more problems like this.
it's just terminal problem, if you are using SecureCRT, go to session properties --> Connections --> Telnet , then check "Force character at a time mode" and it should be OK
If you are using Putty, I forget where to fix this problem, but sure there is some option that fixes this issue (I did it once but forget it)
@@ridha1535 Thank you. I tried your solution with SecureCRT and it works. Also I have found solution in Putty: Configuration > Terminal > Line discipline options: Local Echo and Local line editing should be set as "Force off".
Svp la configuration de NE40E X8A Core Router and CloudEngine S12700E-8 Core Switches sur GNS3
Hello Dear , I need the image please
Dear Ridha, can you explain how can i create the NE9000 image with 3 or 5 routers? Thank you.
I will try to prepare an image NE9000, it takes time and I will share it
Thank you very much... 😀
here is the NE9000 modified image with ports and console details
- Router 1
console : telnet 127.0.0.1 port 20151
source ports : 30100 --> 30109
dest ports : 17060 --> 17069
- Router 2
console : telnet 127.0.0.1 port 20152
source ports : 30110 --> 30119
dest ports : 17070 --> 17079
- Router 3
console : telnet 127.0.0.1 port 20153
source ports : 30120 --> 30129
dest ports : 17080 --> 17089
- Router 4
console : telnet 127.0.0.1 port 20154
source ports : 30130 --> 30139
dest ports : 17090 --> 17099
drive.google.com/file/d/1HM2vn7YumEyLJI4oNWSkqXZgfR0xTeIh/view?usp=sharing
@@ridha1535 How did you recover the root password from image?, I tried with a live cd but the vm cannot boot after I changed the passwd
@@CarlosGonzalez-bs8rj there is md5 check in the boot sequence under rc directory, you need to remve this check to let it boot
Have you tried on EVE-NG? Can you tell me if there is any possibility to run it?
I didn't try, but as it's a standard VM, if EVE-NG has something like a GNS3-Cloud it will be easy
me escrevi no seu canal dei aquele joia mas preciso da sua ajuda assistir varias vzs mas nao consigo abrir o NE40E DA HUAWEI no gns 3 tenho o virtual box instalado pode fazer um passo a passo
Can you explain it in Ubuntu, start the node but not get connectivity.
Forget ir my friend, my error it was trying to connect with the image that you share in gns3 post, but with cercollecion image work perfect. Can You Share me the udp tunnel for router 2 and 3 with this image, and how can bring up a router 4, because in this image you erase router 4 and 5. Or just tell how figure out the udp tunnels inside the debian for all ports. Thanks. You are amazing.
@@fabriciomedina447 hi
Ports for udp tunnels are :
router 2 :
Local ports 30010 to 30019
Remote ports 18670 to 18679
router 3 :
Local ports 30020 to 30029
Remote ports 18680 to 18689
In this VM I didn't create more routers. Creations should be done from eNSP tool only one time, I can do it if you need it,
Enjoy
@@ridha1535 Thank you, i am good with the 3 routers. but hope in a short future can you make a video how customize from eNSP a router, for big lab topologies.
Hello. I can't make it work with virtualbox. Followed this procedure but i can't connect to the NE40E. Thank you!
Try to connect to the main VM (ssh to port 20137) then start the router manually : under /opt/svrp/ then run ./svrp_start.sh router1 , give it two minutes to finish booting then try to connect to NE router as in the video
Hello! thank you for the fast answer. By main VM you mean GNS3 VM? or NE40E.ova? When i deplyed ne40e.ova i used default configurations, is that ok? Thank you!
@@shagy234 NE40E.ova VM, yes it's ok, make sure you are using the VM shared in certcollection post
@@ridha1535 Im on the NE40E VM Console (my prompt is: huawei@debian). I try ssh localhost -p 20137 and i get 'connection refused'. What am i doing wrong?
@@shagy234 under that prompt goto /opt/svrp/ then start router with ./svrp_start.sh router1 then connect to the router by telnetting from your machine to 127.0.0.1 port 20101
great video...can you share the image NE9000, NE5000, CX ? i need it for my lab, preparation for exam
hope you can help me....thanks
Hi, congratulations, what a great success!
Can you share the whole step in some sort of PDF doc so that we can follow the full step.
I saw your post in the GNS3 community, and that helped me alot
However, can you also share how you 'deconstruct' the Huawei VM so that we can do the same for any other of their router/switch image?
Thanks!
Hi,
I made a post in Certcollection with all steps and I shared the last NE40E VM with some scripts helping start/stop the VM and start/stop/status the router instance inside the VM
certcollection.org/forums/topic/331471-intergrating-huawei-router-ne40e-with-gns3/?tab=comments#comment-1338712
About how I 'deconstruct' Huawei VM, these steps can be made with NE9000/NE5000E/CX/ plateforme, the mistake they made is that they created a user 'huawei' with password 'huawei' but without any root privilege (by chance I tried to access with huawei/huawei and it worked), then you need to make this huawei user as root, you need to mount the VM as a disk in another Linux VM under VirtualBox (I used Centos), access that disk (Huawei VM) as root with chroot, then add huawei user to sudoers group under the file /etc/sudoers, save and exit the VM and now huawei user is root and can start the instance router under the VM with :
cd /opt/svrp
./start_svrp.sh router1
@@ridha1535 whats your username in certcollection?
@@user-zb9oo4ho2d aridha, I put the link of my post
@@ridha1535 cert collection link is not reachable