Welcome, Guest. Please login or register.

Author Topic: Extreme VSP 7400 Backup  (Read 57 times)

mueller-dv

  • Newbie
  • *
  • Posts: 19
    • View Profile
Extreme VSP 7400 Backup
« on: April 02, 2025, 08:53:48 am »
If needed:
Working Backup of Extreme VSP 7400:
html/Other-Defed.php
        <option value="VOSS"<?= ($os == "VOSS")?" selected":"" ?>>Extreme VOSS
inc/libcli.pm
 $cmd{'VOSS'}{'ropr'} = '[\w+().-]+>\s?$';
 $cmd{'VOSS'}{'enpr'} = '[\w+().-]+#\s?$';
 $cmd{'VOSS'}{'enab'} = 'enable';
 $cmd{'VOSS'}{'shru'} = 'show running-config';
 $cmd{'VOSS'}{'cfst'} = '^#';
 $cmd{'VOSS'}{'page'} = 'terminal more disable';
 $cmd{'VOSS'}{'err'}  = 'invalid input|Unknown | failed|Incorrect usage';


rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2907
    • View Profile
    • NeDi
Re: Extreme VSP 7400 Backup
« Reply #1 on: April 08, 2025, 10:07:16 am »
Thanks, there is this in NeDi 2.4:

$cmd{'VOSS'}{'ropr'} = '[\w+().-]+:+1+>';
$cmd{'VOSS'}{'enpr'} = '[\w+().-]+:+1+#';
$cmd{'VOSS'}{'cfst'} = 'config terminal';

I've added your suggestion (commented) in NeDi 2.6. Will settle when knowing what works best...
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo