Specifications

3-593
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config-if) inline
(config-if) inline
To enable inline interception for an inlineGroup interface, use the inline interface configuration
command. To disable inline interception, use the no form of this command.
inline [vlan {all | native | vlan_list}]
no inline [vlan {all | native | vlan_list}]
Syntax Description
Defaults The default is enabled for all VLANs if you have a WAE inline network adapter installed.
Command Modes interface configuration
Device Modes application-accelerator
central-manager
Usage Guidelines The inline command is used in the inlineGroup interface scope. It enables or disables inline interception.
If the VLAN list is omitted, the command applies to all VLAN tagged or untagged packets.You can
restrict the inline feature to any specified set of VLANs.
The VLAN list can be “all,” a comma-separated list of VLAN IDs, or ranges of VLAN IDs. The special
VLAN ID “native” can be included to specify untagged packets.
Note When inline inspection is active, you cannot configure WCCP until you explicitly disable the
inline capability on all VLANs. Conversely, you cannot enable inline interception on any inline
groups until you disable WCCP.
Examples The following example shows how to enable inline interception for all untagged and tagged packets with
any VLAN ID received on ports in inlineGroup 0 of the adapter that is installed in slot 1:
(config)# interface inlineGroup 1/0
(config-if)# inline
(config-if)# exit
vlan (Optional) Modifies the VLAN list parameters.
all Applies the command to all tagged and untagged packets.
native Specifies untagged packets.
vlan_list List of VLAN IDs to either allow or restrict on this interface. A comma (,)
is used to separate list entries. A hyphen (-) is used to specify a range of
VLAN IDs. The valid range is 0 to 4095.