external-storage
This command configures the External Storage table, which defines external cloud storage platforms for storing Debug Recording files and Debug log files.
Syntax
(config-troubleshoot)# external-storage <Index> (external-storage-<Index>)#
|
Command |
Description |
|---|---|
|
Index |
Defines the table row index. |
|
access-key |
Defines the access key for the external cloud storage. |
|
name |
Defines a descriptive name, which is used when selecting the row entry from other configuration parameters. |
|
network-interface-name |
Assigns an IP Interface from the IP Interfaces table for communication with the external cloud storage platform. |
|
secret-key |
Defines the secret access key (private) for accessing the AWS S3. |
|
tls-context-name |
Assigns a TLS Context (certificate) for the TLS connection with the external cloud storage platform. |
|
type {AWS S3|Azure Blob} |
Defines the type of storage platform. |
|
url |
Defines the URL address of the external storage platform. |
Command Mode
Privileged User
Example
This example configures an external cloud storage for Azure Blob Storage:
(config-troubleshoot)# external-storage 0 (external-storage-0)# name MyDebugRecording (external-storage-0)# type Azure Blob (external-storage-0)# url https://example.blob.corewindows.net/debug (external-storage-0)# secret-key ?sv=2024-11-04&ss=b&st=sco&sp=rwdlac&se=2026-12-323:59:59Z&spr=https&sig=a1B2cDe0123456789%3D