sdr-server
This command configures the SBC SDR Remote Servers table, which configures remote SFTP servers to where the device sends the locally stored SDR files.
Syntax
(config-troubleshoot)# sdr-server (sdr-server-<Index>)#
Command |
Value |
---|---|
Index |
Defines the table row index. |
address |
Defines the address of the server. |
connect-timeout <1-600> |
Defines the connection timeout (in seconds) with the server. |
interface-name |
Assigns an IP Interface. |
max-transfer-time <1-65535> |
Defines the maximum time (in seconds) allowed to spend for each individual file transfer process. |
name |
Defines an arbitrary name to easily identify the rule. |
password |
Defines the password for authentication with the server. |
port |
Defines the SSH port number of the server. |
priority <0-10> |
Defines the priority of the server. |
remote-path |
Defines the directory path to the folder on the server where you want the files to be sent. |
username |
Defines the username for authentication with the server. |
Command Mode
Privileged User
Example
This example configures an SFTP server at index 0:
(config-troubleshoot)# sdr-server 0 (sdr-server-0)# name SDR-Server
(sdr-server-0)# address 170.10.2.5
(sdr-server-0)# interface-name OAMP
(sdr-server-0)# password 1234
(sdr-server-0)# username sftp-my
(sdr-server-0)# remote-path /sdr
(sdr-server-0)# activate