port-association-path-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 is used to add a port association path.
Syntax port-association-path-create
name name-string |
Specify a name for the port association to apply the service. |
topology topology name |
Specify a fabric topology name. |
node1 fabric-node name |
Specify the name of the fabric node. |
node1-port node1-port-number |
Specify the port on the node 1. |
node2 fabric-node name |
Specify the name for link node 2 |
node2-port node2-port-number |
Specify the port on the node 2. |
Defaults None
Access Network Administrator
History
Version 2.6.0 |
Command introduced. |
Usage Use this command to create a port association path.
Examples To create a port association path from switch1 to switch2, use the following syntax:
CLI (network-admin@switch) > port-association-path-create name path1 node1 switch1 node1-port 20 node2 switch2 node2-port 30