WLAN AC V200R019C00 Command Reference
This document describes all the configuration commands of the device, including the command function, syntax, parameters, views, default level, usage guidelines, examples, and related commands.
This document describes all the configuration commands of the device, including the command function, syntax, parameters, views, default level, usage guidelines, examples, and related commands.
split-tunnel (VAP profile view)
Function
The split-tunnel command configures direct forwarding for specified packets in tunnel forwarding mode.
The undo split-tunnel command disables direct forwarding for specified packets in tunnel forwarding mode.
By default, this function is not configured in a VAP profile.
Format
split-tunnel acl acl-number
split-tunnel acl ipv6 acl6-number
undo split-tunnel acl
undo split-tunnel acl ipv6
Parameters
Parameter | Description | Value |
---|---|---|
acl acl-number |
Specifies the number of an advanced ACL. |
The value is an integer that ranges from 3000 to 3031. |
acl ipv6 acl6-number |
Specifies the number of an advanced ACL6. |
The value is an integer that ranges from 3000 to 3031. |
Usage Guidelines
Prerequisites
The data forwarding mode in a VAP profile is tunnel forwarding.
An ACL has been configured based on the characteristics of STA packets that require direct forwarding.
Usage Scenario
To directly forward STA packets in tunnel forwarding mode, configure advanced ACL or ALC6 rules on an AP based on 5-tuple information about the packets. Each VAP can be configured with one advanced ACL and one advanced ACL6. The ACL number ranges from 3000 to 3031. Each ACL supports a maximum of 128 rules.
Example
# Configure direct forwarding for packets matching ACL 3001 and ACL6 3001 in the VAP profile vap1 that uses the tunnel forwarding mode.
<HUAWEI> system-view [HUAWEI] wlan [HUAWEI-wlan-view] vap-profile name vap1 [HUAWEI-wlan-vap-prof-vap1] split-tunnel acl 3001 [HUAWEI-wlan-vap-prof-vap1] split-tunnel acl ipv6 3001