Skip to content

Commit

Permalink
Feat(eos_designs): Support for SVI parent_profile (#1531)
Browse files Browse the repository at this point in the history
Co-authored-by: Claus Holbech <holbech@arista.com>
  • Loading branch information
c-po and ClausHolbechArista authored Mar 14, 2022
1 parent f065f50 commit d897537
Show file tree
Hide file tree
Showing 49 changed files with 474 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ vlan internal order ascending range 1006 1199
| ------- | ---- | ------------ |
| 110 | Tenant_A_OP_Zone_1 | - |
| 111 | Tenant_A_OP_Zone_2 | - |
| 112 | Tenant_A_OP_Zone_3 | - |
| 120 | Tenant_A_WEB_Zone_1 | - |
| 121 | Tenant_A_WEBZone_2 | - |
| 130 | Tenant_A_APP_Zone_1 | - |
Expand All @@ -280,6 +281,9 @@ vlan 110
vlan 111
name Tenant_A_OP_Zone_2
!
vlan 112
name Tenant_A_OP_Zone_3
!
vlan 120
name Tenant_A_WEB_Zone_1
!
Expand Down Expand Up @@ -313,8 +317,8 @@ vlan 4091

| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group |
| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- |
| Ethernet1 | DC1-LEAF2A_Ethernet7 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet2 | DC1-LEAF2B_Ethernet7 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet1 | DC1-LEAF2A_Ethernet7 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet2 | DC1-LEAF2B_Ethernet7 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet3 | MLAG_PEER_DC1-L2LEAF1B_Ethernet3 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |
| Ethernet4 | MLAG_PEER_DC1-L2LEAF1B_Ethernet4 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |

Expand Down Expand Up @@ -355,7 +359,7 @@ interface Ethernet4

| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI |
| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- |
| Port-Channel1 | DC1_LEAF2_Po7 | switched | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | 1 | - |
| Port-Channel1 | DC1_LEAF2_Po7 | switched | trunk | 110-112,120-121,130-131,160-161 | - | - | - | - | 1 | - |
| Port-Channel3 | MLAG_PEER_DC1-L2LEAF1B_Po3 | switched | trunk | 2-4094 | - | ['MLAG'] | - | - | - | - |

### Port-Channel Interfaces Device Configuration
Expand All @@ -366,7 +370,7 @@ interface Port-Channel1
description DC1_LEAF2_Po7
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,160-161
switchport trunk allowed vlan 110-112,120-121,130-131,160-161
switchport mode trunk
mlag 1
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ vlan internal order ascending range 1006 1199
| ------- | ---- | ------------ |
| 110 | Tenant_A_OP_Zone_1 | - |
| 111 | Tenant_A_OP_Zone_2 | - |
| 112 | Tenant_A_OP_Zone_3 | - |
| 120 | Tenant_A_WEB_Zone_1 | - |
| 121 | Tenant_A_WEBZone_2 | - |
| 130 | Tenant_A_APP_Zone_1 | - |
Expand All @@ -280,6 +281,9 @@ vlan 110
vlan 111
name Tenant_A_OP_Zone_2
!
vlan 112
name Tenant_A_OP_Zone_3
!
vlan 120
name Tenant_A_WEB_Zone_1
!
Expand Down Expand Up @@ -313,8 +317,8 @@ vlan 4091

| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group |
| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- |
| Ethernet1 | DC1-LEAF2A_Ethernet8 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet2 | DC1-LEAF2B_Ethernet8 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet1 | DC1-LEAF2A_Ethernet8 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet2 | DC1-LEAF2B_Ethernet8 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet3 | MLAG_PEER_DC1-L2LEAF1A_Ethernet3 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |
| Ethernet4 | MLAG_PEER_DC1-L2LEAF1A_Ethernet4 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |

Expand Down Expand Up @@ -355,7 +359,7 @@ interface Ethernet4

| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI |
| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- |
| Port-Channel1 | DC1_LEAF2_Po7 | switched | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | 1 | - |
| Port-Channel1 | DC1_LEAF2_Po7 | switched | trunk | 110-112,120-121,130-131,160-161 | - | - | - | - | 1 | - |
| Port-Channel3 | MLAG_PEER_DC1-L2LEAF1A_Po3 | switched | trunk | 2-4094 | - | ['MLAG'] | - | - | - | - |

### Port-Channel Interfaces Device Configuration
Expand All @@ -366,7 +370,7 @@ interface Port-Channel1
description DC1_LEAF2_Po7
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,160-161
switchport trunk allowed vlan 110-112,120-121,130-131,160-161
switchport mode trunk
mlag 1
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ vlan internal order ascending range 1006 1199
| ------- | ---- | ------------ |
| 110 | Tenant_A_OP_Zone_1 | - |
| 111 | Tenant_A_OP_Zone_2 | - |
| 112 | Tenant_A_OP_Zone_3 | - |
| 120 | Tenant_A_WEB_Zone_1 | - |
| 121 | Tenant_A_WEBZone_2 | - |
| 130 | Tenant_A_APP_Zone_1 | - |
Expand Down Expand Up @@ -291,6 +292,9 @@ vlan 110
vlan 111
name Tenant_A_OP_Zone_2
!
vlan 112
name Tenant_A_OP_Zone_3
!
vlan 120
name Tenant_A_WEB_Zone_1
!
Expand Down Expand Up @@ -351,8 +355,8 @@ vlan 4091

| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group |
| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- |
| Ethernet1 | DC1-SVC3A_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet2 | DC1-SVC3B_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet1 | DC1-SVC3A_Ethernet7 | *trunk | *110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet2 | DC1-SVC3B_Ethernet7 | *trunk | *110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet3 | MLAG_PEER_DC1-L2LEAF2B_Ethernet3 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |
| Ethernet4 | MLAG_PEER_DC1-L2LEAF2B_Ethernet4 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |

Expand Down Expand Up @@ -391,7 +395,7 @@ interface Ethernet4

| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI |
| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- |
| Port-Channel1 | DC1_SVC3_Po7 | switched | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - |
| Port-Channel1 | DC1_SVC3_Po7 | switched | trunk | 110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - |
| Port-Channel3 | MLAG_PEER_DC1-L2LEAF2B_Po3 | switched | trunk | 2-4094 | - | ['MLAG'] | - | - | - | - |

### Port-Channel Interfaces Device Configuration
Expand All @@ -402,7 +406,7 @@ interface Port-Channel1
description DC1_SVC3_Po7
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350
switchport trunk allowed vlan 110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350
switchport mode trunk
mlag 1
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ vlan internal order ascending range 1006 1199
| ------- | ---- | ------------ |
| 110 | Tenant_A_OP_Zone_1 | - |
| 111 | Tenant_A_OP_Zone_2 | - |
| 112 | Tenant_A_OP_Zone_3 | - |
| 120 | Tenant_A_WEB_Zone_1 | - |
| 121 | Tenant_A_WEBZone_2 | - |
| 130 | Tenant_A_APP_Zone_1 | - |
Expand Down Expand Up @@ -291,6 +292,9 @@ vlan 110
vlan 111
name Tenant_A_OP_Zone_2
!
vlan 112
name Tenant_A_OP_Zone_3
!
vlan 120
name Tenant_A_WEB_Zone_1
!
Expand Down Expand Up @@ -351,8 +355,8 @@ vlan 4091

| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group |
| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- |
| Ethernet1 | DC1-SVC3A_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet2 | DC1-SVC3B_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet1 | DC1-SVC3A_Ethernet8 | *trunk | *110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet2 | DC1-SVC3B_Ethernet8 | *trunk | *110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 |
| Ethernet3 | MLAG_PEER_DC1-L2LEAF2A_Ethernet3 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |
| Ethernet4 | MLAG_PEER_DC1-L2LEAF2A_Ethernet4 | *trunk | *2-4094 | *- | *['MLAG'] | 3 |

Expand Down Expand Up @@ -391,7 +395,7 @@ interface Ethernet4

| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI |
| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- |
| Port-Channel1 | DC1_SVC3_Po7 | switched | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - |
| Port-Channel1 | DC1_SVC3_Po7 | switched | trunk | 110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - |
| Port-Channel3 | MLAG_PEER_DC1-L2LEAF2A_Po3 | switched | trunk | 2-4094 | - | ['MLAG'] | - | - | - | - |

### Port-Channel Interfaces Device Configuration
Expand All @@ -402,7 +406,7 @@ interface Port-Channel1
description DC1_SVC3_Po7
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350
switchport trunk allowed vlan 110-112,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350
switchport mode trunk
mlag 1
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ vlan internal order ascending range 1006 1199
| ------- | ---- | ------------ |
| 110 | Tenant_A_OP_Zone_1 | - |
| 111 | Tenant_A_OP_Zone_2 | - |
| 112 | Tenant_A_OP_Zone_3 | - |
| 120 | Tenant_A_WEB_Zone_1 | - |
| 121 | Tenant_A_WEBZone_2 | - |
| 130 | Tenant_A_APP_Zone_1 | - |
Expand All @@ -247,6 +248,9 @@ vlan 110
vlan 111
name Tenant_A_OP_Zone_2
!
vlan 112
name Tenant_A_OP_Zone_3
!
vlan 120
name Tenant_A_WEB_Zone_1
!
Expand Down Expand Up @@ -276,8 +280,8 @@ vlan 161

| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group |
| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- |
| Ethernet1 | DC1-LEAF2A_Ethernet9 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet2 | DC1-LEAF2B_Ethernet9 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet1 | DC1-LEAF2A_Ethernet9 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 1 |
| Ethernet2 | DC1-LEAF2B_Ethernet9 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 1 |

*Inherited from Port-Channel Interface

Expand All @@ -304,7 +308,7 @@ interface Ethernet2

| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI |
| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- |
| Port-Channel1 | DC1_LEAF2_Po9 | switched | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | - | - |
| Port-Channel1 | DC1_LEAF2_Po9 | switched | trunk | 110-112,120-121,130-131,160-161 | - | - | - | - | - | - |

### Port-Channel Interfaces Device Configuration

Expand All @@ -314,7 +318,7 @@ interface Port-Channel1
description DC1_LEAF2_Po9
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,160-161
switchport trunk allowed vlan 110-112,120-121,130-131,160-161
switchport mode trunk
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ vlan internal order ascending range 1006 1199
| ------- | ---- | ------------ |
| 110 | Tenant_A_OP_Zone_1 | - |
| 111 | Tenant_A_OP_Zone_2 | - |
| 112 | Tenant_A_OP_Zone_3 | - |
| 120 | Tenant_A_WEB_Zone_1 | - |
| 121 | Tenant_A_WEBZone_2 | - |
| 130 | Tenant_A_APP_Zone_1 | - |
Expand All @@ -285,6 +286,9 @@ vlan 110
vlan 111
name Tenant_A_OP_Zone_2
!
vlan 112
name Tenant_A_OP_Zone_3
!
vlan 120
name Tenant_A_WEB_Zone_1
!
Expand Down Expand Up @@ -332,9 +336,9 @@ vlan 311

| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group |
| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- |
| Ethernet7 | DC1-L2LEAF1A_Ethernet1 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 7 |
| Ethernet8 | DC1-L2LEAF1B_Ethernet1 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 7 |
| Ethernet9 | DC1-L2LEAF3A_Ethernet1 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 9 |
| Ethernet7 | DC1-L2LEAF1A_Ethernet1 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 7 |
| Ethernet8 | DC1-L2LEAF1B_Ethernet1 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 7 |
| Ethernet9 | DC1-L2LEAF3A_Ethernet1 | *trunk | *110-112,120-121,130-131,160-161 | *- | *- | 9 |
| Ethernet10 | server01_MLAG_Eth2 | *trunk | *210-211 | *- | *- | 10 |
| Ethernet11 | server01_MTU_PROFILE_MLAG_Eth4 | *access | *110 | *- | *- | 11 |
| Ethernet12 | server01_MTU_ADAPTOR_MLAG_Eth6 | *access | *- | *- | *- | 12 |
Expand Down Expand Up @@ -439,8 +443,8 @@ interface Ethernet21

| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI |
| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- |
| Port-Channel7 | DC1_L2LEAF1_Po1 | switched | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | - | 0000:0000:0808:0707:0606 |
| Port-Channel9 | DC1-L2LEAF3A_Po1 | switched | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | - | 0000:0000:0606:0707:0808 |
| Port-Channel7 | DC1_L2LEAF1_Po1 | switched | trunk | 110-112,120-121,130-131,160-161 | - | - | - | - | - | 0000:0000:0808:0707:0606 |
| Port-Channel9 | DC1-L2LEAF3A_Po1 | switched | trunk | 110-112,120-121,130-131,160-161 | - | - | - | - | - | 0000:0000:0606:0707:0808 |
| Port-Channel10 | server01_MLAG_PortChanne1 | switched | trunk | 210-211 | - | - | - | - | - | - |
| Port-Channel11 | server01_MTU_PROFILE_MLAG_PortChanne1 | switched | access | 110 | - | - | - | - | - | - |
| Port-Channel12 | server01_MTU_ADAPTOR_MLAG_PortChanne1 | switched | access | - | - | - | - | - | - | - |
Expand All @@ -454,7 +458,7 @@ interface Port-Channel7
description DC1_L2LEAF1_Po1
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,160-161
switchport trunk allowed vlan 110-112,120-121,130-131,160-161
switchport mode trunk
evpn ethernet-segment
identifier 0000:0000:0808:0707:0606
Expand All @@ -465,7 +469,7 @@ interface Port-Channel9
description DC1-L2LEAF3A_Po1
no shutdown
switchport
switchport trunk allowed vlan 110-111,120-121,130-131,160-161
switchport trunk allowed vlan 110-112,120-121,130-131,160-161
switchport mode trunk
evpn ethernet-segment
identifier 0000:0000:0606:0707:0808
Expand Down Expand Up @@ -556,6 +560,7 @@ interface Loopback100
| --------- | ----------- | --- | ---- | -------- |
| Vlan110 | Tenant_A_OP_Zone_1 | Tenant_A_OP_Zone | - | false |
| Vlan111 | Tenant_A_OP_Zone_2 | Tenant_A_OP_Zone | - | false |
| Vlan112 | Tenant_A_OP_Zone_3 | Tenant_A_OP_Zone | 1560 | false |
| Vlan120 | Tenant_A_WEB_Zone_1 | Tenant_A_WEB_Zone | - | false |
| Vlan121 | Tenant_A_WEBZone_2 | Tenant_A_WEB_Zone | 1560 | true |
| Vlan130 | Tenant_A_APP_Zone_1 | Tenant_A_APP_Zone | - | false |
Expand All @@ -573,6 +578,7 @@ interface Loopback100
| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- |
| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - |
| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - |
| Vlan112 | Tenant_A_OP_Zone | - | - | - | - | - | - |
| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - |
| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - |
| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - |
Expand Down Expand Up @@ -602,6 +608,13 @@ interface Vlan111
ip address virtual 10.1.11.1/24
ip helper-address 1.1.1.1 vrf MGMT source-interface lo100
!
interface Vlan112
description Tenant_A_OP_Zone_3
no shutdown
mtu 1560
vrf Tenant_A_OP_Zone
ip helper-address 2.2.2.2 vrf MGMT source-interface lo101
!
interface Vlan120
description Tenant_A_WEB_Zone_1
no shutdown
Expand Down Expand Up @@ -682,6 +695,7 @@ interface Vlan311
| ---- | --- | ---------- | --------------- |
| 110 | 10110 | - | - |
| 111 | 50111 | - | - |
| 112 | 10112 | - | - |
| 120 | 10120 | - | - |
| 121 | 10121 | - | - |
| 130 | 10130 | - | - |
Expand Down Expand Up @@ -716,6 +730,7 @@ interface Vxlan1
vxlan udp-port 4789
vxlan vlan 110 vni 10110
vxlan vlan 111 vni 50111
vxlan vlan 112 vni 10112
vxlan vlan 120 vni 10120
vxlan vlan 121 vni 10121
vxlan vlan 130 vni 10130
Expand Down Expand Up @@ -880,7 +895,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
| Tenant_A_APP_Zone | 65001:12 | 100000:12 | - | - | learned | 130-131 |
| Tenant_A_DB_Zone | 65001:13 | 100000:13 | - | - | learned | 140-141 |
| Tenant_A_NFS | 65001:20161 | 100000:20161 | - | - | learned | 161 |
| Tenant_A_OP_Zone | 65001:9 | 100000:9 | - | - | learned | 110-111 |
| Tenant_A_OP_Zone | 65001:9 | 100000:9 | - | - | learned | 110-112 |
| Tenant_A_VMOTION | 65001:20160 | 100000:20160 | - | - | learned | 160 |
| Tenant_A_WEB_Zone | 65001:11 | 100000:11 | - | - | learned | 120-121 |
| Tenant_B_OP_Zone | 65001:20 | 100000:20 | - | - | learned | 210-211 |
Expand Down Expand Up @@ -965,7 +980,7 @@ router bgp 65102
rd 65001:9
route-target both 100000:9
redistribute learned
vlan 110-111
vlan 110-112
!
vlan-aware-bundle Tenant_A_VMOTION
rd 65001:20160
Expand Down
Loading

0 comments on commit d897537

Please sign in to comment.