Installation and User Manual
EtherHaul
1200™
EH-INST-02, Issue 4.0
Page 171
Object Names
Object Indexes
11.2.6 Designating Named Objects
Certain EtherHaul CLI objects are identified by symbolic names. These names are static
and are always assigned to the same EtherHaul object type. Using static names generally
makes system configuration much easier and more consistent from network to network.
For example, the designation:
eth eth0
refers to the
Wireless Port
, while the designation:
bridge-port s1 c3
refers to
Port
c3
on
Component s1
.
The following lists all named objects used in the CLI, together with the EtherHaul objects
that they reference:
CLI Name
Referenced Object
eth0
Wireless port
eth1
Wired Ethernet port 1
eth2
Wired Ethernet port 2
host
Internal CPU
s1
S-component 1
c1
C-component 1
c2
C-component 2
c3
C-component 3
c4
C-component 4
The CLI supports specifying a list of named objects by entering multiple comma -
separated names.
For example:
eth eth0, host, eth1
specifies to three
eth
objects:
eth0, host
and
eth1
;
bridge c1, c2, s1
specifies three bridge components:
c1, c2
and
s1
; and
egress host, s1
specifies two egress ports:
host
and
s1
.