SCadilhac

Results 79 comments of SCadilhac

https://github.com/netfishers-onl/Netshot/commit/a71eec5741d2380c9e0b020193600ccef107a454

Hello, the current version of the Cisco IOS driver looks for "chassis" in the `show inventory` output to identify the main part and assigns the corresponding serial number as main...

So we could match for `/[Cc]hassis/`. What is the full example (`show inventory`) of the 1921 where the serial number of the switch module gets captured as main serial number?

The result of the diagnostic is too long to be stored in the DB as per current constraints. Diagnostics were designed to report rather short results. May I know why...

Hi, can you run the snapshot in full debug mode (https://github.com/netfishers-onl/Netshot/wiki/Snapshot-troubleshooting) and share the result so that I can update the driver?

What software rules have you defined in the _Compliance_ section?

Weird. I would suspect a hidden space or something similar... You may want to clear the _Device Family_ and _Part Number_ fields in the compliance rule and try again. If...

Can you use the API to check the detected version of the device? Go to _Help_ > _API browser_. Find `GET /devices/{id}`, expand the section, click _Try it out_, give...

You are sharing an example from the API doc, not the query result as requested. You should have real values in the result, not values like `"string"`.

Hi, `rsa-sha2-512` is not actually supported by the underlaying SSH library. You may want to try: ``` netshot.cli.ssh.hostkeyalgorithms = ssh-rsa,ssh-dss,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521 ``` Regards, Sylvain