printPrint Page

feedbackDocument Feedback

supportSupport & Services

businessPluribus Networks

LinkedIn

facebookFacebook

Twitter

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

inline-service-delete

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 delete an Inline Service configuration.

Syntax   inline-service-delete


name name-string

Specify a name for the Inline Service.

Defaults   None

Access   Network Administrator

History   Command introduced in Version 2.6.0.

Usage   Use this command to delete an Inline Service configuration.

Examples  To remove an Inline Service configuration named IDS, use the following syntax:

CLI network-admin@switch > inline-service-delete name IDS

inline-service-modify

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 delete an Inline Service configuration.

Syntax   inline-service-modify


name name-string

Specify a name for the Inline Service.

heartbeat service-heartbeat name | none

Specify the service heartbeat.

Defaults   None

Access   Network Administrator

History   Command introduced in Version 3.0.0

Usage   Use this command to modify an Inline Service configuration.

Examples  To remove an Inline Service configuration named IDS, use the following syntax:

CLI network-admin@switch > inline-service-modify name IDS

inline-service-show

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 displays information about an inline service configuration.

Syntax   inline-service-show

name name-string

Displays a name for the Inline Service.

tx-port port-list

Displays the ports to send the Inline Service.

rx-port port-list

Displays the ports to receive the Inline Service.

status down|up

Displays the status of 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 display information about an Inline Service configuration.

Examples  To display an Inline Service configuration, use the following syntax:

CLI network-admin@switch > inline-service-show

switch      name tx-port      rx-port     

---------- ---- ------------ -----------

Leaf1      IDS   1            2              

Leaf1      FW    10           20

Leaf1      FW    40           40