NeDi Community
NeDi Software Specific => Discovery => Topic started by: mueller-dv on February 17, 2021, 09:12:28 am
-
Hi Remo,
i tried to backup the config of our new ArubaOS-CX
It was not working.
So i changed in inc/libcli.pm
Old:
$cmd{'ArubaOS'}{'cfst'} = '^version';
New Working:
$cmd{'ArubaOS'}{'cfst'} = 'Version';
Perhaps it is not good for compatibility, but it works...
-
Thanks, that's the new switch os, right?
-
Dear Remo,
yes, this is the new switch OS Aruba is using e.g. in their 6x00 series which replaces HP Procurve style models like Aruba 2530 / 2540.
In a different thread I suggested to use the line below inc/libcli.pm, which should not break compatibility with older firmware versions:
$cmd{'ArubaOS'}{'cfst'} = '^version|Version';
Thanks, Gerhard