all the last-minute changes before the workshop
This commit is contained in:
@@ -16,11 +16,31 @@ topology:
|
||||
- ./setups/linux.sh:/usr/local/bin/setup.sh:ro
|
||||
- ./helpers/fireworks.sh:/usr/local/bin/fireworks.sh:ro
|
||||
- ./helpers/ssh-agent-environment.sh:/usr/local/bin/ssh-agent-environment.sh:ro
|
||||
- ./config/keyuploader-identity:/var/lib/misc/keyuploader-identity:ro
|
||||
memory: 256MB
|
||||
cpu-set: 4-7
|
||||
nodes:
|
||||
a1:
|
||||
kind: arista_ceos
|
||||
enforce-startup-config: true
|
||||
startup-config: |
|
||||
management telnet
|
||||
no shutdown
|
||||
!
|
||||
management ssh
|
||||
ciphers 3des-cbc
|
||||
key-exchange diffie-hellman-group1-sha1 diffie-hellman-group14-sha1
|
||||
!
|
||||
interface Ethernet3
|
||||
no switchport
|
||||
ip address 169.254.45.1/30
|
||||
!
|
||||
management api http-commands
|
||||
protocol http
|
||||
no shutdown
|
||||
!
|
||||
username admin privilege 15 secret horse123
|
||||
|
||||
br-clab-intonly:
|
||||
kind: bridge
|
||||
br-ext:
|
||||
|
||||
Reference in New Issue
Block a user