Command line interface
Configuration mode
LR54 User Guide
1073
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. Display a list of devices currently configured for the LAN1 bridge:
n
Method one: Enter the full command at the config prompt:
(config)> show network bridge lan1 device
0 /network/device/eth2
1 /network/device/eth3
2 /network/device/eth4
3 /network/wireless/ap/digi_ap1
4 /network/wireless/ap/digi_ap2
(config)>
n
Method two: Move within the configuration to the
network bridge lan1 device
location
and the use the
show
command display the list of devices:
a. Change to the
network
node:
(config)> network
(config network)>
b. Change to the
bridge
node:
(config network)> bridge
(config network bridge)>
c. Change to the
lan1
node:
(config network bridge)> lan1
(config network bridge lan1)>
d. Change to the
device
node:
(config network bridge lan1)> device
(config network bridge lan1 device)>
e. Enter
show
:
(config network bridge lan1 device)> show
0 /network/device/eth2
1 /network/device/eth3
2 /network/device/eth4
3 /network/wireless/ap/digi_ap1
4 /network/wireless/ap/digi_ap2
(config network bridge lan1 device)>