[c-nsp] TFTP/SCP

James Bensley jwbensley at gmail.com
Fri Nov 20 05:24:17 EST 2015


On 19 November 2015 at 16:55, Nick Hilliard <nick at foobar.org> wrote:
> On 19/11/2015 18:15, Jeremy Bresley wrote:
>> With the exception of NX-OS, pretty much anything on code released in the
>> last 3-4 years supports HTTP downloads
>
> XR supports only ftp and tftp.
>
> Nick


You can SCP from another device TO the IOS-XR device, so you can push
via SCP (this is on 5.1.3):

[j.bensley at lsrv-jump-01 ~]$ cat testfile
asdsadsada

[j.bensley at lsrv-jump-01 ~]$ scp testfile username at 10.254.242.12:disk0a:/
username at 10.254.242.12's password:
testfile
                                                               100%
12     0.0KB/s   00:00

RP/0/RSP0/CPU0:#dir disk0a:
Fri Nov 20 10:20:58.308 GMT

Directory of disk0a:

....
9811        -rw-  12          Fri Nov 20 10:20:54 2015  testfile

RP/0/RSP0/CPU0:#show clock
Fri Nov 20 10:21:03.776 GMT
10:21:03.783 GMT Fri Nov 20 2015

RP/0/RSP0/CPU0#more disk0a:testfile
Fri Nov 20 10:22:59.630 GMT
asdsadsada


Cheers,
James.


More information about the cisco-nsp mailing list