nV Satellite として利用している NCS5000 シリーズルータに保存される showtech の出力ファイル等は下記の方法でホスト側にコピーすることができます。
はじめに、ホストーサテライト間の IP address と VRF の情報を確認します。
RP/0/RP0/CPU0:ASR9912# show nv satellite protocol discovery
Tue Jul 23 16:10:54.233 JST
Interface Bundle-Ether101
-----------------------
Interface TenGigE0/0/0/1: Probing for satellites
Interface TenGigE0/0/0/0: Probing for satellites
Satellite ID: 101
Status: Satellite ready
Host IPv4 Address: 10.0.0.1 <<< ホスト側の IP address
Satellite IPv4 Address: 10.0.101.1 <<< サテライト側の IP address
Discovered links:
RP/0/RP0/CPU0:ASR9912# show nv satellite status
Tue Jul 23 16:12:10.545 JST
Satellite 101
-------------
Status: Connected (Stable)
Type: ncs5001
Displayed device name: Sat101
MAC address: aaaa.bbbb.cccc
IPv4 address: 10.0.101.1 (auto, VRF: **nVSatellite) <<< サテライトの管理用 VRF
上記の情報をもとに、対象のサテライトに telnet 経由でアクセスし、取得対象のファイル名を確認してください。
telnet vrf **nVSatellite <Satellite IP> source-interface <ICL>
RP/0/RP0/CPU0:ASR9912# telnet vrf **nVSatellite 10.0.101.1 source-interface Bundle-Ether101
Trying 10.0.101.1...
Use specified source interface(Bundle-Ether101).
Use 10.0.0.1 as local address.
Connected to 10.0.101.1.
Escape sequence is '^^q'.
User Access Verification
Username: root <<< Username : root
Password: <<< Password : root
RP/0/RP0/CPU0:Sat101# dir harddisk:/showtech
Tue Jul 23 07:15:14.277 UTC
Directory of harddisk:/showtech
68 -rw-r--r-- 1 404772 Jul 20 07:11 showtech-sdac-2019-Jul-20.071118.UTC.tgz <<<
ホスト側から操作し、取得したいファイルをサテライトからホストへコピーします。
copy tftp://<Satellite IP>/<File> harddisk: vrf **nVSatellite
RP/0/RP0/CPU0:ASR9912# copy tftp://10.0.101.1/showtech-sdac-2019-Jul-20.071118.UTC.tgz harddisk: vrf **nVSatellite
Tue Jul 23 17:30:03.543 JST
Destination filename [/harddisk:/showtech-sdac-2019-Jul-20.071118.UTC.tgz]?
Accessing tftp://10.0.101.1;**nVSatellite/showtech-sdac-2019-Jul-20.071118.UTC.tgz
C
404772 bytes copied in 2 sec ( 188067)bytes/sec
RP/0/RP0/CPU0:ASR9912#dir harddisk: | include showtech
Tue Jul 23 17:38:36.999 JST
25141 drwx 4096 Wed Jul 17 16:55:33 2019 showtech
25142 drwx 4096 Wed Jul 17 16:54:23 2019 showtech-temp
25164 -rw- 404772 Tue Jul 23 17:30:05 2019 showtech-sdac-2019-Jul-20.071118.UTC.tgz <<<
また、サテライトへの SMU 適用などでホストからサテライトへのファイルのコピーを行う場合は、以下の方法でコピーすることができます。
RP/0/RP0/CPU0:ASR9912# telnet vrf **nVSatellite 10.0.101.1 source-interface Bundle-Ether101
Trying 10.0.101.1...
Use specified source interface(Bundle-Ether101).
Use 10.0.0.1 as local address.
Connected to 10.0.101.1.
Escape sequence is '^^q'.
User Access Verification
Username: root <<< Username : root
Password: <<< Password : root
RP/0/RP0/CPU0:Sat101# copy tftp://10.0.0.1/../../harddisk/to_satellite_file.txt harddisk:to_satellite_file.txt
Tue Jul 24 10:10:25.389 UTC
Destination filename [/harddisk:/to_satellite_file.txt]?
Accessing tftp://10.0.0.1/../../harddisk/to_satellite_file.txt
C
212468 bytes copied in 1 sec ( 198334)bytes/sec