Welcome, Guest. Please login or register.

Author Topic: Backup ArubaOS-CX  (Read 2322 times)

mueller-dv

  • Newbie
  • *
  • Posts: 19
    • View Profile
Backup ArubaOS-CX
« 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...

rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2907
    • View Profile
    • NeDi
Re: Backup ArubaOS-CX
« Reply #1 on: February 22, 2021, 11:32:59 am »
Thanks, that's the new switch os, right?
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo

ggessler

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Backup ArubaOS-CX
« Reply #2 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