F3215-HP Load Balancing Module Network Management Configuration Guide-6PW101
81
[Switch-vlan5] isolate-user-vlan enable
[Switch-vlan5] quit
# Configure secondary VLANs.
[Switch] vlan 2
[Switch-vlan2] quit
[Switch] vlan 3
[Switch-vlan3] quit
# Configure uplink port Ethernet 1/2.
[Switch] interface ethernet 1/2
[Switch-Ethernet1/2] port link-type hybrid
[Switch-Ethernet1/2] port hybrid vlan 2 3 5 untagged
[Switch-Ethernet1/2] port hybrid pvid vlan 5
[Switch-Ethernet1/2] quit
# Configure downlink ports Ethernet 1/1 and Ethernet 1/3.
[Switch] interface ethernet 1/1
[Switch-Ethernet1/1] port link-type hybrid
[Switch-Ethernet1/1] port hybrid vlan 3 5 untagged
[Switch-Ethernet1/1] port hybrid pvid vlan 3
[Switch-Ethernet1/1] quit
[Switch] interface ethernet 1/3
[Switch-Ethernet1/3] port link-type hybrid
[Switch-Ethernet1/3] port hybrid vlan 2 5 untagged
[Switch-Ethernet1/3] port hybrid pvid vlan 2
[Switch-Ethernet1/3] quit
# Configure the mappings between the isolate-user-VLAN and secondary VLANs.
[Switch] isolate-user-vlan 5 secondary 2 to 3
2. Configure LB:
# Specify the IP address of GigabitEthernet 0/2.
<LB> system-view
[LB] interface gigabitethernet 0/2
[LB-GigabitEthernet0/2] ip address 192.168.10.100 255.255.0.0
The ping operation from Host A to Host B is unsuccessful because they are isolated at Layer 2.
# Configure local proxy ARP to implement Layer 3 communication between Host A and Host B.
[LB-GigabitEthernet0/2] local-proxy-arp enable
The ping operation from Host A to Host B is successful after the configuration.