SCadilhac

Results 72 comments of SCadilhac

When running against a device using telnet, the driver's `snapshot` function is called with CLI mode set to _telnet_. How does your `CLI.telnet` look like and what's the beginning of...

I'm not seeing the reason for that. I'll have a detailed look if you can provide me with a full snapshot trace (see https://github.com/netfishers-onl/Netshot/wiki/Snapshot-troubleshooting but remove sensitive information from the...

Netshot sends the username right after having received the banner, so it must be detecting the _username_ prompt regexp (`^Login:$`) in the banner. By the way, are you sure the...

But you didn't provide the full trace, it's only the end.

Have you changed anything to the prompts you pasted in this comment https://github.com/netfishers-onl/Netshot/issues/61#issuecomment-583990358? In the trace the prompt for login is `RADIUS Login:` while your regexp is `/^Login:$/`, thus I'm...

OK, I spent a bit of time looking deeper into this issue, and it seems that this additional line feed comes from the underlying Apache Commons Telnet library. Unfortunately they...

Cisco autonomous APs still run IOS if I'm not mistaken? First driver for WLC was just added to the repository.

Indeed diagnostics are the only option at the moment.

Cannot seen how this can happen. Which Java version are you using to run Netshot? `java -version`