差分

ナビゲーションに移動 検索に移動
323行目: 323行目:     
copy running-config startup-config
 
copy running-config startup-config
 +
 +
</syntaxhighlight>
 +
 +
=== Arista EOS 用 ===
 +
<syntaxhighlight lang="diff">
 +
admin
 +
 +
enable
 +
 +
configure terminal
 +
!
 +
hostname eos-edge02
 +
!
 +
username admin secret admin
 +
!
 +
vrf instance management
 +
!
 +
interface Management1
 +
ip address 10.0.0.11/24
 +
no shutdown
 +
!
 +
ip route vrf management 0.0.0.0/0 Management1 10.0.0.254
 +
!
 +
clock timezone Asia/Tokyo
 +
ntp server vrf management 10.0.0.254
 +
!
 +
logging vrf management host 10.0.0.254
 +
logging vrf management source-interface Management 1
 +
!
 +
snmp-server host 10.0.0.254 vrf management traps
 +
snmp-server local-interface Management 1
 +
snmp-server community public ro
 +
!
 +
management console
 +
idle-timeout 600
 +
!
 +
management telnet
 +
idle-timeout 600
 +
!
 +
end
 +
 +
write memory
    
</syntaxhighlight>
 
</syntaxhighlight>
 
[[カテゴリ:ラボ]]
 
[[カテゴリ:ラボ]]

案内メニュー