4006b5d18f
In our CI, we only have 3 NICS: Management1, Ethernet1 and Ethernet2.
21 lines
206 B
Text
21 lines
206 B
Text
!
|
|
! boot system flash:/vEOS-lab.swi
|
|
!
|
|
transceiver qsfp default-mode 4x10G
|
|
!
|
|
hostname localhost
|
|
!
|
|
spanning-tree mode mstp
|
|
!
|
|
no aaa root
|
|
!
|
|
interface Ethernet1
|
|
!
|
|
interface Ethernet2
|
|
!
|
|
!
|
|
no ip routing
|
|
!
|
|
!
|
|
end
|
|
|