Improve out of the box use of FTDv.

Submitted by:	Tomas Mikuska
This commit is contained in:
Joe Clarke
2024-09-18 13:11:27 -04:00
parent f50f27f2cb
commit a0c56ebf89

View File

@@ -7,18 +7,18 @@ device:
interfaces: interfaces:
has_loopback_zero: false has_loopback_zero: false
physical: physical:
- Management - Management0/0
- Diagnostic - donotuse1
- Outside - GigabitEthernet0/1
- Inside - GigabitEthernet0/2
- Data1 - GigabitEthernet0/3
- Data2 - GigabitEthernet0/4
- Data3 - GigabitEthernet0/5
- Data4 - GigabitEthernet0/6
- Data5 - GigabitEthernet0/7
- Data6
serial_ports: 1 serial_ports: 1
default_count: 4 default_count: 4
min_count: 4
ui: ui:
visible: true visible: true
description: |- description: |-
@@ -47,7 +47,8 @@ boot:
- 'login:' - 'login:'
pyats: pyats:
os: fxos os: fxos
use_in_testbed: true username: admin
password: Cisco1@3
inherited: inherited:
image: image:
ram: true ram: true
@@ -63,7 +64,7 @@ inherited:
boot_disk_size: false boot_disk_size: false
configuration: configuration:
generator: generator:
driver: asav driver: null
provisioning: provisioning:
volume_name: day0 volume_name: day0
media_type: iso media_type: iso
@@ -75,7 +76,7 @@ configuration:
{ {
"EULA": "accept", "EULA": "accept",
"Hostname": "ftdv", "Hostname": "ftdv",
"AdminPassword": "Admin123", "AdminPassword": "Cisco1@3",
"FirewallMode": "routed", "FirewallMode": "routed",
"DNS1": "", "DNS1": "",
"DNS2": "", "DNS2": "",