Difference between revisions of "Arista EOS"

From HackerNet
Jump to: navigation, search
m
Line 9: Line 9:
 
=Konfiguration=
 
=Konfiguration=
 
Grundkonfiguration  
 
Grundkonfiguration  
 +
 
===SSH===
 
===SSH===
 
  hostname vEOS-01
 
  hostname vEOS-01
Line 32: Line 33:
 
===NTP===
 
===NTP===
 
  ntp server 10.0.0.12
 
  ntp server 10.0.0.12
 +
 +
===DNS===
 +
ip name-server 8.8.8.8
 +
 +
===Port mirroring===
 +
monitor session 1 source interface <interface> [ rx | tx | both ]
 +
monitor session 1 destination <interface>
 +
Begränsa på IP vad som ska speglas.
 +
monitor session 1 ip access-group <ACL name>
  
 
[[Category:Arista]]
 
[[Category:Arista]]

Revision as of 14:02, 26 October 2015

EOS levereras som en image som kan köras på alla plattformar, även som virtuel maskin. EOS fungerar på de flesta virtualiseringsplattformar inklusive KVM, VirtualBox, ESXi och Hyper-V.

Installation

För nyare vEOS (4.15) vill man ha 2GB RAM.

VMware

https://eos.arista.com/running-veos-on-esxi-5-5/

Konfiguration

Grundkonfiguration

SSH

hostname vEOS-01

SSH är påslaget default, däremot måste IP sättas på management-interfacet samt en user skapas/pw på admin sättas.

management ssh
idle-timeout 1800

Management VRF

vrf definition MGMT 
rd 100:100

Första porten är Ma1

interface ma1 
vrf forwarding MGMT 
ip address 10.0.0.10 255.255.255.0

Syslog

logging buffered 10000 notifications
logging host 10.0.0.12
show logging

Slå på loggmeddelanden i SSH terminal.

terminal monitor

NTP

ntp server 10.0.0.12

DNS

ip name-server 8.8.8.8

Port mirroring

monitor session 1 source interface <interface> [ rx | tx | both ]
monitor session 1 destination <interface>

Begränsa på IP vad som ska speglas.

monitor session 1 ip access-group <ACL name>