GNS3 / dynamips

Dynamips development
GNU General Public License v2.0
355 stars 95 forks source link

Same serial number on all routers #70

Open helloguys88 opened 8 years ago

helloguys88 commented 8 years ago

I created a couple 7206VXR routers. They all have the same chassis serial number. This has caused problem with some network management software. Is it possible to generate unique chassis serial numbers for each router? Or even better, allow user to define the serial numbers? Thanks!

grossmj commented 8 years ago

Try to change the system ID in the node properties.

system_id

helloguys88 commented 8 years ago

Already tried. But it didn't change the chassis serial number. By looking at the source code, it seems to be hard coded.

See https://gns3.com/qa/chassis-serial-number-on-dynamip

Thanks!