summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_ospfv2/vars/v1_4.yaml
blob: 4b7d0ab1a893cbba86c576f0c2fb63466adf5769 (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
merged_commands:
  - set protocols ospf mpls-te enable
  - set protocols ospf mpls-te router-address '192.0.11.11'
  - set protocols ospf redistribute bgp
  - set protocols ospf redistribute bgp metric-type 2
  - set protocols ospf redistribute bgp metric 10
  - set protocols ospf default-information originate metric-type 2
  - set protocols ospf default-information originate always
  - set protocols ospf default-information originate metric 10
  - set protocols ospf default-information originate route-map ingress
  - set protocols ospf auto-cost reference-bandwidth '2'
  - set protocols ospf parameters router-id '192.0.1.1'
  - set protocols ospf parameters opaque-lsa
  - set protocols ospf parameters abr-type 'cisco'
  - set protocols ospf parameters rfc1583-compatibility
  - set protocols ospf interface eth1 passive
  - set protocols ospf interface eth2 passive
  - set protocols ospf max-metric router-lsa on-shutdown 10
  - set protocols ospf max-metric router-lsa administrative
  - set protocols ospf max-metric router-lsa on-startup 10
  - set protocols ospf log-adjacency-changes 'detail'
  - set protocols ospf neighbor 192.0.11.12 priority 2
  - set protocols ospf neighbor 192.0.11.12 poll-interval 10
  - set protocols ospf neighbor 192.0.11.12
  - set protocols ospf area '2'
  - set protocols ospf area 2 authentication plaintext-password
  - set protocols ospf area 2 shortcut enable
  - set protocols ospf area 2 area-type normal
  - set protocols ospf area '3'
  - set protocols ospf area 3 area-type nssa
  - set protocols ospf area 4 range 192.0.3.0/24 cost 10
  - set protocols ospf area 4 range 192.0.3.0/24
  - set protocols ospf area 4 range 192.0.4.0/24 cost 12
  - set protocols ospf area 4 range 192.0.4.0/24
  - set protocols ospf area 4 area-type stub default-cost 20
  - set protocols ospf area '4'
  - set protocols ospf area 4 network 192.0.2.0/24

populate_commands:
  - set protocols ospf mpls-te 'enable'
  - set protocols ospf mpls-te router-address '192.0.11.11'
  - set protocols ospf redistribute bgp metric-type '2'
  - set protocols ospf redistribute bgp metric '10'
  - set protocols ospf default-information originate metric-type '2'
  - set protocols ospf default-information originate 'always'
  - set protocols ospf default-information originate metric '10'
  - set protocols ospf default-information originate route-map 'ingress'
  - set protocols ospf auto-cost reference-bandwidth '2'
  - set protocols ospf parameters router-id '192.0.1.1'
  - set protocols ospf parameters 'opaque-lsa'
  - set protocols ospf parameters abr-type 'cisco'
  - set protocols ospf parameters 'rfc1583-compatibility'
  - set protocols ospf interface 'eth1' passive
  - set protocols ospf interface 'eth2' passive
  - set protocols ospf max-metric router-lsa on-shutdown '10'
  - set protocols ospf max-metric router-lsa 'administrative'
  - set protocols ospf max-metric router-lsa on-startup '10'
  - set protocols ospf log-adjacency-changes 'detail'
  - set protocols ospf neighbor 192.0.11.12 priority '2'
  - set protocols ospf neighbor 192.0.11.12 poll-interval '10'
  - set protocols ospf area 2 authentication 'plaintext-password'
  - set protocols ospf area 2 shortcut 'enable'
  - set protocols ospf area 2 area-type 'normal'
  - set protocols ospf area 3 area-type 'nssa'
  - set protocols ospf area 4 range 192.0.3.0/24 cost '10'
  - set protocols ospf area 4 range 192.0.4.0/24 cost '12'
  - set protocols ospf area 4 area-type stub default-cost '20'
  - set protocols ospf area 4 network '192.0.2.0/24'

replaced_commands:
  - delete protocols ospf interface eth2 passive
  - delete protocols ospf area 3
  - delete protocols ospf area 4 range 192.0.3.0/24 cost
  - delete protocols ospf area 4 range 192.0.3.0/24
  - delete protocols ospf area 4 range 192.0.4.0/24 cost
  - delete protocols ospf area 4 range 192.0.4.0/24
  - set protocols ospf mpls-te router-address '192.0.22.22'
  - set protocols ospf area 4 range 1.1.2.0/24 cost 10
  - set protocols ospf area 4 range 1.1.2.0/24
  - set protocols ospf area 4 network 192.0.12.0/24
  - set protocols ospf area 4 network 192.0.22.0/24
  - set protocols ospf area 4 network 192.0.32.0/24

rendered_commands:
  - set protocols ospf mpls-te enable
  - set protocols ospf mpls-te router-address '192.0.11.11'
  - set protocols ospf redistribute bgp
  - set protocols ospf redistribute bgp metric-type 2
  - set protocols ospf redistribute bgp metric 10
  - set protocols ospf default-information originate metric-type 2
  - set protocols ospf default-information originate always
  - set protocols ospf default-information originate metric 10
  - set protocols ospf default-information originate route-map ingress
  - set protocols ospf auto-cost reference-bandwidth '2'
  - set protocols ospf parameters router-id '192.0.1.1'
  - set protocols ospf parameters opaque-lsa
  - set protocols ospf parameters abr-type 'cisco'
  - set protocols ospf parameters rfc1583-compatibility
  - set protocols ospf interface eth1 passive
  - set protocols ospf interface eth2 passive
  - set protocols ospf max-metric router-lsa on-shutdown 10
  - set protocols ospf max-metric router-lsa administrative
  - set protocols ospf max-metric router-lsa on-startup 10
  - set protocols ospf log-adjacency-changes 'detail'
  - set protocols ospf neighbor 192.0.11.12 priority 2
  - set protocols ospf neighbor 192.0.11.12 poll-interval 10
  - set protocols ospf neighbor 192.0.11.12
  - set protocols ospf area '2'
  - set protocols ospf area 2 authentication plaintext-password
  - set protocols ospf area 2 shortcut enable
  - set protocols ospf area 2 area-type normal
  - set protocols ospf area '3'
  - set protocols ospf area 3 area-type nssa
  - set protocols ospf area 4 range 192.0.3.0/24 cost 10
  - set protocols ospf area 4 range 192.0.3.0/24
  - set protocols ospf area 4 range 192.0.4.0/24 cost 12
  - set protocols ospf area 4 range 192.0.4.0/24
  - set protocols ospf area 4 area-type stub default-cost 20
  - set protocols ospf area '4'
  - set protocols ospf area 4 network 192.0.2.0/24

parsed_config_file: "_parsed_config_1_4.cfg"