Skip to content

Commit

Permalink
Changing keys to outer_vlan and inner_vlan
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Sep 4, 2024
1 parent e7ea6a5 commit 1fcf235
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,20 +594,20 @@ ethernet_interfaces:
encapsulation_vlan:
client:
protocol: dot1q
outer: 400
inner: 20
outer_vlan: 400
inner_vlan: 20
network:
protocol: dot1q
outer: 401
inner: 21
outer_vlan: 401
inner_vlan: 21

- name: Ethernet26.500
description: TENANT_A pseudowire 3 interface
encapsulation_vlan:
client:
protocol: dot1q
outer: 500
inner: 50
outer_vlan: 500
inner_vlan: 50
network:
protocol: client

Expand Down Expand Up @@ -1200,14 +1200,14 @@ ethernet_interfaces:
description: Test_encapsulation_vlan1
encapsulation_vlan:
client:
outer: 23
inner: 45
outer_vlan: 23
inner_vlan: 45
protocol: dot1q
inner_protocol: dot1q
network:
protocol: dot1ad
outer: 32
inner: 54
outer_vlan: 32
inner_vlan: 54
inner_protocol: dot1ad

- name: Ethernet68.2
Expand All @@ -1218,8 +1218,8 @@ ethernet_interfaces:
vlan: 10
network:
protocol: dot1q
outer: 32
inner: 54
outer_vlan: 32
inner_vlan: 54

- name: Ethernet68.3
description: Test_encapsulation_vlan3
Expand All @@ -1236,34 +1236,34 @@ ethernet_interfaces:
encapsulation_vlan:
client:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60
inner_protocol: dot1q
network:
protocol: dot1q
outer: 53
inner: 6
outer_vlan: 53
inner_vlan: 6
inner_protocol: dot1ad

- name: Ethernet68.5
description: Test_encapsulation_vlan5
encapsulation_vlan:
client:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60
network:
protocol: dot1ad
outer: 52
inner: 62
outer_vlan: 52
inner_vlan: 62

- name: Ethernet68.6
description: Test_encapsulation_vlan6
encapsulation_vlan:
client:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60
network:
protocol: client

Expand All @@ -1274,8 +1274,8 @@ ethernet_interfaces:
protocol: untagged
network:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60

- name: Ethernet68.8
description: Test_encapsulation_vlan8
Expand All @@ -1284,8 +1284,8 @@ ethernet_interfaces:
protocol: untagged
network:
protocol: dot1q
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60

- name: Ethernet68.9
description: Test_encapsulation_vlan9
Expand All @@ -1300,7 +1300,7 @@ ethernet_interfaces:
encapsulation_vlan:
client:
protocol: dot1q
outer: 14
inner: 11
outer_vlan: 14
inner_vlan: 11
network:
protocol: client inner
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,12 @@ port_channel_interfaces:
encapsulation_vlan:
client:
protocol: dot1q
outer: 400
inner: 20
outer_vlan: 400
inner_vlan: 20
network:
protocol: dot1q
outer: 401
inner: 21
outer_vlan: 401
inner_vlan: 21

- name: Port-Channel111.1000
description: L2 Subinterface
Expand Down Expand Up @@ -615,14 +615,14 @@ port_channel_interfaces:
description: Test_encapsulation_vlan1
encapsulation_vlan:
client:
outer: 23
inner: 45
outer_vlan: 23
inner_vlan: 45
protocol: dot1q
inner_protocol: dot1q
network:
protocol: dot1ad
outer: 32
inner: 54
outer_vlan: 32
inner_vlan: 54
inner_protocol: dot1ad

- name: Port-Channel131.2
Expand All @@ -633,8 +633,8 @@ port_channel_interfaces:
vlan: 10
network:
protocol: dot1q
outer: 32
inner: 54
outer_vlan: 32
inner_vlan: 54

- name: Port-Channel131.3
description: Test_encapsulation_vlan3
Expand All @@ -651,34 +651,34 @@ port_channel_interfaces:
encapsulation_vlan:
client:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60
inner_protocol: dot1q
network:
protocol: dot1q
outer: 53
inner: 6
outer_vlan: 53
inner_vlan: 6
inner_protocol: dot1ad

- name: Port-Channel131.5
description: Test_encapsulation_vlan5
encapsulation_vlan:
client:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60
network:
protocol: dot1ad
outer: 52
inner: 62
outer_vlan: 52
inner_vlan: 62

- name: Port-Channel131.6
description: Test_encapsulation_vlan6
encapsulation_vlan:
client:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60
network:
protocol: client

Expand All @@ -689,8 +689,8 @@ port_channel_interfaces:
protocol: untagged
network:
protocol: dot1ad
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60

- name: Port-Channel131.8
description: Test_encapsulation_vlan8
Expand All @@ -699,8 +699,8 @@ port_channel_interfaces:
protocol: untagged
network:
protocol: dot1q
outer: 35
inner: 60
outer_vlan: 35
inner_vlan: 60

- name: Port-Channel131.9
description: Test_encapsulation_vlan9
Expand All @@ -715,8 +715,8 @@ port_channel_interfaces:
encapsulation_vlan:
client:
protocol: dot1q
outer: 14
inner: 11
outer_vlan: 14
inner_vlan: 11
network:
protocol: client inner

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fcf235

Please sign in to comment.