「2024-07-24 Junos まとめ」の版間の差分
提供:hkatou_Lab
編集の要約なし |
編集の要約なし タグ: 差し戻し済み ビジュアルエディター |
||
102行目: | 102行目: | ||
* show route martian で確認可能<br /> | * show route martian で確認可能<br /> | ||
== MX204 , MX304 == | |||
ポートの割当を変更したい場合は、以下を参照。変更後は PIC のリセットが必要。 | |||
=== MX204 === | |||
==== [https://www.juniper.net/documentation/us/en/software/junos/interfaces-ethernet/topics/topic-map/port-speed-mx-routers.html Port Speed on MX Routers] ==== | |||
<syntaxhighlight lang="diff"> | |||
Table 1: Port Speed for MX204 | |||
PIC Port Port Speed Supported | |||
PIC 0 0-3 4x10-Gigabit Ethernet | |||
40-Gigabit Ethernet | |||
100-Gigabit Ethernet | |||
Default: 4x10-Gigabit Ethernet | |||
Supports 1-Gbps speed on 10 Gigabit Ethernet ports (Junos OS Release 18.1 onwards) | |||
PIC 1 0-7 10-Gigabit Etherner | |||
Supports 1-Gbps speed on 10 Gigabit Ethernet ports (Junos OS Release 18.1 onwards) | |||
</syntaxhighlight> | |||
==== [https://www.juniper.net/documentation/us/en/software/junos/interfaces-ethernet/topics/topic-map/configure-port.html#xd_44b04e84b48f8267--22641f22-18c8148309f--7fb1__section_d2k_thb_dzb Configure Port Speed - PIC Level] ==== | |||
==== [https://apps.juniper.net/port-checker/mx204/ MX204 Port Checker] ==== | |||
=== MX304 === | |||
==== [https://community.juniper.net/blogs/reema-ray/2023/03/28/mx304-deepdive MX304 Deepdive] ==== | |||
<syntaxhighlight lang="diff"> | |||
PIC Mode / Port Mode | |||
Examples (X varies from 1 to 16 depending on the port speed): | |||
set chassis fpc 0 pic0 pic-mode 100g number-of-ports X | |||
set chassis fpc 0 pic0 pic-mode 400g number-of-ports X | |||
set chassis fpc 0 pic0 pic-mode 10g number-of-ports X | |||
set chassis fpc 0 pic0 pic-mode 25g number-of-ports X | |||
set chassis fpc 0 pic0 pic-mode 50g number-of-ports X | |||
</syntaxhighlight> | |||
==== [https://apps.juniper.net/port-checker/mx304/ MX304 Port Checker] ==== | |||
=== PIC リセット コマンド例 === | |||
<syntaxhighlight lang="diff"> | |||
request chassis pic pic-slot 0 fpc-slot 0 offline | |||
request chassis pic pic-slot 0 fpc-slot 0 online | |||
</syntaxhighlight> | |||
== リファレンス == | == リファレンス == |