InfraLab
ARISTA-EOS49 cmd

Arista EOS チート集

Arista EOS の show、eAPI、bash、インターフェース、MLAG、VXLAN、EVPN、BGP、transceiver、platform、agent logs を含むデータセンター向けコマンド集。

更新日
2026-05-14
参照範囲
公式ドキュメント / man page / 主要ベンダーCLI
対象実装
主要 Linux / BSD / ネットワーク機器 CLI の一般的な実装
免責
OS とバージョン差分は実環境で確認してください。

49 / 49

CommandDescriptionExampleCopy
show versionArista EOS で show version の状態や設定を確認するleaf1# show version
show running-configArista EOS で show running-config の状態や設定を確認するleaf1# show running-config
show running-config | jsonArista EOS で show running-config | json の状態や設定を確認するleaf1# show running-config | json
show interfaces statusArista EOS で show interfaces status の状態や設定を確認するleaf1# show interfaces status
show interfaces transceiver detailArista EOS で show interfaces transceiver detail の状態や設定を確認するleaf1# show interfaces transceiver detail
show interfaces counters errorsArista EOS で show interfaces counters errors の状態や設定を確認するleaf1# show interfaces counters errors
show lldp neighbors detailArista EOS で show lldp neighbors detail の状態や設定を確認するleaf1# show lldp neighbors detail
show vlanArista EOS で show vlan の状態や設定を確認するleaf1# show vlan
show mac address-tableArista EOS で show mac address-table の状態や設定を確認するleaf1# show mac address-table
show platformArista EOS で show platform の状態や設定を確認するleaf1# show platform
show agent logsArista EOS で show agent logs の状態や設定を確認するleaf1# show agent logs ribd | tail
bashArista EOS で bash の実務でよく使う操作を実行するleaf1# bash
configure terminalArista EOS で configure terminal の設定または操作を実行するleaf1# configure terminal
hostnameArista EOS で hostname の実務でよく使う操作を実行するleaf1(config)# hostname leaf1
management api http-commandsArista EOS で management api http-commands の実務でよく使う操作を実行するleaf1(config)# management api http-commands
protocol httpsArista EOS で protocol https の実務でよく使う操作を実行するleaf1(config-mgmt-api-http-cmds)# protocol https
no shutdownArista EOS で no shutdown の実務でよく使う操作を実行するleaf1(config-mgmt-api-http-cmds)# no shutdown
username privilege secretArista EOS で username privilege secret の実務でよく使う操作を実行するleaf1(config)# username netops privilege 15 secret S3cretPass
ntp serverArista EOS で ntp server の実務でよく使う操作を実行するleaf1(config)# ntp server 192.0.2.10
logging hostArista EOS で logging host の実務でよく使う操作を実行するleaf1(config)# logging host 192.0.2.20
interface Ethernet1Arista EOS で interface Ethernet1 の設定または操作を実行するleaf1(config)# interface Ethernet1
descriptionArista EOS で description の実務でよく使う操作を実行するleaf1(config-if-Et1)# description spine1
switchport mode trunkArista EOS で switchport mode trunk の実務でよく使う操作を実行するleaf1(config-if-Et1)# switchport mode trunk
switchport trunk allowed vlanArista EOS で switchport trunk allowed vlan の実務でよく使う操作を実行するleaf1(config-if-Et1)# switchport trunk allowed vlan 10,20
channel-groupArista EOS で channel-group の実務でよく使う操作を実行するleaf1(config-if-Et1)# channel-group 10 mode active
interface Vlan10Arista EOS で interface Vlan10 の設定または操作を実行するleaf1(config)# interface Vlan10
ip addressArista EOS で ip address の設定または操作を実行するleaf1(config-if-Vl10)# ip address 10.0.10.1/24
interface Loopback0Arista EOS で interface Loopback0 の設定または操作を実行するleaf1(config)# interface Loopback0
mlag configurationArista EOS で mlag configuration の実務でよく使う操作を実行するleaf1(config)# mlag configuration
local-interface Vlan4094Arista EOS で local-interface Vlan4094 の実務でよく使う操作を実行するleaf1(config-mlag)# local-interface Vlan4094
peer-addressArista EOS で peer-address の実務でよく使う操作を実行するleaf1(config-mlag)# peer-address 10.255.255.2
mlagArista EOS で mlag の実務でよく使う操作を実行するleaf1(config-if-Po10)# mlag 10
service routing protocols model multi-agentArista EOS で service routing protocols model multi-agent の設定または操作を実行するleaf1(config)# service routing protocols model multi-agent
interface Vxlan1Arista EOS で interface Vxlan1 の設定または操作を実行するleaf1(config)# interface Vxlan1
vxlan source-interfaceArista EOS で vxlan source-interface の実務でよく使う操作を実行するleaf1(config-if-Vx1)# vxlan source-interface Loopback0
vxlan vlan vniArista EOS で vxlan vlan vni の実務でよく使う操作を実行するleaf1(config-if-Vx1)# vxlan vlan 10 vni 10010
router bgpArista EOS で router bgp の設定または操作を実行するleaf1(config)# router bgp 65001
neighbor remote-asArista EOS で neighbor remote-as の実務でよく使う操作を実行するleaf1(config-router-bgp)# neighbor 10.0.0.2 remote-as 65000
address-family evpnArista EOS で address-family evpn の実務でよく使う操作を実行するleaf1(config-router-bgp)# address-family evpn
neighbor activateArista EOS で neighbor activate の実務でよく使う操作を実行するleaf1(config-router-bgp-af)# neighbor 10.0.0.2 activate
ip routeArista EOS で ip route の設定または操作を実行するleaf1(config)# ip route 0.0.0.0/0 192.0.2.1
router ospfArista EOS で router ospf の設定または操作を実行するleaf1(config)# router ospf 1
show mlagArista EOS で show mlag の状態や設定を確認するleaf1# show mlag
show vxlan address-tableArista EOS で show vxlan address-table の状態や設定を確認するleaf1# show vxlan address-table
show bgp evpn summaryArista EOS で show bgp evpn summary の状態や設定を確認するleaf1# show bgp evpn summary
show processes top onceArista EOS で show processes top once の状態や設定を確認するleaf1# show processes top once
tcpdump bashArista EOS で tcpdump bash の実務でよく使う操作を実行するleaf1# bash sudo tcpdump -ni Ethernet1 host 192.0.2.10
copy running-config startup-configArista EOS で copy running-config startup-config の運用操作を実行するleaf1# copy running-config startup-config
Related