「2024-07-24 Junos まとめ」の版間の差分
提供:hkatou_Lab
編集の要約なし |
編集の要約なし |
||
187行目: | 187行目: | ||
* show configuration が保存されている | * show configuration が保存されている | ||
* Versionup 時は、Validation が行われる | * Versionup 時は、Validation が行われる | ||
= QFX5K = | |||
== 40G or 100G でリンクアップさせたい or ブレークアウト (channelization) したい == | |||
[https://www.juniper.net/documentation/jp/ja/software/junos/interfaces-ethernet-switches/topics/topic-map/port-speed-qfx-switches.html QFXスイッチのポート速度] でデフォルトの速度を確認し、必要に応じて変更する。 | |||
追加モジュールではチャネル化に制限があったりするため、注意が必要。 | |||
=== 40G or 100G の設定例 === | |||
<syntaxhighlight lang="diff"> | |||
set chassis fpc 0 pic 0 port 0 channel-speed disable-auto-speed-detection | |||
set interfaces et-0/0/0 | |||
</syntaxhighlight> | |||
=== 10G ブレークアウトの設定例 <ref>[https://supportportal.juniper.net/s/article/Channelizing-Interfaces-QFX5120-32C-Switches?language=en_US Channelizing Interfaces on QFX5120-32C Switches] | |||
To channelize the ports, manually configure the port channel speed using the <code>set chassis fpc slot-number pic pic-slot port port-number channel-speed speed</code> command, where the speed can be set to <code>10G</code>, or <code>25G</code>, or <code>50G</code>. For example: | |||
set chassis fpc 0 pic 0 port 10 channel-speed 10g | |||
</ref> === | |||
<syntaxhighlight lang="diff"> | |||
set chassis fpc 0 pic 0 port 20 channel-speed 10g | |||
set interfaces xe-0/0/20:0 | |||
set interfaces xe-0/0/20:1 | |||
set interfaces xe-0/0/20:2 | |||
set interfaces xe-0/0/20:3 | |||
</syntaxhighlight> | |||
== リファレンス == | == リファレンス == |