Reference Guide

Table Of Contents
Preface
Reference Guide
Reference Guide
xiii
Conventions used in Casa documentation
Key Convention Function Example
Boldface font Commands and keywords are in
boldface.
Type abc, then press [ENTER]
Italic font Emphasized terminology is in italics. burst profile
brackets [ ] Elements in square brackets are
optional.
[portNumber]
braces {x | y | z} Indicates a required argument with a
choice of values; choose one.
{enabled | disabled}
brackets [x | y | z] Indicates an optional argument with a
choice of values; choose one.
[abc | 123]
vertical bar | Separates parameter values. Same as
β€œor.”
{TCP | TLS}
String A non-quoted set of characters. Do not
use quotation marks (β€œβ€)around the
string as the string will include the
quotation marks.
abc
Screen font CLI sessions and information the
system displays are in screen font.
Boldface screen font Information you must enter is in
boldface screen font.
Italic screen font Arguments for which you supply values
are in italic screen font.
number
^ The symbol ^ represents the key
labeled CTRL (control). The key
combination ^D in a screen display
means hold down the CTRL key while
pressing the D-key.
< > Non-printing characters such as
passwords are in angle brackets in
contexts where italics are not available.
Angle brackets are also used for
variables.
!,# An exclamation point (!) or a pound
sign (#) at the beginning of a line of
code indicates a comment line.
# This is a comment.