cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
3
Helpful
1
Replies

automatically transfer debug log to external storage

Tze Tai Mak
Level 1
Level 1

Dear all,

Is there a way that we can automatically transfer debug log to external storage?

Tommy

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

Use ISE admin CLI to configure and schedule backup-logs executions.

For example, put the following in CLI configuration mode to start the support bundle generation at 12:23 this Wednesday.

kron policy-list pl

  cli backup-logs mySupportBundle repository myRepo encryption-key plain myEncryptKey1

kron occurrence occ1

  at 12:23 Wednesday

  no recurring

  policy-list pl

View solution in original post

1 Reply 1

hslai
Cisco Employee
Cisco Employee

Use ISE admin CLI to configure and schedule backup-logs executions.

For example, put the following in CLI configuration mode to start the support bundle generation at 12:23 this Wednesday.

kron policy-list pl

  cli backup-logs mySupportBundle repository myRepo encryption-key plain myEncryptKey1

kron occurrence occ1

  at 12:23 Wednesday

  no recurring

  policy-list pl