inline-service-create
The Inline Service feature manages service chains for Layer 1 Virtual Wire switches. The term, Inline Services, refers to services attached to a Layer 1 Virtual Wire switch such as Next-Generation Firewall (NGFW), Intrusion Detection System (IDS), Intrusion Prevention System (IPS), and Distributed Denial of Service attack (DDoS) Prevention.
When an Inline Service fails, a policy determines if traffic is allowed to bypass the Inline Services or if the traffic is blocked until the Inline Services recovers.
This command creates an Inline Service configuration.
Syntax inline-service-create
name name-string |
Specify a name for the Inline Service. |
tx-port port-list |
Specify the ports to send the Inline Service. |
rx-port port-list |
Specify the ports to receive the Inline Service. |
heartbeat service-heartbeat name | none |
Specify the service heartbeat. |
Defaults None
Access Network Administrator
History
Version 2.6.0 |
Command introduced. |
Version 3.0.0 |
The parameter heartbeat service-heartbeat added. |
Usage Use this command to create an Inline Service configuration.
Examples To create an Inline Service configuration for IDS on transmit port 1, and receive port 2, use the following syntax:
CLI (network-admin@switch) > inline-service-create name IDS tx-port 1 rx-port 2