Cisco ASR 14000 Series Management Command Reference page 229

Router system
Hide thumbs Also See for ASR 14000 Series:
Table of Contents

Advertisement

File System Commands on Cisco IOS XR Software
C i s c o C o n f i d e n t i a l - B e t a R e v i e w R 3 . 7. 1
If the IP address of the networking device translates to company.com, then the .rhosts file for User0 on
the rcp server should contain the following line:
company.com Rtr1
See the documentation for your rcp server for more details.
If you are using a personal computer as a file server, the computer must support remote shell (rsh)
protocol.
Table 23
network servers.
Table 23
Type
FTP
rcp
TFTP copy tftp://{hostname | ipaddress}/directory-path/pie-name target-device [location node-id |
Using xml-schema
Use the xml-schema keyword to obtain the most up-to-date XML schemas (.xsd files) from the router.
This is useful to prevent the use of outdated schemas in the event that router software updates include
schema updates. The tar ball file includes all active schema files. It does not include schemas that are
activated by specific Package Installation Envelopes (PIEs), if those PIEs are not installed and activated
on the router.
Copying to the Running Configuration
When you use the copy command to copy a configuration file to the running-config destination, the
configuration in the file is applied to the running configuration of the system. This is a configuration
operation. By default, the copy is carried out in a best-effort manner. This means that if some
configuration lines from the file cannot be applied, the remaining configuration is still integrated into
the system. In this case, a partial configuration is committed. When the atomic option is used, partial
configurations are not committed. This means that even if one error occurs in the parsing or committing
phase, no changes are made to the system. To view any errors when applying the configuration, use the
show configuaration failed command.
OL-17231-01
shows the syntax and example for the copy command when used with FTP, rcp, and TFTP
Syntax and Examples of the copy Command
Syntax and Example
copy ftp://username:password@{hostname | ipaddress}/directory-path/pie-name
target-device [location node-id | location all]
Example:
RP/0/RP0/CPU0:router# copy ftp://john:secret@10.1.1.1/images/comp-asr14k-full.pie
disk1:
copy rcp://username@{hostname | ipaddress}/directory-path/pie-name target-device
[location node-id | location all]
Example:
RP/0/RP0/CPU0:router# copy rcp://john@10.1.1.1/images/comp-asr14k-full.pie disk1:
location all]
Example:
RP/0/RP0/CPU0:router# copy tftp://10.1.1.1/images/comp-asr14k-full.pie disk1:
Cisco ASR 14000 Series Router System Management Command Reference
copy
SMR-227

Advertisement

Table of Contents
loading

Table of Contents