cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7147
Views
10
Helpful
3
Replies

ASR9K show tech-support

dsanas
Level 1
Level 1

Hi,

ASR9k Show tech output available at 0/RSP0/CPU0 so Could you please help to fetch that logs from particular RSP path.

 

RP/0/RSP0/CPU0:HNI.MC01#show tech-support

++ Show tech start time: 2018-May-29.134520.HaNoi ++

Tue May 29 13:45:20 HaNoi 2018 Waiting for gathering to complete

.....................................

Tue May 29 13:49:14 HaNoi 2018 Compressing show tech output

Show tech output available at 0/RSP0/CPU0 : /net/node0_RSP0_CPU0/harddisk:/showtech/showtech-generic-2018-May-29.134520.HaNoi.tgz

++ Show tech end time: 2018-May-29.134915.HaNoi ++

RP/0/RSP0/CPU0:HNI.MC01#

3 Replies 3

soewaiphyo
Level 1
Level 1

Hi all,

 

You can get that showtech.tgz file by copying it to an FTP server from ASR9K router.

Firstly, you have to set up an FTP server on your PC or somewhere. Create a user in the FTP server.

And then add FTP client config in ASR9K as follow.

# ftp client password <password> 
# ftp client username <user-name>
# ftp client source-interface <interface-name>

Then change from default directory /usr to /net/node0_RSP0_CPU0/harddisk:/showtech/ directory where the showtech.tgz exist.

# cd /net/node0_RSP0_CPU0/harddisk:/showtech/

Copy the showtech.tgz file to FTP server by typing following command>>

# copy <showtech.tgz> ftp: 

*(need to type the <showtech.tgz> full file name. If you're not sure, check with "dir" command)

Address or name of remote host : xx.xx.xx.xx <FTP server address>

Destination username: <username>

Destination password: <password>

Destination filename: <showtech.tgz>

Finally, you can see the showtech.tgz file in your FTP server directory.

 

Regards,

Soul Ji.

phyo wai linn
Level 1
Level 1

Hi Bro Soe Wai Phyo,

 

Thanks for the sharing, it's the detailed and completed article.

 

Regards,

Linn Wai

To fetch the show tech logs from the specified RSP path, you can use the following command:

RP/0/RSP0/CPU0:HNI.MC01#admin show tech-support location 0/RSP0/CPU0

This command will retrieve the show tech logs from the specified RSP path (0/RSP0/CPU0) and provide you with the necessary information.