vscode ➜ /workspaces/avd-extended-workshop/avd_inventory (main) $ git diff
@@ -3,6 +3,9 @@ port_profiles:
- profile: TENANT_A
mode: access
vlans: "110"
+ - profile: TENANT_A_TRUNK
+ mode: trunk
+ vlans: "110, 160"
servers:
@@ -12,7 +15,7 @@ servers:
- endpoint_ports: [Eth1, Eth2, Eth3, Eth4]
switch_ports: [Ethernet4, Ethernet5, Ethernet4, Ethernet5]
switches: [leaf1,leaf1, leaf2, leaf2]
- profile: TENANT_A
+ profile: TENANT_A_TRUNK
port_channel:
description: PortChannel
mode: active
(END)