Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant skip slots #3000

Closed
rjsullivan25 opened this issue Jun 15, 2020 · 5 comments
Closed

Cant skip slots #3000

rjsullivan25 opened this issue Jun 15, 2020 · 5 comments
Assignees
Labels
Milestone

Comments

@rjsullivan25
Copy link

Describe the bug
Can't populate slots 4,5,6 with slots 1,2,3 unpopulated on 7200 router. Can't leave slot 0 unpopulated which was possible in earlier releases.

GNS3 version and operating system (please complete the following information):

  • OS: macOS 10.1.5.5
  • GNS3 version 2.2.8
  • Any use of the GNS3 VM or remote server (ESXi, bare metal etc.) Local server

To Reproduce
Steps to reproduce the behavior:

  1. Slot 0 cannot be left unpopulated
  2. If slots 123 are left unpopulated, with 4,5,6 populated with say GE connector, the GUI shows incorrect network connections.

Behaviour was different in versions of GNS before 2.0

@grossmj grossmj added this to the 2.2.11 milestone Jun 17, 2020
@rjsullivan25
Copy link
Author

Thanks for responding grossmj. I've not reported a bug on github before.

@grossmj
Copy link
Member

grossmj commented Jun 19, 2020

No worries, I am going to investigate.

@rjsullivan25
Copy link
Author

Thanks Jeremy. Ideally what I'd like to be able to setup is a 7200 router template with all the slots empty. Currently GNS3 adds a C7200-IO-FE adapter to slot 0 be default. I'd also like the option to add a PA-GE adapter to individual slots in specific 7200 router nodes on the workspace. The interface labels should then show the correct interface ie g1/0, g2/0 etc. The pre-2.0 version of GNS3 allowed one to do this.

@grossmj
Copy link
Member

grossmj commented Jun 26, 2020

Slot 0 cannot be left unpopulated

An adapter in slot 0 is mandatory with c7200. This is a special adapter (I/O controller). In previous version this could be left empty but a C7200-IO-FE adapter was silently added by Dynamips.

I wouldn't recommend other adapters for slot 0 because I remember I had issues with C7200-IO-GE-E for instance. Also, when launching dynamips, C7200-IO-2FE and C7200-IO-GE-E are marked as NOT WORKING. So just to be safe I would stick with C7200-IO-FE

$ dynamips 
Cisco Router Simulation Platform (version 0.2.21-amd64/Linux stable)
Copyright (c) 2005-2011 Christophe Fillot.
Build date: May 19 2020 11:38:40

...
Available C7200 Port Adapter (PA) drivers:
  * NPE-G2 
  * C7200-IO-FE 
  * C7200-IO-2FE (NOT WORKING)
  * C7200-IO-GE-E (NOT WORKING)

If slots 123 are left unpopulated, with 4,5,6 populated with say GE connector, the GUI shows incorrect network connections.

Screenshot from 2020-06-26 21-57-56

Correct, there is a problem with the network connection labels.

Interfaces

@grossmj grossmj self-assigned this Jun 26, 2020
@grossmj
Copy link
Member

grossmj commented Jun 29, 2020

Fixed in GNS3/gns3-server@ea17cc2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants