Interfaces Local Area Networks(LANs)
IX20 User Guide
198
/network/bridge/lan1 /network/sdwan/wan_bonding
/network/wifi/ap/digi_ap/network/wifi/ap/digi_hotspot_ap
>
ii. Add the device:
(config network bridge LAN_bridge)> add device end device-path-
and-name
(config network bridge LAN_bridge)>
iii. Repeat for additional access points.
Note If you are adding a port or accesspoint that is already part of the default LAN
bridge, you should either disable the default bridge, or remove the port or access
point:
n
To disable the bridge:
(config network bridge LAN_bridge)> .. lan1 enable false
(config network bridge LAN_bridge)>
n
To remove a port or accesspoint from the bridge:
i. Use the show keyword to display the devices:
(config network bridge LAN_bridge)> show .. lan1 device
0 /network/device/eth1
/network/wifi/ap/digi_ap
(config network bridge LAN_bridge)>
ii. Use the device's index number to delete the device. For example, to delete
eth1, use the 0 index number:
(config network bridge LAN_bridge)> del .. lan1 device 0
(config network bridge LAN_bridge)>
4. Create a LANinterface for the bridge:
a. Type ... to return to the root of the configuration:
(config network bridge LAN_bridge)> ...
(config)>
b. Create the bridge:
(config)> add network interface interface_name
(config network interface interface_name)>
where interface_name is the name of the new interface. For example, to create a interface
named LAN_bridge_interface:
(config)> add network interface LAN_bridge_interface
(config network interface LAN_bridge_interface)>