GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
323 stars 387 forks source link

New Cisco CML 2.0 appliances #518

Open jean-christophe-manciot opened 4 years ago

jean-christophe-manciot commented 4 years ago

I have attached all new CML 2.0 appliances definitions through yaml files in case you don't already have them.

I have noticed:

jean-christophe-manciot commented 4 years ago

I confirm that on the CSR-1000v-16.11.1b with 32 interfaces set:

jean-christophe-manciot commented 4 years ago

It seems to be a misinterpretation of the field "Firs port name" on my part. I've just found a way to make the interfaces labels start at 1:

First port name:
Name format: Gi{port1}
grossmj commented 2 years ago

@jean-christophe-manciot sorry for the delay but are we still behind on this?

jean-christophe-manciot commented 2 years ago

@grossmj This issue has evolved with GNS3 GUI/Server 2.2.29:

So, the interfaces are correctly labelled for newly added devices, but are not modified on old labs. I've noticed a new way to modify the interfaces name in the "Configure custom adapters" menu. It is now kind of cumbersome to modify the numbering when there is a gap: all subsequent interfaces must be relabeled as well. For instance: Gi1, Gi0, Gi1, Gi2, Gi3, ... must be manually relabeled into Gi1, Gi2, Gi3, Gi4, Gi5...Gi31...

Isn't it possible to automatically increment the label of the next interfaces when one is modified? In the previous example, modifying Gi0 into Gi2 would automatically modify Gi1 into Gi3, Gi2 into Gi4 and so on.

If it's too much hassle, don't bother.