MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 341
% set interfaces interface GRE-AP gre-config src-address 10.150.1.10
% set interfaces interface GRE-AP gre-config dst-address 10.150.1.1
Configure BOND interface in ‘active-backup’ mode with NxRadio and GRE-AP as members and
NxRadio as the primary member.
% set interfaces interface Bond1 type bond
% set interfaces interface Bond1 bond-config mode active-backup
% set interfaces interface Bond1 bond-config member NxRadio
% set interfaces interface Bond1 bond-config member GRE-AP
% set interfaces interface Bond1 bond-config primary-member NxRadio
Add BOND1 interface to Bridge disable STP on the bridge.
% set interfaces interface Bridge bridge-settings members port Bond1
% set interfaces interface Bridge bridge-settings stp-mode disabled
Configure a NETMON service icmp-echo-monitor operation named NX-LINK-CHECK that does a
periodic link check by pinging AP. This is needed to generate a periodic traffic towards AP (say every
5 secs) to enable the latter to update its bridge forwarding table when the REMOTE switches its link
from NX to/from GRE tunnel.
% set services netmon operation NX-LINK-CHECK enabled true
% set services netmon operation NX-LINK-CHECK icmp-echo-monitor dst-host 192.168.1.4
% set services netmon operation NX-LINK-CHECK icmp-echo-monitor interval 5
REMOTE#2 Configuration
Configuration is similar to REMOTE#1.