Interfaces
Bridging
LR54 User Guide
208
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Create the bridge:
(config)> add network bridge my_bridge
(config network bridge my_bridge)>
4. Bridges are enabled by default.
n
To disable:
(config network bridge my_bridge)> enable false
(config network bridge my_bridge)>
n
To enable if it has been disabled:
(config network bridge my_bridge)> enable true
(config network bridge my_bridge)>
5. Add devices to the bridge:
a. Determine available devices:
(config network bridge my_bridge)> .. .. interface lan1 device ?
Device: The network device used by this network interface.
Format:
/network/device/eth1
/network/device/eth2
/network/device/eth3
/network/device/eth4
/network/device/loopback
/network/bridge/hotspot_bridge
/network/bridge/lan1
/network/wireless/ap/digi_ap1
/network/wireless/ap/digi_ap2
/network/wireless/ap/digi_hotspot_ap1
/network/wireless/ap/digi_hotspot_ap2
Default value: /network/bridge/lan1
Current value: /network/bridge/lan1
(config network bridge my_bridge)>