Import a CSV Configuration File

After you create a CSV file that contains the Oracle® Enterprise Session Border Controller (E-SBC) configuration, you can import the file into the E-SBC using the spl load acli config-csv command.

The spl load acli config-csv command loads the CSV file from the volatile file system (/var), into the editing configuration of the E-SBC.
spl load acli config-csv <filename>
  1. Access the E-SBC locally through the console connection or remotely through an SSH connection.
  2. Transfer the CSV file to the volatile file system (/var) on the E-SBC.
  3. At the prompt, type the password for entering the ACLI, and press Enter.
  4. Enter enable to access the Superuser mode, followed by the password, and press Enter.
  5. At the prompt, type delete-config cached to clear the current editing configuration on the E-SBC to prevent conflicts.

    Oracle# delete-config cached

  6. Type spl load acli config-csv <filename>, and press Enter. For example:

    Oracle# spl load acli config-csv esd-config.csv

    The E-SBC imports the CSV file containing the configuration you specified into the editing configuration.

  7. Type save, and press Enter.
  8. Typeactivate, and press Enter. The imported configuration data becomes part of the editing configuration on the E-SBC.

    The following code block shows an example of the imported configuration.

    sip-interface
    	state enabled
    	realm-id public
    	description public SIP interface
    	sip-port
    		address 192.168.1.1
    		port 5060
    		transport-protocol UDP
    	sip-port
    		address 192.168.1.1
    		port 5061
    		transport-protocol TCP

    Note:

    If you need to undo the import, run the restore-backup-config running command to restore the editing configuration that existed before you performed the import.