- Table of Contents
-
- 04-Layer 3 Command Reference
- 00-Preface
- 01-ARP Commands
- 02-IP Addressing Commands
- 03-DHCP Commands
- 04-DNS Commands
- 05-NAT Commands
- 06-IPv6 Basics Commands
- 07-DHCPv6 Commands
- 08-IPv6 DNS Commands
- 09-Adjacency Table Commands
- 10-Flow Classification Commands
- 11-IP Performance Optimization Commands
- 12-IPv6 Application Commands
- 13-IP Routing Basics Commands
- 14-Static Routing Commands
- 15-IPv6 Static Routing Commands
- Related Documents
-
Title | Size | Download |
---|---|---|
10-Flow Classification Commands | 54.22 KB |
display forwarding policy
Syntax
display forwarding policy [ | { begin | exclude | include } regular-expression ]
View
Any view
Default 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.
Description
Use display forwarding policy to display the current flow classification policy.
Examples
# Display the current flow classification policy.
<Sysname> display forwarding policy
forwarding policy is based on flow
flow-classification enable
Syntax
flow-classification enable
undo flow-classification enable
View
System view
Default level
2: System level
Parameters
None
Description
Use flow-classification enable to enable flow classification.
Use undo flow-classification enable to disable flow classification.
By default, flow classification is enabled.
Examples
# Disable flow classification.
<Sysname> system
[Sysname] undo flow-classification enable