Installation guide

32 Oracle Communications Session Border Controller ACLI Reference Guide Version S-C6.1.0
HOW TO USE THE ACLI DATA ENTRY
To enter a multi-word text value, surround that value either with quotation marks
(
“”) or parentheses (()). Generally, quotation marks are most commonly used to
configure text fields. The example below shows how quotation marks (
“”) surround
a multi-word value.
ACMEPACKET(session-router-config)# holidays
ACMEPACKET(session-router-holidays)# date 2008-01-01
ACMEPACKET(session-router-holidays)# description "new year's day"
ACMEPACKET(session-router-holidays)# done
holiday
date 2008-01-01
description new year's day
An Additional Note on
Using Parentheses
Parentheses can be used in the ACLI to enter multiple arguments on the same line.
A command line can contain any number of entries inside parentheses. Single
parentheses (
()) connote one list, nested parentheses ((())) connote a list within a
list, and so forth.
Option
Configuration
The options parameter shows up in many configuration elements. This parameter is
used for configuring the Net-Net SBC to behave with either non-standard or
customer-specific behavior.
Several options might be configured for a single configuration element. Every time
you configure the option parameter, you overwrite the previously configured option
list for the selected instance of the configuration element.
There is a shortcut to either add or delete a single option to the full option list. By
typing a “+” to add or a “-” to subtract immediately before an option, you can edit
the currently configured option list.
Append Example With the forceH245 option preconfigured, you can append a new option without
deleting the previously configured option:
ACMEPACKET(h323)# options +noAliasInRCF
ACMEPACKET(h323)# show
h323-config
state enabled
log-level INFO
response-tmo 4
connect-tmo 32
options forceH245
noAliasInRCF
ACMEPACKET(h323)#
Delete Example You can also delete a single existing option from the options list. Continuing from
the previous example:
ACMEPACKET(h323)# options -forceH245