forked from CiscoTestAutomation/solutions_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevnet_sandbox.yaml
More file actions
46 lines (41 loc) · 787 Bytes
/
devnet_sandbox.yaml
File metadata and controls
46 lines (41 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
testbed:
name: devnet_always_on_sandbox
devices:
csr1000v:
os: iosxe
type: router
credentials:
default:
username: root
password: D_Vay!_10&
connections:
console:
ip: ios-xe-mgmt.cisco.com
protocol: ssh
port: 8181
sbx-n9kv-ao:
alias: nxos
os: nxos
type: switch
credentials:
default:
username: admin
password: Admin_1234!
connections:
console:
ip: sbx-nxos-mgmt.cisco.com
protocol: ssh
port: 8181
topology:
csr1000v:
interfaces:
GigabitEthernet1:
ipv4: 10.10.20.48
link: flat
type: ethernet
nxos:
interfaces:
Ethernet1/1:
ipv4: 10.10.20.48
link: flat
type: ethernet