Have you looked at the manual for the switch?
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c03594944
As with all Aruba Switches, you can use the local help to see what commands are available using the "?" after the command
HP# copy
command-output Specify the CLI command to be executed on the switch.
config Copy the named configuration file.
core-dump Copy coredump file from flash.
crash-data Copy the switch crash data file.
crash-files Copy the core dump, crash-data, crash-log, fdr-log and event-log.
crash-log Copy the switch log file.
default-config Copy the custom default configuration.
event-log Copy the event log file.
fdr-log Copy FDR logs from the switch to a TFTP server, USB or xmodem terminal.
flash Copy the switch system image file.
running-config Copy the running configuration file.
security-log Copy the security log file.
sftp Copy data from an SFTP server.
ssh-client-known-h... Copy the known hosts file.
ssh-server-pub-key Copy the server public key of the switch.
startup-config Copy the start up configuration file from the switch flash.
support-log Copy the switch support log file.
tftp Copy data from a TFTP server.
usb Copy the data from a USB flash drive.
xmodem Use xmodem on the terminal as the data source.
#
Original Message:
Sent: Nov 10, 2022 06:13 PM
From: Yao Chang Hsu
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
Can I use ftp server of win10, because it did not need to find another software to install? Thanks.
Original Message:
Sent: 11/10/2022 7:37:00 AM
From: parnassus
Subject: RE: hpe-aruba 2530-48g config export to another 2530-48g switch
"Peer unreacheable" speaks for itself, is the Switch able to reach your TFTP Server 192.168.1.230? Is the TFTP Server able to reach the IP address assigned to your Switch? ...and I believe you shouldn't specify any path (do not use d:\test but use just test if test is the file name you want to use by saving the running configuration into the TFTP Root directory).
Original Message:
Sent: Nov 10, 2022 07:19 AM
From: Yao Chang Hsu
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
Thanks, but I run command as below, it failed to work.
copy running-config tftp 192.168.1.230 d:\test add-ignore-tag PC
TFTP download in progress
Error in sending rq message.Exceed 5
retransmits
000M Peer unreachable
Original Message:
Sent: 11/8/2022 8:54:00 AM
From: parnassus
Subject: RE: hpe-aruba 2530-48g config export to another 2530-48g switch
show system
Original Message:
Sent: Nov 08, 2022 08:51 AM
From: Yao Chang Hsu
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
I try command as below, but it did not show mac information.
display current-configuration
display vlan
display vlan all
Original Message:
Sent: Nov 08, 2022 08:43 AM
From: Davide Poletto
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
Hi, yes.
The HP/HPE/Aruba 2530 switch series currently uses ArubaOS-Switch operating system if it's running recent versions (the AOS-S operating system is the successor of the HP ProVision operating system used on older HP ProCurve switch series). The AOS-S supports the copy of running/startup configurations to a TFTP Server with the command:
copy running-config tftp <a.b.c.d> <filename> add-ignore-tag pc
(or instead of pc
you can use the unix
option)
Where the add-ignore-tag
option adds the tag "IGNORE" in the header of the uploaded configuration file.
With regard to the Switch's base MAC Address try with the show system
command.
Original Message:
Sent: Nov 08, 2022 08:24 AM
From: Yao Chang Hsu
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
Does it support the command as below:
ProCurve# copy startup-config tftp 10.28.227.105
d:\configs\sw8200
And how to find switch mac information?
Thanks a lot
Original Message:
Sent: Nov 08, 2022 08:18 AM
From: Davide Poletto
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
Hi, are you referring to (Switch) current running configuration? if so the configuration is a text file that can be copied and pasted into the new Switch provided that source and destination share the same OS and the same number of ports (exact the same hardware configuration): given that you're asking for transferring the configuration from one 2530 to another...If I were you I would copy the running configuration of the source Switch and adapt (removing/changing/adapting unnecessary configuration lines) to cope with the destination Switch (especially if the destination Switch has a different - lower - number of ports).
Original Message:
Sent: Nov 08, 2022 06:51 AM
From: Yao Chang Hsu
Subject: hpe-aruba 2530-48g config export to another 2530-48g switch
dear all,
Is there command to export hpe-aruba 2530-48g to another hpe-aruba 2530 switch? Thanks a lot.