NeDi Community

NeDi Software Specific => Discovery => Topic started by: mueller-dv on February 17, 2021, 09:12:28 am

Title: Backup ArubaOS-CX
Post 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...
Title: Re: Backup ArubaOS-CX
Post by: rickli on February 22, 2021, 11:32:59 am
Thanks, that's the new switch os, right?
Title: Re: Backup ArubaOS-CX
Post by: ggessler on January 19, 2022, 03:44:52 pm
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