SCadilhac

Results 79 comments of SCadilhac

OK, so there is a space character at the end of the software version. I've updated the driver file, you can update (or you can the space to your rule,...

The install guide suggests to install 17.0.8-graal while you are trying 17.0.10, which cannot be installed the same way.

The java binary cannot be executed. You should check permissions on /usr/bin/java for netshot system user.

I've just tried a fresh install on Ubuntu 24.04 and didn't have this issue. Is `/usr/bin/java -version` fine? Are you well running on x64?

Hello, can you try to increase the SSH connection timeout in Netshot config? e.g. ``` netshot.cli.ssh.connectiontimeout = 30000 ``` It seems that with newer KEX algorithms, NCS540 take quite some...

Have you tried the suggestion with connectiontimeout?

As you can see in the logs you provided, the selected key exchange algorithm was `diffie-hellman-group16-sha512`, so you you can try it and compare the connection delay: ```bash ssh -o...

Hello, The following should work: ```js var softVersion = "Unknown"; var version = showVersion.match(/^(JUNOS .* \[(\S+)\]|Junos: (\S+))/m); if (version) { var softVersion = version[2] || version[3]; } device.set("softwareVersion", softVersion); config.set("junosVersion",...

Hello, you can test on your Netshot instance: download the latest Junos driver from GitHub (https://raw.githubusercontent.com/netfishers-onl/Netshot/refs/heads/master/src/main/resources/drivers/Juniper_Junos.js), edit it and load it using the procedure https://github.com/netfishers-onl/Netshot/wiki/Loading-an-alternative-driver-into-Netshot