Create a CSV File

To create a Oracle® Enterprise Session Border Controller (E-SBC) configuration using a CSV file:

  1. Open an application that supports a CSV file, for example, MS-Excel.
  2. In the first row, first column, enter object: followed by a configuration object that you want to import.
    object:sip-interface
  3. In the second row, and each in its own column, enter the parameter names of the objects to configure.
    state,realm-id,description
  4. In the third row, and each in its own column, enter the values for the configuration objects.
    enabled,public,public SIP interface
  5. In subsequent rows, define additional values, if any.
  6. In the next empty row, first column, enter another object if required, related to the first object (sip-interface).
    object:sip-port
  7. Repeat steps 3 through 5 for this object. The following is an example of a CSV file containing the “sip-interface” and sip-port objects.
  8. Save the file as a comma-separated value file (.csv). For example,
    nnesd_config.csv
  9. Close the file.