system-config > collect > push-receiver

The push-receiver configuration subelement allows you to configure the SBC to push collected data to a specified node.

Parameters

address
Enter the hostname or IP address to which the SBC pushes collected data
user-name
Enter username which the SBC should use when it pushes collected data.
password
Enter the login password for the specified server used when pushing collected data.

This attribute is required when auth-type is set to password. When auth-type is set to public-key, this attribute must be blank.

data-store
Enter the absolute path on the specified server in which to put collected data
protocol
Set the protocol with which to send HDR collection record files.
  • Default: SFTP
  • Values: FTP | SFTP
auth-type
Enter the type of authentication the SBC will use to connect to the remote server.
  • Default: password
  • Values: password | public-key
port
Enter the port that the SBC will use to connect to the remote server.

When protocol is set to FTP, set the port attribute to 21. When protocol is set to SFTP, set the port attribute to 22 or to some value between 1024 and 65535 if your SSH server runs on a non-standard port.

  • Default: 22
  • Values: 21 | 22 | 1024 - 65535

Path

push-receiver is a subelement of the system-config > collect subelement. The full path from the topmost ACLI prompt is: configure terminal > system > system-config > collect > push-receiver.