Skip to content

Commit

Permalink
update key name + documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jan 12, 2024
1 parent 36f7eae commit a07e4e4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
generate_default_config: true
transceiver_qsfp_default_mode_channelized: false
transceiver_qsfp_default_mode_4x10: false
#Override config inherited from all.yml
management_interfaces: null
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@ roles/eos_cli_config_gen/docs/tables/port-channel-interfaces.md
roles/eos_cli_config_gen/docs/tables/switchport-default.md
--8<--

### Transceiver QSFP default mode 4x10

--8<--
transceiver-qsfp-default-mode-4x10.md
--8<--

### Tunnel interfaces

--8<--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

| Variable | Type | Required | Default | Value Restrictions | Description |
| -------- | ---- | -------- | ------- | ------------------ | ----------- |
| [<samp>transceiver_qsfp_default_mode_channelized</samp>](## "transceiver_qsfp_default_mode_channelized") | Boolean | | `True` | | On all front panel ports which support this feature, the following global configuration command changes the QSFP mode from 40G to 4x10G (default). When set to false the command reverts the default QSFP mode back to 40G. |
| [<samp>transceiver_qsfp_default_mode_4x10</samp>](## "transceiver_qsfp_default_mode_4x10") | Boolean | | `True` | | On all front panel ports which support this feature, the following global configuration command changes the QSFP mode from 40G to 4x10G (default). When set to false the command reverts the default QSFP mode back to 40G. |

=== "YAML"

```yaml
# On all front panel ports which support this feature, the following global configuration command changes the QSFP mode from 40G to 4x10G (default). When set to false the command reverts the default QSFP mode back to 40G.
transceiver_qsfp_default_mode_channelized: <bool; default=True>
transceiver_qsfp_default_mode_4x10: <bool; default=True>
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Use Ctrl + Space to get suggestions for every field. Autocomplete will pop up after typing 2 letters.
type: dict
keys:
transceiver_qsfp_default_mode_channelized:
transceiver_qsfp_default_mode_4x10:
type: bool
default: true
description: |
Expand Down

0 comments on commit a07e4e4

Please sign in to comment.