Skip to content
Snippets Groups Projects
Commit d4a3542a authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

fixed tuncated lines in veos config example, updated veos subtype, added capture-from-socket.py

parent f71aaba2
No related branches found
No related tags found
No related merge requests found
{
"dynamic-subtypes": [
{ {
"plugin_name": "vEOS", "plugin_name": "vEOS",
"cli_serial": 1, "cli_serial": 1,
"plugin_desc": "Arista vEOS", "plugin_desc": "Arista vEOS",
"cli_protocol": "ssh", "baseline_image": "vEOS",
"hw_ram": 1024, "hw_ram": 1024,
"hw_vm_extra": "", "hw_vm_extra": "",
"interface_wrap": 7, "interface_wrap": 7,
"baseline_image": "vEOS", "config_disk_type": "disk",
"hw_disk_bus": "ide",
"interface_pattern": "Ethernet{0}", "interface_pattern": "Ethernet{0}",
"gui_visible": true,
"config_file": "/veos_config.txt", "config_file": "/veos_config.txt",
"baseline_flavor": "vEOS.small", "interface_first": 1,
"plugin_base": "IOSvL2", "gui_icon": "iosvl2",
"vnc_available": true, "plugin_base": "generic",
"vnc_available": false,
"interface_management": "Management1", "interface_management": "Management1",
"interface_range": 7 "interface_range": 7,
} "baseline_flavor": "vEOS.small"
]
} }
\ No newline at end of file
...@@ -10,10 +10,8 @@ spanning-tree mode mstp ...@@ -10,10 +10,8 @@ spanning-tree mode mstp
! !
no aaa root no aaa root
! !
username admin role network-admin secret 5 username admin role network-admin secret 5 $1$93LlZesx$MSqS1D/8NGTSY724FGx1K0
$1$93LlZesx$MSqS1D/8NGTSY724FGx1K0 username cisco role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/
username cisco role network-admin secret 5
$1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/
! !
interface Ethernet1 interface Ethernet1
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment