Specifications

38 MDS Orbit MCR-4G Technical Manual MDS 05-6628A01, Rev. A
Invisible place holder
Figure 15. Bridging Functions Diagram
Configuring
Creating a bridge interface and assigning it an IP address:
admin@(none) 00:02:09% set interfaces interface myBridge type bridge
admin@(none) 00:02:20% set interfaces interface myBridge bridge-settings ageing-time 500
admin@(none) 00:22:26% set interfaces interface myBridge ipv4 address 192.168.1.10 prefix-length 24
Adding LAN interface to the bridge:
admin@(none) 00:06:20% set interfaces interface myBridge bridge-settings members port eth0
Adding WiFi interface to the bridge:
admin@(none) 00:06:20% set interfaces interface myBridge bridge-settings members wifi-ap /
wifi-stationwlan0
Removing LAN interface from the bridge:
admin@(none) 00:06:36% delete interfaces interface myBridge bridge-settings members port eth0
Removing WiFi interface from the bridge:
admin@(none) 00:06:20% delete interfaces interface myBridge bridge-settings members wifi-ap /
wifi-station wlan0
Removing the bridge interface:
admin@(none) 00:23:00% delete interfaces interface myBridge