From 3810d847c43cecd63c5c6d5b4ca477507f9a5baf Mon Sep 17 00:00:00 2001 From: Claus Holbech Date: Wed, 23 Oct 2024 03:33:30 +0200 Subject: [PATCH] Fix(eos_designs)!: Endpoints PoE and 802.1x configuration for port-channel members (#4627) Co-authored-by: Shivani-gslab <145646625+Shivani-gslab@users.noreply.github.com> --- .../arista/avd/docs/porting-guides/5.x.x.md | 38 + .../intended/structured_configs/LEAF1A.yml | 490 ++-- .../intended/structured_configs/LEAF1B.yml | 490 ++-- .../intended/structured_configs/LEAF2A.yml | 2418 ++++++++--------- .../intended/structured_configs/LEAF3A.yml | 972 +++---- .../intended/structured_configs/LEAF3B.yml | 972 +++---- .../intended/structured_configs/LEAF3C.yml | 972 +++---- .../intended/structured_configs/LEAF3D.yml | 972 +++---- .../intended/structured_configs/LEAF3E.yml | 972 +++---- .../intended/configs/connected_endpoints.cfg | 41 +- .../structured_configs/DC1-LEAF2A.yml | 8 +- .../connected_endpoints.yml | 79 +- .../host_vars/connected_endpoints.yml | 11 +- .../ethernet_interfaces.py | 4 +- 14 files changed, 4278 insertions(+), 4161 deletions(-) diff --git a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md index 21c5ff4b4e8..3c4e98bcc6b 100644 --- a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md +++ b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md @@ -401,6 +401,44 @@ It is possible to forcefully add or remove BGP configuration per VRF by setting: enabled: # <-- New optional setting to either always or never configure BGP for the VRF ``` +### Connected endpoints and network ports now renders PoE and 802.1x configuration for port-channel members and ignores PoE and 802.1x from LACP fallback individual profile + +With AVD version 5.0.0, port-channel members generated from connected endpoints or `network_ports` will now include 802.1x (`dot1x`) and PoE (`poe`) configuration. +Previously, the member interface configuration only included `dot1x` or `poe` if it was defined under the port profile set in `lacp_fallback.individual.profile`. +The LACP fallback individual profiles now ignores any `dot1x` or `poe` settings. + +It may be required to move the `dot1x` and `poe` settings from the fallback profile to the adapter profile: + +```diff + port_profiles: + - name: MY_LACP_INDIVIDUAL_FALLBACK_PROFILE + <...> +- poe: +- <...> +- dot1x: +- <...> + - name: MY_SERVER_PROFILE + <...> ++ poe: ++ <...> ++ dot1x: ++ <...> + +servers: + - name: MYSERVER1 + adapters: + - <...> + profile: MY_SERVER_PROFILE + port_channel: + <...> + lacp_fallback: + mode: individual + individual: + profile: MY_LACP_INDIVIDUAL_FALLBACK_PROFILE +``` + +No changes are needed if the LACP fallback individual profile is the same as the adapter profile. + ### Default interface descriptions are changed for more consistency With AVD version 5.0.0, the default interface descriptions have been changed to improve consistency. The detailed changes are described in the subsections below. diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml index 1c3b6e75149..51fefc35e2a 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml @@ -142,16 +142,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF1 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 110 - phone: - trunk: untagged - vlan: 120 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -169,11 +159,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -184,6 +169,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -201,11 +191,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -216,6 +201,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -233,11 +223,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -248,6 +233,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -265,11 +255,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -280,6 +265,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -297,11 +287,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -312,6 +297,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -329,11 +319,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -344,6 +329,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -361,11 +351,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -376,6 +361,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -393,11 +383,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -408,6 +393,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -425,11 +415,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -440,6 +425,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -457,11 +447,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -472,6 +457,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -489,11 +479,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -504,6 +489,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -521,11 +511,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -536,6 +521,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -553,11 +543,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -568,6 +553,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -585,11 +575,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -600,6 +585,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -617,11 +607,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -632,6 +617,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -649,11 +639,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -664,6 +649,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -681,11 +671,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -696,6 +681,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -713,11 +703,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -728,6 +713,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -745,11 +735,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -760,6 +745,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -777,11 +767,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -792,6 +777,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -809,11 +799,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -824,6 +809,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -841,11 +831,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -856,6 +841,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -873,11 +863,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -888,6 +873,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -905,11 +895,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -920,6 +905,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -937,11 +927,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -952,6 +937,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -969,11 +959,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -984,6 +969,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1001,11 +991,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1016,6 +1001,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1033,11 +1023,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1048,6 +1033,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1065,11 +1055,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1080,6 +1065,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1097,11 +1087,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1112,6 +1097,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1129,11 +1119,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1144,6 +1129,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1161,11 +1151,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1176,6 +1161,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1193,11 +1183,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1208,6 +1193,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1225,11 +1215,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1240,6 +1225,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1257,11 +1247,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1272,6 +1257,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1289,11 +1279,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1304,6 +1289,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1321,11 +1311,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1336,6 +1321,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1353,11 +1343,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1368,6 +1353,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1385,11 +1375,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1400,6 +1385,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1417,11 +1407,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1432,6 +1417,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1449,11 +1439,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1464,6 +1449,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1481,11 +1471,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1496,6 +1481,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1513,11 +1503,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1528,6 +1513,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1545,11 +1535,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1560,6 +1545,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1577,11 +1567,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1592,6 +1577,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1609,11 +1599,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1624,6 +1609,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1641,11 +1631,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1656,6 +1641,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1673,6 +1663,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 110 + phone: + trunk: untagged + vlan: 120 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled mlag_configuration: domain_id: IDF1 local_interface: Vlan4094 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml index 94d3d21aeda..3c07daefbf2 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml @@ -142,16 +142,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF1 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 110 - phone: - trunk: untagged - vlan: 120 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -169,11 +159,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -184,6 +169,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -201,11 +191,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -216,6 +201,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -233,11 +223,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -248,6 +233,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -265,11 +255,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -280,6 +265,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -297,11 +287,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -312,6 +297,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -329,11 +319,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -344,6 +329,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -361,11 +351,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -376,6 +361,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -393,11 +383,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -408,6 +393,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -425,11 +415,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -440,6 +425,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -457,11 +447,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -472,6 +457,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -489,11 +479,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -504,6 +489,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -521,11 +511,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -536,6 +521,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -553,11 +543,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -568,6 +553,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -585,11 +575,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -600,6 +585,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -617,11 +607,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -632,6 +617,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -649,11 +639,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -664,6 +649,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -681,11 +671,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -696,6 +681,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -713,11 +703,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -728,6 +713,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -745,11 +735,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -760,6 +745,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -777,11 +767,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -792,6 +777,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -809,11 +799,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -824,6 +809,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -841,11 +831,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -856,6 +841,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -873,11 +863,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -888,6 +873,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -905,11 +895,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -920,6 +905,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -937,11 +927,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -952,6 +937,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -969,11 +959,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -984,6 +969,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1001,11 +991,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1016,6 +1001,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1033,11 +1023,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1048,6 +1033,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1065,11 +1055,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1080,6 +1065,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1097,11 +1087,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1112,6 +1097,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1129,11 +1119,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1144,6 +1129,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1161,11 +1151,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1176,6 +1161,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1193,11 +1183,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1208,6 +1193,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1225,11 +1215,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1240,6 +1225,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1257,11 +1247,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1272,6 +1257,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1289,11 +1279,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1304,6 +1289,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1321,11 +1311,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1336,6 +1321,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1353,11 +1343,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1368,6 +1353,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1385,11 +1375,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1400,6 +1385,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1417,11 +1407,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1432,6 +1417,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1449,11 +1439,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1464,6 +1449,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1481,11 +1471,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1496,6 +1481,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1513,11 +1503,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1528,6 +1513,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1545,11 +1535,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1560,6 +1545,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1577,11 +1567,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1592,6 +1577,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1609,11 +1599,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1624,6 +1609,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1641,11 +1631,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF1 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1656,6 +1641,11 @@ ethernet_interfaces: vlan: 120 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF1 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1673,6 +1663,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 130 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 110 + phone: + trunk: untagged + vlan: 120 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled mlag_configuration: domain_id: IDF1 local_interface: Vlan4094 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml index 11ca0c4352d..3858d2a20a0 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml @@ -82,16 +82,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF2 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 210 - phone: - trunk: untagged - vlan: 220 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -119,11 +109,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -134,6 +119,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -161,11 +151,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -176,6 +161,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -203,11 +193,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -218,6 +203,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -245,11 +235,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -260,6 +245,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -287,11 +277,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -302,6 +287,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -329,11 +319,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -344,6 +329,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -371,11 +361,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -386,6 +371,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -413,11 +403,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -428,6 +413,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -455,11 +445,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -470,6 +455,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -497,11 +487,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -512,6 +497,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -539,11 +529,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -554,6 +539,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -581,11 +571,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -596,6 +581,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -623,11 +613,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -638,6 +623,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -665,11 +655,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -680,6 +665,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -707,11 +697,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -722,6 +707,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -749,11 +739,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -764,6 +749,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -791,11 +781,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -806,6 +791,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -833,11 +823,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -848,6 +833,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -875,11 +865,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -890,6 +875,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -917,11 +907,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -932,6 +917,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -959,11 +949,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -974,6 +959,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1001,11 +991,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1016,6 +1001,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1043,11 +1033,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1058,6 +1043,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1085,11 +1075,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1100,6 +1085,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1127,11 +1117,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1142,6 +1127,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1169,11 +1159,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1184,6 +1169,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1211,11 +1201,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1226,6 +1211,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1253,11 +1243,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1268,6 +1253,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1295,11 +1285,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1310,6 +1295,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1337,11 +1327,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1352,6 +1337,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1379,11 +1369,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1394,6 +1379,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1421,11 +1411,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1436,6 +1421,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1463,11 +1453,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1478,6 +1463,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1505,11 +1495,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1520,6 +1505,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1547,11 +1537,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1562,6 +1547,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1589,11 +1579,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1604,6 +1589,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1631,11 +1621,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1646,6 +1631,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1673,11 +1663,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1688,6 +1673,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1715,11 +1705,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1730,6 +1715,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1757,11 +1747,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1772,6 +1757,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1799,11 +1789,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1814,6 +1799,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1841,11 +1831,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1856,6 +1841,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1883,11 +1873,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1898,6 +1883,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1925,11 +1915,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1940,6 +1925,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1967,11 +1957,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1982,6 +1967,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2009,11 +1999,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2024,6 +2009,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2051,11 +2041,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet3/48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2066,6 +2051,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3/48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2093,11 +2083,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/1 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2108,6 +2093,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/1 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2135,11 +2125,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2150,6 +2135,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2177,11 +2167,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2192,6 +2177,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2219,11 +2209,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2234,6 +2219,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2261,11 +2251,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2276,6 +2261,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2303,11 +2293,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2318,6 +2303,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2345,11 +2335,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2360,6 +2345,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2387,11 +2377,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2402,6 +2387,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2429,11 +2419,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2444,6 +2429,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2471,11 +2461,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2486,6 +2471,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2513,11 +2503,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2528,6 +2513,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2555,11 +2545,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2570,6 +2555,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2597,11 +2587,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2612,6 +2597,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2639,11 +2629,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2654,6 +2639,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2680,12 +2670,7 @@ ethernet_interfaces: shutdown: action: power-off limit: - class: 4 -- name: Ethernet4/15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false + class: 4 switchport: enabled: true mode: trunk phone @@ -2696,6 +2681,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2723,11 +2713,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2738,6 +2723,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2765,11 +2755,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2780,6 +2765,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2807,11 +2797,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2822,6 +2807,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2849,11 +2839,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2864,6 +2849,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2891,11 +2881,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2906,6 +2891,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2933,11 +2923,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2948,6 +2933,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2975,11 +2965,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2990,6 +2975,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3017,11 +3007,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3032,6 +3017,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3059,11 +3049,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3074,6 +3059,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3101,11 +3091,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3116,6 +3101,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3143,11 +3133,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3158,6 +3143,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3185,11 +3175,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3200,6 +3185,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3227,11 +3217,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3242,6 +3227,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3269,11 +3259,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3284,6 +3269,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3311,11 +3301,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3326,6 +3311,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3353,11 +3343,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3368,6 +3353,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3395,11 +3385,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3410,6 +3395,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3437,11 +3427,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3452,6 +3437,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3479,11 +3469,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3494,6 +3479,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3521,11 +3511,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3536,6 +3521,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3563,11 +3553,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3578,6 +3563,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3605,11 +3595,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3620,6 +3605,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3647,11 +3637,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3662,6 +3647,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3689,11 +3679,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3704,6 +3689,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3731,11 +3721,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3746,6 +3731,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3773,11 +3763,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3788,6 +3773,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3815,11 +3805,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3830,6 +3815,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3857,11 +3847,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3872,6 +3857,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3899,11 +3889,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3914,6 +3899,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3941,11 +3931,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3956,6 +3941,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3983,11 +3973,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3998,6 +3983,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4025,11 +4015,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4040,6 +4025,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4067,11 +4057,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet4/48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4082,6 +4067,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4/48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4109,11 +4099,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/1 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4124,6 +4109,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/1 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4151,11 +4141,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4166,6 +4151,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4193,11 +4183,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4208,6 +4193,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4235,11 +4225,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4250,6 +4235,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4277,11 +4267,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4292,6 +4277,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4319,11 +4309,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4334,6 +4319,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4361,11 +4351,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4376,6 +4361,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4403,11 +4393,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4418,6 +4403,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4445,11 +4435,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4460,6 +4445,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4487,11 +4477,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4502,6 +4487,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4529,11 +4519,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4544,6 +4529,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4571,11 +4561,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4586,6 +4571,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4613,11 +4603,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4628,6 +4613,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4655,11 +4645,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4670,6 +4655,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4697,11 +4687,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4712,6 +4697,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4739,11 +4729,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4754,6 +4739,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4781,11 +4771,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4796,6 +4781,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4822,12 +4812,7 @@ ethernet_interfaces: shutdown: action: power-off limit: - class: 4 -- name: Ethernet5/18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false + class: 4 switchport: enabled: true mode: trunk phone @@ -4838,6 +4823,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4865,11 +4855,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4880,6 +4865,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4907,11 +4897,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4922,6 +4907,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4949,11 +4939,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -4964,6 +4949,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -4991,11 +4981,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5006,6 +4991,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5033,11 +5023,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5048,6 +5033,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5075,11 +5065,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5090,6 +5075,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5117,11 +5107,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5132,6 +5117,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5159,11 +5149,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5174,6 +5159,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5201,11 +5191,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5216,6 +5201,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5243,11 +5233,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5258,6 +5243,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5285,11 +5275,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5300,6 +5285,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5327,11 +5317,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5342,6 +5327,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5369,11 +5359,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5384,6 +5369,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5411,11 +5401,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5426,6 +5411,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5453,11 +5443,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5468,6 +5453,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5495,11 +5485,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5510,6 +5495,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5537,11 +5527,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5552,6 +5537,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5579,11 +5569,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5594,6 +5579,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5621,11 +5611,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5636,6 +5621,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5663,11 +5653,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5678,6 +5663,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5705,11 +5695,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5720,6 +5705,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5747,11 +5737,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5762,6 +5747,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5789,11 +5779,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5804,6 +5789,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5831,11 +5821,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5846,6 +5831,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5873,11 +5863,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5888,6 +5873,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5915,11 +5905,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5930,6 +5915,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5957,11 +5947,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -5972,6 +5957,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -5999,11 +5989,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6014,6 +5999,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6041,11 +6031,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6056,6 +6041,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6083,11 +6073,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet5/48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6098,6 +6083,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5/48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6125,11 +6115,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/1 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6140,6 +6125,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/1 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6167,11 +6157,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6182,6 +6167,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6209,11 +6199,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6224,6 +6209,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6251,11 +6241,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6266,6 +6251,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6293,11 +6283,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6308,6 +6293,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6335,11 +6325,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6350,6 +6335,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6377,11 +6367,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6392,6 +6377,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6419,11 +6409,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6434,6 +6419,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6461,11 +6451,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6476,6 +6461,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6503,11 +6493,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6518,6 +6503,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6545,11 +6535,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6560,6 +6545,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6587,11 +6577,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6602,6 +6587,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6629,11 +6619,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6644,6 +6629,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6671,11 +6661,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6686,6 +6671,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6713,11 +6703,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6728,6 +6713,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6755,11 +6745,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6770,6 +6755,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6797,11 +6787,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6812,6 +6797,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6839,11 +6829,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6854,6 +6839,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6881,11 +6871,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6896,6 +6881,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6923,11 +6913,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -6938,6 +6923,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -6964,12 +6954,7 @@ ethernet_interfaces: shutdown: action: power-off limit: - class: 4 -- name: Ethernet6/21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false + class: 4 switchport: enabled: true mode: trunk phone @@ -6980,6 +6965,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7007,11 +6997,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7022,6 +7007,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7049,11 +7039,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7064,6 +7049,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7091,11 +7081,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7106,6 +7091,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7133,11 +7123,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7148,6 +7133,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7175,11 +7165,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7190,6 +7175,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7217,11 +7207,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7232,6 +7217,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7259,11 +7249,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7274,6 +7259,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7301,11 +7291,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7316,6 +7301,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7343,11 +7333,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7358,6 +7343,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7385,11 +7375,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7400,6 +7385,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7427,11 +7417,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7442,6 +7427,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7469,11 +7459,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7484,6 +7469,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7511,11 +7501,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7526,6 +7511,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7553,11 +7543,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7568,6 +7553,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7595,11 +7585,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7610,6 +7595,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7637,11 +7627,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7652,6 +7637,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7679,11 +7669,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7694,6 +7679,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7721,11 +7711,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7736,6 +7721,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7763,11 +7753,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7778,6 +7763,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7805,11 +7795,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7820,6 +7805,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7847,11 +7837,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7862,6 +7847,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7889,11 +7879,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7904,6 +7889,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7931,11 +7921,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7946,6 +7931,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -7973,11 +7963,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -7988,6 +7973,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8015,11 +8005,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8030,6 +8015,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8057,11 +8047,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8072,6 +8057,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8099,11 +8089,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet6/48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8114,6 +8099,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6/48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8141,11 +8131,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/1 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8156,6 +8141,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/1 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8183,11 +8173,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8198,6 +8183,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8225,11 +8215,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8240,6 +8225,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8267,11 +8257,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8282,6 +8267,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8309,11 +8299,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8324,6 +8309,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8351,11 +8341,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8366,6 +8351,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8393,11 +8383,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8408,6 +8393,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8435,11 +8425,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8450,6 +8435,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8477,11 +8467,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8492,6 +8477,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8519,11 +8509,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8534,6 +8519,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8561,11 +8551,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8576,6 +8561,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8603,11 +8593,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8618,6 +8603,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8645,11 +8635,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8660,6 +8645,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8687,11 +8677,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8702,6 +8687,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8729,11 +8719,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8744,6 +8729,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8771,11 +8761,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8786,6 +8771,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8813,11 +8803,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8828,6 +8813,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8855,11 +8845,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8870,6 +8855,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8897,11 +8887,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8912,6 +8897,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8939,11 +8929,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8954,6 +8939,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -8981,11 +8971,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -8996,6 +8981,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9023,11 +9013,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9038,6 +9023,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9065,11 +9055,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9080,6 +9065,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9106,12 +9096,7 @@ ethernet_interfaces: shutdown: action: power-off limit: - class: 4 -- name: Ethernet7/24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false + class: 4 switchport: enabled: true mode: trunk phone @@ -9122,6 +9107,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9149,11 +9139,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9164,6 +9149,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9191,11 +9181,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9206,6 +9191,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9233,11 +9223,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9248,6 +9233,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9275,11 +9265,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9290,6 +9275,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9317,11 +9307,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9332,6 +9317,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9359,11 +9349,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9374,6 +9359,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9401,11 +9391,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9416,6 +9401,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9443,11 +9433,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9458,6 +9443,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9485,11 +9475,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9500,6 +9485,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9527,11 +9517,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9542,6 +9527,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9569,11 +9559,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9584,6 +9569,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9611,11 +9601,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9626,6 +9611,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9653,11 +9643,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9668,6 +9653,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9695,11 +9685,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9710,6 +9695,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9737,11 +9727,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9752,6 +9737,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9779,11 +9769,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9794,6 +9779,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9821,11 +9811,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9836,6 +9821,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9863,11 +9853,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9878,6 +9863,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9905,11 +9895,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9920,6 +9905,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9947,11 +9937,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -9962,6 +9947,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -9989,11 +9979,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -10004,6 +9989,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -10031,11 +10021,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -10046,6 +10031,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -10073,11 +10063,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -10088,6 +10073,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -10115,11 +10105,6 @@ ethernet_interfaces: action: power-off limit: class: 4 -- name: Ethernet7/48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF2 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -10130,6 +10115,11 @@ ethernet_interfaces: vlan: 220 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7/48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF2 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -10157,6 +10147,16 @@ ethernet_interfaces: action: power-off limit: class: 4 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 210 + phone: + trunk: untagged + vlan: 220 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled port_channel_interfaces: - name: Port-Channel11 description: L2_SPINES_Port-Channel491 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml index 5075bdd6b9e..43c8d658677 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml @@ -205,16 +205,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF3 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 310 - phone: - trunk: untagged - vlan: 320 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -232,11 +222,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -247,6 +232,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -264,11 +254,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -279,6 +264,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -296,11 +286,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -311,6 +296,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -328,11 +318,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -343,6 +328,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -360,11 +350,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -375,6 +360,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -392,11 +382,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -407,6 +392,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -424,11 +414,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -439,6 +424,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -456,11 +446,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -471,6 +456,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -488,11 +478,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -503,6 +488,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -520,11 +510,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -535,6 +520,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -552,11 +542,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -567,6 +552,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -584,11 +574,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -599,6 +584,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -616,11 +606,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -631,6 +616,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -648,11 +638,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -663,6 +648,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -680,11 +670,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -695,6 +680,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -712,11 +702,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -727,6 +712,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -744,11 +734,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -759,6 +744,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -776,11 +766,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -791,6 +776,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -808,11 +798,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -823,6 +808,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -840,11 +830,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -855,6 +840,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -872,11 +862,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -887,6 +872,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -904,11 +894,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -919,6 +904,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -936,11 +926,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -951,6 +936,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -968,11 +958,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -983,6 +968,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1000,11 +990,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1015,6 +1000,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1032,11 +1022,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1047,6 +1032,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1064,11 +1054,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1079,6 +1064,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1096,11 +1086,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1111,6 +1096,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1128,11 +1118,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1143,6 +1128,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1160,11 +1150,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1175,6 +1160,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1192,11 +1182,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1207,6 +1192,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1224,11 +1214,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1239,6 +1224,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1256,11 +1246,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1271,6 +1256,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1288,11 +1278,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1303,6 +1288,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1320,11 +1310,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1335,6 +1320,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1352,11 +1342,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1367,6 +1352,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1384,11 +1374,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1399,6 +1384,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1416,11 +1406,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1431,6 +1416,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1448,11 +1438,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1463,6 +1448,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1480,11 +1470,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1495,6 +1480,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1512,11 +1502,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1527,6 +1512,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1544,11 +1534,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1559,6 +1544,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1576,11 +1566,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1591,6 +1576,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1608,11 +1598,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1623,6 +1608,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1640,11 +1630,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1655,6 +1640,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1672,11 +1662,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1687,6 +1672,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1704,11 +1694,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1719,6 +1704,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1736,11 +1726,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet49 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1751,6 +1736,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet49 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1768,11 +1758,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet50 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1783,6 +1768,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet50 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1800,11 +1790,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet51 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1815,6 +1800,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet51 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1832,11 +1822,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet52 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1847,6 +1832,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet52 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1864,11 +1854,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet53 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1879,6 +1864,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet53 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1896,11 +1886,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet54 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1911,6 +1896,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet54 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1928,11 +1918,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet55 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1943,6 +1928,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet55 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1960,11 +1950,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet56 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1975,6 +1960,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet56 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1992,11 +1982,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet57 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2007,6 +1992,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet57 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2024,11 +2014,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet58 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2039,6 +2024,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet58 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2056,11 +2046,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet59 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2071,6 +2056,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet59 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2088,11 +2078,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet60 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2103,6 +2088,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet60 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2120,11 +2110,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet61 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2135,6 +2120,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet61 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2152,11 +2142,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet62 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2167,6 +2152,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet62 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2184,11 +2174,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet63 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2199,6 +2184,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet63 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2216,11 +2206,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet64 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2231,6 +2216,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet64 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2248,11 +2238,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet65 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2263,6 +2248,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet65 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2280,11 +2270,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet66 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2295,6 +2280,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet66 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2312,11 +2302,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet67 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2327,6 +2312,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet67 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2344,11 +2334,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet68 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2359,6 +2344,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet68 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2376,11 +2366,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet69 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2391,6 +2376,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet69 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2408,11 +2398,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet70 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2423,6 +2408,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet70 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2440,11 +2430,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet71 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2455,6 +2440,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet71 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2471,12 +2461,7 @@ ethernet_interfaces: reauthorization_request_limit: 3 authentication_failure: action: allow - allow_vlan: 330 -- name: Ethernet72 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false + allow_vlan: 330 switchport: enabled: true mode: trunk phone @@ -2487,6 +2472,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet72 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2504,11 +2494,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet73 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2519,6 +2504,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet73 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2536,11 +2526,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet74 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2551,6 +2536,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet74 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2568,11 +2558,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet75 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2583,6 +2568,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet75 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2600,11 +2590,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet76 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2615,6 +2600,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet76 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2632,11 +2622,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet77 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2647,6 +2632,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet77 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2664,11 +2654,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet78 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2679,6 +2664,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet78 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2696,11 +2686,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet79 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2711,6 +2696,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet79 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2728,11 +2718,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet80 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2743,6 +2728,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet80 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2760,11 +2750,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet81 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2775,6 +2760,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet81 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2792,11 +2782,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet82 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2807,6 +2792,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet82 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2824,11 +2814,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet83 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2839,6 +2824,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet83 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2856,11 +2846,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet84 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2871,6 +2856,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet84 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2888,11 +2878,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet85 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2903,6 +2888,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet85 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2920,11 +2910,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet86 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2935,6 +2920,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet86 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2952,11 +2942,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet87 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2967,6 +2952,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet87 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2984,11 +2974,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet88 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2999,6 +2984,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet88 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3016,11 +3006,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet89 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3031,6 +3016,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet89 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3048,11 +3038,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet90 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3063,6 +3048,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet90 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3080,11 +3070,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet91 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3095,6 +3080,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet91 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3112,11 +3102,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet92 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3127,6 +3112,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet92 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3144,11 +3134,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet93 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3159,6 +3144,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet93 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3176,11 +3166,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet94 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3191,6 +3176,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet94 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3208,11 +3198,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet95 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3223,6 +3208,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet95 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3240,11 +3230,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet96 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3255,6 +3240,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet96 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3272,6 +3262,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 310 + phone: + trunk: untagged + vlan: 320 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled mlag_configuration: domain_id: IDF3_AGG local_interface: Vlan4094 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml index 4c52b2b7a39..8ecdb46e0f6 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml @@ -205,16 +205,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF3 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 310 - phone: - trunk: untagged - vlan: 320 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -232,11 +222,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -247,6 +232,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -264,11 +254,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -279,6 +264,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -296,11 +286,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -311,6 +296,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -328,11 +318,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -343,6 +328,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -360,11 +350,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -375,6 +360,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -392,11 +382,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -407,6 +392,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -424,11 +414,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -439,6 +424,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -456,11 +446,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -471,6 +456,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -488,11 +478,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -503,6 +488,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -520,11 +510,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -535,6 +520,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -552,11 +542,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -567,6 +552,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -584,11 +574,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -599,6 +584,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -616,11 +606,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -631,6 +616,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -648,11 +638,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -663,6 +648,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -680,11 +670,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -695,6 +680,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -712,11 +702,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -727,6 +712,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -744,11 +734,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -759,6 +744,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -776,11 +766,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -791,6 +776,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -808,11 +798,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -823,6 +808,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -840,11 +830,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -855,6 +840,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -872,11 +862,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -887,6 +872,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -904,11 +894,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -919,6 +904,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -936,11 +926,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -951,6 +936,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -968,11 +958,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -983,6 +968,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1000,11 +990,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1015,6 +1000,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1032,11 +1022,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1047,6 +1032,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1064,11 +1054,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1079,6 +1064,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1096,11 +1086,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1111,6 +1096,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1128,11 +1118,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1143,6 +1128,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1160,11 +1150,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1175,6 +1160,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1192,11 +1182,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1207,6 +1192,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1224,11 +1214,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1239,6 +1224,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1256,11 +1246,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1271,6 +1256,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1288,11 +1278,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1303,6 +1288,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1320,11 +1310,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1335,6 +1320,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1352,11 +1342,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1367,6 +1352,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1384,11 +1374,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1399,6 +1384,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1416,11 +1406,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1431,6 +1416,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1448,11 +1438,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1463,6 +1448,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1480,11 +1470,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1495,6 +1480,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1512,11 +1502,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1527,6 +1512,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1544,11 +1534,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1559,6 +1544,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1576,11 +1566,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1591,6 +1576,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1608,11 +1598,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1623,6 +1608,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1640,11 +1630,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1655,6 +1640,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1672,11 +1662,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1687,6 +1672,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1704,11 +1694,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1719,6 +1704,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1736,11 +1726,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet49 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1751,6 +1736,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet49 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1768,11 +1758,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet50 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1783,6 +1768,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet50 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1800,11 +1790,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet51 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1815,6 +1800,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet51 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1832,11 +1822,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet52 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1847,6 +1832,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet52 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1864,11 +1854,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet53 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1879,6 +1864,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet53 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1896,11 +1886,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet54 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1911,6 +1896,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet54 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1928,11 +1918,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet55 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1943,6 +1928,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet55 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1960,11 +1950,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet56 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1975,6 +1960,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet56 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1992,11 +1982,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet57 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2007,6 +1992,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet57 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2024,11 +2014,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet58 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2039,6 +2024,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet58 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2056,11 +2046,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet59 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2071,6 +2056,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet59 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2088,11 +2078,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet60 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2103,6 +2088,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet60 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2120,11 +2110,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet61 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2135,6 +2120,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet61 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2152,11 +2142,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet62 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2167,6 +2152,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet62 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2184,11 +2174,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet63 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2199,6 +2184,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet63 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2216,11 +2206,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet64 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2231,6 +2216,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet64 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2248,11 +2238,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet65 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2263,6 +2248,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet65 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2280,11 +2270,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet66 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2295,6 +2280,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet66 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2312,11 +2302,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet67 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2327,6 +2312,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet67 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2344,11 +2334,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet68 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2359,6 +2344,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet68 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2376,11 +2366,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet69 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2391,6 +2376,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet69 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2408,11 +2398,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet70 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2423,6 +2408,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet70 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2440,11 +2430,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet71 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2455,6 +2440,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet71 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2471,12 +2461,7 @@ ethernet_interfaces: reauthorization_request_limit: 3 authentication_failure: action: allow - allow_vlan: 330 -- name: Ethernet72 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false + allow_vlan: 330 switchport: enabled: true mode: trunk phone @@ -2487,6 +2472,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet72 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2504,11 +2494,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet73 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2519,6 +2504,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet73 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2536,11 +2526,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet74 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2551,6 +2536,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet74 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2568,11 +2558,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet75 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2583,6 +2568,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet75 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2600,11 +2590,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet76 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2615,6 +2600,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet76 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2632,11 +2622,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet77 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2647,6 +2632,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet77 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2664,11 +2654,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet78 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2679,6 +2664,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet78 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2696,11 +2686,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet79 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2711,6 +2696,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet79 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2728,11 +2718,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet80 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2743,6 +2728,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet80 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2760,11 +2750,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet81 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2775,6 +2760,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet81 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2792,11 +2782,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet82 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2807,6 +2792,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet82 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2824,11 +2814,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet83 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2839,6 +2824,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet83 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2856,11 +2846,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet84 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2871,6 +2856,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet84 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2888,11 +2878,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet85 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2903,6 +2888,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet85 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2920,11 +2910,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet86 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2935,6 +2920,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet86 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2952,11 +2942,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet87 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2967,6 +2952,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet87 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2984,11 +2974,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet88 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2999,6 +2984,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet88 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3016,11 +3006,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet89 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3031,6 +3016,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet89 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3048,11 +3038,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet90 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3063,6 +3048,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet90 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3080,11 +3070,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet91 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3095,6 +3080,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet91 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3112,11 +3102,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet92 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3127,6 +3112,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet92 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3144,11 +3134,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet93 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3159,6 +3144,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet93 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3176,11 +3166,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet94 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3191,6 +3176,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet94 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3208,11 +3198,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet95 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3223,6 +3208,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet95 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3240,11 +3230,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet96 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3255,6 +3240,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet96 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3272,6 +3262,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 310 + phone: + trunk: untagged + vlan: 320 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled mlag_configuration: domain_id: IDF3_AGG local_interface: Vlan4094 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml index 025ef846cff..13757d269ee 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml @@ -82,16 +82,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF3 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 310 - phone: - trunk: untagged - vlan: 320 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -109,11 +99,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -124,6 +109,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -141,11 +131,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -156,6 +141,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -173,11 +163,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -188,6 +173,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -205,11 +195,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -220,6 +205,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -237,11 +227,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -252,6 +237,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -269,11 +259,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -284,6 +269,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -301,11 +291,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -316,6 +301,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -333,11 +323,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -348,6 +333,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -365,11 +355,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -380,6 +365,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -397,11 +387,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -412,6 +397,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -429,11 +419,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -444,6 +429,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -461,11 +451,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -476,6 +461,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -493,11 +483,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -508,6 +493,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -525,11 +515,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -540,6 +525,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -557,11 +547,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -572,6 +557,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -589,11 +579,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -604,6 +589,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -621,11 +611,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -636,6 +621,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -653,11 +643,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -668,6 +653,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -685,11 +675,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -700,6 +685,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -717,11 +707,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -732,6 +717,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -749,11 +739,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -764,6 +749,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -781,11 +771,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -796,6 +781,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -813,11 +803,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -828,6 +813,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -845,11 +835,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -860,6 +845,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -877,11 +867,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -892,6 +877,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -909,11 +899,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -924,6 +909,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -941,11 +931,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -956,6 +941,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -973,11 +963,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -988,6 +973,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1005,11 +995,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1020,6 +1005,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1037,11 +1027,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1052,6 +1037,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1069,11 +1059,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1084,6 +1069,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1101,11 +1091,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1116,6 +1101,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1133,11 +1123,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1148,6 +1133,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1165,11 +1155,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1180,6 +1165,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1197,11 +1187,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1212,6 +1197,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1229,11 +1219,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1244,6 +1229,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1261,11 +1251,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1276,6 +1261,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1293,11 +1283,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1308,6 +1293,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1325,11 +1315,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1340,6 +1325,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1357,11 +1347,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1372,6 +1357,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1389,11 +1379,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1404,6 +1389,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1421,11 +1411,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1436,6 +1421,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1453,11 +1443,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1468,6 +1453,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1485,11 +1475,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1500,6 +1485,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1517,11 +1507,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1532,6 +1517,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1549,11 +1539,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1564,6 +1549,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1581,11 +1571,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1596,6 +1581,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1613,11 +1603,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet49 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1628,6 +1613,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet49 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1645,11 +1635,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet50 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1660,6 +1645,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet50 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1677,11 +1667,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet51 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1692,6 +1677,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet51 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1709,11 +1699,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet52 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1724,6 +1709,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet52 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1741,11 +1731,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet53 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1756,6 +1741,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet53 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1773,11 +1763,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet54 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1788,6 +1773,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet54 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1805,11 +1795,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet55 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1820,6 +1805,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet55 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1837,11 +1827,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet56 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1852,6 +1837,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet56 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1869,11 +1859,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet57 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1884,6 +1869,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet57 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1901,11 +1891,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet58 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1916,6 +1901,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet58 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1933,11 +1923,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet59 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1948,6 +1933,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet59 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1965,11 +1955,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet60 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1980,6 +1965,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet60 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1997,11 +1987,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet61 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2012,6 +1997,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet61 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2029,11 +2019,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet62 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2044,6 +2029,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet62 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2061,11 +2051,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet63 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2076,6 +2061,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet63 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2093,11 +2083,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet64 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2108,6 +2093,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet64 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2125,11 +2115,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet65 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2140,6 +2125,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet65 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2157,11 +2147,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet66 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2172,6 +2157,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet66 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2189,11 +2179,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet67 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2204,6 +2189,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet67 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2221,11 +2211,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet68 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2236,6 +2221,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet68 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2253,11 +2243,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet69 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2268,6 +2253,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet69 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2285,11 +2275,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet70 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2300,6 +2285,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet70 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2317,11 +2307,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet71 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2332,6 +2317,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet71 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2348,12 +2338,7 @@ ethernet_interfaces: reauthorization_request_limit: 3 authentication_failure: action: allow - allow_vlan: 330 -- name: Ethernet72 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false + allow_vlan: 330 switchport: enabled: true mode: trunk phone @@ -2364,6 +2349,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet72 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2381,11 +2371,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet73 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2396,6 +2381,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet73 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2413,11 +2403,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet74 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2428,6 +2413,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet74 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2445,11 +2435,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet75 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2460,6 +2445,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet75 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2477,11 +2467,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet76 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2492,6 +2477,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet76 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2509,11 +2499,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet77 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2524,6 +2509,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet77 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2541,11 +2531,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet78 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2556,6 +2541,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet78 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2573,11 +2563,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet79 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2588,6 +2573,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet79 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2605,11 +2595,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet80 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2620,6 +2605,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet80 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2637,11 +2627,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet81 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2652,6 +2637,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet81 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2669,11 +2659,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet82 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2684,6 +2669,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet82 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2701,11 +2691,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet83 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2716,6 +2701,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet83 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2733,11 +2723,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet84 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2748,6 +2733,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet84 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2765,11 +2755,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet85 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2780,6 +2765,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet85 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2797,11 +2787,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet86 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2812,6 +2797,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet86 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2829,11 +2819,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet87 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2844,6 +2829,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet87 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2861,11 +2851,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet88 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2876,6 +2861,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet88 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2893,11 +2883,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet89 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2908,6 +2893,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet89 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2925,11 +2915,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet90 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2940,6 +2925,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet90 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2957,11 +2947,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet91 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2972,6 +2957,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet91 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2989,11 +2979,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet92 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3004,6 +2989,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet92 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3021,11 +3011,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet93 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3036,6 +3021,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet93 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3053,11 +3043,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet94 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3068,6 +3053,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet94 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3085,11 +3075,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet95 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3100,6 +3085,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet95 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3117,11 +3107,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet96 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3132,6 +3117,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet96 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3149,6 +3139,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 310 + phone: + trunk: untagged + vlan: 320 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled port_channel_interfaces: - name: Port-Channel971 description: L2_IDF3_AGG_Port-Channel973 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml index eda946a4e01..bcddc613dd9 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml @@ -82,16 +82,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF3 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 310 - phone: - trunk: untagged - vlan: 320 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -109,11 +99,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -124,6 +109,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -141,11 +131,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -156,6 +141,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -173,11 +163,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -188,6 +173,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -205,11 +195,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -220,6 +205,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -237,11 +227,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -252,6 +237,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -269,11 +259,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -284,6 +269,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -301,11 +291,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -316,6 +301,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -333,11 +323,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -348,6 +333,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -365,11 +355,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -380,6 +365,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -397,11 +387,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -412,6 +397,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -429,11 +419,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -444,6 +429,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -461,11 +451,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -476,6 +461,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -493,11 +483,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -508,6 +493,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -525,11 +515,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -540,6 +525,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -557,11 +547,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -572,6 +557,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -589,11 +579,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -604,6 +589,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -621,11 +611,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -636,6 +621,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -653,11 +643,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -668,6 +653,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -685,11 +675,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -700,6 +685,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -717,11 +707,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -732,6 +717,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -749,11 +739,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -764,6 +749,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -781,11 +771,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -796,6 +781,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -813,11 +803,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -828,6 +813,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -845,11 +835,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -860,6 +845,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -877,11 +867,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -892,6 +877,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -909,11 +899,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -924,6 +909,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -941,11 +931,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -956,6 +941,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -973,11 +963,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -988,6 +973,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1005,11 +995,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1020,6 +1005,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1037,11 +1027,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1052,6 +1037,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1069,11 +1059,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1084,6 +1069,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1101,11 +1091,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1116,6 +1101,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1133,11 +1123,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1148,6 +1133,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1165,11 +1155,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1180,6 +1165,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1197,11 +1187,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1212,6 +1197,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1229,11 +1219,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1244,6 +1229,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1261,11 +1251,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1276,6 +1261,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1293,11 +1283,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1308,6 +1293,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1325,11 +1315,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1340,6 +1325,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1357,11 +1347,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1372,6 +1357,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1389,11 +1379,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1404,6 +1389,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1421,11 +1411,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1436,6 +1421,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1453,11 +1443,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1468,6 +1453,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1485,11 +1475,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1500,6 +1485,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1517,11 +1507,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1532,6 +1517,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1549,11 +1539,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1564,6 +1549,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1581,11 +1571,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1596,6 +1581,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1613,11 +1603,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet49 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1628,6 +1613,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet49 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1645,11 +1635,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet50 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1660,6 +1645,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet50 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1677,11 +1667,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet51 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1692,6 +1677,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet51 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1709,11 +1699,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet52 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1724,6 +1709,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet52 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1741,11 +1731,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet53 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1756,6 +1741,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet53 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1773,11 +1763,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet54 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1788,6 +1773,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet54 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1805,11 +1795,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet55 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1820,6 +1805,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet55 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1837,11 +1827,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet56 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1852,6 +1837,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet56 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1869,11 +1859,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet57 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1884,6 +1869,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet57 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1901,11 +1891,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet58 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1916,6 +1901,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet58 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1933,11 +1923,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet59 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1948,6 +1933,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet59 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1965,11 +1955,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet60 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1980,6 +1965,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet60 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1997,11 +1987,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet61 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2012,6 +1997,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet61 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2029,11 +2019,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet62 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2044,6 +2029,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet62 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2061,11 +2051,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet63 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2076,6 +2061,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet63 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2093,11 +2083,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet64 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2108,6 +2093,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet64 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2125,11 +2115,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet65 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2140,6 +2125,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet65 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2157,11 +2147,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet66 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2172,6 +2157,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet66 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2189,11 +2179,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet67 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2204,6 +2189,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet67 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2221,11 +2211,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet68 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2236,6 +2221,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet68 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2253,11 +2243,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet69 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2268,6 +2253,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet69 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2285,11 +2275,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet70 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2300,6 +2285,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet70 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2317,11 +2307,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet71 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2332,6 +2317,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet71 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2348,12 +2338,7 @@ ethernet_interfaces: reauthorization_request_limit: 3 authentication_failure: action: allow - allow_vlan: 330 -- name: Ethernet72 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false + allow_vlan: 330 switchport: enabled: true mode: trunk phone @@ -2364,6 +2349,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet72 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2381,11 +2371,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet73 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2396,6 +2381,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet73 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2413,11 +2403,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet74 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2428,6 +2413,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet74 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2445,11 +2435,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet75 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2460,6 +2445,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet75 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2477,11 +2467,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet76 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2492,6 +2477,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet76 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2509,11 +2499,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet77 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2524,6 +2509,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet77 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2541,11 +2531,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet78 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2556,6 +2541,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet78 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2573,11 +2563,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet79 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2588,6 +2573,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet79 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2605,11 +2595,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet80 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2620,6 +2605,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet80 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2637,11 +2627,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet81 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2652,6 +2637,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet81 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2669,11 +2659,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet82 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2684,6 +2669,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet82 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2701,11 +2691,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet83 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2716,6 +2701,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet83 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2733,11 +2723,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet84 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2748,6 +2733,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet84 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2765,11 +2755,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet85 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2780,6 +2765,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet85 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2797,11 +2787,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet86 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2812,6 +2797,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet86 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2829,11 +2819,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet87 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2844,6 +2829,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet87 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2861,11 +2851,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet88 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2876,6 +2861,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet88 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2893,11 +2883,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet89 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2908,6 +2893,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet89 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2925,11 +2915,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet90 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2940,6 +2925,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet90 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2957,11 +2947,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet91 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2972,6 +2957,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet91 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2989,11 +2979,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet92 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3004,6 +2989,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet92 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3021,11 +3011,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet93 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3036,6 +3021,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet93 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3053,11 +3043,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet94 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3068,6 +3053,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet94 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3085,11 +3075,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet95 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3100,6 +3085,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet95 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3117,11 +3107,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet96 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3132,6 +3117,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet96 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3149,6 +3139,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 310 + phone: + trunk: untagged + vlan: 320 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled port_channel_interfaces: - name: Port-Channel971 description: L2_IDF3_AGG_Port-Channel974 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml index 5eb560d39be..a595c6e20e7 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml @@ -82,16 +82,6 @@ ethernet_interfaces: port_profile: PP-DOT1X description: IDF3 Standard Port shutdown: false - switchport: - enabled: true - mode: trunk phone - trunk: - native_vlan: 310 - phone: - trunk: untagged - vlan: 320 - spanning_tree_portfast: edge - spanning_tree_bpduguard: enabled dot1x: port_control: auto reauthentication: true @@ -109,11 +99,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet2 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -124,6 +109,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet2 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -141,11 +131,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet3 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -156,6 +141,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet3 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -173,11 +163,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet4 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -188,6 +173,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet4 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -205,11 +195,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet5 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -220,6 +205,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet5 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -237,11 +227,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet6 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -252,6 +237,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet6 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -269,11 +259,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet7 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -284,6 +269,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet7 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -301,11 +291,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet8 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -316,6 +301,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet8 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -333,11 +323,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet9 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -348,6 +333,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet9 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -365,11 +355,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet10 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -380,6 +365,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet10 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -397,11 +387,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet11 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -412,6 +397,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet11 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -429,11 +419,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet12 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -444,6 +429,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet12 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -461,11 +451,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet13 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -476,6 +461,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet13 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -493,11 +483,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet14 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -508,6 +493,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet14 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -525,11 +515,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet15 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -540,6 +525,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet15 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -557,11 +547,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet16 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -572,6 +557,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet16 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -589,11 +579,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet17 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -604,6 +589,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet17 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -621,11 +611,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet18 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -636,6 +621,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet18 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -653,11 +643,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet19 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -668,6 +653,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet19 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -685,11 +675,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet20 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -700,6 +685,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet20 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -717,11 +707,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet21 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -732,6 +717,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet21 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -749,11 +739,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet22 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -764,6 +749,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet22 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -781,11 +771,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet23 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -796,6 +781,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet23 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -813,11 +803,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet24 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -828,6 +813,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet24 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -845,11 +835,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet25 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -860,6 +845,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet25 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -877,11 +867,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet26 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -892,6 +877,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet26 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -909,11 +899,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet27 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -924,6 +909,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet27 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -941,11 +931,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet28 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -956,6 +941,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet28 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -973,11 +963,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet29 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -988,6 +973,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet29 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1005,11 +995,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet30 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1020,6 +1005,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet30 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1037,11 +1027,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet31 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1052,6 +1037,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet31 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1069,11 +1059,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet32 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1084,6 +1069,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet32 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1101,11 +1091,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet33 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1116,6 +1101,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet33 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1133,11 +1123,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet34 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1148,6 +1133,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet34 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1165,11 +1155,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet35 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1180,6 +1165,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet35 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1197,11 +1187,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet36 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1212,6 +1197,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet36 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1229,11 +1219,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet37 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1244,6 +1229,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet37 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1261,11 +1251,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet38 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1276,6 +1261,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet38 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1293,11 +1283,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet39 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1308,6 +1293,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet39 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1325,11 +1315,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet40 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1340,6 +1325,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet40 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1357,11 +1347,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet41 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1372,6 +1357,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet41 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1389,11 +1379,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet42 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1404,6 +1389,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet42 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1421,11 +1411,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet43 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1436,6 +1421,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet43 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1453,11 +1443,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet44 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1468,6 +1453,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet44 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1485,11 +1475,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet45 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1500,6 +1485,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet45 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1517,11 +1507,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet46 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1532,6 +1517,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet46 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1549,11 +1539,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet47 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1564,6 +1549,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet47 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1581,11 +1571,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet48 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1596,6 +1581,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet48 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1613,11 +1603,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet49 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1628,6 +1613,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet49 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1645,11 +1635,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet50 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1660,6 +1645,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet50 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1677,11 +1667,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet51 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1692,6 +1677,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet51 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1709,11 +1699,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet52 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1724,6 +1709,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet52 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1741,11 +1731,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet53 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1756,6 +1741,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet53 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1773,11 +1763,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet54 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1788,6 +1773,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet54 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1805,11 +1795,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet55 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1820,6 +1805,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet55 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1837,11 +1827,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet56 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1852,6 +1837,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet56 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1869,11 +1859,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet57 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1884,6 +1869,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet57 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1901,11 +1891,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet58 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1916,6 +1901,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet58 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1933,11 +1923,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet59 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1948,6 +1933,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet59 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1965,11 +1955,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet60 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -1980,6 +1965,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet60 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -1997,11 +1987,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet61 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2012,6 +1997,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet61 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2029,11 +2019,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet62 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2044,6 +2029,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet62 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2061,11 +2051,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet63 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2076,6 +2061,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet63 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2093,11 +2083,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet64 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2108,6 +2093,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet64 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2125,11 +2115,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet65 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2140,6 +2125,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet65 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2157,11 +2147,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet66 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2172,6 +2157,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet66 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2189,11 +2179,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet67 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2204,6 +2189,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet67 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2221,11 +2211,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet68 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2236,6 +2221,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet68 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2253,11 +2243,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet69 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2268,6 +2253,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet69 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2285,11 +2275,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet70 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2300,6 +2285,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet70 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2317,11 +2307,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet71 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2332,6 +2317,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet71 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2348,12 +2338,7 @@ ethernet_interfaces: reauthorization_request_limit: 3 authentication_failure: action: allow - allow_vlan: 330 -- name: Ethernet72 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false + allow_vlan: 330 switchport: enabled: true mode: trunk phone @@ -2364,6 +2349,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet72 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2381,11 +2371,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet73 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2396,6 +2381,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet73 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2413,11 +2403,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet74 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2428,6 +2413,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet74 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2445,11 +2435,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet75 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2460,6 +2445,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet75 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2477,11 +2467,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet76 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2492,6 +2477,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet76 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2509,11 +2499,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet77 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2524,6 +2509,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet77 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2541,11 +2531,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet78 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2556,6 +2541,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet78 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2573,11 +2563,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet79 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2588,6 +2573,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet79 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2605,11 +2595,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet80 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2620,6 +2605,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet80 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2637,11 +2627,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet81 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2652,6 +2637,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet81 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2669,11 +2659,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet82 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2684,6 +2669,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet82 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2701,11 +2691,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet83 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2716,6 +2701,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet83 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2733,11 +2723,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet84 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2748,6 +2733,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet84 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2765,11 +2755,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet85 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2780,6 +2765,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet85 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2797,11 +2787,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet86 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2812,6 +2797,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet86 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2829,11 +2819,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet87 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2844,6 +2829,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet87 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2861,11 +2851,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet88 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2876,6 +2861,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet88 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2893,11 +2883,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet89 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2908,6 +2893,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet89 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2925,11 +2915,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet90 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2940,6 +2925,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet90 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2957,11 +2947,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet91 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -2972,6 +2957,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet91 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -2989,11 +2979,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet92 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3004,6 +2989,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet92 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3021,11 +3011,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet93 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3036,6 +3021,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet93 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3053,11 +3043,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet94 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3068,6 +3053,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet94 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3085,11 +3075,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet95 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3100,6 +3085,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet95 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3117,11 +3107,6 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 -- name: Ethernet96 - peer_type: network_port - port_profile: PP-DOT1X - description: IDF3 Standard Port - shutdown: false switchport: enabled: true mode: trunk phone @@ -3132,6 +3117,11 @@ ethernet_interfaces: vlan: 320 spanning_tree_portfast: edge spanning_tree_bpduguard: enabled +- name: Ethernet96 + peer_type: network_port + port_profile: PP-DOT1X + description: IDF3 Standard Port + shutdown: false dot1x: port_control: auto reauthentication: true @@ -3149,6 +3139,16 @@ ethernet_interfaces: authentication_failure: action: allow allow_vlan: 330 + switchport: + enabled: true + mode: trunk phone + trunk: + native_vlan: 310 + phone: + trunk: untagged + vlan: 320 + spanning_tree_portfast: edge + spanning_tree_bpduguard: enabled port_channel_interfaces: - name: Port-Channel971 description: L2_IDF3_AGG_Port-Channel981 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/connected_endpoints.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/connected_endpoints.cfg index 2eac6ee0973..f55580d4dea 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/connected_endpoints.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/connected_endpoints.cfg @@ -61,6 +61,25 @@ interface Port-Channel15 port-channel lacp fallback individual port-channel lacp fallback timeout 90 ! +interface Port-Channel17 + description SERVER_DOT1X_UNAUTHORIZED_PORT_CHANNEL + no shutdown + switchport trunk native vlan 123 + switchport trunk allowed vlan 1,2,3,4,5,6,7,123,234 + switchport mode trunk + switchport + ptp enable + ptp announce interval 0 + ptp announce timeout 3 + ptp delay-req interval -3 + ptp role master + ptp sync-message interval -3 + ptp transport ipv4 + service-profile MYQOS + no sflow enable + spanning-tree portfast + spanning-tree bpdufilter enable +! interface Ethernet1 description Interface description server_OLD_SW-1/2_ENDPOINT_PORT1 no shutdown @@ -124,7 +143,6 @@ interface Ethernet12 switchport mode trunk switchport channel-group 12 mode active - poe disabled ptp enable ptp announce interval 0 ptp announce timeout 3 @@ -136,8 +154,6 @@ interface Ethernet12 no sflow enable spanning-tree portfast spanning-tree bpdufilter enable - dot1x unauthorized access vlan membership egress - dot1x unauthorized native vlan membership egress ! interface Ethernet13 description SERVER_INDIVIDUAL_1 @@ -147,7 +163,6 @@ interface Ethernet13 switchport mode trunk switchport channel-group 12 mode active - poe disabled ptp enable ptp announce interval 0 ptp announce timeout 3 @@ -159,8 +174,6 @@ interface Ethernet13 no sflow enable spanning-tree portfast spanning-tree bpdufilter enable - dot1x unauthorized access vlan membership egress - dot1x unauthorized native vlan membership egress ! interface Ethernet14 description SERVER_DOT1X_UNAUTHORIZED @@ -203,6 +216,22 @@ interface Ethernet16 switchport channel-group 15 mode active link tracking group LT_GROUP1 downstream +! +interface Ethernet17 + description SERVER_DOT1X_UNAUTHORIZED_PORT_CHANNEL + no shutdown + channel-group 17 mode active + poe disabled + dot1x unauthorized access vlan membership egress + dot1x unauthorized native vlan membership egress +! +interface Ethernet18 + description SERVER_DOT1X_UNAUTHORIZED_PORT_CHANNEL + no shutdown + channel-group 17 mode active + poe disabled + dot1x unauthorized access vlan membership egress + dot1x unauthorized native vlan membership egress no ip routing vrf MGMT ! end diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml index 0f591ee3f8f..ba424019f4e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml @@ -653,8 +653,6 @@ ethernet_interfaces: port_profile: DOT1X_PORT_PROFILE description: PC shutdown: false - switchport: - enabled: true dot1x: port_control: auto reauthentication: true @@ -672,13 +670,13 @@ ethernet_interfaces: reauth_period: server tx_period: 3 reauthorization_request_limit: 3 + switchport: + enabled: true - name: Ethernet25 peer_type: network_port port_profile: DOT1X_PORT_PROFILE description: PC shutdown: false - switchport: - enabled: true dot1x: port_control: auto reauthentication: true @@ -696,6 +694,8 @@ ethernet_interfaces: reauth_period: server tx_period: 3 reauthorization_request_limit: 3 + switchport: + enabled: true - name: Ethernet10 peer: server01_MLAG peer_interface: Eth2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/connected_endpoints.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/connected_endpoints.yml index 20e8843b5bc..e638e740c8a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/connected_endpoints.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/connected_endpoints.yml @@ -131,12 +131,6 @@ ethernet_interfaces: native_vlan: 123 spanning_tree_portfast: edge spanning_tree_bpdufilter: 'True' - dot1x: - unauthorized: - access_vlan_membership_egress: true - native_vlan_membership_egress: true - poe: - disabled: true ptp: announce: interval: 0 @@ -167,12 +161,6 @@ ethernet_interfaces: native_vlan: 123 spanning_tree_portfast: edge spanning_tree_bpdufilter: 'True' - dot1x: - unauthorized: - access_vlan_membership_egress: true - native_vlan_membership_egress: true - poe: - disabled: true ptp: announce: interval: 0 @@ -192,6 +180,12 @@ ethernet_interfaces: port_profile: INDIVIDUAL_TRUNK description: SERVER_DOT1X_UNAUTHORIZED shutdown: false + dot1x: + unauthorized: + access_vlan_membership_egress: true + native_vlan_membership_egress: true + poe: + disabled: true switchport: enabled: true mode: trunk @@ -201,12 +195,6 @@ ethernet_interfaces: native_vlan: 123 spanning_tree_portfast: edge spanning_tree_bpdufilter: 'True' - dot1x: - unauthorized: - access_vlan_membership_egress: true - native_vlan_membership_egress: true - poe: - disabled: true ptp: announce: interval: 0 @@ -256,6 +244,36 @@ ethernet_interfaces: link_tracking_groups: - name: LT_GROUP1 direction: downstream +- name: Ethernet17 + peer: DOT1X_UNAUTHORIZED_PORT_CHANNEL + peer_type: server + port_profile: INDIVIDUAL_TRUNK + description: SERVER_DOT1X_UNAUTHORIZED_PORT_CHANNEL + shutdown: false + dot1x: + unauthorized: + access_vlan_membership_egress: true + native_vlan_membership_egress: true + poe: + disabled: true + channel_group: + id: 17 + mode: active +- name: Ethernet18 + peer: DOT1X_UNAUTHORIZED_PORT_CHANNEL + peer_type: server + port_profile: INDIVIDUAL_TRUNK + description: SERVER_DOT1X_UNAUTHORIZED_PORT_CHANNEL + shutdown: false + dot1x: + unauthorized: + access_vlan_membership_egress: true + native_vlan_membership_egress: true + poe: + disabled: true + channel_group: + id: 17 + mode: active port_channel_interfaces: - name: Port-Channel1 description: Port channel description server_OLD_SW-1/2_Po1_ENDPOINT_PORT_CHANNEL_INTERFACE DESCRIPTION SERVER_OLD_SW-1/2_ENDPOINT_PORT_CHANNEL @@ -296,5 +314,30 @@ port_channel_interfaces: enabled: true lacp_fallback_mode: individual lacp_fallback_timeout: 90 +- name: Port-Channel17 + description: SERVER_DOT1X_UNAUTHORIZED_PORT_CHANNEL + shutdown: false + service_profile: MYQOS + ptp: + announce: + interval: 0 + timeout: 3 + delay_req: -3 + sync_message: + interval: -3 + transport: ipv4 + enable: true + role: master + sflow: + enable: false + switchport: + enabled: true + mode: trunk + trunk: + allowed_vlan: 1,2,3,4,5,6,7,123,234 + native_vlan_tag: false + native_vlan: 123 + spanning_tree_portfast: edge + spanning_tree_bpdufilter: 'True' metadata: platform: 720XP diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/host_vars/connected_endpoints.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/host_vars/connected_endpoints.yml index 13a8ddf0d0f..e7762c444db 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/host_vars/connected_endpoints.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/host_vars/connected_endpoints.yml @@ -82,12 +82,12 @@ servers: lacp_fallback: mode: individual individual: - profile: INDIVIDUAL_TRUNK + profile: INDIVIDUAL_TRUNK # Notice that poe and dot1x are _not_ inherited from the fallback profile. - name: DOT1X_UNAUTHORIZED adapters: - switches: [connected_endpoints] switch_ports: [Ethernet14] - profile: INDIVIDUAL_TRUNK + profile: INDIVIDUAL_TRUNK # Notice that poe and dot1x _are_ inherited from the main profile. - name: INDIVIDUAL_2_TRUNK_PHONE adapters: - switches: [connected_endpoints, connected_endpoints] @@ -98,6 +98,13 @@ servers: mode: individual individual: profile: INDIVIDUAL_TRUNK_PHONE + - name: DOT1X_UNAUTHORIZED_PORT_CHANNEL + adapters: + - switches: [connected_endpoints, connected_endpoints] + switch_ports: [Ethernet17, Ethernet18] + profile: INDIVIDUAL_TRUNK # Notice that poe and dot1x _are_ inherited from the main profile and applied to the member interfaces. + port_channel: + mode: active port_profiles: - profile: INDIVIDUAL_TRUNK mode: trunk diff --git a/python-avd/pyavd/_eos_designs/structured_config/connected_endpoints/ethernet_interfaces.py b/python-avd/pyavd/_eos_designs/structured_config/connected_endpoints/ethernet_interfaces.py index aec318c158e..0dd26003cbd 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/connected_endpoints/ethernet_interfaces.py +++ b/python-avd/pyavd/_eos_designs/structured_config/connected_endpoints/ethernet_interfaces.py @@ -105,8 +105,6 @@ def _update_ethernet_interface_cfg( "spanning_tree_bpdufilter": adapter.get("spanning_tree_bpdufilter"), "spanning_tree_bpduguard": adapter.get("spanning_tree_bpduguard"), "storm_control": self._get_adapter_storm_control(adapter), - "dot1x": adapter.get("dot1x"), - "poe": self._get_adapter_poe(adapter), "ptp": self._get_adapter_ptp(adapter), "service_profile": adapter.get("qos_profile"), "sflow": self._get_adapter_sflow(adapter), @@ -166,6 +164,8 @@ def _get_ethernet_interface_cfg(self: AvdStructuredConfigConnectedEndpoints, ada "speed": adapter.get("speed"), "shutdown": not adapter.get("enabled", True), "validate_state": None if adapter.get("validate_state", True) else False, + "dot1x": adapter.get("dot1x"), + "poe": self._get_adapter_poe(adapter), "eos_cli": adapter.get("raw_eos_cli"), "struct_cfg": adapter.get("structured_config"), }