Skip to content

Commit

Permalink
Improve out of the box use of FTDv.
Browse files Browse the repository at this point in the history
Submitted by:	Tomas Mikuska
  • Loading branch information
jclarke-csco committed Sep 18, 2024
1 parent f50f27f commit a0c56eb
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions node-definitions/cisco/ngfw/ftdv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ device:
interfaces:
has_loopback_zero: false
physical:
- Management
- Diagnostic
- Outside
- Inside
- Data1
- Data2
- Data3
- Data4
- Data5
- Data6
- Management0/0
- donotuse1
- GigabitEthernet0/1
- GigabitEthernet0/2
- GigabitEthernet0/3
- GigabitEthernet0/4
- GigabitEthernet0/5
- GigabitEthernet0/6
- GigabitEthernet0/7
serial_ports: 1
default_count: 4
min_count: 4
ui:
visible: true
description: |-
Expand Down Expand Up @@ -47,7 +47,8 @@ boot:
- 'login:'
pyats:
os: fxos
use_in_testbed: true
username: admin
password: Cisco1@3
inherited:
image:
ram: true
Expand All @@ -63,7 +64,7 @@ inherited:
boot_disk_size: false
configuration:
generator:
driver: asav
driver: null
provisioning:
volume_name: day0
media_type: iso
Expand All @@ -75,7 +76,7 @@ configuration:
{
"EULA": "accept",
"Hostname": "ftdv",
"AdminPassword": "Admin123",
"AdminPassword": "Cisco1@3",
"FirewallMode": "routed",
"DNS1": "",
"DNS2": "",
Expand Down

0 comments on commit a0c56eb

Please sign in to comment.