Configuring Dual-Home Links Dual-Home Link Active-Active
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 10-9
5 Configure port 1/1/10 and port 1/1/12 as the dual-home links (linkA, linkB) for the DHL session.
-> dhl 1 linkA port 1/1/10 linkB port 1/1/12
6 Map VLANs 2, 4, 6, 8, and 10 to DHL linkB.
-> dhl 1 vlan-map linkb 2
-> dhl 1 vlan-map linkb 4
-> dhl 1 vlan-map linkb 6
-> dhl 1 vlan-map linkb 8
-> dhl 1 vlan-map linkb 10
7 Specify Raw Flooding as the MAC flushing technique to use for this DHL session.
-> dhl 1 mac-flushing raw
8 Enable the administrative state of the DHL session using the following command:
-> dhl 1 admin-state enable
Core Switches:
1 Create VLANs 2-10.
-> vlan 2-10
2 Configure 802.1q tagging on VLANs 2-10 for port 1/10 on the Core 1 switch. VLAN 1 is the default
VLAN for port 1/10, so there is no need to tag VLAN 1.
-> vlan 2-10 members port 1/1/10 tagged
CLI Command Sequence Example
The following is an example of what the example DHL configuration commands look like entered
sequentially on the command line:
Edge Switch:
-> vlan 2-10
-> vlan 2-10 members port 1/1/10 tagged
-> vlan 2-10 members port 1/1/12 tagged
-> dhl 1 name dhl_session1
-> dhl 1 linkA port 1/1/10 linkB port 1/1/12
-> dhl 1 vlan-map linkb 2
-> dhl 1 vlan-map linkb 4
-> dhl 1 vlan-map linkb 6
-> dhl 1 vlan-map linkb 8
-> dhl 1 vlan-map linkb 10
-> dhl 1 mac-flushing raw
-> dhl 1 admin-state enable
Core 1 Switch:
-> vlan 2-10
Core 2 Switch:
-> vlan 2-10