MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 55
Specific Examples Using CLI 3.4.5
Example #1
In Figure 3-17, the Orbit MCR is functioning as a WiFi Access Point to provide connectivity between a
set of laptops and a handheld device. The MCR is also acting as a DHCP server for the laptops and
handheld device.
Figure 3-17. Example 1: Unit Providing Laptop and Handheld Device Connectivity
The following commands will configure the MCR for this scenario.
% set interfaces interface Wi-Fi type wifi
% set interfaces interface Wi-Fi wifi-config mode access-point ap-config ap myssid enabled
true
% set interfaces interface Bridge type bridge
% set interfaces interface Bridge bridge-settings members port ETH1
% set interfaces interface Bridge bridge-settings members wifi-ap myssid
% set interfaces interface Bridge ipv4 address 192.168.1.21 prefix-length 24
% set services dhcp enabled true v4subnet 192.168.1.0/24 domain-name gemds range-start
192.168.1.10 range-end 192.168.1.19 router 192.168.1.1 broadcast-address 192.168.1.255