Skip to content

Instantly share code, notes, and snippets.

@patrickkelso
Created August 25, 2015 22:05
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 patrickkelso/62ab651df923f65a96bc to your computer and use it in GitHub Desktop.
Save patrickkelso/62ab651df923f65a96bc to your computer and use it in GitHub Desktop.
! Startup-config last modified at Wed Aug 19 01:35:39 2015 by puppet
! device: veos-1 (vEOS, EOS-4.15.0F)
!
! boot system flash:/vEOS-lab.swi
!
transceiver qsfp default-mode 4x10G
!
hostname veos-1
ip domain-name inf.puppetlabs.demo
ip host master.inf.puppetlabs.demo 10.20.1.22
!
ntp server master.inf.puppetlabs.demo
!
spanning-tree mode mstp
!
no aaa root
!
username puppet privilege 15 secret 5 $1$cO4wR3Wg$a6Mp9AWv6MQo7CnAObcbV0
!
interface Ethernet1
!
interface Ethernet2
!
interface Ethernet3
!
interface Management1
ip address 10.20.1.101/24
!
no ip routing
!
management api http-commands
no protocol https
protocol unix-socket
no shutdown
!
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment