Digi IX40 User Manual page 187

Table of Contents

Advertisement

Interfaces
5. Disable the ETH1 interface:
a. Click Network > Interfaces > ETH1.
b. Click to toggle off Enable.
6. Click Apply to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click Actions > Open Console, or log into the IX40
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 and add devices:
a. Create the bridge:
(config)> add network bridge bridge_name
(config network bridge bridge_name )>
where bridge_name is the name of the new bridge. For example, to create a bridge named
LAN_bridge:
(config)> add network bridge LAN_bridge
(config network bridge LAN_bridge)>
b. Add the eth1 device:
(config network bridge LAN_bridge)> add device end /network/device/eth1
(config network bridge LAN_bridge)>
c. Add the eth2 device:
(config network bridge LAN_bridge)> add device end /network/device/eth2
(config network bridge LAN_bridge)>
4. Create a LAN interface 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:
IX40 User Guide
Local Area Networks (LANs)
187

Advertisement

Table of Contents
loading

Table of Contents