In ExtremeXOS, the SCP2 protocol is supported for transferring configuration, image and public key policy files to the switch from the SCP2 client. The user must have administrator-level access to the switch. The switch can be specified by its switch name or IP address. ExtremeXOS only allows SCP2 to transfer to the switch files named as follows:
In the following examples, you are using a Linux system to move files to and from the switch at 192.168.0.120, using the switch administrator account admin. You are logged into your Linux system as user.
[user@linux-server]# scp2 admin@192.168.0.120:primary.cfg primary.cfg
[user@linux-server]# scp2 test.pol admin@192.168.0.120:test.pol
[user@linux-server]# scp2 test.xos admin@192.168.0.120:test.xos
[user@linux-server]# scp2 test.xmod admin@192.168.0.120:test.xmod
[user@linux-server]# scp2 id_rsa.pub admin@192.168.0.120:test.ssh