GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
799 stars 263 forks source link

Juniper vQFX on GNS3 VM and GNS3 Server does not pass traffic for neither L2 or L3 #2331

Closed lvpinole closed 8 months ago

lvpinole commented 9 months ago

Juniper vQFX (all versions) on GNS3 VM and GNS3 Server version 2.2.44.1 does not pass traffic for neither L2 or L3

Hello Developers, I think I run into a GNS3 bug. I have tried to get the Juniper vQFX to work on GNS3, but the vQFX does not pass any L2 neither L3 traffic. At first I tried on a GNS3 VM (running on both Fusion and ESXi): ping from one vQFX switch to the other vQFX switch (L3 traffic) won't work. Then I just simply try to ping from VPC1 to VPC2 in the same vlan connect to the same vQFX switch, the ping also failed. I test it out the vQFX out on GNS3 Server installed on a bare metal, which does not work either. I have no problem with getting the vQFX to run on EVE NG. So I believe it must be a GNS3 bug. I am prefer to use GNS3 over EVE NG because of the GUI is easy to use, and GNS3 works on both MAC and Windows.
Hopefully, you can help fix the issue. Thank you very much. Long

spikefishjohn commented 8 months ago

If your still running eve-ng can you provide the output of

ps -axwu | grep qemu 

and show the qemu line from the qemu process running in a working state?

lvpinole commented 8 months ago

Hi John,

Thank you so much for following up.

I finally got it working on GNS3. I notice when I spring up the vQFX for the first time and after configured the ports and IP address, the vQFX often does not pass traffic at all. However, after configured the vQFX switches and commit the configuration, I run the command request system reboot. When the switch comes back up, it will be working correctly. Sometimes, I have to reboot it twice with the command request system reboot to get the vQFX to work.

Once again thank you very much for making the GNS3 such a wonderful tool. It not only helps me learn a lot, but also helps me building a virtual testing environment for my job as a network engineer.

Long Vu

On Jan 19, 2024, at 8:09 PM, John Fleming @.***> wrote:

If your still running eve-ng can you provide the output of

ps -axwu | grep qemu and show the qemu line from the qemu process running in a working state?

— Reply to this email directly, view it on GitHub https://github.com/GNS3/gns3-server/issues/2331#issuecomment-1901730775, or unsubscribe https://github.com/notifications/unsubscribe-auth/BENFGPWJT6FPG5QHMDVKRYLYPM7ONAVCNFSM6AAAAABAL7ZD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBRG4ZTANZXGU. You are receiving this because you authored the thread.

grossmj commented 8 months ago

Excellent, thanks for the info 👍