Configuring ipv6 fib load sharing – H3C Technologies H3C WX3000E Series Wireless Switches User Manual

Page 130

Advertising
background image

119

finwait timer: When the IPv6 TCP connection status is FIN_WAIT_2, the finwait timer is triggered. If

no packet is received before the finwait timer expires, the IPv6 TCP connection is terminated. If a
FIN packet is received, the IPv6 TCP connection status becomes TIME_WAIT. If non-FIN packets are

received, the finwait timer is reset upon receipt of the last non-FIN packet and the connection is

terminated after the finwait timer expires.

Size of the IPv6 TCP sending/receiving buffer.

Follow these steps to configure IPv6 TCP properties:

To do…

Use the command…

Remarks

Enter system view

system-view

Set the synwait timer

tcp ipv6 timer syn-timeout
wait-time

Optional
75 seconds by default.

Set the finwait timer

tcp ipv6 timer fin-timeout wait-time

Optional
675 seconds by default.

Set the size of the IPv6 TCP
sending/receiving buffer

tcp ipv6 window size

Optional
8 KB by default.

Configuring IPv6 FIB load sharing

When the IPv6 FIB caching function is enabled, the device searches the FIB cache for forwarding packets

to reduce the searching time and improve forwarding efficiency.
In the IPv6 FIB load sharing mode, the device can decide how to select equal cost multi-paths (ECMP) to

forward packets. The device supports the following load sharing modes.

Load sharing based on the HASH algorithm: An algorithm based on the source IPv6 address and
destination IPv6 address is adopted to select an ECMP route to forward packets.

Load sharing based on polling: Each ECMP route is used in turn to forward packets.

Follow these steps to configure the IPv6 FIB load sharing:

To do…

Use the command…

Remarks

Enter system view

system-view

Enable the IPv6 FIB caching function

ipv6 fibcache { slot-number |
all }

Required
Disabled by default.

Configure
the IPv6 FIB

load sharing

mode

Configure the load
sharing based on the
hash algorithm

ipv6 fib-loadbalance-type
hash-based

Optional
By default, the load sharing based
on polling is adopted and each

ECMP route is used in turn to

forward packets.

Configure the load
sharing based on

polling

undo ipv6 fib-loadbalance-type
hash-based

Advertising