-
Notifications
You must be signed in to change notification settings - Fork 13
/
pyats_ios_example.yaml
58 lines (58 loc) · 1.11 KB
/
pyats_ios_example.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
testbed:
name: pyATS_IOS_Example_Testbed
devices:
ios1:
connections:
defaults:
class: 'unicon.Unicon'
a:
protocol: telnet
ip: localhost
port: 11023
passwords:
enable: lab
line: lab
tacacs: lab
tacacs:
username: lab
type: ios
ios2:
connections:
defaults:
class: 'unicon.Unicon'
a:
protocol: telnet
ip: localhost
port: 11024
passwords:
enable: lab
line: lab
tacacs: lab
tacacs:
username: lab
type: ios
topology:
ios1:
interfaces:
FastEthernet0/0:
ipv4: 10.10.10.1/24
ipv6: '10:10:10::1/64'
link: n1
type: ethernet
Loopback0:
ipv4: 192.168.0.1/32
ipv6: '192::1/128'
link: ios1_Loopback0
type: loopback
ios2:
interfaces:
FastEthernet0/0:
ipv4: 10.10.10.2/24
ipv6: '10:10:10::2/64'
link: n1
type: ethernet
Loopback0:
ipv4: 192.168.0.2/32
ipv6: '192::2/128'
link: ios2_Loopback0
type: loopback