
Using the Bay Command Console (BCC)
3-10
117383-C Rev. 00
Example:
In the following example, you specify multiple parameter-value pairs on each
command line.
ethernet 2/1#
ip address 1.2.3.4 mask 255.255.255.0 redirects off
ip.1.2.3.4/255.255.255.0# ospf area 2.3.4.54 hello-interval 5
ospf/1.2.3.4#
Specifying Multiple Values for One Parameter
Some BCC configuration parameters accept multiple values simultaneously.
For example, the Syslog service has a severity-mask parameter that accepts any of
the values --
fault, warning, info, trace, and debug -- as follows:
severity-mask {fault warning info trace debug}
Notice that you must enter these values within braces, and with a space character
after each value except the last. The BCC uses the space character as a delimiter
separating each of the values.
Parameters of this data type also typically accept the values
none or all but you
can enter these without braces, for example:
severity-mask all
severity-mask none
Specifying Name or String Values
Many BCC configuration parameters accept an alphanumeric string values.
Typically, these are name parameters with values that do not include space
characters.
Examples:
polname abc123
polname abc-123
polname ABC-123
To enter an alphanumeric string that includes spaces, enclose the entire value
within braces, for example:
polname {Abc 123}
For parameters of this datatype, the BCC treats any space characters between the
braces as part of the alphanumeric string.
Comentarios a estos manuales