cdr-server

This command configures the SBC CDR Remote Servers table, which configures remote SFTP servers to where the device sends the locally stored CDRs.

Syntax

(config-troubleshoot)# cdr-server
(cdr-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 from the IP Interfaces table for communication with the server.

max-transfer-time <1-65535>

Defines the maximum time (in seconds) allowed to spend for each individual CDR 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 CDR files to be sent.

username

Defines the username for authentication with the server.

Command Mode

Privileged User

Note

This command is applicable only to Mediant Software and Mediant 9000 SBCs.

Example

This example configures an SFTP server at index 0:

(config-troubleshoot)# cdr-server 0
(cdr-server-0)# name CDR-Server
(cdr-server-0)# address 170.10.2.5
(cdr-server-0)# password 1234
(cdr-server-0)# username sftp-my
(cdr-server-0)# remote-path /cdr
(cdr-server-0)# name CDR-Server
(cdr-server-0)# activate