Cisco ASR 9000 Series User Configuration Manual page 55

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Upgrading and Managing Cisco IOS XR Software
The router commands listed in
show how to copy package files to the router using three types of file transfer protocols.
Table 9: Commands for Copying Package Files to the Router
Server Type
TFTP
FTP
rcp
Table 10: Command Variables for Copying and Adding Packages from a Network Server, on page 37
describes the command variables for copying packages from a network server.
Table 10: Command Variables for Copying and Adding Packages from a Network Server
Variable
hostname_or_ipaddress
pie-name
username
Table 9: Commands for Copying Package Files to the Router, on page 37
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
Obtaining and Placing Cisco IOS XR Software
Command and Examples
The following command syntax is used:
copy tftp:// hostname_or_ipaddress / directory-path
/ pie-name disk1:
Example:
RP/0/RSP0/CPU0:router# copy
tftp://10.1.1.1/images/comp-
asr9k-mini.pie disk1:
The following command syntax is used:
copy ftp:// username : password @
hostname_or_ipaddress / directory-path / pie-name
disk1:
Example:
RP/0/RSP0/CPU0:router# copy
ftp://john:secret@10.1.1.1/images/
comp-asr9k-mini.pie disk1:
The following command syntax is used:
copy rcp:// username @ hostname_or_ipaddress /
directory-path / pie-name disk1:
Example:
RP/0/RSP0/CPU0:router# copy
rcp://john@10.1.1.1/images/
comp-asr9k-mini.pie disk1:
Description
Host name or IP address of the server that stores the
source file.
Name of the PIE file (package). See the
Cisco IOS XR Software Packages, on page 20
descriptions of the available packages.
Required for FTP and rcp only and must be a valid
username on the FTP or rcp server.
Overview of
for
37

Advertisement

Table of Contents
loading

Table of Contents