Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ugo-emekauwa authored Aug 1, 2024
1 parent fdaa79a commit 236c20c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@

# Unified Port Settings (These values should be set based on the Fabric Interconnect model)
# Empty the Port Mode list if no ports are needed, for example: port_policy_a_fc_port_mode_list = []
## To configure breakout ports, set the appropriate port mode list, then in the next section for 'Port Role Settings', set the desired port list with the "AggregatePortId" attribute as the parent breakout port, for example:
## port_policy_a_eth_breakout_25g_port_mode_list = [{"Ports": "17-18"}]
## port_policy_a_server_port_list = [{"AggregatePortId": 17, "Ports": "1-4"}, {"AggregatePortId": 18, "Ports": "1-4"}]
port_policy_a_fc_port_mode_list = [{"Ports": "1-8"}]
port_policy_a_eth_breakout_10g_port_mode_list = []
port_policy_a_eth_breakout_25g_port_mode_list = []
Expand Down Expand Up @@ -354,6 +357,9 @@

# Unified Port Settings (These values should be set based on the Fabric Interconnect model)
# Empty the Port Mode list if no ports are needed, for example: port_policy_b_fc_port_mode_list = []
## To configure breakout ports, set the appropriate port mode list, then in the next section for 'Port Role Settings', set the desired port list with the "AggregatePortId" attribute as the parent breakout port, for example:
## port_policy_b_eth_breakout_25g_port_mode_list = [{"Ports": "17-18"}]
## port_policy_b_server_port_list = [{"AggregatePortId": 17, "Ports": "1-4"}, {"AggregatePortId": 18, "Ports": "1-4"}]
port_policy_b_fc_port_mode_list = [{"Ports": "1-8"}]
port_policy_b_eth_breakout_10g_port_mode_list = []
port_policy_b_eth_breakout_25g_port_mode_list = []
Expand Down

0 comments on commit 236c20c

Please sign in to comment.