Project

General

Profile

Bug #7969 » sw1.txt

arista vEOS config - Andrew Dul, 10/23/2017 05:47 PM

 
1
sw1#show run
2
! Command: show running-config
3
! device: sw1 (vEOS, EOS-4.16.13M)
4
!
5
! boot system flash:/vEOS-lab.swi
6
!
7
transceiver qsfp default-mode 4x10G
8
!
9
hostname sw1
10
!
11
spanning-tree mode mstp
12
!
13
no aaa root
14
!
15
!
16
interface Ethernet1
17
!
18
interface Ethernet2
19
   shutdown
20
!
21
interface Ethernet3
22
   shutdown
23
!
24
interface Management1
25
   ip address 192.168.123.50/24
26
!
27
interface Vlan1
28
   ip address 192.168.1.50/23
29
!
30
ip routing
31
!
32
router bgp 65000
33
   neighbor 192.168.1.1 remote-as 65000
34
   neighbor 192.168.1.1 password 7 WojAsYlRun0JvaXwNs2ewA==
35
   neighbor 192.168.1.1 maximum-routes 12000
(1-1/10)