F3215-HP Load Balancing Module Network Management Configuration Guide-6PW101
355
Figure 192 Network diagram
Configuration procedure
1. Configure LB A:
# Enable IPv6.
<LBA> system-view
[LBA] ipv6
# Assign a global unicast address for interface GigabitEthernet 0/1.
[LBA] interface gigabitethernet 0/1
[LBA-GigabitEthernet0/1] ipv6 address 3001::1/64
[LBA-GigabitEthernet0/1] quit
# Assign a global unicast addresses for interface GigabitEthernet 0/2 and allow it to advertise RA
messages (no interface advertises RA messages by default).
[LBA] interface gigabitethernet 0/2
[LBA-GigabitEthernet0/2] ipv6 address 2001::1/64
[LBA-GigabitEthernet0/2] undo ipv6 nd ra halt
[LBA-GigabitEthernet0/2] quit
2. Configure LB B:
# Enable IPv6.
<LBB> system-view
[LBB] ipv6
# Assign a global unicast address for interface GigabitEthernet 0/1.
[LBB] interface gigabitethernet 0/1
[LBB-GigabitEthernet0/1] ipv6 address 3001::2/64
[LBB-GigabitEthernet0/1] quit
# Configure an IPv6 static route with destination IP address 2001::/64 and next hop address
3001::1.
[LBB] ipv6 route-static 2001:: 64 3001::1
3. Configure the host:
# Enable IPv6 for the host to obtain an IPv6 address automatically through IPv6 ND.
# Execute the ping ipv6 command on LB A to verify the connectivity between LB A and LB B.
[LBA] ping ipv6 3001::1
PING 3001::1 : 56 data bytes, press CTRL_C to break
Reply from 3001::1
bytes=56 Sequence=0 hop limit=64 time = 3 ms
Reply from 3001::1
bytes=56 Sequence=1 hop limit=64 time = 3 ms
Reply from 3001::1
bytes=56 Sequence=2 hop limit=64 time = 3 ms
Reply from 3001::1
bytes=56 Sequence=3 hop limit=64 time = 3 ms