User Guide

3 Bridge Commands
41 / 260
3EC 16982 AFAA TCZZA Ed. 01
bridge load
Load saved (or default) bridge configuration.
Execute bridge flush prior to bridge load.
SYNTAX:
bridge load [defaults = <yes|no>]
[defaults] Load factory defaults (yes) or saved configuration (no).
Not specifying this parameter loads the saved configuration
OPTIONAL
EXAMPLE:
=>bridge iflist
OBC : Internal
Connection State: connected Port: OBC PortState: forwarding
RX bytes: 75783 frames: 572
TX bytes: 82768372 frames: 341221 dropframes: 0
eth0 : Internal
Connection State: connected Port: eth0 PortState: forwarding
RX bytes: 156344216 frames: 5899238
TX bytes: 75689 frames: 425 dropframes: 5558017
=>bridge ifadd intf=Br1 dest=Br1
=>bridge save
=>bridge flush
=>bridge iflist
OBC : Internal
Connection State: connected Port: OBC PortState: forwarding
RX bytes: 75783 frames: 572
TX bytes: 82908667 frames: 341735 dropframes: 0
eth0 : Internal
Connection State: connected Port: eth0 PortState: forwarding
RX bytes: 156553257 frames: 5904070
TX bytes: 75689 frames: 425 dropframes: 5562335
=>bridge load defaults=no
=>bridge iflist
OBC : Internal
Connection State: connected Port: OBC PortState: forwarding
RX bytes: 75783 frames: 572
TX bytes: 82768372 frames: 341221 dropframes: 0
eth0 : Internal
Connection State: connected Port: eth0 PortState: forwarding
RX bytes: 156344216 frames: 5899238
TX bytes: 75689 frames: 425 dropframes: 5558017
Br1 : dest : Br1
Retry: 10 QoS: default Encaps: llc/snap Fcs: off
Connection State: connected Port: wan0 PortState: forwarding
RX bytes: 75 frames: 12
TX bytes: 30246 frames: 91 dropframes: 0
=>
RELATED COMMANDS:
bridge flush Flush complete bridge configuration.
bridge save Save current bridge configuration.