- Table of Contents
-
- 04-Layer 3 Command Reference
- 00-Preface
- 01-ARP Commands
- 02-IP Addressing Commands
- 03-DHCP Commands
- 04-DHCPv6 Commands
- 05-DNS Commands
- 06-IPv6 DNS Commands
- 07-NAT Commands
- 08-Adjacency Table Commands
- 09-Flow Classification Commands
- 10-IPv6 Basics Commands
- 11-IP Performance Optimization Commands
- 12-Basic IP Routing Commands
- 13-Static Routing Commands
- 14-IPv6 Static Routing Commands
- 15-GRE Commands
- 16-RIP Commands
- 17-RIPng Commands
- 18-Policy-Based Routing Commands
- Related Documents
-
Title | Size | Download |
---|---|---|
09-Flow Classification Commands | 30.29 KB |
Flow classification configuration commands
display forwarding policy
Use display forwarding policy to display the current flow classification policy.
Syntax
display forwarding policy [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
2: System level
Parameters
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display the current flow classification policy.
<Sysname> display forwarding policy
forwarding policy is based on flow
flow-classification enable
Use flow-classification enable to enable flow classification.
Use undo flow-classification enable to disable flow classification.
Syntax
flow-classification enable
undo flow-classification enable
Default
Flow classification is enabled.
Views
System view
Default command level
2: System level
Usage guidelines
Flow classification consumes many system resources. H3C recommends that you disable this function to improve device performance.
Examples
# Disable flow classification.
<Sysname> system
[Sysname] undo flow-classification enable