Browse Source
added import of config defined in VM Maestro, added minimal default config, added subtype definition to add vEOS to palette
master
added import of config defined in VM Maestro, added minimal default config, added subtype definition to add vEOS to palette
master
Sebastian Rieger
9 years ago
3 changed files with 100 additions and 3 deletions
@ -0,0 +1,22 @@ |
|||
{ |
|||
"dynamic-subtypes": [ |
|||
{ |
|||
"plugin_name": "vEOS", |
|||
"cli_serial": 1, |
|||
"plugin_desc": "Arista vEOS", |
|||
"cli_protocol": "ssh", |
|||
"hw_ram": 1024, |
|||
"hw_vm_extra": "", |
|||
"interface_wrap": 7, |
|||
"baseline_image": "vEOS", |
|||
"hw_disk_bus": "ide", |
|||
"interface_pattern": "Ethernet{0}", |
|||
"config_file": "/veos_config.txt", |
|||
"baseline_flavor": "vEOS.small", |
|||
"plugin_base": "IOSvL2", |
|||
"vnc_available": true, |
|||
"interface_management": "Management1", |
|||
"interface_range": 7 |
|||
} |
|||
] |
|||
} |
@ -0,0 +1,28 @@ |
|||
! device: veos-1 (vEOS, EOS-4.14.2F) |
|||
! |
|||
! boot system flash:/vEOS.swi |
|||
! |
|||
transceiver qsfp default-mode 4x10G |
|||
! |
|||
hostname veos-1 |
|||
! |
|||
spanning-tree mode mstp |
|||
! |
|||
no aaa root |
|||
! |
|||
username admin role network-admin secret 5 |
|||
$1$93LlZesx$MSqS1D/8NGTSY724FGx1K0 |
|||
username cisco role network-admin secret 5 |
|||
$1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/ |
|||
! |
|||
interface Ethernet1 |
|||
! |
|||
interface Ethernet2 |
|||
! |
|||
interface Management1 |
|||
! ip of ma1 configured on launch |
|||
! |
|||
no ip routing |
|||
! |
|||
! |
|||
end |
Write
Preview
Loading…
Cancel
Save
Reference in new issue