user manual
1 Bridge Commands
28 / 138
3EC 16982 AGAA TCZZA Ed. 01
bridge portadd
Create a bridge interface.
SYNTAX:
bridge portadd dest = <vp*vc|name>
[proto = {vcmux|llc}]
[vc_mux_fcs = {off|on}]
dest The destination address for the new interface.
Typically a phonebook entry.
REQUIRED
[encaps] The type of encapsulation to be used for this bridge interface. Choose
between:
llc/snap
vcmux
OPTIONAL
[vc_mux_fcs] Whether or not to include the Ethernet FCS in the packet header on
the WAN side. Choose between:
off
on
OPTIONAL
EXAMPLE:
=>bridge portlist
0 OBC state: forwarding
RX bytes: 75783 frames: 572
TX bytes: 82768372 frames: 341221 dropframes: 0
1 eth0 state: forwarding
RX bytes: 156344216 frames: 5899238
TX bytes: 75689 frames: 425 dropframes: 5558017
=>bridge portadd dest=Br1 proto=vc-mux vc_mux_fcs=on
=>bridge portlist
0 OBC state: forwarding
RX bytes: 75783 frames: 572
TX bytes: 82768372 frames: 341221 dropframes: 0
1 eth0 state: forwarding
RX bytes: 156344216 frames: 5899238
TX bytes: 75689 frames: 425 dropframes: 5558017
2 Br1
state: forwarding
vpi: 8 vci: 35 protocol: vc-muc
fcs: on compression: off
RX bytes: 0 frames: 0
TX bytes: 0 frames: 0 dropframes: 0
=>
RELATED COMMANDS:
bridge portdelete Delete a bridge interface.
bridge portconfig Configure a bridge interface.
bridge portlist Show current bridge configuration.