E-DOC-CTC-20061027-0003v2.0
Eth Commands

293

eth bridge rule add
Add a new constraint to the VLAN learning system.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:

eth bridge rule add type = <{shared | independent}>

vlan = <string>

[vlan2 = <string>]

[isi = <number{0-32}>]

type Type of constraint.
Choose between:
>shared
>independent.
REQUIRED
vlan The VLAN to which th e constraint belongs. REQUIRED
vlan2 The second VLAN for a shared constraint.
Note This parameter is required when type is shared.
OPTIONAL
isi A number between 0 and 32.
Represents the Independent Set ID (ISI) for an independent
constraint.
Note This parameter is required when type is independent.
OPTIONAL
=>eth bridge rule add type=independant vlan=default isi=1
=>eth bridge rule list
Index Type VLAN Parameter
----- ---- ---- ---------
1 independant default Independent set identifier: 1
=>
eth bridge rule delete Delete a constraint from the VLAN learning system.
eth bridge rule list Display all constraints from the VLAN learning system.