Example 1—Unprotected Flexible Inline, One Collector Map
Example 1 has one inline network, five inline tools, and a collector map that acts as a passall, sending all traffic through all tools.
The inline network alias is n0102, based on ports x1 and x2.
For example, the inline tools can be Web Application Firewall (WAF), Intrusion Prevention System (IPS), Advanced Persistent Threat (APT).
The inline tool aliases are t0708 to t1516, based on ports x7 to x16.
Use the following steps to configure Example 1:
Step |
Description |
Command |
|||
|
Configure inline network ports, port type (inline-network), and administratively enable inline network ports. |
(config) # port 1/3/x1..x2 type inline-network |
|||
|
Configure inline network. |
(config) # inline-network alias n0102 pair net-a 1/3/x1 and net-b 1/3/x2 |
|||
|
Configure inline tool ports, port type (inline-tool), and administratively enable inline tool ports. |
(config) # port 1/3/x7..x16 type inline-tool |
|||
|
Configure inline tools, specify that the inline tool is going to be shared by different sources, and enable them. Note: The tag is optional. The default is auto, which automatically assigns tags. |
(config) # inline-tool alias t0708 pair tool-a 1/3/x7 and tool-b 1/3/x8 (config) # inline-tool alias t0910 pair tool-a 1/3/x9 and tool-b 1/3/x10 (config) # inline-tool alias t1112 pair tool-a 1/3/x11 and tool-b 1/3/x12 (config) # inline-tool alias t1314 pair tool-a 1/3/x13 and tool-b 1/3/x14 (config) # inline-tool alias t1516 pair tool-a 1/3/x15 and tool-b 1/3/x16 |
|||
|
Configure collector map from inline network to inline tools in both directions, add user-defined tag, and enable map. |
(config) # map alias FLEX1 |
|||
|
Configure the path of the traffic to inline tools. |
(config) # inline-network alias n0102 traffic-path to-inline-tool |