Arista スイッチ設計
10G-T トランシーバの制限
Transceiver Compatibility and Interoperability からの転載です。
10G-T は LDPC 符号化などによる高負荷により、消費電力が高く熱を持つため制限があります。
| Platform Family | Platform(s) | Comments |
|---|---|---|
| Supported on all SFP25 ports, with any exceptions or restrictions captured below, and supported in select SFP+ ports, listed below. | ||
| 7050X Series | 7050SX3-48YC8 & 7050SX3-48C8 | Supported on all SFP+ ports (as well as SFP25 ports) |
| 7050CX3M-32S | Supported on all SFP+ ports | |
| 7050SX3-96YC8 | Supported on SFP25 ports 1-48 (top two rows), 50-106 (bottom row), with
remaining SFP25 ports populated with 2W max non BASE-T modules. Supported on front-to-rear airflow (-F) models only. | |
| 7060X Series | 7060SX2-48YC6 | Supported on all SFP25 ports, front-to-rear airflow (-F) only |
| 7060CX2-32S | Supported on all SFP+ ports | |
| 7280R Series | 7280SR2K-48C6 | 24x SFP25 ports and front-to-rear airflow (-F) only |
| 7500R Series | 7500R2AK-48YCQ | Supported on all SFP+ ports |
| Platform Family | Platform SKU | Supported Ports & Comments |
|---|---|---|
| 7500R3 | 7500R3-48Y4D-LC | All SFP25 ports |
| 7280R3 | 7280SR3(K)-48YC8 | All SFP25 ports, front-to-rear airflow (-F) only. |
| 7280SR3-40YC6 | All SFP25 ports. | |
| 7280CR3(M)(K)-32D4(S) and
7280CR3(M)(K)-32P4(S) |
All QSFP ports, using a QSFP to SFP+ adapter. | |
| 7280DR3(K)-24 | All QSFP-DD ports, using a QSFP to SFP+ adapter. | |
| 7280CR3-96 | All QSFP ports, using a QSFP to SFP+ adapter. | |
| 7280CR3-36 | Ports 1-24, using a QSFP to SFP+ adapter. | |
| 7368 Series | 7368-16S | All SFP25 ports. For rear-to-front airflow (-R), max ambient limit of 35C. |
| 7358-16C, 7368-16C | Using a QSFP to SFP+ adapter on ports that support 10G. | |
| 7289 Series | 7358-16C | Using a QSFP to SFP+ adapter on ports that support 10G. |
| 7368-16S | All SFP25 ports. For rear-to-front airflow (-R), max ambient limit of 35C. | |
| 7358X4 Series | 7368-16S | All SFP25 ports. For rear-to-front airflow (-R), max ambient limit of 35C. |
| 7050 Series | 7050SX3-48(Y)C8 | All SFP+ / SFP25 ports, front-to-rear airflow (-F) only. |
| 7050SX3-48YC12 | All SFP25 ports | |
| 7050CX3-32S | All QSFP ports using a QSFP to SFP+ adapter. Supported in SFP+ ports for front-to-rear airflow (-F) only. | |
| 7050SX3-96YC8 | All QSFP ports using a QSFP to SFP+ adapter, and all SFP25 ports. | |
| 7050TX3-48C8 | All QSFP ports, using a QSFP to SFP+ adapter. | |
| 7050SDX4-48D8 | Supported on all SFP-DD ports |
| Platform Family | Platform(s) | Comments |
|---|---|---|
| Supported on all SFP25 ports, with any exceptions or restrictions captured below, and supported in select SFP+ ports, listed below. | ||
| 7050X Series | 7050SX3-48YC8 & 7050SX3-48C8 | Supported on all SFP+ ports (as well as SFP25 ports) |
| 7050SX3-48YC12 | Supported on all SFP25 ports | |
| 7050SDX4-48D8 | Supported on all SFP-DD ports | |
| 7280R Series | 7280CR3(M)(K)-32D4(S) and
7280CR3(M)(K)-32P4(S) |
All QSFP ports, using a QSFP to SFP+ adapter. |
| 7280SR3-48YC8 | Supported on all SFP25 ports | |
| 7280SR3-40YC6 | Supported on SFP25 ports 1-36 | |
| 7289 Series | 7368-16S | Supported on all SFP25 ports |
| 7368-16C | Ports 2, 6, 19 and 14 using QSFP to SFP+ adapter | |
BGP
BGP Peering - Configuration Best Practices - Security and Manageability
Arista EOSのBGP Origin attributeの扱い
コマンド TIPS
configure session で commit が使える
Juniper と異なり、startup-config には別途保存する必要がある。
commit check は存在しない。また、session history に履歴が保存される。
#configure session R(config-s-s1)#logging host 1.1.1.1 (config-s-s1)#show run | in logging (config-s-s1)#commit #show run | in logging logging host 1.1.1.1
rollback でコンフィグの切り戻しができる
以下は running-config の動作がうまくいかなかったとき、startup-config に戻すコマンドの例。
configure session モード
(config-s-s3)#rollback flash:startup-config
特権モード
#configure replace flash:startup-config
show configuration session history で、commit した履歴を確認し、任意の場所に rollback も可能。
#show configuration sessions history
Commit Hash Session Name User Description Commit Time Commit Cancel
Timer Expiry
----------- ------------ ------ ------------------------------------------ ------------------- -------------
9d818cc 01-TEST admin n/a 2026-08-17 08:36:33 n/a
#rollback checkpoint:9d818cc ?
<cr>
#rollback checkpoint:9d818cc
Copy completed successfully.
show running-config section <target> で対象のコンフィグのみ表示できる
Cisco IOS とは異なり、route-map や再配布している別のプロトコル、SNMP の Trap も表示対象となる。
<target> 自体は正規表現で match する行を抜き出す + 階層に入るための行を抜き出す、どいう動作が行われる。
show running-config | section <Filter_keyword> と同一の動作と思われる。
NX-OS と異なり、複数キーワード指定時に "" で括らなくてもよいのが便利。
#show running-config section logging logging buffered 1024000 logging monitor debugging logging host 1.1.1.1 logging host 1.1.1.2 logging host 10.253.0.51 logging facility local1 logging vrf MGMT local-interface Management1 #show run section logging host logging host 1.1.1.1 logging host 1.1.1.2 logging host 10.253.0.51
show active でいる階層のコンフィグのみ表示できる
グローバル コンフィギュレーション モードは不可。(多すぎるので意味がないと思われる)
以下は router ospf 1 の配下で実施した例。
(config-router-ospf)#show active router ospf 1 router-id 10.255.255.254 passive-interface default no passive-interface Port-Channel49.100 passive-interface Vlan1461 network 10.255.254.0/30 area 0.0.0.0 max-lsa 12000 default-information originate metric-type 1
show running-config diffs で startup-config との差分を簡易確認できる
(config)#logging host 1.1.1.1 (config)#show run diff --- flash:/startup-config +++ system:/running-config @@ -15,6 +15,7 @@ ! logging buffered 1024000 logging monitor debugging +logging host 1.1.1.1 logging host 10.253.0.51 logging facility local1 logging vrf MGMT local-interface Management1
show running-config interface や show interface Eth* status でも range 指定可能
#show run int eth 1-2 interface Ethernet1 no switchport channel-group 49 mode active interface Ethernet2 no switchport channel-group 49 mode active
#show int eth1-2 status Port Name Status Vlan Duplex Speed Type Flags Encapsulation Et1 connected in Po49 full 1G EbraTestPhyPort Et2 connected in Po49 full 1G EbraTestPhyPort

