Hello Community,
i search a easy way to copy files from the secondary cmm to primary cmm.
I have a ssh connection via emp from CH1 to CH2. I tried the commands from ch 1 cp:1 or 2 *files *iles.
do you know the right commands?
regards hano!
thank you for your help
OS6900 VC copy files from Chassis 2 to Chassis 1
Re: OS6900 VC copy files from Chassis 2 to Chassis 1
Hi,
you can use ftp, sftp or scp to copy files.
you can use the EMP-interfaces or the following internal interfaces (works also at 6860 without EMP):
VC> debug show virtual-chassis connection (at chassis 1)
Address Address
Chas MAC-Address Local IP Remote IP Status
—–+——————+—————–+—————–+————-
2 xxx 127.10.1.65 127.10.2.65 Connected
3 xxx 127.10.1.65 127.10.3.65 Connected
4 xxx 127.10.1.65 127.10.4.65 Connected
Example for scp (needs aaa authentication ssh):
VC> mkdir UNIT2-FILES
VC> scp -r 127.10.2.65:811_555/vc* UNIT2-FILES
Password:
vcboot.cfg 100% 2941 2.9KB/s 00:00
vcboot.cfg.sav 100% 2794 2.7KB/s 00:00
vcsetup.cfg 100% 277 0.3KB/s 00:00
or with complete path:
VC> scp -r 127.10.2.65:/flash/811_555/vc* /flash/UNIT2-FILES
Password:
vcboot.cfg 100% 2941 2.9KB/s 00:00
vcboot.cfg.sav 100% 2794 2.7KB/s 00:00
vcsetup.cfg 100% 277 0.3KB/s 00:00
regards
Silvio
you can use ftp, sftp or scp to copy files.
you can use the EMP-interfaces or the following internal interfaces (works also at 6860 without EMP):
VC> debug show virtual-chassis connection (at chassis 1)
Address Address
Chas MAC-Address Local IP Remote IP Status
—–+——————+—————–+—————–+————-
2 xxx 127.10.1.65 127.10.2.65 Connected
3 xxx 127.10.1.65 127.10.3.65 Connected
4 xxx 127.10.1.65 127.10.4.65 Connected
Example for scp (needs aaa authentication ssh):
VC> mkdir UNIT2-FILES
VC> scp -r 127.10.2.65:811_555/vc* UNIT2-FILES
Password:
vcboot.cfg 100% 2941 2.9KB/s 00:00
vcboot.cfg.sav 100% 2794 2.7KB/s 00:00
vcsetup.cfg 100% 277 0.3KB/s 00:00
or with complete path:
VC> scp -r 127.10.2.65:/flash/811_555/vc* /flash/UNIT2-FILES
Password:
vcboot.cfg 100% 2941 2.9KB/s 00:00
vcboot.cfg.sav 100% 2794 2.7KB/s 00:00
vcsetup.cfg 100% 277 0.3KB/s 00:00
regards
Silvio
Re: OS6900 VC copy files from Chassis 2 to Chassis 1
I have seen you are also from germany:
here I have writte the example for ftp/sftp http://dokuwiki.alu4u.com/doku.php?id=f ... chassis_vc
regards
Silvio
here I have writte the example for ftp/sftp http://dokuwiki.alu4u.com/doku.php?id=f ... chassis_vc
regards
Silvio
-
hanobiwan
Re: OS6900 VC copy files from Chassis 2 to Chassis 1
Hello Silvio,
thank you very much for this information.
This way works fine.
regards
thank you very much for this information.
This way works fine.
regards

