Specifications

Getting Started with the Mobile Computer xxi
Notational Conventions
The following notational conventions are used in this document:
Italics are used to highlight specific items in the general text, and to identify chapters and sections in this and related
documents
Bullets (•) indicate:
lists of alternatives
lists of required steps that are not necessarily sequential
action items
Sequential lists (those describing step-by-step procedures) appear as numbered lists
Understanding Command Syntax
<variable>
Variables are described with a short description enclosed within a ‘<‘ and
a ‘>’ pair.
For example, the command,
rfs7000-37FABE>show interface ge 1
is documented as
show interface ge <idx>
show – The command – Display information
interface – The keyword – The interface
<idx> – The variable – ge Index value
| The pipe symbol. This is used to separate the variables/keywords in a list.
For example, the command
rfs7000-37FABE> show .....
is documented as
show [adoption|advanced-wips|boot|captive-
portal|......]
where:
show – The command
[adoption|advanced-wips|boot|captive-portal|......
] – Indicates the different
commands that can be combined with the show command. However, only one
of the above list can be used at a time.
show adoption ...
show advanced-wips ...
show boot ...