- Table of Contents
-
- 07-Layer 3—IP Services Configuration Guide
- 00-Preface
- 01-ARP configuration
- 02-IP addressing configuration
- 03-DHCP configuration
- 04-DNS configuration
- 05-NAT configuration
- 06-IP forwarding basics configuration
- 07-Fast forwarding configuration
- 08-Multi-CPU packet distribution configuration
- 09-Adjacency table configuration
- 10-IRDP configuration
- 11-IP performance optimization configuration
- 12-UDP helper configuration
- 13-IPv6 basics configuration
- 14-DHCPv6 configuration
- 15-IPv6 fast forwarding configuration
- 16-Tunneling configuration
- 17-GRE configuration
- 18-ADVPN configuration
- 19-WAAS configuration
- 20-AFT configuration
- 21-Lighttpd service configuration
- 22-Web caching configuration
- Related Documents
-
Title | Size | Download |
---|---|---|
15-IPv6 fast forwarding configuration | 44.66 KB |
Configuring IPv6 fast forwarding
Configuring the aging time for IPv6 fast forwarding entries
Configuring IPv6 fast forwarding load sharing
Display and maintenance commands for IPv6 fast forwarding
Configuring IPv6 fast forwarding
About IPv6 fast forwarding
Fast forwarding reduces route lookup time and improves packet forwarding efficiency by using a high-speed cache and data-flow-based technology. It identifies a data flow by using the following fields:
· Source IPv6 address.
· Destination IPv6 address.
· Source port number.
· Destination port number.
· Protocol number.
After a flow's first packet is forwarded through the routing table, fast forwarding creates an entry and uses the entry to forward subsequent packets of the flow.
Configuring the aging time for IPv6 fast forwarding entries
About aging time for IPv6 fast forwarding entries
The IPv6 fast forwarding table uses an aging timer for each forwarding entry. If an entry is not updated before the timer expires, the device deletes the entry. If an entry has a hit within the aging time, the aging timer restarts.
Procedure
1. Enter system view.
system-view
2. Set the aging time for IPv6 fast forwarding entries.
ipv6 fast-forwarding aging-time aging-time
By default, the aging time is 30 seconds.
Configuring IPv6 fast forwarding load sharing
About IPv6 fast forwarding load sharing
IPv6 fast forwarding load sharing enables the device to identify a data flow by using the packet information.
If IPv6 fast forwarding load sharing is disabled, the device identifies a data flow by the packet information and the input interface.
Procedure
1. Enter system view.
system-view
2. Configure IPv6 fast forwarding load sharing. Choose one option as needed:
¡ Enable IPv6 fast forwarding load sharing.
Ipv6 fast-forwarding load-sharing
¡ Disable IPv6 fast forwarding load sharing.
undo ipv6 fast-forwarding load-sharing
By default, IPv6 fast forwarding load sharing is enabled.
Display and maintenance commands for IPv6 fast forwarding
Execute display commands in any view and reset commands in user view.
Task |
Command |
Display the aging time of the IPv6 fast forwarding entries. |
display ipv6 fast-forwarding aging-time |
Display IPv6 fast forwarding entries. |
In standalone mode: display ipv6 fast-forwarding cache [ ipv6-address ] In standalone mode: display ipv6 fast-forwarding cache [ ipv6-address ] [ slot slot-number ] |
Clear the IPv6 fast forwarding table. |
In standalone mode: reset ipv6 fast-forwarding cache In IRF mode: reset ipv6 fast-forwarding cache [ slot slot-number ] |