Installation and User Manual
EtherHaul
1200™
EH-INST-02, Issue 4.0
Page 173
Designating indexed objects is valid in all
set
,
show
and
clear
commands. If the
show
command is executed for indexed objects which do not exist, the non-existing objects
are ignored and the command is only executed for existing objects.
Hint:
When using the
show
and
clear
commands, the keyword
all
may be substituted
for an indexed numerical range. In this context, “all” means the entire object range.
For example:
vlan all
is identical to
vlan 1-4094
.
11.2.6.3
Multi-Dimensional Objects with Indexes
The CLI supports multi-dimensional objects with numerical indexes. If they appear then
their indexes (or lists of ranges of indexes) are placed one after another and are
separated by spaces. The generic syntax is as follows:
object {<idx1>} {<idx2>} {<idx3>}
.
More specifically:
object 2, 9, 23-25
means the collection of double indexed objects: {2,
23}, {2, 24}, {2, 25}, {9, 23}, {9, 24}, {9, 25}.
For
show
and
clear
commands you can use the word
all
instead of either index. For
example:
object 2, 9 all
or
object all 23-25
or
object all all
.