Skip to content

Instantly share code, notes, and snippets.

@indigo423
Created June 24, 2018 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indigo423/d1e37beec4d0adb1cd20d7ca1abee1f3 to your computer and use it in GitHub Desktop.
Save indigo423/d1e37beec4d0adb1cd20d7ca1abee1f3 to your computer and use it in GitHub Desktop.
Arista OpenConfig vEOS1
! Startup-config last modified at Sat Jun 23 11:21:07 2018 by admin
! device: vEOS1 (vEOS, EOS-4.20.6F)
!
! boot system flash:/vEOS-lab.swi
!
transceiver qsfp default-mode 4x10G
!
hostname vEOS1
!
spanning-tree mode mstp
!
no aaa root
!
interface Ethernet1
no switchport
ip address 10.10.10.1/30
!
interface Management1
ip address 192.168.1.2/24
!
ip routing
!
management api gnmi
transport grpc def
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment