F3215-HP Load Balancing Module Network Management Configuration Guide-6PW101

62
[LBA] vlan 2 to 3
# Configure uplink port GigabitEthernet 0/3 to operate in promiscuous mode in VLAN 5.
[LBA] interface gigabitethernet 0/3
[LBA-GigabitEthernet0/3] port link-mode bridge
[LBA-GigabitEthernet0/3] port isolate-user-vlan 5 promiscuous
[LBA-GigabitEthernet0/3] quit
# Assign downlink ports GigabitEthernet 0/1 and GigabitEthernet 0/2 to VLAN 3 and VLAN 2,
respectively, and configure the ports to operate in host mode.
[LBA] interface gigabitethernet 0/1
[LBA-GigabitEthernet0/1] port link-mode bridge
[LBA-GigabitEthernet0/1] port access vlan 3
[LBA-GigabitEthernet0/1] port isolate-user-vlan host
[LBA-GigabitEthernet0/1] quit
[LBA] interface gigabitethernet 0/2
[LBA-GigabitEthernet0/2] port link-mode bridge
[LBA-GigabitEthernet0/2] port access vlan 2
[LBA-GigabitEthernet0/2] port isolate-user-vlan host
[LBA-GigabitEthernet0/2] quit
# Associate the isolate-user-VLAN with the secondary VLANs.
[LBA] isolate-user-vlan 5 secondary 2 to 3
2. Configure LB B:
# Configure the isolate-user-VLAN.
<LBB> system-view
[LBB] vlan 6
[LBB-vlan6] isolate-user-vlan enable
[LBB-vlan6] quit
# Create secondary VLANs.
[LBB] vlan 3 to 4
# Configure uplink port GigabitEthernet 0/3 to operate in promiscuous mode in VLAN 6.
[LBB] interface gigabitethernet 0/3
[LBB-GigabitEthernet0/3] port link-mode bridge
[LBB-GigabitEthernet0/3] port isolate-user-vlan 6 promiscuous
[LBB-GigabitEthernet0/3] quit
# Configure downlink ports GigabitEthernet 0/1 and GigabitEthernet 0/2 to VLAN 3 and VLAN
4, respectively, and configure the ports to operate in host mode.
[LBB] interface gigabitethernet 0/1
[LBB-GigabitEthernet0/1] port link-mode bridge
[LBB-GigabitEthernet0/1] port access vlan 3
[LBB-GigabitEthernet0/1] port isolate-user-vlan host
[LBB-GigabitEthernet0/1] quit
[LBB] interface gigabitethernet 0/2
[LBB-GigabitEthernet0/2] port link-mode bridge
[LBB-GigabitEthernet0/2] port access vlan 4
[LBB-GigabitEthernet0/2] port isolate-user-vlan host
[LBB-GigabitEthernet0/2] quit
# Associate the isolate-user-VLAN with the secondary VLANs.
[LBB] isolate-user-vlan 6 secondary 3 to 4