Arista¶
tutorial akan dilakukan dengan GNS3, lihat proses instalasi GNS3 dan Arista
user manual arista dapat dilihat dari official pdf
Konfigurasi¶
Start kedua mesin dan buka console
login admin
:(no password)
pada saat awal akan ada tampilan
...
To cancel Zero Touch Provisioning, login as admin and type
'zerotouch cancel' at the CLI. Alternatively, to disable Zero Touch
Provisioning permanently, type 'zerotouch disable' at the CLI.
Note: The device will reload when these commands are issued.
...
localhost> Jul 11 04:19:20 localhost ZeroTouch: %ZTP-6-RETRY: Retrying Zero Touch Provisioning from the beginning (attempt 8)
...
lakukan
Pada tutorial ini akan membahasan praktik jaringan, jadi jika ingin mempelajari command-command arista dapat dipelajari melalui user manual arista
Konfigurasi AristavEOS4.21.1F-1
localhost>enable
localhost#configure terminal
localhost(config)#host S1
S1(config)#int e1
S1(config-if-Et1)#no shut
S1(config-if-Et1)#ip address 10.1.1.1 255.255.255.0
! IP configuration will be ignored while interface Ethernet1 is not a routed port.
S1(config-if-Et1)#no switchport
S1(config-if-Et1)#ip address 10.1.1.1 255.255.255.0
Konfigurasi AristavEOS4.21.1F-2
localhost>enable
localhost#configure terminal
localhost(config)#host S2
S2(config)#int e1
S2(config-if-Et1)#no shut
S2(config-if-Et1)#no switchport
S2(config-if-Et1)#ip address 10.1.1.2 255.255.255.0
tes ping*
S1(config)#ping 10.1.1.2
PING 10.1.1.2 (10.1.1.2) 72(100) bytes of data.
80 bytes from 10.1.1.2: icmp_seq=1 ttl=64 time=116 ms
80 bytes from 10.1.1.2: icmp_seq=2 ttl=64 time=116 ms
80 bytes from 10.1.1.2: icmp_seq=3 ttl=64 time=116 ms
80 bytes from 10.1.1.2: icmp_seq=4 ttl=64 time=120 ms
80 bytes from 10.1.1.2: icmp_seq=5 ttl=64 time=128 ms
--- 10.1.1.2 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 48ms
rtt min/avg/max/mdev = 116.007/119.207/128.008/4.675 ms, pipe 5, ipg/ewma 12.000/117.944 ms
S2(config-if-Et1)#ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 72(100) bytes of data.
80 bytes from 10.1.1.1: icmp_seq=1 ttl=64 time=144 ms
80 bytes from 10.1.1.1: icmp_seq=2 ttl=64 time=164 ms
80 bytes from 10.1.1.1: icmp_seq=3 ttl=64 time=184 ms
80 bytes from 10.1.1.1: icmp_seq=4 ttl=64 time=196 ms
80 bytes from 10.1.1.1: icmp_seq=5 ttl=64 time=196 ms
--- 10.1.1.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 52ms
rtt min/avg/max/mdev = 144.009/176.811/196.012/20.144 ms, pipe 5, ipg/ewma 13.000/161.700 ms