Configuring Link State Propagation (LSP) on a Maestro Orchestrator
Introduction to LSP
(Client) > (Switch) > (Port 4 on Orchestrator) > (Security Group) > (Port 6 on Orchestrator) > (Switch) > (Server)
-
If Port 4 on the Orchestrator goes down, traffic outage occurs.
-
If Port 6 on the Orchestrator goes down, traffic outage occurs.
With the Link State Propagation (LSP) feature you can configure these two required ports on the Orchestrator (Port 4 and Port 4) as one LSP Group.
If one of the ports in the LSP Group goes down, then all other ports in the LSP Group go down. As a result, the surrounding switches will not forward traffic for these ports. This eliminates or limits the traffic outage.
Configuration
You configure the LSP Groups in Gaia Clish The name of the default command line shell in Check Point Gaia operating system. This is a restricted shell (role-based administration controls the number of commands available in the shell). on the Orchestrator.
|
Notes:
|
Syntax to add a new LSP Group
|
Syntax to configure an existing LSP Group
|
Syntax to show LSP configuration
|
Syntax to delete an existing LSP Group or ports from an LSP Group
|
Parameters
Parameter |
Description |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Applies the changes in the LSP configuration. |
||||||||||||||||||||||
|
Specifies the ID of the LSP Group.
|
||||||||||||||||||||||
|
Specifies the IDs of the Orchestrator Ports. Press the TAB key to see the available port numbers. To add multiple ports, separate them with commas ( |
||||||||||||||||||||||
|
Reverts the changes in the LSP configuration that were not applied yet. |
||||||||||||||||||||||
|
Enables ( |
||||||||||||||||||||||
|
Shows the LSP configuration for all LSP Groups or only for the specified LSP Group. The output shows the applied configuration and the changes that were not applied yet. |
||||||||||||||||||||||
|
Show the specified number of the recent LSP events from this log file:
The output table shows these columns:
|
||||||||||||||||||||||
|
LSP events:
|
||||||||||||||||||||||
|
Shows:
|
Workflow
-
Connect to the command line on each Orchestrator.
-
Log in.
-
If your default shell is the Expert mode, then go to Gaia
Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. Clish:
clish
-
Create the required LSP Group with the required ports:
add maestro lsp group <1-1024> ports <Port Number 1>,<Port Number 2>,...,<Port Number N>
-
Apply the LSP configuration changes:
set maestro lsp apply
-
Enable LSP:
set maestro lsp state on
-
Examine the LSP configuration:
show maestro lsp configuration {all | group <1-1024>}