Important:
|
Due to the nature of the breakout cable, it is not possible to perform an "autodetect" of this feature when you connect this cable.
Workflow to enable the breakout feature on a Falcon-40G port:
Step |
Description |
---|---|
1 |
Enable the breakout mode on the port. |
2 |
Connect the breakout cable between the port and the peer devices. |
3 |
Reboot the appliance. |
4 |
Configure the applicable IP addresses on the "child" interfaces. |
Workflow to disable the breakout feature on a Falcon-40G port:
Step |
Description |
---|---|
1 |
Disable the breakout mode on the port. |
2 |
Disconnect the breakout cable between the port and the peer devices. |
3 |
Reboot the appliance. |
4 |
Connect the optical cable between this port and the peer device. |
5 |
Configure the applicable IP address on the port. |
You can configure the breakout mode in:
To enable the Breakout Mode on a port:
Step |
Description |
---|---|
1 |
Insert the supported Short Range transceiver into this port. Note - If you insert an invalid transceiver, Gaia OS shows a warning dialog. However, it does not prevent the configuration of the breakout mode. |
2 |
With a web browser, connect to the Gaia Portal on the Security Appliance at:
|
3 |
From the navigation tree, click Network Management > Network Interfaces. |
4 |
Select the applicable interface ( Interface properties pop-up window opens. |
5 |
At the top, select Enable. |
6 |
At the bottom, click the Breakout Mode tab. |
7 |
In the Selected Mode field, select 10G/full(breakout). |
8 |
Click OK to close the interface properties pop-up window. |
9 |
Connect the breakout cable between this port and the remote peer devices. |
10 |
Reboot the Security Appliance:
|
11 |
With a web browser, connect to the Gaia Portal on the Security Appliance at:
|
12 |
From the navigation tree, click Network Management > Network Interfaces. Make sure you see the applicable interface and its "child" interfaces:
|
13 |
Configure the IP addresses on the applicable "child" interfaces. See the R80.20 Gaia Administration Guide - Chapter Network Management - Section Network Interfaces - Subsection Physical Interfaces. |
To disable the Breakout Mode on a port:
Step |
Description |
---|---|
1 |
With a web browser, connect to the Gaia Portal on the Security Appliance at:
|
2 |
From the navigation tree, click Network Management > Network Interfaces. |
3 |
Select the applicable interface ( Interface properties pop-up window opens. |
4 |
At the bottom, click the Breakout Mode tab. |
5 |
In the Selected Mode field, select 40G/full. |
6 |
Click OK to close the interface properties pop-up window. |
7 |
Disconnect the breakout cable between this port and the remote peer devices. |
8 |
Reboot the Security Appliance:
|
9 |
With a web browser, connect to the Gaia Portal on the Security Appliance at:
|
10 |
From the navigation tree, click Network Management > Network Interfaces. Make sure you see only the applicable port interface ( |
11 |
Connect the optical cable between this port and the remote peer device. |
12 |
Configure the IP address on this port. See the R80.20 Gaia Administration Guide - Chapter Network Management - Section Network Interfaces - Subsection Physical Interfaces. |
To determine what slot number the acceleration card populates:
Shell |
Commands |
---|---|
Gaia Clish |
Run one of these commands:
|
Expert mode |
Run one of these commands:
|
Syntax:
set interface eth<Slot#>-<Port#> breakout-mode 40G/full [force] breakout-mode 10G/full(breakout) [force] |
show interface eth<Slot#>-<Port#> |
Parameters:
Parameter |
Description |
---|---|
|
Specifies the 40 GbE port on the Falcon-40G card.
For example, |
|
To determine what slot number the acceleration card populates:
|
|
Forces the change in configuration and skips the confirmation steps that you may get from the Gaia OS. This parameter is only intended for use for when you save the Gaia OS configuration to a file (with the " Examples:
|
To enable the Breakout Mode on a port:
Step |
Description |
---|---|
1 |
Insert the supported Short Range transceiver into this port. Note - If you insert an invalid transceiver, Gaia OS shows a warning dialog. However, it does not prevent the configuration of the breakout mode. |
2 |
Connect to the command on the Security Appliance. |
3 |
Log in to Gaia Clish. |
4 |
Examine the current state of the Breakout Mode on the applicable interface (
|
5 |
Enable the Breakout Mode on the applicable interface (
|
6 |
Save the configuration changes:
|
7 |
Connect the breakout cable between this port and the remote peer devices. |
8 |
Reboot the Security Appliance:
|
9 |
Connect to the command on the Security Appliance. |
10 |
Log in to Gaia Clish. |
11 |
Examine the current state of the Breakout Mode on the applicable interface:
|
12 |
Examine the "child" interfaces:
Make sure you see the applicable interface and its "child" interfaces:
|
13 |
Configure the IP addresses on the applicable "child" interfaces. See the R80.20 Gaia Administration Guide - Chapter Network Management - Section Network Interfaces - Subsection Physical Interfaces. |
To disable the Breakout Mode on a port:
Step |
Description |
---|---|
1 |
Connect to the command on the Security Appliance. |
2 |
Log in to Gaia Clish. |
3 |
Examine the current state of the Breakout Mode on the applicable interface:
|
4 |
Disable the Breakout Mode on the applicable interface:
|
5 |
Save the configuration changes:
|
6 |
Disconnect the breakout cable between this port and the remote peer devices. |
7 |
Reboot the Security Appliance:
|
8 |
Connect to the command on the Security Appliance. |
9 |
Log in to Gaia Clish. |
10 |
Examine the current state of the Breakout Mode on the applicable interface:
|
11 |
Examine the "child" interfaces:
Make sure you see only the applicable port interface without its "child" interfaces. |
12 |
Connect the optical cable between this port and the remote peer device. |
13 |
Configure the IP address on this port. See the R80.20 Gaia Administration Guide - Chapter Network Management - Section Network Interfaces - Subsection Physical Interfaces. |
Example output - Port #2 on the first card is in the breakout mode:
MyAppliance> show configuration interface set interface Mgmt link-speed 1000M/full set interface Mgmt state on set interface Mgmt auto-negotiation on set interface Mgmt ipv4-address 172.19.184.183 mask-length 24 set interface Sync state off set interface eth1-01 comments "1st Falcon-40G - Port 1" set interface eth1-01 state on set interface eth1-01 auto-negotiation on set interface eth1-01 mtu 1500 set interface eth1-01 ipvi-address 1.1.1.1 mask-length 24 set interface eth1-05 comments "1st Falcon-40G - Port 2 - child 1" set interface eth1-05 link-speed 10G/full set interface eth1-05 state on set interface eth1-05 auto-negotiation on set interface eth1-05 mtu 1500 set interface eth1-05 breakout-mode 10G/full(breakout) force set interface eth1-05 ipv4-address 5.5.5.5 mask-length 24 set interface eth1-06 comments "1st Falcon-40G - Port 2 - child 2" set interface eth1-06 link-speed 10G/full set interface eth1-06 state on set interface eth1-06 auto-negotiation on set interface eth1-06 mtu 1500 set interface eth1-06 breakout-mode 10G/full(breakout) force set interface eth1-06 ipv4-address 6.6.6.6 mask-length 24 set interface eth1-07 comments "1st Falcon-40G - Port 2 - child 3" set interface eth1-07 link-speed 10G/full set interface eth1-07 state on set interface eth1-07 auto-negotiation on set interface eth1-07 mtu 1500 set interface eth1-07 breakout-mode 10G/full(breakout) force set interface eth1-07 ipv4-address 7.7.7.7 mask-length 24 set interface eth1-08 comments "1st Falcon-40G - Port 2 - child 4" set interface eth1-08 link-speed 10G/full set interface eth1-08 state on set interface eth1-08 auto-negotiation on set interface eth1-08 mtu 1500 set interface eth1-08 breakout-mode 10G/full(breakout) force set interface eth1-08 ipv4-address 8.8.8.8 mask-length 24 set interface lo state on set interface lo ipv4-address 127.0.0.1 mask-length 8 ... ... ... MyAppliance> |
The
script queries and configures the Falcon-40G ports for the breakout mode.xlp_port_config
We recommended to use this script only when you are not able to use Gaia Portal or Gaia Clish to configure the breakout mode.
Note - You must run this script from the Expert mode.
Syntax
[Expert@MyAppliance:0]# xlp_port_config --help --display -s eth<Slot#>-<Port#> {10000 | 40000} --reset |
Parameters
Parameter |
Description |
---|---|
|
Shows the built-in help |
|
Shows the current configuration |
|
Configures the speed on the port:
|
|
Resets the configuration (disables the breakout mode) on all ports of all acceleration cards to the default 40 GbE |
To enable the Breakout Mode on a port:
Step |
Description |
---|---|
1 |
Insert the supported Short Range transceiver into this port. |
2 |
Connect to the command on the Security Appliance. |
3 |
Log in to Expert mode. |
4 |
Examine the current state of the Breakout Mode:
|
5 |
Enable the Breakout Mode on the applicable interface (
|
6 |
Connect the breakout cable between this port and the remote peer devices. |
7 |
Reboot the Security Appliance:
|
8 |
Connect to the command on the Security Appliance. |
9 |
Log in to Expert mode. |
10 |
Examine the current state of the Breakout Mode:
|
11 |
Configure the IP addresses on the applicable "child" interfaces. See the R80.20 Gaia Administration Guide - Chapter Network Management - Section Network Interfaces - Subsection Physical Interfaces. |
To disable the Breakout Mode on a port:
Step |
Description |
---|---|
1 |
Connect to the command on the Security Appliance. |
2 |
Log in to Expert mode. |
3 |
Examine the current state of the Breakout Mode:
|
4 |
Disable the Breakout Mode on the applicable interface (
|
5 |
Disconnect the breakout cable between this port and the remote peer devices. |
6 |
Reboot the Security Appliance:
|
7 |
Connect to the command on the Security Appliance. |
8 |
Log in to Expert mode. |
9 |
Examine the current state of the Breakout Mode:
|
10 |
Connect the optical cable between this port and the remote peer device. |
11 |
Configure the IP address on this port. See the R80.20 Gaia Administration Guide - Chapter Network Management - Section Network Interfaces - Subsection Physical Interfaces. |
To determine what slot number the acceleration card populates:
Shell |
Commands |
---|---|
Gaia Clish |
Run one of these commands:
|
Expert mode |
Run one of these commands:
|