From bc34a05d153bfb8ec03bc6ce0d184ffdff93d998 Mon Sep 17 00:00:00 2001 From: Vibhu-gslab <109593615+Vibhu-gslab@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:23:37 +0530 Subject: [PATCH] Refactor(eos_cli_config_gen): Rearrange the eos-cli config for ethernet-interfaces to match with EOS (#4569) --- .../documentation/devices/LEAF1A.md | 192 +- .../documentation/devices/LEAF1B.md | 192 +- .../documentation/devices/LEAF2A.md | 3408 ++++++++--------- .../documentation/devices/LEAF3A.md | 384 +- .../documentation/devices/LEAF3B.md | 384 +- .../documentation/devices/LEAF3C.md | 384 +- .../documentation/devices/LEAF3D.md | 384 +- .../documentation/devices/LEAF3E.md | 384 +- .../campus-fabric/intended/configs/LEAF1A.cfg | 192 +- .../campus-fabric/intended/configs/LEAF1B.cfg | 192 +- .../campus-fabric/intended/configs/LEAF2A.cfg | 3408 ++++++++--------- .../campus-fabric/intended/configs/LEAF3A.cfg | 384 +- .../campus-fabric/intended/configs/LEAF3B.cfg | 384 +- .../campus-fabric/intended/configs/LEAF3C.cfg | 384 +- .../campus-fabric/intended/configs/LEAF3D.cfg | 384 +- .../campus-fabric/intended/configs/LEAF3E.cfg | 384 +- .../devices/ethernet-interfaces.md | 69 +- .../devices/l2-protocol-forwarding.md | 2 +- .../devices/mac-security-eth-po-entropy.md | 4 +- .../documentation/devices/ptp.md | 10 +- .../documentation/devices/qos.md | 6 +- .../documentation/devices/sync-e.md | 3 + .../documentation/devices/traffic-policies.md | 2 +- .../intended/configs/ethernet-interfaces.cfg | 68 +- .../configs/l2-protocol-forwarding.cfg | 2 +- .../configs/mac-security-eth-po-entropy.cfg | 4 +- .../intended/configs/ptp.cfg | 10 +- .../intended/configs/qos.cfg | 6 +- .../intended/configs/sync-e.cfg | 3 + .../intended/configs/traffic-policies.cfg | 2 +- .../host_vars/ethernet-interfaces.yml | 8 + .../intended/configs/host1.cfg | 2 +- .../documentation/devices/DC1-POD1-LEAF1A.md | 4 +- .../documentation/devices/DC1-POD1-LEAF2B.md | 8 +- .../documentation/devices/DC1-POD1-SPINE1.md | 14 +- .../documentation/devices/DC1-POD1-SPINE2.md | 14 +- .../documentation/devices/DC1-POD2-LEAF1A.md | 4 +- .../documentation/devices/DC1-POD2-SPINE1.md | 6 +- .../documentation/devices/DC1-POD2-SPINE2.md | 6 +- .../documentation/devices/DC1-SUPER-SPINE1.md | 10 +- .../documentation/devices/DC1-SUPER-SPINE2.md | 8 +- .../documentation/devices/DC1.POD1.LEAF2A.md | 8 +- .../documentation/devices/DC2-SUPER-SPINE1.md | 2 +- .../intended/configs/DC1-POD1-LEAF1A.cfg | 4 +- .../intended/configs/DC1-POD1-LEAF2B.cfg | 8 +- .../intended/configs/DC1-POD1-SPINE1.cfg | 14 +- .../intended/configs/DC1-POD1-SPINE2.cfg | 14 +- .../intended/configs/DC1-POD2-LEAF1A.cfg | 4 +- .../intended/configs/DC1-POD2-SPINE1.cfg | 6 +- .../intended/configs/DC1-POD2-SPINE2.cfg | 6 +- .../intended/configs/DC1-SUPER-SPINE1.cfg | 10 +- .../intended/configs/DC1-SUPER-SPINE2.cfg | 8 +- .../intended/configs/DC1.POD1.LEAF2A.cfg | 8 +- .../intended/configs/DC2-SUPER-SPINE1.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 8 +- .../intended/configs/DC1-SVC3B.cfg | 8 +- .../intended/configs/MH-LEAF1A.cfg | 5 + .../intended/configs/MH-LEAF1B.cfg | 5 + .../configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg | 4 +- .../configs/UPLINK_P2P_VRFS_TESTS_SPINE1.cfg | 2 +- .../configs/UPLINK_P2P_VRFS_TESTS_SPINE2.cfg | 2 +- .../intended/configs/connected_endpoints.cfg | 30 +- .../intended/configs/custom-ptp-profile.cfg | 4 +- .../intended/configs/l3_edge_bgp.cfg | 2 +- .../intended/configs/l3_edge_isis.cfg | 2 +- .../intended/configs/l3_edge_ospf.cfg | 2 +- .../intended/configs/ptp-tests-leaf1.cfg | 20 +- .../intended/configs/ptp-tests-leaf2.cfg | 12 +- .../intended/configs/ptp-tests-spine1.cfg | 32 +- .../intended/configs/ptp-tests-spine2.cfg | 16 +- .../documentation/devices/DC1-LEAF1A.md | 2 +- .../documentation/devices/DC1-SVC3A.md | 8 +- .../documentation/devices/DC1-SVC3B.md | 8 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 8 +- .../intended/configs/DC1-SVC3B.cfg | 8 +- .../documentation/devices/DC1-LEAF1A.md | 2 +- .../documentation/devices/DC1-SVC3A.md | 8 +- .../documentation/devices/DC1-SVC3B.md | 8 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 8 +- .../intended/configs/DC1-SVC3B.cfg | 8 +- .../docs/tables/ethernet-interfaces.md | 4 +- .../j2templates/eos/ethernet-interfaces.j2 | 822 ++-- .../schema/eos_cli_config_gen.schema.yml | 1 + .../ethernet_interfaces.schema.yml | 1 + 86 files changed, 6452 insertions(+), 6395 deletions(-) diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md index 20bf481bf72..51e25775162 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md @@ -400,6 +400,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -409,8 +411,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF1 Standard Port @@ -420,6 +420,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -429,8 +431,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF1 Standard Port @@ -440,6 +440,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -449,8 +451,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF1 Standard Port @@ -460,6 +460,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -469,8 +471,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF1 Standard Port @@ -480,6 +480,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -489,8 +491,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF1 Standard Port @@ -500,6 +500,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -509,8 +511,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF1 Standard Port @@ -520,6 +520,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -529,8 +531,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF1 Standard Port @@ -540,6 +540,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -549,8 +551,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF1 Standard Port @@ -560,6 +560,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -569,8 +571,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF1 Standard Port @@ -580,6 +580,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -589,8 +591,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF1 Standard Port @@ -600,6 +600,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -609,8 +611,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF1 Standard Port @@ -620,6 +620,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -629,8 +631,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF1 Standard Port @@ -640,6 +640,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -649,8 +651,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF1 Standard Port @@ -660,6 +660,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -669,8 +671,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF1 Standard Port @@ -680,6 +680,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -689,8 +691,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF1 Standard Port @@ -700,6 +700,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -709,8 +711,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF1 Standard Port @@ -720,6 +720,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -729,8 +731,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF1 Standard Port @@ -740,6 +740,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -749,8 +751,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF1 Standard Port @@ -760,6 +760,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -769,8 +771,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF1 Standard Port @@ -780,6 +780,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -789,8 +791,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF1 Standard Port @@ -800,6 +800,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -809,8 +811,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF1 Standard Port @@ -820,6 +820,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -829,8 +831,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF1 Standard Port @@ -840,6 +840,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -849,8 +851,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF1 Standard Port @@ -860,6 +860,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -869,8 +871,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF1 Standard Port @@ -880,6 +880,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -889,8 +891,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF1 Standard Port @@ -900,6 +900,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -909,8 +911,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF1 Standard Port @@ -920,6 +920,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -929,8 +931,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF1 Standard Port @@ -940,6 +940,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -949,8 +951,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF1 Standard Port @@ -960,6 +960,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -969,8 +971,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF1 Standard Port @@ -980,6 +980,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -989,8 +991,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF1 Standard Port @@ -1000,6 +1000,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1009,8 +1011,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF1 Standard Port @@ -1020,6 +1020,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1029,8 +1031,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF1 Standard Port @@ -1040,6 +1040,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1049,8 +1051,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF1 Standard Port @@ -1060,6 +1060,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1069,8 +1071,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF1 Standard Port @@ -1080,6 +1080,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1089,8 +1091,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF1 Standard Port @@ -1100,6 +1100,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1109,8 +1111,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF1 Standard Port @@ -1120,6 +1120,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1129,8 +1131,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF1 Standard Port @@ -1140,6 +1140,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1149,8 +1151,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF1 Standard Port @@ -1160,6 +1160,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1169,8 +1171,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF1 Standard Port @@ -1180,6 +1180,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1189,8 +1191,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF1 Standard Port @@ -1200,6 +1200,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1209,8 +1211,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF1 Standard Port @@ -1220,6 +1220,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1229,8 +1231,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF1 Standard Port @@ -1240,6 +1240,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1249,8 +1251,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF1 Standard Port @@ -1260,6 +1260,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1269,8 +1271,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF1 Standard Port @@ -1280,6 +1280,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1289,8 +1291,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF1 Standard Port @@ -1300,6 +1300,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1309,8 +1311,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF1 Standard Port @@ -1320,6 +1320,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1329,8 +1331,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF1 Standard Port @@ -1340,6 +1340,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1349,8 +1351,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description L2_SPINE1_Ethernet1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md index 29eeecbbfbd..f53463de078 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md @@ -400,6 +400,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -409,8 +411,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF1 Standard Port @@ -420,6 +420,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -429,8 +431,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF1 Standard Port @@ -440,6 +440,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -449,8 +451,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF1 Standard Port @@ -460,6 +460,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -469,8 +471,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF1 Standard Port @@ -480,6 +480,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -489,8 +491,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF1 Standard Port @@ -500,6 +500,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -509,8 +511,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF1 Standard Port @@ -520,6 +520,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -529,8 +531,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF1 Standard Port @@ -540,6 +540,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -549,8 +551,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF1 Standard Port @@ -560,6 +560,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -569,8 +571,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF1 Standard Port @@ -580,6 +580,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -589,8 +591,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF1 Standard Port @@ -600,6 +600,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -609,8 +611,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF1 Standard Port @@ -620,6 +620,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -629,8 +631,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF1 Standard Port @@ -640,6 +640,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -649,8 +651,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF1 Standard Port @@ -660,6 +660,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -669,8 +671,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF1 Standard Port @@ -680,6 +680,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -689,8 +691,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF1 Standard Port @@ -700,6 +700,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -709,8 +711,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF1 Standard Port @@ -720,6 +720,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -729,8 +731,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF1 Standard Port @@ -740,6 +740,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -749,8 +751,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF1 Standard Port @@ -760,6 +760,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -769,8 +771,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF1 Standard Port @@ -780,6 +780,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -789,8 +791,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF1 Standard Port @@ -800,6 +800,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -809,8 +811,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF1 Standard Port @@ -820,6 +820,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -829,8 +831,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF1 Standard Port @@ -840,6 +840,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -849,8 +851,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF1 Standard Port @@ -860,6 +860,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -869,8 +871,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF1 Standard Port @@ -880,6 +880,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -889,8 +891,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF1 Standard Port @@ -900,6 +900,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -909,8 +911,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF1 Standard Port @@ -920,6 +920,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -929,8 +931,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF1 Standard Port @@ -940,6 +940,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -949,8 +951,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF1 Standard Port @@ -960,6 +960,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -969,8 +971,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF1 Standard Port @@ -980,6 +980,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -989,8 +991,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF1 Standard Port @@ -1000,6 +1000,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1009,8 +1011,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF1 Standard Port @@ -1020,6 +1020,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1029,8 +1031,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF1 Standard Port @@ -1040,6 +1040,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1049,8 +1051,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF1 Standard Port @@ -1060,6 +1060,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1069,8 +1071,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF1 Standard Port @@ -1080,6 +1080,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1089,8 +1091,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF1 Standard Port @@ -1100,6 +1100,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1109,8 +1111,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF1 Standard Port @@ -1120,6 +1120,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1129,8 +1131,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF1 Standard Port @@ -1140,6 +1140,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1149,8 +1151,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF1 Standard Port @@ -1160,6 +1160,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1169,8 +1171,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF1 Standard Port @@ -1180,6 +1180,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1189,8 +1191,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF1 Standard Port @@ -1200,6 +1200,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1209,8 +1211,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF1 Standard Port @@ -1220,6 +1220,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1229,8 +1231,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF1 Standard Port @@ -1240,6 +1240,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1249,8 +1251,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF1 Standard Port @@ -1260,6 +1260,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1269,8 +1271,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF1 Standard Port @@ -1280,6 +1280,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1289,8 +1291,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF1 Standard Port @@ -1300,6 +1300,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1309,8 +1311,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF1 Standard Port @@ -1320,6 +1320,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1329,8 +1331,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF1 Standard Port @@ -1340,6 +1340,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1349,8 +1351,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description L2_SPINE2_Ethernet1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md index de1fb4c82f9..d11cd5041d2 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md @@ -759,6 +759,13 @@ interface Ethernet3/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -768,13 +775,6 @@ interface Ethernet3/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/2 description IDF2 Standard Port @@ -784,6 +784,13 @@ interface Ethernet3/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -793,13 +800,6 @@ interface Ethernet3/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/3 description IDF2 Standard Port @@ -809,6 +809,13 @@ interface Ethernet3/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -818,13 +825,6 @@ interface Ethernet3/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/4 description IDF2 Standard Port @@ -834,6 +834,13 @@ interface Ethernet3/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -843,13 +850,6 @@ interface Ethernet3/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/5 description IDF2 Standard Port @@ -859,6 +859,13 @@ interface Ethernet3/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -868,13 +875,6 @@ interface Ethernet3/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/6 description IDF2 Standard Port @@ -884,6 +884,13 @@ interface Ethernet3/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -893,13 +900,6 @@ interface Ethernet3/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/7 description IDF2 Standard Port @@ -909,6 +909,13 @@ interface Ethernet3/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -918,13 +925,6 @@ interface Ethernet3/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/8 description IDF2 Standard Port @@ -934,6 +934,13 @@ interface Ethernet3/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -943,13 +950,6 @@ interface Ethernet3/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/9 description IDF2 Standard Port @@ -959,6 +959,13 @@ interface Ethernet3/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -968,13 +975,6 @@ interface Ethernet3/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/10 description IDF2 Standard Port @@ -984,6 +984,13 @@ interface Ethernet3/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -993,13 +1000,6 @@ interface Ethernet3/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/11 description IDF2 Standard Port @@ -1009,6 +1009,13 @@ interface Ethernet3/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1018,13 +1025,6 @@ interface Ethernet3/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/12 description IDF2 Standard Port @@ -1034,6 +1034,13 @@ interface Ethernet3/12 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1043,13 +1050,6 @@ interface Ethernet3/12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/13 description IDF2 Standard Port @@ -1059,6 +1059,13 @@ interface Ethernet3/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1068,13 +1075,6 @@ interface Ethernet3/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/14 description IDF2 Standard Port @@ -1084,6 +1084,13 @@ interface Ethernet3/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1093,13 +1100,6 @@ interface Ethernet3/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/15 description IDF2 Standard Port @@ -1109,6 +1109,13 @@ interface Ethernet3/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1118,13 +1125,6 @@ interface Ethernet3/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/16 description IDF2 Standard Port @@ -1134,6 +1134,13 @@ interface Ethernet3/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1143,13 +1150,6 @@ interface Ethernet3/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/17 description IDF2 Standard Port @@ -1159,6 +1159,13 @@ interface Ethernet3/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1168,13 +1175,6 @@ interface Ethernet3/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/18 description IDF2 Standard Port @@ -1184,6 +1184,13 @@ interface Ethernet3/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1193,13 +1200,6 @@ interface Ethernet3/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/19 description IDF2 Standard Port @@ -1209,15 +1209,6 @@ interface Ethernet3/19 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -1225,6 +1216,15 @@ interface Ethernet3/19 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet3/20 description IDF2 Standard Port @@ -1234,6 +1234,13 @@ interface Ethernet3/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1243,13 +1250,6 @@ interface Ethernet3/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/21 description IDF2 Standard Port @@ -1259,6 +1259,13 @@ interface Ethernet3/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1268,13 +1275,6 @@ interface Ethernet3/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/22 description IDF2 Standard Port @@ -1284,6 +1284,13 @@ interface Ethernet3/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1293,13 +1300,6 @@ interface Ethernet3/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/23 description IDF2 Standard Port @@ -1309,6 +1309,13 @@ interface Ethernet3/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1318,13 +1325,6 @@ interface Ethernet3/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/24 description IDF2 Standard Port @@ -1334,6 +1334,13 @@ interface Ethernet3/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1343,13 +1350,6 @@ interface Ethernet3/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/25 description IDF2 Standard Port @@ -1359,6 +1359,13 @@ interface Ethernet3/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1368,13 +1375,6 @@ interface Ethernet3/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/26 description IDF2 Standard Port @@ -1384,6 +1384,13 @@ interface Ethernet3/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1393,13 +1400,6 @@ interface Ethernet3/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/27 description IDF2 Standard Port @@ -1409,6 +1409,13 @@ interface Ethernet3/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1418,13 +1425,6 @@ interface Ethernet3/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/28 description IDF2 Standard Port @@ -1434,6 +1434,13 @@ interface Ethernet3/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1443,13 +1450,6 @@ interface Ethernet3/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/29 description IDF2 Standard Port @@ -1459,6 +1459,13 @@ interface Ethernet3/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1468,13 +1475,6 @@ interface Ethernet3/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/30 description IDF2 Standard Port @@ -1484,6 +1484,13 @@ interface Ethernet3/30 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1493,13 +1500,6 @@ interface Ethernet3/30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/31 description IDF2 Standard Port @@ -1509,6 +1509,13 @@ interface Ethernet3/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1518,13 +1525,6 @@ interface Ethernet3/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/32 description IDF2 Standard Port @@ -1534,6 +1534,13 @@ interface Ethernet3/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1543,13 +1550,6 @@ interface Ethernet3/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/33 description IDF2 Standard Port @@ -1559,6 +1559,13 @@ interface Ethernet3/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1568,13 +1575,6 @@ interface Ethernet3/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/34 description IDF2 Standard Port @@ -1584,6 +1584,13 @@ interface Ethernet3/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1593,13 +1600,6 @@ interface Ethernet3/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/35 description IDF2 Standard Port @@ -1609,6 +1609,13 @@ interface Ethernet3/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1618,13 +1625,6 @@ interface Ethernet3/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/36 description IDF2 Standard Port @@ -1634,6 +1634,13 @@ interface Ethernet3/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1643,13 +1650,6 @@ interface Ethernet3/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/37 description IDF2 Standard Port @@ -1659,6 +1659,13 @@ interface Ethernet3/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1668,13 +1675,6 @@ interface Ethernet3/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/38 description IDF2 Standard Port @@ -1684,6 +1684,13 @@ interface Ethernet3/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1693,13 +1700,6 @@ interface Ethernet3/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/39 description IDF2 Standard Port @@ -1709,6 +1709,13 @@ interface Ethernet3/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1718,13 +1725,6 @@ interface Ethernet3/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/40 description IDF2 Standard Port @@ -1734,6 +1734,13 @@ interface Ethernet3/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1743,13 +1750,6 @@ interface Ethernet3/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/41 description IDF2 Standard Port @@ -1759,6 +1759,13 @@ interface Ethernet3/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1768,13 +1775,6 @@ interface Ethernet3/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/42 description IDF2 Standard Port @@ -1784,15 +1784,6 @@ interface Ethernet3/42 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -1800,6 +1791,15 @@ interface Ethernet3/42 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet3/43 description IDF2 Standard Port @@ -1809,6 +1809,13 @@ interface Ethernet3/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1818,13 +1825,6 @@ interface Ethernet3/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/44 description IDF2 Standard Port @@ -1834,6 +1834,13 @@ interface Ethernet3/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1843,13 +1850,6 @@ interface Ethernet3/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/45 description IDF2 Standard Port @@ -1859,6 +1859,13 @@ interface Ethernet3/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1868,13 +1875,6 @@ interface Ethernet3/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/46 description IDF2 Standard Port @@ -1884,6 +1884,13 @@ interface Ethernet3/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1893,13 +1900,6 @@ interface Ethernet3/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/47 description IDF2 Standard Port @@ -1909,6 +1909,13 @@ interface Ethernet3/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1918,13 +1925,6 @@ interface Ethernet3/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/48 description IDF2 Standard Port @@ -1934,6 +1934,13 @@ interface Ethernet3/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1943,13 +1950,6 @@ interface Ethernet3/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/1 description IDF2 Standard Port @@ -1959,6 +1959,13 @@ interface Ethernet4/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1968,13 +1975,6 @@ interface Ethernet4/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/2 description IDF2 Standard Port @@ -1984,6 +1984,13 @@ interface Ethernet4/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1993,13 +2000,6 @@ interface Ethernet4/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/3 description IDF2 Standard Port @@ -2009,6 +2009,13 @@ interface Ethernet4/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2018,13 +2025,6 @@ interface Ethernet4/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/4 description IDF2 Standard Port @@ -2034,6 +2034,13 @@ interface Ethernet4/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2043,13 +2050,6 @@ interface Ethernet4/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/5 description IDF2 Standard Port @@ -2059,6 +2059,13 @@ interface Ethernet4/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2068,13 +2075,6 @@ interface Ethernet4/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/6 description IDF2 Standard Port @@ -2084,6 +2084,13 @@ interface Ethernet4/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2093,13 +2100,6 @@ interface Ethernet4/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/7 description IDF2 Standard Port @@ -2109,6 +2109,13 @@ interface Ethernet4/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2118,13 +2125,6 @@ interface Ethernet4/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/8 description IDF2 Standard Port @@ -2134,6 +2134,13 @@ interface Ethernet4/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2143,13 +2150,6 @@ interface Ethernet4/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/9 description IDF2 Standard Port @@ -2159,6 +2159,13 @@ interface Ethernet4/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2168,13 +2175,6 @@ interface Ethernet4/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/10 description IDF2 Standard Port @@ -2184,6 +2184,13 @@ interface Ethernet4/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2193,13 +2200,6 @@ interface Ethernet4/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/11 description IDF2 Standard Port @@ -2209,6 +2209,13 @@ interface Ethernet4/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2218,13 +2225,6 @@ interface Ethernet4/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/12 description IDF2 Standard Port @@ -2234,15 +2234,6 @@ interface Ethernet4/12 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -2250,6 +2241,15 @@ interface Ethernet4/12 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet4/13 description IDF2 Standard Port @@ -2259,6 +2259,13 @@ interface Ethernet4/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2268,13 +2275,6 @@ interface Ethernet4/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/14 description IDF2 Standard Port @@ -2284,6 +2284,13 @@ interface Ethernet4/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2293,13 +2300,6 @@ interface Ethernet4/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/15 description IDF2 Standard Port @@ -2309,6 +2309,13 @@ interface Ethernet4/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2318,13 +2325,6 @@ interface Ethernet4/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/16 description IDF2 Standard Port @@ -2334,6 +2334,13 @@ interface Ethernet4/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2343,13 +2350,6 @@ interface Ethernet4/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/17 description IDF2 Standard Port @@ -2359,6 +2359,13 @@ interface Ethernet4/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2368,13 +2375,6 @@ interface Ethernet4/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/18 description IDF2 Standard Port @@ -2384,6 +2384,13 @@ interface Ethernet4/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2393,13 +2400,6 @@ interface Ethernet4/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/19 description IDF2 Standard Port @@ -2409,6 +2409,13 @@ interface Ethernet4/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2418,13 +2425,6 @@ interface Ethernet4/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/20 description IDF2 Standard Port @@ -2434,6 +2434,13 @@ interface Ethernet4/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2443,13 +2450,6 @@ interface Ethernet4/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/21 description IDF2 Standard Port @@ -2459,6 +2459,13 @@ interface Ethernet4/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2468,13 +2475,6 @@ interface Ethernet4/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/22 description IDF2 Standard Port @@ -2484,6 +2484,13 @@ interface Ethernet4/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2493,13 +2500,6 @@ interface Ethernet4/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/23 description IDF2 Standard Port @@ -2509,6 +2509,13 @@ interface Ethernet4/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2518,13 +2525,6 @@ interface Ethernet4/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/24 description IDF2 Standard Port @@ -2534,6 +2534,13 @@ interface Ethernet4/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2543,13 +2550,6 @@ interface Ethernet4/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/25 description IDF2 Standard Port @@ -2559,6 +2559,13 @@ interface Ethernet4/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2568,13 +2575,6 @@ interface Ethernet4/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/26 description IDF2 Standard Port @@ -2584,6 +2584,13 @@ interface Ethernet4/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2593,13 +2600,6 @@ interface Ethernet4/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/27 description IDF2 Standard Port @@ -2609,6 +2609,13 @@ interface Ethernet4/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2618,13 +2625,6 @@ interface Ethernet4/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/28 description IDF2 Standard Port @@ -2634,6 +2634,13 @@ interface Ethernet4/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2643,13 +2650,6 @@ interface Ethernet4/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/29 description IDF2 Standard Port @@ -2659,6 +2659,13 @@ interface Ethernet4/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2668,13 +2675,6 @@ interface Ethernet4/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/30 description IDF2 Standard Port @@ -2684,15 +2684,6 @@ interface Ethernet4/30 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -2700,6 +2691,15 @@ interface Ethernet4/30 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet4/31 description IDF2 Standard Port @@ -2709,6 +2709,13 @@ interface Ethernet4/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2718,13 +2725,6 @@ interface Ethernet4/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/32 description IDF2 Standard Port @@ -2734,6 +2734,13 @@ interface Ethernet4/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2743,13 +2750,6 @@ interface Ethernet4/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/33 description IDF2 Standard Port @@ -2759,6 +2759,13 @@ interface Ethernet4/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2768,13 +2775,6 @@ interface Ethernet4/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/34 description IDF2 Standard Port @@ -2784,6 +2784,13 @@ interface Ethernet4/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2793,13 +2800,6 @@ interface Ethernet4/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/35 description IDF2 Standard Port @@ -2809,6 +2809,13 @@ interface Ethernet4/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2818,13 +2825,6 @@ interface Ethernet4/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/36 description IDF2 Standard Port @@ -2834,6 +2834,13 @@ interface Ethernet4/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2843,13 +2850,6 @@ interface Ethernet4/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/37 description IDF2 Standard Port @@ -2859,6 +2859,13 @@ interface Ethernet4/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2868,13 +2875,6 @@ interface Ethernet4/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/38 description IDF2 Standard Port @@ -2884,6 +2884,13 @@ interface Ethernet4/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2893,13 +2900,6 @@ interface Ethernet4/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/39 description IDF2 Standard Port @@ -2909,6 +2909,13 @@ interface Ethernet4/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2918,13 +2925,6 @@ interface Ethernet4/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/40 description IDF2 Standard Port @@ -2934,6 +2934,13 @@ interface Ethernet4/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2943,13 +2950,6 @@ interface Ethernet4/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/41 description IDF2 Standard Port @@ -2959,6 +2959,13 @@ interface Ethernet4/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2968,13 +2975,6 @@ interface Ethernet4/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/42 description IDF2 Standard Port @@ -2984,6 +2984,13 @@ interface Ethernet4/42 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2993,13 +3000,6 @@ interface Ethernet4/42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/43 description IDF2 Standard Port @@ -3009,6 +3009,13 @@ interface Ethernet4/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3018,13 +3025,6 @@ interface Ethernet4/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/44 description IDF2 Standard Port @@ -3034,6 +3034,13 @@ interface Ethernet4/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3043,13 +3050,6 @@ interface Ethernet4/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/45 description IDF2 Standard Port @@ -3059,6 +3059,13 @@ interface Ethernet4/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3068,13 +3075,6 @@ interface Ethernet4/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/46 description IDF2 Standard Port @@ -3084,6 +3084,13 @@ interface Ethernet4/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3093,13 +3100,6 @@ interface Ethernet4/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/47 description IDF2 Standard Port @@ -3109,6 +3109,13 @@ interface Ethernet4/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3118,13 +3125,6 @@ interface Ethernet4/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/48 description IDF2 Standard Port @@ -3134,15 +3134,6 @@ interface Ethernet4/48 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -3150,6 +3141,15 @@ interface Ethernet4/48 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet5/1 description IDF2 Standard Port @@ -3159,6 +3159,13 @@ interface Ethernet5/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3168,13 +3175,6 @@ interface Ethernet5/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/2 description IDF2 Standard Port @@ -3184,6 +3184,13 @@ interface Ethernet5/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3193,13 +3200,6 @@ interface Ethernet5/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/3 description IDF2 Standard Port @@ -3209,6 +3209,13 @@ interface Ethernet5/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3218,13 +3225,6 @@ interface Ethernet5/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/4 description IDF2 Standard Port @@ -3234,6 +3234,13 @@ interface Ethernet5/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3243,13 +3250,6 @@ interface Ethernet5/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/5 description IDF2 Standard Port @@ -3259,6 +3259,13 @@ interface Ethernet5/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3268,13 +3275,6 @@ interface Ethernet5/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/6 description IDF2 Standard Port @@ -3284,6 +3284,13 @@ interface Ethernet5/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3293,13 +3300,6 @@ interface Ethernet5/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/7 description IDF2 Standard Port @@ -3309,6 +3309,13 @@ interface Ethernet5/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3318,13 +3325,6 @@ interface Ethernet5/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/8 description IDF2 Standard Port @@ -3334,6 +3334,13 @@ interface Ethernet5/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3343,13 +3350,6 @@ interface Ethernet5/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/9 description IDF2 Standard Port @@ -3359,6 +3359,13 @@ interface Ethernet5/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3368,13 +3375,6 @@ interface Ethernet5/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/10 description IDF2 Standard Port @@ -3384,6 +3384,13 @@ interface Ethernet5/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3393,13 +3400,6 @@ interface Ethernet5/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/11 description IDF2 Standard Port @@ -3409,6 +3409,13 @@ interface Ethernet5/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3418,13 +3425,6 @@ interface Ethernet5/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/12 description IDF2 Standard Port @@ -3434,6 +3434,13 @@ interface Ethernet5/12 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3443,13 +3450,6 @@ interface Ethernet5/12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/13 description IDF2 Standard Port @@ -3459,6 +3459,13 @@ interface Ethernet5/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3468,13 +3475,6 @@ interface Ethernet5/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/14 description IDF2 Standard Port @@ -3484,6 +3484,13 @@ interface Ethernet5/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3493,13 +3500,6 @@ interface Ethernet5/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/15 description IDF2 Standard Port @@ -3509,6 +3509,13 @@ interface Ethernet5/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3518,13 +3525,6 @@ interface Ethernet5/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/16 description IDF2 Standard Port @@ -3534,6 +3534,13 @@ interface Ethernet5/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3543,13 +3550,6 @@ interface Ethernet5/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/17 description IDF2 Standard Port @@ -3559,6 +3559,13 @@ interface Ethernet5/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3568,13 +3575,6 @@ interface Ethernet5/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/18 description IDF2 Standard Port @@ -3584,15 +3584,6 @@ interface Ethernet5/18 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -3600,6 +3591,15 @@ interface Ethernet5/18 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet5/19 description IDF2 Standard Port @@ -3609,6 +3609,13 @@ interface Ethernet5/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3618,13 +3625,6 @@ interface Ethernet5/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/20 description IDF2 Standard Port @@ -3634,6 +3634,13 @@ interface Ethernet5/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3643,13 +3650,6 @@ interface Ethernet5/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/21 description IDF2 Standard Port @@ -3659,6 +3659,13 @@ interface Ethernet5/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3668,13 +3675,6 @@ interface Ethernet5/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/22 description IDF2 Standard Port @@ -3684,6 +3684,13 @@ interface Ethernet5/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3693,13 +3700,6 @@ interface Ethernet5/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/23 description IDF2 Standard Port @@ -3709,6 +3709,13 @@ interface Ethernet5/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3718,13 +3725,6 @@ interface Ethernet5/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/24 description IDF2 Standard Port @@ -3734,6 +3734,13 @@ interface Ethernet5/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3743,13 +3750,6 @@ interface Ethernet5/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/25 description IDF2 Standard Port @@ -3759,6 +3759,13 @@ interface Ethernet5/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3768,13 +3775,6 @@ interface Ethernet5/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/26 description IDF2 Standard Port @@ -3784,6 +3784,13 @@ interface Ethernet5/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3793,13 +3800,6 @@ interface Ethernet5/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/27 description IDF2 Standard Port @@ -3809,6 +3809,13 @@ interface Ethernet5/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3818,13 +3825,6 @@ interface Ethernet5/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/28 description IDF2 Standard Port @@ -3834,6 +3834,13 @@ interface Ethernet5/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3843,13 +3850,6 @@ interface Ethernet5/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/29 description IDF2 Standard Port @@ -3859,6 +3859,13 @@ interface Ethernet5/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3868,13 +3875,6 @@ interface Ethernet5/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/30 description IDF2 Standard Port @@ -3884,6 +3884,13 @@ interface Ethernet5/30 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3893,13 +3900,6 @@ interface Ethernet5/30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/31 description IDF2 Standard Port @@ -3909,6 +3909,13 @@ interface Ethernet5/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3918,13 +3925,6 @@ interface Ethernet5/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/32 description IDF2 Standard Port @@ -3934,6 +3934,13 @@ interface Ethernet5/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3943,13 +3950,6 @@ interface Ethernet5/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/33 description IDF2 Standard Port @@ -3959,6 +3959,13 @@ interface Ethernet5/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3968,13 +3975,6 @@ interface Ethernet5/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/34 description IDF2 Standard Port @@ -3984,6 +3984,13 @@ interface Ethernet5/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3993,13 +4000,6 @@ interface Ethernet5/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/35 description IDF2 Standard Port @@ -4009,6 +4009,13 @@ interface Ethernet5/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4018,13 +4025,6 @@ interface Ethernet5/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/36 description IDF2 Standard Port @@ -4034,15 +4034,6 @@ interface Ethernet5/36 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -4050,6 +4041,15 @@ interface Ethernet5/36 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet5/37 description IDF2 Standard Port @@ -4059,6 +4059,13 @@ interface Ethernet5/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4068,13 +4075,6 @@ interface Ethernet5/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/38 description IDF2 Standard Port @@ -4084,6 +4084,13 @@ interface Ethernet5/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4093,13 +4100,6 @@ interface Ethernet5/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/39 description IDF2 Standard Port @@ -4109,6 +4109,13 @@ interface Ethernet5/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4118,13 +4125,6 @@ interface Ethernet5/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/40 description IDF2 Standard Port @@ -4134,6 +4134,13 @@ interface Ethernet5/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4143,13 +4150,6 @@ interface Ethernet5/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/41 description IDF2 Standard Port @@ -4159,6 +4159,13 @@ interface Ethernet5/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4168,13 +4175,6 @@ interface Ethernet5/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/42 description IDF2 Standard Port @@ -4184,6 +4184,13 @@ interface Ethernet5/42 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4193,13 +4200,6 @@ interface Ethernet5/42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/43 description IDF2 Standard Port @@ -4209,6 +4209,13 @@ interface Ethernet5/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4218,13 +4225,6 @@ interface Ethernet5/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/44 description IDF2 Standard Port @@ -4234,6 +4234,13 @@ interface Ethernet5/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4243,13 +4250,6 @@ interface Ethernet5/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/45 description IDF2 Standard Port @@ -4259,6 +4259,13 @@ interface Ethernet5/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4268,13 +4275,6 @@ interface Ethernet5/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/46 description IDF2 Standard Port @@ -4284,6 +4284,13 @@ interface Ethernet5/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4293,13 +4300,6 @@ interface Ethernet5/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/47 description IDF2 Standard Port @@ -4309,6 +4309,13 @@ interface Ethernet5/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4318,13 +4325,6 @@ interface Ethernet5/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/48 description IDF2 Standard Port @@ -4334,6 +4334,13 @@ interface Ethernet5/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4343,13 +4350,6 @@ interface Ethernet5/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/1 description IDF2 Standard Port @@ -4359,6 +4359,13 @@ interface Ethernet6/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4368,13 +4375,6 @@ interface Ethernet6/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/2 description IDF2 Standard Port @@ -4384,6 +4384,13 @@ interface Ethernet6/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4393,13 +4400,6 @@ interface Ethernet6/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/3 description IDF2 Standard Port @@ -4409,6 +4409,13 @@ interface Ethernet6/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4418,13 +4425,6 @@ interface Ethernet6/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/4 description IDF2 Standard Port @@ -4434,6 +4434,13 @@ interface Ethernet6/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4443,13 +4450,6 @@ interface Ethernet6/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/5 description IDF2 Standard Port @@ -4459,6 +4459,13 @@ interface Ethernet6/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4468,13 +4475,6 @@ interface Ethernet6/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/6 description IDF2 Standard Port @@ -4484,15 +4484,6 @@ interface Ethernet6/6 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -4500,6 +4491,15 @@ interface Ethernet6/6 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet6/7 description IDF2 Standard Port @@ -4509,6 +4509,13 @@ interface Ethernet6/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4518,13 +4525,6 @@ interface Ethernet6/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/8 description IDF2 Standard Port @@ -4534,6 +4534,13 @@ interface Ethernet6/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4543,13 +4550,6 @@ interface Ethernet6/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/9 description IDF2 Standard Port @@ -4559,6 +4559,13 @@ interface Ethernet6/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4568,13 +4575,6 @@ interface Ethernet6/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/10 description IDF2 Standard Port @@ -4584,6 +4584,13 @@ interface Ethernet6/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4593,13 +4600,6 @@ interface Ethernet6/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/11 description IDF2 Standard Port @@ -4609,6 +4609,13 @@ interface Ethernet6/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4618,13 +4625,6 @@ interface Ethernet6/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/12 description IDF2 Standard Port @@ -4634,6 +4634,13 @@ interface Ethernet6/12 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4643,13 +4650,6 @@ interface Ethernet6/12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/13 description IDF2 Standard Port @@ -4659,6 +4659,13 @@ interface Ethernet6/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4668,13 +4675,6 @@ interface Ethernet6/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/14 description IDF2 Standard Port @@ -4684,6 +4684,13 @@ interface Ethernet6/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4693,13 +4700,6 @@ interface Ethernet6/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/15 description IDF2 Standard Port @@ -4709,6 +4709,13 @@ interface Ethernet6/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4718,13 +4725,6 @@ interface Ethernet6/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/16 description IDF2 Standard Port @@ -4734,6 +4734,13 @@ interface Ethernet6/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4743,13 +4750,6 @@ interface Ethernet6/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/17 description IDF2 Standard Port @@ -4759,6 +4759,13 @@ interface Ethernet6/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4768,13 +4775,6 @@ interface Ethernet6/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/18 description IDF2 Standard Port @@ -4784,6 +4784,13 @@ interface Ethernet6/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4793,13 +4800,6 @@ interface Ethernet6/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/19 description IDF2 Standard Port @@ -4809,6 +4809,13 @@ interface Ethernet6/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4818,13 +4825,6 @@ interface Ethernet6/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/20 description IDF2 Standard Port @@ -4834,6 +4834,13 @@ interface Ethernet6/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4843,13 +4850,6 @@ interface Ethernet6/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/21 description IDF2 Standard Port @@ -4859,6 +4859,13 @@ interface Ethernet6/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4868,13 +4875,6 @@ interface Ethernet6/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/22 description IDF2 Standard Port @@ -4884,6 +4884,13 @@ interface Ethernet6/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4893,13 +4900,6 @@ interface Ethernet6/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/23 description IDF2 Standard Port @@ -4909,6 +4909,13 @@ interface Ethernet6/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4918,13 +4925,6 @@ interface Ethernet6/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/24 description IDF2 Standard Port @@ -4934,15 +4934,6 @@ interface Ethernet6/24 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -4950,6 +4941,15 @@ interface Ethernet6/24 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet6/25 description IDF2 Standard Port @@ -4959,6 +4959,13 @@ interface Ethernet6/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4968,13 +4975,6 @@ interface Ethernet6/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/26 description IDF2 Standard Port @@ -4984,6 +4984,13 @@ interface Ethernet6/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4993,13 +5000,6 @@ interface Ethernet6/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/27 description IDF2 Standard Port @@ -5009,6 +5009,13 @@ interface Ethernet6/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5018,13 +5025,6 @@ interface Ethernet6/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/28 description IDF2 Standard Port @@ -5034,6 +5034,13 @@ interface Ethernet6/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5043,13 +5050,6 @@ interface Ethernet6/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/29 description IDF2 Standard Port @@ -5059,6 +5059,13 @@ interface Ethernet6/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5068,13 +5075,6 @@ interface Ethernet6/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/30 description IDF2 Standard Port @@ -5084,6 +5084,13 @@ interface Ethernet6/30 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5093,13 +5100,6 @@ interface Ethernet6/30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/31 description IDF2 Standard Port @@ -5109,6 +5109,13 @@ interface Ethernet6/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5118,13 +5125,6 @@ interface Ethernet6/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/32 description IDF2 Standard Port @@ -5134,6 +5134,13 @@ interface Ethernet6/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5143,13 +5150,6 @@ interface Ethernet6/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/33 description IDF2 Standard Port @@ -5159,6 +5159,13 @@ interface Ethernet6/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5168,13 +5175,6 @@ interface Ethernet6/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/34 description IDF2 Standard Port @@ -5184,6 +5184,13 @@ interface Ethernet6/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5193,13 +5200,6 @@ interface Ethernet6/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/35 description IDF2 Standard Port @@ -5209,6 +5209,13 @@ interface Ethernet6/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5218,13 +5225,6 @@ interface Ethernet6/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/36 description IDF2 Standard Port @@ -5234,6 +5234,13 @@ interface Ethernet6/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5243,13 +5250,6 @@ interface Ethernet6/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/37 description IDF2 Standard Port @@ -5259,6 +5259,13 @@ interface Ethernet6/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5268,13 +5275,6 @@ interface Ethernet6/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/38 description IDF2 Standard Port @@ -5284,6 +5284,13 @@ interface Ethernet6/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5293,13 +5300,6 @@ interface Ethernet6/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/39 description IDF2 Standard Port @@ -5309,6 +5309,13 @@ interface Ethernet6/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5318,13 +5325,6 @@ interface Ethernet6/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/40 description IDF2 Standard Port @@ -5334,6 +5334,13 @@ interface Ethernet6/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5343,13 +5350,6 @@ interface Ethernet6/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/41 description IDF2 Standard Port @@ -5359,6 +5359,13 @@ interface Ethernet6/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5368,13 +5375,6 @@ interface Ethernet6/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/42 description IDF2 Standard Port @@ -5384,15 +5384,6 @@ interface Ethernet6/42 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -5400,6 +5391,15 @@ interface Ethernet6/42 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet6/43 description IDF2 Standard Port @@ -5409,6 +5409,13 @@ interface Ethernet6/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5418,13 +5425,6 @@ interface Ethernet6/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/44 description IDF2 Standard Port @@ -5434,6 +5434,13 @@ interface Ethernet6/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5443,13 +5450,6 @@ interface Ethernet6/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/45 description IDF2 Standard Port @@ -5459,6 +5459,13 @@ interface Ethernet6/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5468,13 +5475,6 @@ interface Ethernet6/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/46 description IDF2 Standard Port @@ -5484,6 +5484,13 @@ interface Ethernet6/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5493,13 +5500,6 @@ interface Ethernet6/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/47 description IDF2 Standard Port @@ -5509,6 +5509,13 @@ interface Ethernet6/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5518,13 +5525,6 @@ interface Ethernet6/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/48 description IDF2 Standard Port @@ -5534,6 +5534,13 @@ interface Ethernet6/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5543,13 +5550,6 @@ interface Ethernet6/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/1 description IDF2 Standard Port @@ -5559,6 +5559,13 @@ interface Ethernet7/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5568,13 +5575,6 @@ interface Ethernet7/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/2 description IDF2 Standard Port @@ -5584,6 +5584,13 @@ interface Ethernet7/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5593,13 +5600,6 @@ interface Ethernet7/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/3 description IDF2 Standard Port @@ -5609,6 +5609,13 @@ interface Ethernet7/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5618,13 +5625,6 @@ interface Ethernet7/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/4 description IDF2 Standard Port @@ -5634,6 +5634,13 @@ interface Ethernet7/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5643,13 +5650,6 @@ interface Ethernet7/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/5 description IDF2 Standard Port @@ -5659,6 +5659,13 @@ interface Ethernet7/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5668,13 +5675,6 @@ interface Ethernet7/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/6 description IDF2 Standard Port @@ -5684,6 +5684,13 @@ interface Ethernet7/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5693,13 +5700,6 @@ interface Ethernet7/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/7 description IDF2 Standard Port @@ -5709,6 +5709,13 @@ interface Ethernet7/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5718,13 +5725,6 @@ interface Ethernet7/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/8 description IDF2 Standard Port @@ -5734,6 +5734,13 @@ interface Ethernet7/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5743,13 +5750,6 @@ interface Ethernet7/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/9 description IDF2 Standard Port @@ -5759,6 +5759,13 @@ interface Ethernet7/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5768,13 +5775,6 @@ interface Ethernet7/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/10 description IDF2 Standard Port @@ -5784,6 +5784,13 @@ interface Ethernet7/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5793,13 +5800,6 @@ interface Ethernet7/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/11 description IDF2 Standard Port @@ -5809,6 +5809,13 @@ interface Ethernet7/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5818,13 +5825,6 @@ interface Ethernet7/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/12 description IDF2 Standard Port @@ -5834,15 +5834,6 @@ interface Ethernet7/12 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -5850,6 +5841,15 @@ interface Ethernet7/12 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet7/13 description IDF2 Standard Port @@ -5859,6 +5859,13 @@ interface Ethernet7/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5868,13 +5875,6 @@ interface Ethernet7/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/14 description IDF2 Standard Port @@ -5884,6 +5884,13 @@ interface Ethernet7/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5893,13 +5900,6 @@ interface Ethernet7/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/15 description IDF2 Standard Port @@ -5909,6 +5909,13 @@ interface Ethernet7/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5918,13 +5925,6 @@ interface Ethernet7/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/16 description IDF2 Standard Port @@ -5934,6 +5934,13 @@ interface Ethernet7/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5943,13 +5950,6 @@ interface Ethernet7/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/17 description IDF2 Standard Port @@ -5959,6 +5959,13 @@ interface Ethernet7/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5968,13 +5975,6 @@ interface Ethernet7/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/18 description IDF2 Standard Port @@ -5984,6 +5984,13 @@ interface Ethernet7/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5993,13 +6000,6 @@ interface Ethernet7/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/19 description IDF2 Standard Port @@ -6009,6 +6009,13 @@ interface Ethernet7/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6018,13 +6025,6 @@ interface Ethernet7/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/20 description IDF2 Standard Port @@ -6034,6 +6034,13 @@ interface Ethernet7/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6043,13 +6050,6 @@ interface Ethernet7/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/21 description IDF2 Standard Port @@ -6059,6 +6059,13 @@ interface Ethernet7/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6068,13 +6075,6 @@ interface Ethernet7/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/22 description IDF2 Standard Port @@ -6084,6 +6084,13 @@ interface Ethernet7/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6093,13 +6100,6 @@ interface Ethernet7/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/23 description IDF2 Standard Port @@ -6109,6 +6109,13 @@ interface Ethernet7/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6118,13 +6125,6 @@ interface Ethernet7/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/24 description IDF2 Standard Port @@ -6134,6 +6134,13 @@ interface Ethernet7/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6143,13 +6150,6 @@ interface Ethernet7/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/25 description IDF2 Standard Port @@ -6159,6 +6159,13 @@ interface Ethernet7/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6168,13 +6175,6 @@ interface Ethernet7/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/26 description IDF2 Standard Port @@ -6184,6 +6184,13 @@ interface Ethernet7/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6193,13 +6200,6 @@ interface Ethernet7/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/27 description IDF2 Standard Port @@ -6209,6 +6209,13 @@ interface Ethernet7/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6218,13 +6225,6 @@ interface Ethernet7/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/28 description IDF2 Standard Port @@ -6234,6 +6234,13 @@ interface Ethernet7/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6243,13 +6250,6 @@ interface Ethernet7/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/29 description IDF2 Standard Port @@ -6259,6 +6259,13 @@ interface Ethernet7/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6268,13 +6275,6 @@ interface Ethernet7/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/30 description IDF2 Standard Port @@ -6284,15 +6284,6 @@ interface Ethernet7/30 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -6300,6 +6291,15 @@ interface Ethernet7/30 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet7/31 description IDF2 Standard Port @@ -6309,6 +6309,13 @@ interface Ethernet7/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6318,13 +6325,6 @@ interface Ethernet7/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/32 description IDF2 Standard Port @@ -6334,6 +6334,13 @@ interface Ethernet7/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6343,13 +6350,6 @@ interface Ethernet7/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/33 description IDF2 Standard Port @@ -6359,6 +6359,13 @@ interface Ethernet7/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6368,13 +6375,6 @@ interface Ethernet7/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/34 description IDF2 Standard Port @@ -6384,6 +6384,13 @@ interface Ethernet7/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6393,13 +6400,6 @@ interface Ethernet7/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/35 description IDF2 Standard Port @@ -6409,6 +6409,13 @@ interface Ethernet7/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6418,13 +6425,6 @@ interface Ethernet7/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/36 description IDF2 Standard Port @@ -6434,6 +6434,13 @@ interface Ethernet7/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6443,13 +6450,6 @@ interface Ethernet7/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/37 description IDF2 Standard Port @@ -6459,6 +6459,13 @@ interface Ethernet7/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6468,13 +6475,6 @@ interface Ethernet7/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/38 description IDF2 Standard Port @@ -6484,6 +6484,13 @@ interface Ethernet7/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6493,13 +6500,6 @@ interface Ethernet7/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/39 description IDF2 Standard Port @@ -6509,6 +6509,13 @@ interface Ethernet7/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6518,13 +6525,6 @@ interface Ethernet7/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/40 description IDF2 Standard Port @@ -6534,6 +6534,13 @@ interface Ethernet7/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6543,13 +6550,6 @@ interface Ethernet7/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/41 description IDF2 Standard Port @@ -6559,6 +6559,13 @@ interface Ethernet7/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6568,13 +6575,6 @@ interface Ethernet7/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/42 description IDF2 Standard Port @@ -6584,6 +6584,13 @@ interface Ethernet7/42 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6593,13 +6600,6 @@ interface Ethernet7/42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/43 description IDF2 Standard Port @@ -6609,6 +6609,13 @@ interface Ethernet7/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6618,13 +6625,6 @@ interface Ethernet7/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/44 description IDF2 Standard Port @@ -6634,6 +6634,13 @@ interface Ethernet7/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6643,13 +6650,6 @@ interface Ethernet7/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/45 description IDF2 Standard Port @@ -6659,6 +6659,13 @@ interface Ethernet7/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6668,13 +6675,6 @@ interface Ethernet7/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/46 description IDF2 Standard Port @@ -6684,6 +6684,13 @@ interface Ethernet7/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6693,13 +6700,6 @@ interface Ethernet7/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/47 description IDF2 Standard Port @@ -6709,6 +6709,13 @@ interface Ethernet7/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6718,13 +6725,6 @@ interface Ethernet7/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/48 description IDF2 Standard Port @@ -6734,6 +6734,13 @@ interface Ethernet7/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6743,13 +6750,6 @@ interface Ethernet7/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ``` ### Port-Channel Interfaces diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md index 7a0cf2b3c75..c12c8f77d01 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md @@ -500,6 +500,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -509,8 +511,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -520,6 +520,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -529,8 +531,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -540,6 +540,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -549,8 +551,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -560,6 +560,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -569,8 +571,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -580,6 +580,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -589,8 +591,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -600,6 +600,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -609,8 +611,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -620,6 +620,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -629,8 +631,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -640,6 +640,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -649,8 +651,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -660,6 +660,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -669,8 +671,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -680,6 +680,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -689,8 +691,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -700,6 +700,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -709,8 +711,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -720,6 +720,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -729,8 +731,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -740,6 +740,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -749,8 +751,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -760,6 +760,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -769,8 +771,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -780,6 +780,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -789,8 +791,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -800,6 +800,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -809,8 +811,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -820,6 +820,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -829,8 +831,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -840,6 +840,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -849,8 +851,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -860,6 +860,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -869,8 +871,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -880,6 +880,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -889,8 +891,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -900,6 +900,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -909,8 +911,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -920,6 +920,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -929,8 +931,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -940,6 +940,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -949,8 +951,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -960,6 +960,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -969,8 +971,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -980,6 +980,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -989,8 +991,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -1000,6 +1000,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1009,8 +1011,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -1020,6 +1020,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1029,8 +1031,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -1040,6 +1040,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1049,8 +1051,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -1060,6 +1060,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1069,8 +1071,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -1080,6 +1080,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1089,8 +1091,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -1100,6 +1100,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1109,8 +1111,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -1120,6 +1120,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1129,8 +1131,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -1140,6 +1140,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1149,8 +1151,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -1160,6 +1160,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1169,8 +1171,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -1180,6 +1180,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1189,8 +1191,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -1200,6 +1200,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1209,8 +1211,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -1220,6 +1220,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1229,8 +1231,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -1240,6 +1240,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1249,8 +1251,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -1260,6 +1260,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1269,8 +1271,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -1280,6 +1280,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1289,8 +1291,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -1300,6 +1300,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1309,8 +1311,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -1320,6 +1320,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1329,8 +1331,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -1340,6 +1340,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1349,8 +1351,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -1360,6 +1360,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1369,8 +1371,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -1380,6 +1380,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1389,8 +1391,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -1400,6 +1400,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1409,8 +1411,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1420,6 +1420,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1429,8 +1431,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1440,6 +1440,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1449,8 +1451,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1460,6 +1460,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1469,8 +1471,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1480,6 +1480,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1489,8 +1491,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1500,6 +1500,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1509,8 +1511,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1520,6 +1520,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1529,8 +1531,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1540,6 +1540,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1549,8 +1551,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1560,6 +1560,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1569,8 +1571,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1580,6 +1580,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1589,8 +1591,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1600,6 +1600,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1609,8 +1611,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1620,6 +1620,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1629,8 +1631,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1640,6 +1640,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1649,8 +1651,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1660,6 +1660,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1669,8 +1671,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1680,6 +1680,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1689,8 +1691,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1700,6 +1700,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1709,8 +1711,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1720,6 +1720,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1729,8 +1731,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1740,6 +1740,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1749,8 +1751,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1760,6 +1760,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1769,8 +1771,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1780,6 +1780,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1789,8 +1791,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1800,6 +1800,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1809,8 +1811,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1820,6 +1820,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1829,8 +1831,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1840,6 +1840,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1849,8 +1851,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1860,6 +1860,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1869,8 +1871,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1880,6 +1880,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1889,8 +1891,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1900,6 +1900,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1909,8 +1911,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1920,6 +1920,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1929,8 +1931,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1940,6 +1940,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1949,8 +1951,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1960,6 +1960,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1969,8 +1971,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1980,6 +1980,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1989,8 +1991,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -2000,6 +2000,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2009,8 +2011,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -2020,6 +2020,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2029,8 +2031,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -2040,6 +2040,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2049,8 +2051,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -2060,6 +2060,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2069,8 +2071,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -2080,6 +2080,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2089,8 +2091,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -2100,6 +2100,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2109,8 +2111,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -2120,6 +2120,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2129,8 +2131,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -2140,6 +2140,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2149,8 +2151,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -2160,6 +2160,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2169,8 +2171,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -2180,6 +2180,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2189,8 +2191,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -2200,6 +2200,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2209,8 +2211,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -2220,6 +2220,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2229,8 +2231,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -2240,6 +2240,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2249,8 +2251,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -2260,6 +2260,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2269,8 +2271,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -2280,6 +2280,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2289,8 +2291,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -2300,6 +2300,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2309,8 +2311,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -2320,6 +2320,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2329,8 +2331,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -2340,6 +2340,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2349,8 +2351,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -2360,6 +2360,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2369,8 +2371,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -2380,6 +2380,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2389,8 +2391,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -2400,6 +2400,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2409,8 +2411,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_SPINE1_Ethernet50/1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md index 950333fe299..0bf9ec18635 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md @@ -500,6 +500,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -509,8 +511,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -520,6 +520,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -529,8 +531,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -540,6 +540,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -549,8 +551,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -560,6 +560,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -569,8 +571,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -580,6 +580,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -589,8 +591,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -600,6 +600,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -609,8 +611,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -620,6 +620,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -629,8 +631,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -640,6 +640,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -649,8 +651,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -660,6 +660,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -669,8 +671,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -680,6 +680,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -689,8 +691,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -700,6 +700,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -709,8 +711,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -720,6 +720,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -729,8 +731,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -740,6 +740,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -749,8 +751,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -760,6 +760,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -769,8 +771,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -780,6 +780,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -789,8 +791,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -800,6 +800,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -809,8 +811,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -820,6 +820,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -829,8 +831,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -840,6 +840,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -849,8 +851,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -860,6 +860,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -869,8 +871,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -880,6 +880,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -889,8 +891,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -900,6 +900,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -909,8 +911,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -920,6 +920,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -929,8 +931,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -940,6 +940,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -949,8 +951,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -960,6 +960,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -969,8 +971,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -980,6 +980,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -989,8 +991,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -1000,6 +1000,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1009,8 +1011,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -1020,6 +1020,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1029,8 +1031,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -1040,6 +1040,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1049,8 +1051,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -1060,6 +1060,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1069,8 +1071,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -1080,6 +1080,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1089,8 +1091,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -1100,6 +1100,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1109,8 +1111,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -1120,6 +1120,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1129,8 +1131,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -1140,6 +1140,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1149,8 +1151,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -1160,6 +1160,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1169,8 +1171,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -1180,6 +1180,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1189,8 +1191,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -1200,6 +1200,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1209,8 +1211,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -1220,6 +1220,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1229,8 +1231,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -1240,6 +1240,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1249,8 +1251,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -1260,6 +1260,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1269,8 +1271,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -1280,6 +1280,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1289,8 +1291,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -1300,6 +1300,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1309,8 +1311,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -1320,6 +1320,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1329,8 +1331,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -1340,6 +1340,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1349,8 +1351,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -1360,6 +1360,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1369,8 +1371,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -1380,6 +1380,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1389,8 +1391,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -1400,6 +1400,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1409,8 +1411,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1420,6 +1420,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1429,8 +1431,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1440,6 +1440,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1449,8 +1451,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1460,6 +1460,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1469,8 +1471,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1480,6 +1480,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1489,8 +1491,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1500,6 +1500,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1509,8 +1511,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1520,6 +1520,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1529,8 +1531,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1540,6 +1540,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1549,8 +1551,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1560,6 +1560,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1569,8 +1571,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1580,6 +1580,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1589,8 +1591,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1600,6 +1600,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1609,8 +1611,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1620,6 +1620,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1629,8 +1631,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1640,6 +1640,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1649,8 +1651,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1660,6 +1660,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1669,8 +1671,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1680,6 +1680,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1689,8 +1691,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1700,6 +1700,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1709,8 +1711,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1720,6 +1720,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1729,8 +1731,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1740,6 +1740,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1749,8 +1751,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1760,6 +1760,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1769,8 +1771,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1780,6 +1780,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1789,8 +1791,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1800,6 +1800,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1809,8 +1811,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1820,6 +1820,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1829,8 +1831,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1840,6 +1840,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1849,8 +1851,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1860,6 +1860,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1869,8 +1871,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1880,6 +1880,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1889,8 +1891,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1900,6 +1900,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1909,8 +1911,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1920,6 +1920,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1929,8 +1931,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1940,6 +1940,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1949,8 +1951,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1960,6 +1960,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1969,8 +1971,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1980,6 +1980,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1989,8 +1991,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -2000,6 +2000,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2009,8 +2011,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -2020,6 +2020,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2029,8 +2031,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -2040,6 +2040,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2049,8 +2051,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -2060,6 +2060,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2069,8 +2071,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -2080,6 +2080,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2089,8 +2091,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -2100,6 +2100,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2109,8 +2111,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -2120,6 +2120,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2129,8 +2131,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -2140,6 +2140,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2149,8 +2151,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -2160,6 +2160,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2169,8 +2171,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -2180,6 +2180,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2189,8 +2191,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -2200,6 +2200,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2209,8 +2211,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -2220,6 +2220,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2229,8 +2231,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -2240,6 +2240,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2249,8 +2251,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -2260,6 +2260,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2269,8 +2271,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -2280,6 +2280,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2289,8 +2291,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -2300,6 +2300,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2309,8 +2311,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -2320,6 +2320,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2329,8 +2331,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -2340,6 +2340,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2349,8 +2351,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -2360,6 +2360,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2369,8 +2371,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -2380,6 +2380,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2389,8 +2391,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -2400,6 +2400,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2409,8 +2411,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_SPINE1_Ethernet51/1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md index b4716f308bb..c2e9b878a7a 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md @@ -459,6 +459,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -468,8 +470,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -479,6 +479,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -488,8 +490,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -499,6 +499,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -508,8 +510,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -519,6 +519,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -528,8 +530,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -539,6 +539,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -548,8 +550,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -559,6 +559,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -568,8 +570,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -579,6 +579,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -588,8 +590,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -599,6 +599,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -608,8 +610,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -619,6 +619,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -628,8 +630,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -639,6 +639,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -648,8 +650,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -659,6 +659,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -668,8 +670,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -679,6 +679,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -688,8 +690,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -699,6 +699,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -708,8 +710,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -719,6 +719,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -728,8 +730,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -739,6 +739,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -748,8 +750,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -759,6 +759,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -768,8 +770,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -779,6 +779,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -788,8 +790,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -799,6 +799,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -808,8 +810,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -819,6 +819,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -828,8 +830,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -839,6 +839,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -848,8 +850,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -859,6 +859,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -868,8 +870,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -879,6 +879,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -888,8 +890,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -899,6 +899,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -908,8 +910,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -919,6 +919,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -928,8 +930,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -939,6 +939,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -948,8 +950,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -959,6 +959,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -968,8 +970,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -979,6 +979,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -988,8 +990,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -999,6 +999,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1008,8 +1010,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -1019,6 +1019,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1028,8 +1030,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -1039,6 +1039,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1048,8 +1050,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -1059,6 +1059,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1068,8 +1070,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -1079,6 +1079,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1088,8 +1090,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -1099,6 +1099,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1108,8 +1110,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -1119,6 +1119,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1128,8 +1130,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -1139,6 +1139,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1148,8 +1150,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -1159,6 +1159,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1168,8 +1170,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -1179,6 +1179,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1188,8 +1190,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -1199,6 +1199,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1208,8 +1210,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -1219,6 +1219,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1228,8 +1230,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -1239,6 +1239,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1248,8 +1250,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -1259,6 +1259,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1268,8 +1270,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -1279,6 +1279,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1288,8 +1290,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -1299,6 +1299,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1308,8 +1310,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -1319,6 +1319,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1328,8 +1330,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -1339,6 +1339,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1348,8 +1350,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -1359,6 +1359,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1368,8 +1370,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1379,6 +1379,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1388,8 +1390,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1399,6 +1399,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1408,8 +1410,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1419,6 +1419,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1428,8 +1430,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1439,6 +1439,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1448,8 +1450,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1459,6 +1459,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1468,8 +1470,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1479,6 +1479,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1488,8 +1490,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1499,6 +1499,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1508,8 +1510,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1519,6 +1519,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1528,8 +1530,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1539,6 +1539,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1548,8 +1550,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1559,6 +1559,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1568,8 +1570,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1579,6 +1579,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1588,8 +1590,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1599,6 +1599,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1608,8 +1610,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1619,6 +1619,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1628,8 +1630,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1639,6 +1639,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1648,8 +1650,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1659,6 +1659,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1668,8 +1670,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1679,6 +1679,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1688,8 +1690,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1699,6 +1699,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1708,8 +1710,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1719,6 +1719,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1728,8 +1730,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1739,6 +1739,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1748,8 +1750,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1759,6 +1759,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1768,8 +1770,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1779,6 +1779,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1788,8 +1790,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1799,6 +1799,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1808,8 +1810,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1819,6 +1819,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1828,8 +1830,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1839,6 +1839,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1848,8 +1850,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1859,6 +1859,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1868,8 +1870,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1879,6 +1879,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1888,8 +1890,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1899,6 +1899,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1908,8 +1910,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1919,6 +1919,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1928,8 +1930,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1939,6 +1939,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1948,8 +1950,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1959,6 +1959,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1968,8 +1970,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1979,6 +1979,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1988,8 +1990,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1999,6 +1999,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2008,8 +2010,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -2019,6 +2019,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2028,8 +2030,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -2039,6 +2039,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2048,8 +2050,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -2059,6 +2059,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2068,8 +2070,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -2079,6 +2079,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2088,8 +2090,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -2099,6 +2099,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2108,8 +2110,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -2119,6 +2119,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2128,8 +2130,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -2139,6 +2139,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2148,8 +2150,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -2159,6 +2159,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2168,8 +2170,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -2179,6 +2179,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2188,8 +2190,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -2199,6 +2199,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2208,8 +2210,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -2219,6 +2219,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2228,8 +2230,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -2239,6 +2239,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2248,8 +2250,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -2259,6 +2259,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2268,8 +2270,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -2279,6 +2279,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2288,8 +2290,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -2299,6 +2299,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2308,8 +2310,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -2319,6 +2319,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2328,8 +2330,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -2339,6 +2339,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2348,8 +2350,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -2359,6 +2359,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2368,8 +2370,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_LEAF3A_Ethernet97/3 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md index a4e2878e21e..b95b119f01f 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md @@ -459,6 +459,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -468,8 +470,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -479,6 +479,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -488,8 +490,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -499,6 +499,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -508,8 +510,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -519,6 +519,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -528,8 +530,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -539,6 +539,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -548,8 +550,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -559,6 +559,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -568,8 +570,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -579,6 +579,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -588,8 +590,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -599,6 +599,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -608,8 +610,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -619,6 +619,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -628,8 +630,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -639,6 +639,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -648,8 +650,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -659,6 +659,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -668,8 +670,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -679,6 +679,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -688,8 +690,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -699,6 +699,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -708,8 +710,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -719,6 +719,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -728,8 +730,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -739,6 +739,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -748,8 +750,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -759,6 +759,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -768,8 +770,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -779,6 +779,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -788,8 +790,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -799,6 +799,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -808,8 +810,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -819,6 +819,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -828,8 +830,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -839,6 +839,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -848,8 +850,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -859,6 +859,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -868,8 +870,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -879,6 +879,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -888,8 +890,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -899,6 +899,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -908,8 +910,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -919,6 +919,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -928,8 +930,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -939,6 +939,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -948,8 +950,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -959,6 +959,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -968,8 +970,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -979,6 +979,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -988,8 +990,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -999,6 +999,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1008,8 +1010,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -1019,6 +1019,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1028,8 +1030,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -1039,6 +1039,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1048,8 +1050,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -1059,6 +1059,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1068,8 +1070,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -1079,6 +1079,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1088,8 +1090,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -1099,6 +1099,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1108,8 +1110,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -1119,6 +1119,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1128,8 +1130,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -1139,6 +1139,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1148,8 +1150,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -1159,6 +1159,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1168,8 +1170,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -1179,6 +1179,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1188,8 +1190,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -1199,6 +1199,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1208,8 +1210,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -1219,6 +1219,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1228,8 +1230,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -1239,6 +1239,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1248,8 +1250,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -1259,6 +1259,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1268,8 +1270,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -1279,6 +1279,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1288,8 +1290,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -1299,6 +1299,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1308,8 +1310,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -1319,6 +1319,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1328,8 +1330,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -1339,6 +1339,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1348,8 +1350,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -1359,6 +1359,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1368,8 +1370,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1379,6 +1379,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1388,8 +1390,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1399,6 +1399,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1408,8 +1410,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1419,6 +1419,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1428,8 +1430,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1439,6 +1439,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1448,8 +1450,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1459,6 +1459,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1468,8 +1470,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1479,6 +1479,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1488,8 +1490,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1499,6 +1499,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1508,8 +1510,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1519,6 +1519,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1528,8 +1530,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1539,6 +1539,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1548,8 +1550,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1559,6 +1559,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1568,8 +1570,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1579,6 +1579,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1588,8 +1590,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1599,6 +1599,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1608,8 +1610,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1619,6 +1619,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1628,8 +1630,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1639,6 +1639,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1648,8 +1650,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1659,6 +1659,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1668,8 +1670,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1679,6 +1679,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1688,8 +1690,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1699,6 +1699,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1708,8 +1710,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1719,6 +1719,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1728,8 +1730,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1739,6 +1739,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1748,8 +1750,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1759,6 +1759,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1768,8 +1770,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1779,6 +1779,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1788,8 +1790,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1799,6 +1799,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1808,8 +1810,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1819,6 +1819,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1828,8 +1830,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1839,6 +1839,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1848,8 +1850,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1859,6 +1859,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1868,8 +1870,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1879,6 +1879,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1888,8 +1890,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1899,6 +1899,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1908,8 +1910,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1919,6 +1919,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1928,8 +1930,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1939,6 +1939,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1948,8 +1950,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1959,6 +1959,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1968,8 +1970,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1979,6 +1979,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1988,8 +1990,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1999,6 +1999,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2008,8 +2010,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -2019,6 +2019,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2028,8 +2030,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -2039,6 +2039,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2048,8 +2050,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -2059,6 +2059,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2068,8 +2070,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -2079,6 +2079,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2088,8 +2090,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -2099,6 +2099,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2108,8 +2110,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -2119,6 +2119,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2128,8 +2130,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -2139,6 +2139,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2148,8 +2150,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -2159,6 +2159,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2168,8 +2170,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -2179,6 +2179,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2188,8 +2190,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -2199,6 +2199,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2208,8 +2210,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -2219,6 +2219,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2228,8 +2230,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -2239,6 +2239,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2248,8 +2250,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -2259,6 +2259,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2268,8 +2270,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -2279,6 +2279,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2288,8 +2290,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -2299,6 +2299,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2308,8 +2310,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -2319,6 +2319,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2328,8 +2330,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -2339,6 +2339,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2348,8 +2350,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -2359,6 +2359,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2368,8 +2370,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_LEAF3A_Ethernet97/4 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md index b5d2e740d92..7a5ee120e49 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md @@ -459,6 +459,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -468,8 +470,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -479,6 +479,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -488,8 +490,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -499,6 +499,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -508,8 +510,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -519,6 +519,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -528,8 +530,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -539,6 +539,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -548,8 +550,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -559,6 +559,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -568,8 +570,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -579,6 +579,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -588,8 +590,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -599,6 +599,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -608,8 +610,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -619,6 +619,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -628,8 +630,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -639,6 +639,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -648,8 +650,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -659,6 +659,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -668,8 +670,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -679,6 +679,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -688,8 +690,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -699,6 +699,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -708,8 +710,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -719,6 +719,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -728,8 +730,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -739,6 +739,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -748,8 +750,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -759,6 +759,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -768,8 +770,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -779,6 +779,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -788,8 +790,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -799,6 +799,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -808,8 +810,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -819,6 +819,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -828,8 +830,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -839,6 +839,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -848,8 +850,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -859,6 +859,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -868,8 +870,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -879,6 +879,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -888,8 +890,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -899,6 +899,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -908,8 +910,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -919,6 +919,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -928,8 +930,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -939,6 +939,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -948,8 +950,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -959,6 +959,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -968,8 +970,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -979,6 +979,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -988,8 +990,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -999,6 +999,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1008,8 +1010,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -1019,6 +1019,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1028,8 +1030,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -1039,6 +1039,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1048,8 +1050,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -1059,6 +1059,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1068,8 +1070,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -1079,6 +1079,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1088,8 +1090,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -1099,6 +1099,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1108,8 +1110,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -1119,6 +1119,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1128,8 +1130,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -1139,6 +1139,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1148,8 +1150,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -1159,6 +1159,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1168,8 +1170,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -1179,6 +1179,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1188,8 +1190,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -1199,6 +1199,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1208,8 +1210,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -1219,6 +1219,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1228,8 +1230,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -1239,6 +1239,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1248,8 +1250,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -1259,6 +1259,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1268,8 +1270,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -1279,6 +1279,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1288,8 +1290,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -1299,6 +1299,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1308,8 +1310,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -1319,6 +1319,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1328,8 +1330,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -1339,6 +1339,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1348,8 +1350,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -1359,6 +1359,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1368,8 +1370,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1379,6 +1379,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1388,8 +1390,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1399,6 +1399,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1408,8 +1410,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1419,6 +1419,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1428,8 +1430,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1439,6 +1439,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1448,8 +1450,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1459,6 +1459,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1468,8 +1470,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1479,6 +1479,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1488,8 +1490,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1499,6 +1499,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1508,8 +1510,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1519,6 +1519,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1528,8 +1530,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1539,6 +1539,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1548,8 +1550,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1559,6 +1559,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1568,8 +1570,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1579,6 +1579,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1588,8 +1590,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1599,6 +1599,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1608,8 +1610,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1619,6 +1619,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1628,8 +1630,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1639,6 +1639,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1648,8 +1650,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1659,6 +1659,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1668,8 +1670,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1679,6 +1679,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1688,8 +1690,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1699,6 +1699,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1708,8 +1710,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1719,6 +1719,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1728,8 +1730,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1739,6 +1739,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1748,8 +1750,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1759,6 +1759,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1768,8 +1770,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1779,6 +1779,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1788,8 +1790,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1799,6 +1799,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1808,8 +1810,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1819,6 +1819,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1828,8 +1830,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1839,6 +1839,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1848,8 +1850,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1859,6 +1859,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1868,8 +1870,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1879,6 +1879,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1888,8 +1890,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1899,6 +1899,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1908,8 +1910,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1919,6 +1919,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1928,8 +1930,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1939,6 +1939,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1948,8 +1950,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1959,6 +1959,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1968,8 +1970,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1979,6 +1979,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1988,8 +1990,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1999,6 +1999,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2008,8 +2010,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -2019,6 +2019,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2028,8 +2030,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -2039,6 +2039,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2048,8 +2050,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -2059,6 +2059,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2068,8 +2070,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -2079,6 +2079,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2088,8 +2090,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -2099,6 +2099,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2108,8 +2110,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -2119,6 +2119,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2128,8 +2130,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -2139,6 +2139,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2148,8 +2150,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -2159,6 +2159,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2168,8 +2170,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -2179,6 +2179,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2188,8 +2190,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -2199,6 +2199,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2208,8 +2210,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -2219,6 +2219,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2228,8 +2230,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -2239,6 +2239,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2248,8 +2250,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -2259,6 +2259,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2268,8 +2270,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -2279,6 +2279,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2288,8 +2290,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -2299,6 +2299,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2308,8 +2310,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -2319,6 +2319,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2328,8 +2330,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -2339,6 +2339,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2348,8 +2350,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -2359,6 +2359,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2368,8 +2370,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_LEAF3A_Ethernet98/1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg index 6e16ba91114..8e0522989a2 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg @@ -68,6 +68,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -77,8 +79,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF1 Standard Port @@ -88,6 +88,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -97,8 +99,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF1 Standard Port @@ -108,6 +108,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -117,8 +119,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF1 Standard Port @@ -128,6 +128,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -137,8 +139,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF1 Standard Port @@ -148,6 +148,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -157,8 +159,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF1 Standard Port @@ -168,6 +168,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -177,8 +179,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF1 Standard Port @@ -188,6 +188,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -197,8 +199,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF1 Standard Port @@ -208,6 +208,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -217,8 +219,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF1 Standard Port @@ -228,6 +228,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -237,8 +239,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF1 Standard Port @@ -248,6 +248,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -257,8 +259,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF1 Standard Port @@ -268,6 +268,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -277,8 +279,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF1 Standard Port @@ -288,6 +288,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -297,8 +299,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF1 Standard Port @@ -308,6 +308,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -317,8 +319,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF1 Standard Port @@ -328,6 +328,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -337,8 +339,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF1 Standard Port @@ -348,6 +348,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -357,8 +359,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF1 Standard Port @@ -368,6 +368,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -377,8 +379,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF1 Standard Port @@ -388,6 +388,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -397,8 +399,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF1 Standard Port @@ -408,6 +408,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -417,8 +419,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF1 Standard Port @@ -428,6 +428,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -437,8 +439,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF1 Standard Port @@ -448,6 +448,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -457,8 +459,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF1 Standard Port @@ -468,6 +468,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -477,8 +479,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF1 Standard Port @@ -488,6 +488,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -497,8 +499,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF1 Standard Port @@ -508,6 +508,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -517,8 +519,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF1 Standard Port @@ -528,6 +528,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -537,8 +539,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF1 Standard Port @@ -548,6 +548,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -557,8 +559,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF1 Standard Port @@ -568,6 +568,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -577,8 +579,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF1 Standard Port @@ -588,6 +588,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -597,8 +599,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF1 Standard Port @@ -608,6 +608,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -617,8 +619,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF1 Standard Port @@ -628,6 +628,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -637,8 +639,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF1 Standard Port @@ -648,6 +648,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -657,8 +659,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF1 Standard Port @@ -668,6 +668,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -677,8 +679,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF1 Standard Port @@ -688,6 +688,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -697,8 +699,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF1 Standard Port @@ -708,6 +708,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -717,8 +719,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF1 Standard Port @@ -728,6 +728,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -737,8 +739,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF1 Standard Port @@ -748,6 +748,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -757,8 +759,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF1 Standard Port @@ -768,6 +768,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -777,8 +779,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF1 Standard Port @@ -788,6 +788,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -797,8 +799,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF1 Standard Port @@ -808,6 +808,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -817,8 +819,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF1 Standard Port @@ -828,6 +828,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -837,8 +839,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF1 Standard Port @@ -848,6 +848,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -857,8 +859,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF1 Standard Port @@ -868,6 +868,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -877,8 +879,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF1 Standard Port @@ -888,6 +888,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -897,8 +899,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF1 Standard Port @@ -908,6 +908,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -917,8 +919,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF1 Standard Port @@ -928,6 +928,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -937,8 +939,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF1 Standard Port @@ -948,6 +948,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -957,8 +959,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF1 Standard Port @@ -968,6 +968,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -977,8 +979,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF1 Standard Port @@ -988,6 +988,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -997,8 +999,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF1 Standard Port @@ -1008,6 +1008,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1017,8 +1019,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description L2_SPINE1_Ethernet1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg index ab088194cbe..01b5c956126 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg @@ -68,6 +68,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -77,8 +79,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF1 Standard Port @@ -88,6 +88,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -97,8 +99,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF1 Standard Port @@ -108,6 +108,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -117,8 +119,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF1 Standard Port @@ -128,6 +128,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -137,8 +139,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF1 Standard Port @@ -148,6 +148,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -157,8 +159,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF1 Standard Port @@ -168,6 +168,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -177,8 +179,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF1 Standard Port @@ -188,6 +188,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -197,8 +199,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF1 Standard Port @@ -208,6 +208,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -217,8 +219,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF1 Standard Port @@ -228,6 +228,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -237,8 +239,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF1 Standard Port @@ -248,6 +248,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -257,8 +259,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF1 Standard Port @@ -268,6 +268,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -277,8 +279,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF1 Standard Port @@ -288,6 +288,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -297,8 +299,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF1 Standard Port @@ -308,6 +308,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -317,8 +319,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF1 Standard Port @@ -328,6 +328,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -337,8 +339,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF1 Standard Port @@ -348,6 +348,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -357,8 +359,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF1 Standard Port @@ -368,6 +368,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -377,8 +379,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF1 Standard Port @@ -388,6 +388,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -397,8 +399,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF1 Standard Port @@ -408,6 +408,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -417,8 +419,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF1 Standard Port @@ -428,6 +428,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -437,8 +439,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF1 Standard Port @@ -448,6 +448,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -457,8 +459,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF1 Standard Port @@ -468,6 +468,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -477,8 +479,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF1 Standard Port @@ -488,6 +488,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -497,8 +499,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF1 Standard Port @@ -508,6 +508,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -517,8 +519,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF1 Standard Port @@ -528,6 +528,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -537,8 +539,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF1 Standard Port @@ -548,6 +548,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -557,8 +559,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF1 Standard Port @@ -568,6 +568,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -577,8 +579,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF1 Standard Port @@ -588,6 +588,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -597,8 +599,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF1 Standard Port @@ -608,6 +608,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -617,8 +619,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF1 Standard Port @@ -628,6 +628,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -637,8 +639,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF1 Standard Port @@ -648,6 +648,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -657,8 +659,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF1 Standard Port @@ -668,6 +668,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -677,8 +679,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF1 Standard Port @@ -688,6 +688,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -697,8 +699,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF1 Standard Port @@ -708,6 +708,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -717,8 +719,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF1 Standard Port @@ -728,6 +728,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -737,8 +739,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF1 Standard Port @@ -748,6 +748,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -757,8 +759,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF1 Standard Port @@ -768,6 +768,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -777,8 +779,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF1 Standard Port @@ -788,6 +788,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -797,8 +799,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF1 Standard Port @@ -808,6 +808,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -817,8 +819,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF1 Standard Port @@ -828,6 +828,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -837,8 +839,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF1 Standard Port @@ -848,6 +848,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -857,8 +859,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF1 Standard Port @@ -868,6 +868,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -877,8 +879,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF1 Standard Port @@ -888,6 +888,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -897,8 +899,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF1 Standard Port @@ -908,6 +908,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -917,8 +919,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF1 Standard Port @@ -928,6 +928,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -937,8 +939,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF1 Standard Port @@ -948,6 +948,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -957,8 +959,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF1 Standard Port @@ -968,6 +968,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -977,8 +979,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF1 Standard Port @@ -988,6 +988,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -997,8 +999,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF1 Standard Port @@ -1008,6 +1008,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 130 dot1x reauthentication @@ -1017,8 +1019,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description L2_SPINE2_Ethernet1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg index 125cd78e247..73ace9f104c 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg @@ -65,6 +65,13 @@ interface Ethernet3/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -74,13 +81,6 @@ interface Ethernet3/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/2 description IDF2 Standard Port @@ -90,6 +90,13 @@ interface Ethernet3/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -99,13 +106,6 @@ interface Ethernet3/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/3 description IDF2 Standard Port @@ -115,6 +115,13 @@ interface Ethernet3/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -124,13 +131,6 @@ interface Ethernet3/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/4 description IDF2 Standard Port @@ -140,6 +140,13 @@ interface Ethernet3/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -149,13 +156,6 @@ interface Ethernet3/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/5 description IDF2 Standard Port @@ -165,6 +165,13 @@ interface Ethernet3/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -174,13 +181,6 @@ interface Ethernet3/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/6 description IDF2 Standard Port @@ -190,6 +190,13 @@ interface Ethernet3/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -199,13 +206,6 @@ interface Ethernet3/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/7 description IDF2 Standard Port @@ -215,6 +215,13 @@ interface Ethernet3/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -224,13 +231,6 @@ interface Ethernet3/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/8 description IDF2 Standard Port @@ -240,6 +240,13 @@ interface Ethernet3/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -249,13 +256,6 @@ interface Ethernet3/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/9 description IDF2 Standard Port @@ -265,6 +265,13 @@ interface Ethernet3/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -274,13 +281,6 @@ interface Ethernet3/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/10 description IDF2 Standard Port @@ -290,6 +290,13 @@ interface Ethernet3/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -299,13 +306,6 @@ interface Ethernet3/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/11 description IDF2 Standard Port @@ -315,6 +315,13 @@ interface Ethernet3/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -324,13 +331,6 @@ interface Ethernet3/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/12 description IDF2 Standard Port @@ -340,6 +340,13 @@ interface Ethernet3/12 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -349,13 +356,6 @@ interface Ethernet3/12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/13 description IDF2 Standard Port @@ -365,6 +365,13 @@ interface Ethernet3/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -374,13 +381,6 @@ interface Ethernet3/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/14 description IDF2 Standard Port @@ -390,6 +390,13 @@ interface Ethernet3/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -399,13 +406,6 @@ interface Ethernet3/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/15 description IDF2 Standard Port @@ -415,6 +415,13 @@ interface Ethernet3/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -424,13 +431,6 @@ interface Ethernet3/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/16 description IDF2 Standard Port @@ -440,6 +440,13 @@ interface Ethernet3/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -449,13 +456,6 @@ interface Ethernet3/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/17 description IDF2 Standard Port @@ -465,6 +465,13 @@ interface Ethernet3/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -474,13 +481,6 @@ interface Ethernet3/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/18 description IDF2 Standard Port @@ -490,6 +490,13 @@ interface Ethernet3/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -499,13 +506,6 @@ interface Ethernet3/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/19 description IDF2 Standard Port @@ -515,15 +515,6 @@ interface Ethernet3/19 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -531,6 +522,15 @@ interface Ethernet3/19 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet3/20 description IDF2 Standard Port @@ -540,6 +540,13 @@ interface Ethernet3/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -549,13 +556,6 @@ interface Ethernet3/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/21 description IDF2 Standard Port @@ -565,6 +565,13 @@ interface Ethernet3/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -574,13 +581,6 @@ interface Ethernet3/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/22 description IDF2 Standard Port @@ -590,6 +590,13 @@ interface Ethernet3/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -599,13 +606,6 @@ interface Ethernet3/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/23 description IDF2 Standard Port @@ -615,6 +615,13 @@ interface Ethernet3/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -624,13 +631,6 @@ interface Ethernet3/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/24 description IDF2 Standard Port @@ -640,6 +640,13 @@ interface Ethernet3/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -649,13 +656,6 @@ interface Ethernet3/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/25 description IDF2 Standard Port @@ -665,6 +665,13 @@ interface Ethernet3/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -674,13 +681,6 @@ interface Ethernet3/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/26 description IDF2 Standard Port @@ -690,6 +690,13 @@ interface Ethernet3/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -699,13 +706,6 @@ interface Ethernet3/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/27 description IDF2 Standard Port @@ -715,6 +715,13 @@ interface Ethernet3/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -724,13 +731,6 @@ interface Ethernet3/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/28 description IDF2 Standard Port @@ -740,6 +740,13 @@ interface Ethernet3/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -749,13 +756,6 @@ interface Ethernet3/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/29 description IDF2 Standard Port @@ -765,6 +765,13 @@ interface Ethernet3/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -774,13 +781,6 @@ interface Ethernet3/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/30 description IDF2 Standard Port @@ -790,6 +790,13 @@ interface Ethernet3/30 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -799,13 +806,6 @@ interface Ethernet3/30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/31 description IDF2 Standard Port @@ -815,6 +815,13 @@ interface Ethernet3/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -824,13 +831,6 @@ interface Ethernet3/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/32 description IDF2 Standard Port @@ -840,6 +840,13 @@ interface Ethernet3/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -849,13 +856,6 @@ interface Ethernet3/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/33 description IDF2 Standard Port @@ -865,6 +865,13 @@ interface Ethernet3/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -874,13 +881,6 @@ interface Ethernet3/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/34 description IDF2 Standard Port @@ -890,6 +890,13 @@ interface Ethernet3/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -899,13 +906,6 @@ interface Ethernet3/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/35 description IDF2 Standard Port @@ -915,6 +915,13 @@ interface Ethernet3/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -924,13 +931,6 @@ interface Ethernet3/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/36 description IDF2 Standard Port @@ -940,6 +940,13 @@ interface Ethernet3/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -949,13 +956,6 @@ interface Ethernet3/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/37 description IDF2 Standard Port @@ -965,6 +965,13 @@ interface Ethernet3/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -974,13 +981,6 @@ interface Ethernet3/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/38 description IDF2 Standard Port @@ -990,6 +990,13 @@ interface Ethernet3/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -999,13 +1006,6 @@ interface Ethernet3/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/39 description IDF2 Standard Port @@ -1015,6 +1015,13 @@ interface Ethernet3/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1024,13 +1031,6 @@ interface Ethernet3/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/40 description IDF2 Standard Port @@ -1040,6 +1040,13 @@ interface Ethernet3/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1049,13 +1056,6 @@ interface Ethernet3/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/41 description IDF2 Standard Port @@ -1065,6 +1065,13 @@ interface Ethernet3/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1074,13 +1081,6 @@ interface Ethernet3/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/42 description IDF2 Standard Port @@ -1090,15 +1090,6 @@ interface Ethernet3/42 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -1106,6 +1097,15 @@ interface Ethernet3/42 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet3/43 description IDF2 Standard Port @@ -1115,6 +1115,13 @@ interface Ethernet3/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1124,13 +1131,6 @@ interface Ethernet3/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/44 description IDF2 Standard Port @@ -1140,6 +1140,13 @@ interface Ethernet3/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1149,13 +1156,6 @@ interface Ethernet3/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/45 description IDF2 Standard Port @@ -1165,6 +1165,13 @@ interface Ethernet3/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1174,13 +1181,6 @@ interface Ethernet3/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/46 description IDF2 Standard Port @@ -1190,6 +1190,13 @@ interface Ethernet3/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1199,13 +1206,6 @@ interface Ethernet3/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/47 description IDF2 Standard Port @@ -1215,6 +1215,13 @@ interface Ethernet3/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1224,13 +1231,6 @@ interface Ethernet3/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3/48 description IDF2 Standard Port @@ -1240,6 +1240,13 @@ interface Ethernet3/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1249,13 +1256,6 @@ interface Ethernet3/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/1 description IDF2 Standard Port @@ -1265,6 +1265,13 @@ interface Ethernet4/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1274,13 +1281,6 @@ interface Ethernet4/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/2 description IDF2 Standard Port @@ -1290,6 +1290,13 @@ interface Ethernet4/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1299,13 +1306,6 @@ interface Ethernet4/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/3 description IDF2 Standard Port @@ -1315,6 +1315,13 @@ interface Ethernet4/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1324,13 +1331,6 @@ interface Ethernet4/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/4 description IDF2 Standard Port @@ -1340,6 +1340,13 @@ interface Ethernet4/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1349,13 +1356,6 @@ interface Ethernet4/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/5 description IDF2 Standard Port @@ -1365,6 +1365,13 @@ interface Ethernet4/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1374,13 +1381,6 @@ interface Ethernet4/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/6 description IDF2 Standard Port @@ -1390,6 +1390,13 @@ interface Ethernet4/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1399,13 +1406,6 @@ interface Ethernet4/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/7 description IDF2 Standard Port @@ -1415,6 +1415,13 @@ interface Ethernet4/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1424,13 +1431,6 @@ interface Ethernet4/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/8 description IDF2 Standard Port @@ -1440,6 +1440,13 @@ interface Ethernet4/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1449,13 +1456,6 @@ interface Ethernet4/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/9 description IDF2 Standard Port @@ -1465,6 +1465,13 @@ interface Ethernet4/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1474,13 +1481,6 @@ interface Ethernet4/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/10 description IDF2 Standard Port @@ -1490,6 +1490,13 @@ interface Ethernet4/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1499,13 +1506,6 @@ interface Ethernet4/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/11 description IDF2 Standard Port @@ -1515,6 +1515,13 @@ interface Ethernet4/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1524,13 +1531,6 @@ interface Ethernet4/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/12 description IDF2 Standard Port @@ -1540,15 +1540,6 @@ interface Ethernet4/12 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -1556,6 +1547,15 @@ interface Ethernet4/12 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet4/13 description IDF2 Standard Port @@ -1565,6 +1565,13 @@ interface Ethernet4/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1574,13 +1581,6 @@ interface Ethernet4/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/14 description IDF2 Standard Port @@ -1590,6 +1590,13 @@ interface Ethernet4/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1599,13 +1606,6 @@ interface Ethernet4/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/15 description IDF2 Standard Port @@ -1615,6 +1615,13 @@ interface Ethernet4/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1624,13 +1631,6 @@ interface Ethernet4/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/16 description IDF2 Standard Port @@ -1640,6 +1640,13 @@ interface Ethernet4/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1649,13 +1656,6 @@ interface Ethernet4/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/17 description IDF2 Standard Port @@ -1665,6 +1665,13 @@ interface Ethernet4/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1674,13 +1681,6 @@ interface Ethernet4/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/18 description IDF2 Standard Port @@ -1690,6 +1690,13 @@ interface Ethernet4/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1699,13 +1706,6 @@ interface Ethernet4/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/19 description IDF2 Standard Port @@ -1715,6 +1715,13 @@ interface Ethernet4/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1724,13 +1731,6 @@ interface Ethernet4/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/20 description IDF2 Standard Port @@ -1740,6 +1740,13 @@ interface Ethernet4/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1749,13 +1756,6 @@ interface Ethernet4/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/21 description IDF2 Standard Port @@ -1765,6 +1765,13 @@ interface Ethernet4/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1774,13 +1781,6 @@ interface Ethernet4/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/22 description IDF2 Standard Port @@ -1790,6 +1790,13 @@ interface Ethernet4/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1799,13 +1806,6 @@ interface Ethernet4/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/23 description IDF2 Standard Port @@ -1815,6 +1815,13 @@ interface Ethernet4/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1824,13 +1831,6 @@ interface Ethernet4/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/24 description IDF2 Standard Port @@ -1840,6 +1840,13 @@ interface Ethernet4/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1849,13 +1856,6 @@ interface Ethernet4/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/25 description IDF2 Standard Port @@ -1865,6 +1865,13 @@ interface Ethernet4/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1874,13 +1881,6 @@ interface Ethernet4/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/26 description IDF2 Standard Port @@ -1890,6 +1890,13 @@ interface Ethernet4/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1899,13 +1906,6 @@ interface Ethernet4/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/27 description IDF2 Standard Port @@ -1915,6 +1915,13 @@ interface Ethernet4/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1924,13 +1931,6 @@ interface Ethernet4/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/28 description IDF2 Standard Port @@ -1940,6 +1940,13 @@ interface Ethernet4/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1949,13 +1956,6 @@ interface Ethernet4/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/29 description IDF2 Standard Port @@ -1965,6 +1965,13 @@ interface Ethernet4/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -1974,13 +1981,6 @@ interface Ethernet4/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/30 description IDF2 Standard Port @@ -1990,15 +1990,6 @@ interface Ethernet4/30 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -2006,6 +1997,15 @@ interface Ethernet4/30 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet4/31 description IDF2 Standard Port @@ -2015,6 +2015,13 @@ interface Ethernet4/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2024,13 +2031,6 @@ interface Ethernet4/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/32 description IDF2 Standard Port @@ -2040,6 +2040,13 @@ interface Ethernet4/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2049,13 +2056,6 @@ interface Ethernet4/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/33 description IDF2 Standard Port @@ -2065,6 +2065,13 @@ interface Ethernet4/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2074,13 +2081,6 @@ interface Ethernet4/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/34 description IDF2 Standard Port @@ -2090,6 +2090,13 @@ interface Ethernet4/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2099,13 +2106,6 @@ interface Ethernet4/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/35 description IDF2 Standard Port @@ -2115,6 +2115,13 @@ interface Ethernet4/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2124,13 +2131,6 @@ interface Ethernet4/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/36 description IDF2 Standard Port @@ -2140,6 +2140,13 @@ interface Ethernet4/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2149,13 +2156,6 @@ interface Ethernet4/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/37 description IDF2 Standard Port @@ -2165,6 +2165,13 @@ interface Ethernet4/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2174,13 +2181,6 @@ interface Ethernet4/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/38 description IDF2 Standard Port @@ -2190,6 +2190,13 @@ interface Ethernet4/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2199,13 +2206,6 @@ interface Ethernet4/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/39 description IDF2 Standard Port @@ -2215,6 +2215,13 @@ interface Ethernet4/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2224,13 +2231,6 @@ interface Ethernet4/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/40 description IDF2 Standard Port @@ -2240,6 +2240,13 @@ interface Ethernet4/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2249,13 +2256,6 @@ interface Ethernet4/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/41 description IDF2 Standard Port @@ -2265,6 +2265,13 @@ interface Ethernet4/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2274,13 +2281,6 @@ interface Ethernet4/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/42 description IDF2 Standard Port @@ -2290,6 +2290,13 @@ interface Ethernet4/42 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2299,13 +2306,6 @@ interface Ethernet4/42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/43 description IDF2 Standard Port @@ -2315,6 +2315,13 @@ interface Ethernet4/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2324,13 +2331,6 @@ interface Ethernet4/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/44 description IDF2 Standard Port @@ -2340,6 +2340,13 @@ interface Ethernet4/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2349,13 +2356,6 @@ interface Ethernet4/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/45 description IDF2 Standard Port @@ -2365,6 +2365,13 @@ interface Ethernet4/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2374,13 +2381,6 @@ interface Ethernet4/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/46 description IDF2 Standard Port @@ -2390,6 +2390,13 @@ interface Ethernet4/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2399,13 +2406,6 @@ interface Ethernet4/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/47 description IDF2 Standard Port @@ -2415,6 +2415,13 @@ interface Ethernet4/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2424,13 +2431,6 @@ interface Ethernet4/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4/48 description IDF2 Standard Port @@ -2440,15 +2440,6 @@ interface Ethernet4/48 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -2456,6 +2447,15 @@ interface Ethernet4/48 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet5/1 description IDF2 Standard Port @@ -2465,6 +2465,13 @@ interface Ethernet5/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2474,13 +2481,6 @@ interface Ethernet5/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/2 description IDF2 Standard Port @@ -2490,6 +2490,13 @@ interface Ethernet5/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2499,13 +2506,6 @@ interface Ethernet5/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/3 description IDF2 Standard Port @@ -2515,6 +2515,13 @@ interface Ethernet5/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2524,13 +2531,6 @@ interface Ethernet5/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/4 description IDF2 Standard Port @@ -2540,6 +2540,13 @@ interface Ethernet5/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2549,13 +2556,6 @@ interface Ethernet5/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/5 description IDF2 Standard Port @@ -2565,6 +2565,13 @@ interface Ethernet5/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2574,13 +2581,6 @@ interface Ethernet5/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/6 description IDF2 Standard Port @@ -2590,6 +2590,13 @@ interface Ethernet5/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2599,13 +2606,6 @@ interface Ethernet5/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/7 description IDF2 Standard Port @@ -2615,6 +2615,13 @@ interface Ethernet5/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2624,13 +2631,6 @@ interface Ethernet5/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/8 description IDF2 Standard Port @@ -2640,6 +2640,13 @@ interface Ethernet5/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2649,13 +2656,6 @@ interface Ethernet5/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/9 description IDF2 Standard Port @@ -2665,6 +2665,13 @@ interface Ethernet5/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2674,13 +2681,6 @@ interface Ethernet5/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/10 description IDF2 Standard Port @@ -2690,6 +2690,13 @@ interface Ethernet5/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2699,13 +2706,6 @@ interface Ethernet5/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/11 description IDF2 Standard Port @@ -2715,6 +2715,13 @@ interface Ethernet5/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2724,13 +2731,6 @@ interface Ethernet5/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/12 description IDF2 Standard Port @@ -2740,6 +2740,13 @@ interface Ethernet5/12 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2749,13 +2756,6 @@ interface Ethernet5/12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/13 description IDF2 Standard Port @@ -2765,6 +2765,13 @@ interface Ethernet5/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2774,13 +2781,6 @@ interface Ethernet5/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/14 description IDF2 Standard Port @@ -2790,6 +2790,13 @@ interface Ethernet5/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2799,13 +2806,6 @@ interface Ethernet5/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/15 description IDF2 Standard Port @@ -2815,6 +2815,13 @@ interface Ethernet5/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2824,13 +2831,6 @@ interface Ethernet5/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/16 description IDF2 Standard Port @@ -2840,6 +2840,13 @@ interface Ethernet5/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2849,13 +2856,6 @@ interface Ethernet5/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/17 description IDF2 Standard Port @@ -2865,6 +2865,13 @@ interface Ethernet5/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2874,13 +2881,6 @@ interface Ethernet5/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/18 description IDF2 Standard Port @@ -2890,15 +2890,6 @@ interface Ethernet5/18 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -2906,6 +2897,15 @@ interface Ethernet5/18 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet5/19 description IDF2 Standard Port @@ -2915,6 +2915,13 @@ interface Ethernet5/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2924,13 +2931,6 @@ interface Ethernet5/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/20 description IDF2 Standard Port @@ -2940,6 +2940,13 @@ interface Ethernet5/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2949,13 +2956,6 @@ interface Ethernet5/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/21 description IDF2 Standard Port @@ -2965,6 +2965,13 @@ interface Ethernet5/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2974,13 +2981,6 @@ interface Ethernet5/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/22 description IDF2 Standard Port @@ -2990,6 +2990,13 @@ interface Ethernet5/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -2999,13 +3006,6 @@ interface Ethernet5/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/23 description IDF2 Standard Port @@ -3015,6 +3015,13 @@ interface Ethernet5/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3024,13 +3031,6 @@ interface Ethernet5/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/24 description IDF2 Standard Port @@ -3040,6 +3040,13 @@ interface Ethernet5/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3049,13 +3056,6 @@ interface Ethernet5/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/25 description IDF2 Standard Port @@ -3065,6 +3065,13 @@ interface Ethernet5/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3074,13 +3081,6 @@ interface Ethernet5/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/26 description IDF2 Standard Port @@ -3090,6 +3090,13 @@ interface Ethernet5/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3099,13 +3106,6 @@ interface Ethernet5/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/27 description IDF2 Standard Port @@ -3115,6 +3115,13 @@ interface Ethernet5/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3124,13 +3131,6 @@ interface Ethernet5/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/28 description IDF2 Standard Port @@ -3140,6 +3140,13 @@ interface Ethernet5/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3149,13 +3156,6 @@ interface Ethernet5/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/29 description IDF2 Standard Port @@ -3165,6 +3165,13 @@ interface Ethernet5/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3174,13 +3181,6 @@ interface Ethernet5/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/30 description IDF2 Standard Port @@ -3190,6 +3190,13 @@ interface Ethernet5/30 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3199,13 +3206,6 @@ interface Ethernet5/30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/31 description IDF2 Standard Port @@ -3215,6 +3215,13 @@ interface Ethernet5/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3224,13 +3231,6 @@ interface Ethernet5/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/32 description IDF2 Standard Port @@ -3240,6 +3240,13 @@ interface Ethernet5/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3249,13 +3256,6 @@ interface Ethernet5/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/33 description IDF2 Standard Port @@ -3265,6 +3265,13 @@ interface Ethernet5/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3274,13 +3281,6 @@ interface Ethernet5/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/34 description IDF2 Standard Port @@ -3290,6 +3290,13 @@ interface Ethernet5/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3299,13 +3306,6 @@ interface Ethernet5/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/35 description IDF2 Standard Port @@ -3315,6 +3315,13 @@ interface Ethernet5/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3324,13 +3331,6 @@ interface Ethernet5/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/36 description IDF2 Standard Port @@ -3340,15 +3340,6 @@ interface Ethernet5/36 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -3356,6 +3347,15 @@ interface Ethernet5/36 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet5/37 description IDF2 Standard Port @@ -3365,6 +3365,13 @@ interface Ethernet5/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3374,13 +3381,6 @@ interface Ethernet5/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/38 description IDF2 Standard Port @@ -3390,6 +3390,13 @@ interface Ethernet5/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3399,13 +3406,6 @@ interface Ethernet5/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/39 description IDF2 Standard Port @@ -3415,6 +3415,13 @@ interface Ethernet5/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3424,13 +3431,6 @@ interface Ethernet5/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/40 description IDF2 Standard Port @@ -3440,6 +3440,13 @@ interface Ethernet5/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3449,13 +3456,6 @@ interface Ethernet5/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/41 description IDF2 Standard Port @@ -3465,6 +3465,13 @@ interface Ethernet5/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3474,13 +3481,6 @@ interface Ethernet5/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/42 description IDF2 Standard Port @@ -3490,6 +3490,13 @@ interface Ethernet5/42 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3499,13 +3506,6 @@ interface Ethernet5/42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/43 description IDF2 Standard Port @@ -3515,6 +3515,13 @@ interface Ethernet5/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3524,13 +3531,6 @@ interface Ethernet5/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/44 description IDF2 Standard Port @@ -3540,6 +3540,13 @@ interface Ethernet5/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3549,13 +3556,6 @@ interface Ethernet5/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/45 description IDF2 Standard Port @@ -3565,6 +3565,13 @@ interface Ethernet5/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3574,13 +3581,6 @@ interface Ethernet5/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/46 description IDF2 Standard Port @@ -3590,6 +3590,13 @@ interface Ethernet5/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3599,13 +3606,6 @@ interface Ethernet5/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/47 description IDF2 Standard Port @@ -3615,6 +3615,13 @@ interface Ethernet5/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3624,13 +3631,6 @@ interface Ethernet5/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5/48 description IDF2 Standard Port @@ -3640,6 +3640,13 @@ interface Ethernet5/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3649,13 +3656,6 @@ interface Ethernet5/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/1 description IDF2 Standard Port @@ -3665,6 +3665,13 @@ interface Ethernet6/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3674,13 +3681,6 @@ interface Ethernet6/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/2 description IDF2 Standard Port @@ -3690,6 +3690,13 @@ interface Ethernet6/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3699,13 +3706,6 @@ interface Ethernet6/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/3 description IDF2 Standard Port @@ -3715,6 +3715,13 @@ interface Ethernet6/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3724,13 +3731,6 @@ interface Ethernet6/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/4 description IDF2 Standard Port @@ -3740,6 +3740,13 @@ interface Ethernet6/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3749,13 +3756,6 @@ interface Ethernet6/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/5 description IDF2 Standard Port @@ -3765,6 +3765,13 @@ interface Ethernet6/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3774,13 +3781,6 @@ interface Ethernet6/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/6 description IDF2 Standard Port @@ -3790,15 +3790,6 @@ interface Ethernet6/6 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -3806,6 +3797,15 @@ interface Ethernet6/6 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet6/7 description IDF2 Standard Port @@ -3815,6 +3815,13 @@ interface Ethernet6/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3824,13 +3831,6 @@ interface Ethernet6/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/8 description IDF2 Standard Port @@ -3840,6 +3840,13 @@ interface Ethernet6/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3849,13 +3856,6 @@ interface Ethernet6/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/9 description IDF2 Standard Port @@ -3865,6 +3865,13 @@ interface Ethernet6/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3874,13 +3881,6 @@ interface Ethernet6/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/10 description IDF2 Standard Port @@ -3890,6 +3890,13 @@ interface Ethernet6/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3899,13 +3906,6 @@ interface Ethernet6/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/11 description IDF2 Standard Port @@ -3915,6 +3915,13 @@ interface Ethernet6/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3924,13 +3931,6 @@ interface Ethernet6/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/12 description IDF2 Standard Port @@ -3940,6 +3940,13 @@ interface Ethernet6/12 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3949,13 +3956,6 @@ interface Ethernet6/12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/13 description IDF2 Standard Port @@ -3965,6 +3965,13 @@ interface Ethernet6/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3974,13 +3981,6 @@ interface Ethernet6/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/14 description IDF2 Standard Port @@ -3990,6 +3990,13 @@ interface Ethernet6/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -3999,13 +4006,6 @@ interface Ethernet6/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/15 description IDF2 Standard Port @@ -4015,6 +4015,13 @@ interface Ethernet6/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4024,13 +4031,6 @@ interface Ethernet6/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/16 description IDF2 Standard Port @@ -4040,6 +4040,13 @@ interface Ethernet6/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4049,13 +4056,6 @@ interface Ethernet6/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/17 description IDF2 Standard Port @@ -4065,6 +4065,13 @@ interface Ethernet6/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4074,13 +4081,6 @@ interface Ethernet6/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/18 description IDF2 Standard Port @@ -4090,6 +4090,13 @@ interface Ethernet6/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4099,13 +4106,6 @@ interface Ethernet6/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/19 description IDF2 Standard Port @@ -4115,6 +4115,13 @@ interface Ethernet6/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4124,13 +4131,6 @@ interface Ethernet6/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/20 description IDF2 Standard Port @@ -4140,6 +4140,13 @@ interface Ethernet6/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4149,13 +4156,6 @@ interface Ethernet6/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/21 description IDF2 Standard Port @@ -4165,6 +4165,13 @@ interface Ethernet6/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4174,13 +4181,6 @@ interface Ethernet6/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/22 description IDF2 Standard Port @@ -4190,6 +4190,13 @@ interface Ethernet6/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4199,13 +4206,6 @@ interface Ethernet6/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/23 description IDF2 Standard Port @@ -4215,6 +4215,13 @@ interface Ethernet6/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4224,13 +4231,6 @@ interface Ethernet6/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/24 description IDF2 Standard Port @@ -4240,15 +4240,6 @@ interface Ethernet6/24 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -4256,6 +4247,15 @@ interface Ethernet6/24 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet6/25 description IDF2 Standard Port @@ -4265,6 +4265,13 @@ interface Ethernet6/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4274,13 +4281,6 @@ interface Ethernet6/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/26 description IDF2 Standard Port @@ -4290,6 +4290,13 @@ interface Ethernet6/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4299,13 +4306,6 @@ interface Ethernet6/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/27 description IDF2 Standard Port @@ -4315,6 +4315,13 @@ interface Ethernet6/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4324,13 +4331,6 @@ interface Ethernet6/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/28 description IDF2 Standard Port @@ -4340,6 +4340,13 @@ interface Ethernet6/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4349,13 +4356,6 @@ interface Ethernet6/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/29 description IDF2 Standard Port @@ -4365,6 +4365,13 @@ interface Ethernet6/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4374,13 +4381,6 @@ interface Ethernet6/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/30 description IDF2 Standard Port @@ -4390,6 +4390,13 @@ interface Ethernet6/30 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4399,13 +4406,6 @@ interface Ethernet6/30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/31 description IDF2 Standard Port @@ -4415,6 +4415,13 @@ interface Ethernet6/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4424,13 +4431,6 @@ interface Ethernet6/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/32 description IDF2 Standard Port @@ -4440,6 +4440,13 @@ interface Ethernet6/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4449,13 +4456,6 @@ interface Ethernet6/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/33 description IDF2 Standard Port @@ -4465,6 +4465,13 @@ interface Ethernet6/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4474,13 +4481,6 @@ interface Ethernet6/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/34 description IDF2 Standard Port @@ -4490,6 +4490,13 @@ interface Ethernet6/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4499,13 +4506,6 @@ interface Ethernet6/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/35 description IDF2 Standard Port @@ -4515,6 +4515,13 @@ interface Ethernet6/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4524,13 +4531,6 @@ interface Ethernet6/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/36 description IDF2 Standard Port @@ -4540,6 +4540,13 @@ interface Ethernet6/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4549,13 +4556,6 @@ interface Ethernet6/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/37 description IDF2 Standard Port @@ -4565,6 +4565,13 @@ interface Ethernet6/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4574,13 +4581,6 @@ interface Ethernet6/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/38 description IDF2 Standard Port @@ -4590,6 +4590,13 @@ interface Ethernet6/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4599,13 +4606,6 @@ interface Ethernet6/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/39 description IDF2 Standard Port @@ -4615,6 +4615,13 @@ interface Ethernet6/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4624,13 +4631,6 @@ interface Ethernet6/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/40 description IDF2 Standard Port @@ -4640,6 +4640,13 @@ interface Ethernet6/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4649,13 +4656,6 @@ interface Ethernet6/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/41 description IDF2 Standard Port @@ -4665,6 +4665,13 @@ interface Ethernet6/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4674,13 +4681,6 @@ interface Ethernet6/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/42 description IDF2 Standard Port @@ -4690,15 +4690,6 @@ interface Ethernet6/42 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -4706,6 +4697,15 @@ interface Ethernet6/42 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet6/43 description IDF2 Standard Port @@ -4715,6 +4715,13 @@ interface Ethernet6/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4724,13 +4731,6 @@ interface Ethernet6/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/44 description IDF2 Standard Port @@ -4740,6 +4740,13 @@ interface Ethernet6/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4749,13 +4756,6 @@ interface Ethernet6/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/45 description IDF2 Standard Port @@ -4765,6 +4765,13 @@ interface Ethernet6/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4774,13 +4781,6 @@ interface Ethernet6/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/46 description IDF2 Standard Port @@ -4790,6 +4790,13 @@ interface Ethernet6/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4799,13 +4806,6 @@ interface Ethernet6/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/47 description IDF2 Standard Port @@ -4815,6 +4815,13 @@ interface Ethernet6/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4824,13 +4831,6 @@ interface Ethernet6/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6/48 description IDF2 Standard Port @@ -4840,6 +4840,13 @@ interface Ethernet6/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4849,13 +4856,6 @@ interface Ethernet6/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/1 description IDF2 Standard Port @@ -4865,6 +4865,13 @@ interface Ethernet7/1 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4874,13 +4881,6 @@ interface Ethernet7/1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/2 description IDF2 Standard Port @@ -4890,6 +4890,13 @@ interface Ethernet7/2 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4899,13 +4906,6 @@ interface Ethernet7/2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/3 description IDF2 Standard Port @@ -4915,6 +4915,13 @@ interface Ethernet7/3 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4924,13 +4931,6 @@ interface Ethernet7/3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/4 description IDF2 Standard Port @@ -4940,6 +4940,13 @@ interface Ethernet7/4 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4949,13 +4956,6 @@ interface Ethernet7/4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/5 description IDF2 Standard Port @@ -4965,6 +4965,13 @@ interface Ethernet7/5 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4974,13 +4981,6 @@ interface Ethernet7/5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/6 description IDF2 Standard Port @@ -4990,6 +4990,13 @@ interface Ethernet7/6 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -4999,13 +5006,6 @@ interface Ethernet7/6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/7 description IDF2 Standard Port @@ -5015,6 +5015,13 @@ interface Ethernet7/7 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5024,13 +5031,6 @@ interface Ethernet7/7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/8 description IDF2 Standard Port @@ -5040,6 +5040,13 @@ interface Ethernet7/8 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5049,13 +5056,6 @@ interface Ethernet7/8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/9 description IDF2 Standard Port @@ -5065,6 +5065,13 @@ interface Ethernet7/9 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5074,13 +5081,6 @@ interface Ethernet7/9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/10 description IDF2 Standard Port @@ -5090,6 +5090,13 @@ interface Ethernet7/10 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5099,13 +5106,6 @@ interface Ethernet7/10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/11 description IDF2 Standard Port @@ -5115,6 +5115,13 @@ interface Ethernet7/11 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5124,13 +5131,6 @@ interface Ethernet7/11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/12 description IDF2 Standard Port @@ -5140,15 +5140,6 @@ interface Ethernet7/12 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -5156,6 +5147,15 @@ interface Ethernet7/12 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet7/13 description IDF2 Standard Port @@ -5165,6 +5165,13 @@ interface Ethernet7/13 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5174,13 +5181,6 @@ interface Ethernet7/13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/14 description IDF2 Standard Port @@ -5190,6 +5190,13 @@ interface Ethernet7/14 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5199,13 +5206,6 @@ interface Ethernet7/14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/15 description IDF2 Standard Port @@ -5215,6 +5215,13 @@ interface Ethernet7/15 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5224,13 +5231,6 @@ interface Ethernet7/15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/16 description IDF2 Standard Port @@ -5240,6 +5240,13 @@ interface Ethernet7/16 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5249,13 +5256,6 @@ interface Ethernet7/16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/17 description IDF2 Standard Port @@ -5265,6 +5265,13 @@ interface Ethernet7/17 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5274,13 +5281,6 @@ interface Ethernet7/17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/18 description IDF2 Standard Port @@ -5290,6 +5290,13 @@ interface Ethernet7/18 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5299,13 +5306,6 @@ interface Ethernet7/18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/19 description IDF2 Standard Port @@ -5315,6 +5315,13 @@ interface Ethernet7/19 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5324,13 +5331,6 @@ interface Ethernet7/19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/20 description IDF2 Standard Port @@ -5340,6 +5340,13 @@ interface Ethernet7/20 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5349,13 +5356,6 @@ interface Ethernet7/20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/21 description IDF2 Standard Port @@ -5365,6 +5365,13 @@ interface Ethernet7/21 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5374,13 +5381,6 @@ interface Ethernet7/21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/22 description IDF2 Standard Port @@ -5390,6 +5390,13 @@ interface Ethernet7/22 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5399,13 +5406,6 @@ interface Ethernet7/22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/23 description IDF2 Standard Port @@ -5415,6 +5415,13 @@ interface Ethernet7/23 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5424,13 +5431,6 @@ interface Ethernet7/23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/24 description IDF2 Standard Port @@ -5440,6 +5440,13 @@ interface Ethernet7/24 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5449,13 +5456,6 @@ interface Ethernet7/24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/25 description IDF2 Standard Port @@ -5465,6 +5465,13 @@ interface Ethernet7/25 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5474,13 +5481,6 @@ interface Ethernet7/25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/26 description IDF2 Standard Port @@ -5490,6 +5490,13 @@ interface Ethernet7/26 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5499,13 +5506,6 @@ interface Ethernet7/26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/27 description IDF2 Standard Port @@ -5515,6 +5515,13 @@ interface Ethernet7/27 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5524,13 +5531,6 @@ interface Ethernet7/27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/28 description IDF2 Standard Port @@ -5540,6 +5540,13 @@ interface Ethernet7/28 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5549,13 +5556,6 @@ interface Ethernet7/28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/29 description IDF2 Standard Port @@ -5565,6 +5565,13 @@ interface Ethernet7/29 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5574,13 +5581,6 @@ interface Ethernet7/29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/30 description IDF2 Standard Port @@ -5590,15 +5590,6 @@ interface Ethernet7/30 switchport phone trunk untagged switchport mode trunk phone switchport - dot1x pae authenticator - dot1x authentication failure action traffic allow vlan 230 - dot1x reauthentication - dot1x port-control auto - dot1x host-mode multi-host authenticated - dot1x mac based authentication - dot1x timeout tx-period 3 - dot1x timeout reauth-period server - dot1x reauthorization request limit 3 poe priority critical poe reboot action maintain poe link down action maintain @@ -5606,6 +5597,15 @@ interface Ethernet7/30 poe limit 30.00 watts spanning-tree portfast spanning-tree bpduguard enable + dot1x pae authenticator + dot1x authentication failure action traffic allow vlan 230 + dot1x reauthentication + dot1x port-control auto + dot1x host-mode multi-host authenticated + dot1x mac based authentication + dot1x timeout tx-period 3 + dot1x timeout reauth-period server + dot1x reauthorization request limit 3 ! interface Ethernet7/31 description IDF2 Standard Port @@ -5615,6 +5615,13 @@ interface Ethernet7/31 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5624,13 +5631,6 @@ interface Ethernet7/31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/32 description IDF2 Standard Port @@ -5640,6 +5640,13 @@ interface Ethernet7/32 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5649,13 +5656,6 @@ interface Ethernet7/32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/33 description IDF2 Standard Port @@ -5665,6 +5665,13 @@ interface Ethernet7/33 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5674,13 +5681,6 @@ interface Ethernet7/33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/34 description IDF2 Standard Port @@ -5690,6 +5690,13 @@ interface Ethernet7/34 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5699,13 +5706,6 @@ interface Ethernet7/34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/35 description IDF2 Standard Port @@ -5715,6 +5715,13 @@ interface Ethernet7/35 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5724,13 +5731,6 @@ interface Ethernet7/35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/36 description IDF2 Standard Port @@ -5740,6 +5740,13 @@ interface Ethernet7/36 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5749,13 +5756,6 @@ interface Ethernet7/36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/37 description IDF2 Standard Port @@ -5765,6 +5765,13 @@ interface Ethernet7/37 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5774,13 +5781,6 @@ interface Ethernet7/37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/38 description IDF2 Standard Port @@ -5790,6 +5790,13 @@ interface Ethernet7/38 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5799,13 +5806,6 @@ interface Ethernet7/38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/39 description IDF2 Standard Port @@ -5815,6 +5815,13 @@ interface Ethernet7/39 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5824,13 +5831,6 @@ interface Ethernet7/39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/40 description IDF2 Standard Port @@ -5840,6 +5840,13 @@ interface Ethernet7/40 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5849,13 +5856,6 @@ interface Ethernet7/40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/41 description IDF2 Standard Port @@ -5865,6 +5865,13 @@ interface Ethernet7/41 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5874,13 +5881,6 @@ interface Ethernet7/41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/42 description IDF2 Standard Port @@ -5890,6 +5890,13 @@ interface Ethernet7/42 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5899,13 +5906,6 @@ interface Ethernet7/42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/43 description IDF2 Standard Port @@ -5915,6 +5915,13 @@ interface Ethernet7/43 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5924,13 +5931,6 @@ interface Ethernet7/43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/44 description IDF2 Standard Port @@ -5940,6 +5940,13 @@ interface Ethernet7/44 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5949,13 +5956,6 @@ interface Ethernet7/44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/45 description IDF2 Standard Port @@ -5965,6 +5965,13 @@ interface Ethernet7/45 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5974,13 +5981,6 @@ interface Ethernet7/45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/46 description IDF2 Standard Port @@ -5990,6 +5990,13 @@ interface Ethernet7/46 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -5999,13 +6006,6 @@ interface Ethernet7/46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/47 description IDF2 Standard Port @@ -6015,6 +6015,13 @@ interface Ethernet7/47 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6024,13 +6031,6 @@ interface Ethernet7/47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7/48 description IDF2 Standard Port @@ -6040,6 +6040,13 @@ interface Ethernet7/48 switchport phone trunk untagged switchport mode trunk phone switchport + poe priority critical + poe reboot action maintain + poe link down action maintain + poe shutdown action power-off + poe limit 30.00 watts + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 230 dot1x reauthentication @@ -6049,13 +6056,6 @@ interface Ethernet7/48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - poe priority critical - poe reboot action maintain - poe link down action maintain - poe shutdown action power-off - poe limit 30.00 watts - spanning-tree portfast - spanning-tree bpduguard enable ! interface Management0 description OOB_MANAGEMENT diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg index cef9766ee89..0633ee8f2ea 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg @@ -92,6 +92,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -101,8 +103,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -112,6 +112,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -121,8 +123,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -132,6 +132,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -141,8 +143,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -152,6 +152,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -161,8 +163,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -172,6 +172,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -181,8 +183,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -192,6 +192,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -201,8 +203,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -212,6 +212,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -221,8 +223,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -232,6 +232,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -241,8 +243,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -252,6 +252,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -261,8 +263,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -272,6 +272,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -281,8 +283,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -292,6 +292,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -301,8 +303,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -312,6 +312,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -321,8 +323,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -332,6 +332,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -341,8 +343,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -352,6 +352,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -361,8 +363,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -372,6 +372,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -381,8 +383,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -392,6 +392,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -401,8 +403,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -412,6 +412,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -421,8 +423,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -432,6 +432,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -441,8 +443,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -452,6 +452,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -461,8 +463,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -472,6 +472,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -481,8 +483,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -492,6 +492,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -501,8 +503,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -512,6 +512,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -521,8 +523,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -532,6 +532,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -541,8 +543,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -552,6 +552,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -561,8 +563,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -572,6 +572,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -581,8 +583,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -592,6 +592,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -601,8 +603,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -612,6 +612,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -621,8 +623,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -632,6 +632,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -641,8 +643,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -652,6 +652,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -661,8 +663,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -672,6 +672,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -681,8 +683,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -692,6 +692,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -701,8 +703,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -712,6 +712,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -721,8 +723,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -732,6 +732,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -741,8 +743,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -752,6 +752,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -761,8 +763,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -772,6 +772,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -781,8 +783,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -792,6 +792,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -801,8 +803,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -812,6 +812,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -821,8 +823,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -832,6 +832,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -841,8 +843,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -852,6 +852,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -861,8 +863,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -872,6 +872,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -881,8 +883,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -892,6 +892,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -901,8 +903,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -912,6 +912,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -921,8 +923,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -932,6 +932,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -941,8 +943,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -952,6 +952,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -961,8 +963,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -972,6 +972,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -981,8 +983,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -992,6 +992,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1001,8 +1003,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1012,6 +1012,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1021,8 +1023,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1032,6 +1032,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1041,8 +1043,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1052,6 +1052,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1061,8 +1063,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1072,6 +1072,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1081,8 +1083,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1092,6 +1092,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1101,8 +1103,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1112,6 +1112,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1121,8 +1123,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1132,6 +1132,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1141,8 +1143,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1152,6 +1152,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1161,8 +1163,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1172,6 +1172,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1181,8 +1183,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1192,6 +1192,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1201,8 +1203,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1212,6 +1212,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1221,8 +1223,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1232,6 +1232,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1241,8 +1243,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1252,6 +1252,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1261,8 +1263,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1272,6 +1272,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1281,8 +1283,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1292,6 +1292,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1301,8 +1303,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1312,6 +1312,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1321,8 +1323,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1332,6 +1332,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1341,8 +1343,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1352,6 +1352,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1361,8 +1363,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1372,6 +1372,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1381,8 +1383,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1392,6 +1392,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1401,8 +1403,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1412,6 +1412,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1421,8 +1423,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1432,6 +1432,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1441,8 +1443,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1452,6 +1452,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1461,8 +1463,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1472,6 +1472,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1481,8 +1483,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1492,6 +1492,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1501,8 +1503,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1512,6 +1512,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1521,8 +1523,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1532,6 +1532,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1541,8 +1543,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1552,6 +1552,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1561,8 +1563,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1572,6 +1572,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1581,8 +1583,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1592,6 +1592,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1601,8 +1603,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1612,6 +1612,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1621,8 +1623,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1632,6 +1632,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1641,8 +1643,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -1652,6 +1652,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1661,8 +1663,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -1672,6 +1672,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1681,8 +1683,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -1692,6 +1692,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1701,8 +1703,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -1712,6 +1712,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1721,8 +1723,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -1732,6 +1732,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1741,8 +1743,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -1752,6 +1752,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1761,8 +1763,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -1772,6 +1772,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1781,8 +1783,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -1792,6 +1792,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1801,8 +1803,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -1812,6 +1812,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1821,8 +1823,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -1832,6 +1832,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1841,8 +1843,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -1852,6 +1852,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1861,8 +1863,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -1872,6 +1872,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1881,8 +1883,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -1892,6 +1892,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1901,8 +1903,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -1912,6 +1912,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1921,8 +1923,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -1932,6 +1932,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1941,8 +1943,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -1952,6 +1952,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1961,8 +1963,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -1972,6 +1972,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1981,8 +1983,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -1992,6 +1992,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2001,8 +2003,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_SPINE1_Ethernet50/1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg index f90364608db..32689b04ce0 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg @@ -92,6 +92,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -101,8 +103,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -112,6 +112,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -121,8 +123,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -132,6 +132,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -141,8 +143,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -152,6 +152,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -161,8 +163,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -172,6 +172,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -181,8 +183,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -192,6 +192,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -201,8 +203,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -212,6 +212,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -221,8 +223,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -232,6 +232,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -241,8 +243,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -252,6 +252,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -261,8 +263,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -272,6 +272,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -281,8 +283,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -292,6 +292,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -301,8 +303,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -312,6 +312,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -321,8 +323,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -332,6 +332,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -341,8 +343,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -352,6 +352,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -361,8 +363,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -372,6 +372,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -381,8 +383,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -392,6 +392,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -401,8 +403,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -412,6 +412,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -421,8 +423,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -432,6 +432,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -441,8 +443,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -452,6 +452,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -461,8 +463,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -472,6 +472,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -481,8 +483,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -492,6 +492,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -501,8 +503,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -512,6 +512,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -521,8 +523,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -532,6 +532,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -541,8 +543,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -552,6 +552,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -561,8 +563,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -572,6 +572,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -581,8 +583,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -592,6 +592,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -601,8 +603,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -612,6 +612,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -621,8 +623,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -632,6 +632,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -641,8 +643,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -652,6 +652,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -661,8 +663,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -672,6 +672,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -681,8 +683,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -692,6 +692,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -701,8 +703,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -712,6 +712,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -721,8 +723,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -732,6 +732,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -741,8 +743,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -752,6 +752,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -761,8 +763,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -772,6 +772,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -781,8 +783,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -792,6 +792,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -801,8 +803,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -812,6 +812,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -821,8 +823,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -832,6 +832,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -841,8 +843,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -852,6 +852,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -861,8 +863,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -872,6 +872,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -881,8 +883,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -892,6 +892,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -901,8 +903,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -912,6 +912,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -921,8 +923,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -932,6 +932,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -941,8 +943,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -952,6 +952,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -961,8 +963,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -972,6 +972,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -981,8 +983,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -992,6 +992,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1001,8 +1003,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -1012,6 +1012,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1021,8 +1023,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -1032,6 +1032,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1041,8 +1043,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1052,6 +1052,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1061,8 +1063,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1072,6 +1072,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1081,8 +1083,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1092,6 +1092,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1101,8 +1103,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1112,6 +1112,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1121,8 +1123,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1132,6 +1132,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1141,8 +1143,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1152,6 +1152,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1161,8 +1163,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1172,6 +1172,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1181,8 +1183,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1192,6 +1192,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1201,8 +1203,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1212,6 +1212,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1221,8 +1223,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1232,6 +1232,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1241,8 +1243,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1252,6 +1252,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1261,8 +1263,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1272,6 +1272,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1281,8 +1283,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1292,6 +1292,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1301,8 +1303,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1312,6 +1312,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1321,8 +1323,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1332,6 +1332,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1341,8 +1343,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1352,6 +1352,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1361,8 +1363,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1372,6 +1372,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1381,8 +1383,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1392,6 +1392,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1401,8 +1403,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1412,6 +1412,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1421,8 +1423,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1432,6 +1432,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1441,8 +1443,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1452,6 +1452,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1461,8 +1463,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1472,6 +1472,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1481,8 +1483,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1492,6 +1492,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1501,8 +1503,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1512,6 +1512,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1521,8 +1523,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1532,6 +1532,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1541,8 +1543,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1552,6 +1552,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1561,8 +1563,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1572,6 +1572,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1581,8 +1583,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1592,6 +1592,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1601,8 +1603,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1612,6 +1612,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1621,8 +1623,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1632,6 +1632,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1641,8 +1643,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -1652,6 +1652,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1661,8 +1663,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -1672,6 +1672,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1681,8 +1683,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -1692,6 +1692,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1701,8 +1703,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -1712,6 +1712,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1721,8 +1723,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -1732,6 +1732,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1741,8 +1743,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -1752,6 +1752,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1761,8 +1763,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -1772,6 +1772,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1781,8 +1783,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -1792,6 +1792,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1801,8 +1803,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -1812,6 +1812,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1821,8 +1823,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -1832,6 +1832,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1841,8 +1843,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -1852,6 +1852,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1861,8 +1863,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -1872,6 +1872,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1881,8 +1883,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -1892,6 +1892,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1901,8 +1903,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -1912,6 +1912,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1921,8 +1923,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -1932,6 +1932,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1941,8 +1943,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -1952,6 +1952,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1961,8 +1963,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -1972,6 +1972,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1981,8 +1983,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -1992,6 +1992,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -2001,8 +2003,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_SPINE1_Ethernet51/1 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg index 5bc01fdbd86..5c839f91b8d 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg @@ -55,6 +55,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -64,8 +66,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -75,6 +75,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -84,8 +86,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -95,6 +95,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -104,8 +106,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -115,6 +115,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -124,8 +126,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -135,6 +135,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -144,8 +146,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -155,6 +155,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -164,8 +166,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -175,6 +175,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -184,8 +186,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -195,6 +195,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -204,8 +206,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -215,6 +215,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -224,8 +226,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -235,6 +235,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -244,8 +246,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -255,6 +255,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -264,8 +266,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -275,6 +275,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -284,8 +286,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -295,6 +295,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -304,8 +306,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -315,6 +315,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -324,8 +326,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -335,6 +335,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -344,8 +346,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -355,6 +355,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -364,8 +366,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -375,6 +375,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -384,8 +386,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -395,6 +395,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -404,8 +406,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -415,6 +415,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -424,8 +426,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -435,6 +435,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -444,8 +446,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -455,6 +455,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -464,8 +466,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -475,6 +475,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -484,8 +486,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -495,6 +495,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -504,8 +506,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -515,6 +515,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -524,8 +526,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -535,6 +535,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -544,8 +546,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -555,6 +555,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -564,8 +566,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -575,6 +575,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -584,8 +586,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -595,6 +595,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -604,8 +606,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -615,6 +615,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -624,8 +626,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -635,6 +635,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -644,8 +646,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -655,6 +655,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -664,8 +666,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -675,6 +675,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -684,8 +686,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -695,6 +695,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -704,8 +706,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -715,6 +715,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -724,8 +726,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -735,6 +735,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -744,8 +746,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -755,6 +755,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -764,8 +766,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -775,6 +775,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -784,8 +786,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -795,6 +795,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -804,8 +806,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -815,6 +815,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -824,8 +826,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -835,6 +835,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -844,8 +846,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -855,6 +855,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -864,8 +866,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -875,6 +875,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -884,8 +886,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -895,6 +895,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -904,8 +906,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -915,6 +915,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -924,8 +926,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -935,6 +935,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -944,8 +946,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -955,6 +955,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -964,8 +966,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -975,6 +975,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -984,8 +986,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -995,6 +995,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1004,8 +1006,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1015,6 +1015,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1024,8 +1026,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1035,6 +1035,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1044,8 +1046,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1055,6 +1055,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1064,8 +1066,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1075,6 +1075,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1084,8 +1086,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1095,6 +1095,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1104,8 +1106,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1115,6 +1115,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1124,8 +1126,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1135,6 +1135,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1144,8 +1146,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1155,6 +1155,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1164,8 +1166,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1175,6 +1175,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1184,8 +1186,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1195,6 +1195,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1204,8 +1206,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1215,6 +1215,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1224,8 +1226,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1235,6 +1235,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1244,8 +1246,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1255,6 +1255,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1264,8 +1266,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1275,6 +1275,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1284,8 +1286,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1295,6 +1295,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1304,8 +1306,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1315,6 +1315,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1324,8 +1326,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1335,6 +1335,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1344,8 +1346,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1355,6 +1355,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1364,8 +1366,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1375,6 +1375,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1384,8 +1386,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1395,6 +1395,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1404,8 +1406,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1415,6 +1415,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1424,8 +1426,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1435,6 +1435,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1444,8 +1446,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1455,6 +1455,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1464,8 +1466,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1475,6 +1475,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1484,8 +1486,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1495,6 +1495,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1504,8 +1506,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1515,6 +1515,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1524,8 +1526,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1535,6 +1535,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1544,8 +1546,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1555,6 +1555,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1564,8 +1566,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1575,6 +1575,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1584,8 +1586,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1595,6 +1595,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1604,8 +1606,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -1615,6 +1615,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1624,8 +1626,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -1635,6 +1635,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1644,8 +1646,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -1655,6 +1655,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1664,8 +1666,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -1675,6 +1675,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1684,8 +1686,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -1695,6 +1695,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1704,8 +1706,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -1715,6 +1715,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1724,8 +1726,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -1735,6 +1735,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1744,8 +1746,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -1755,6 +1755,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1764,8 +1766,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -1775,6 +1775,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1784,8 +1786,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -1795,6 +1795,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1804,8 +1806,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -1815,6 +1815,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1824,8 +1826,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -1835,6 +1835,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1844,8 +1846,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -1855,6 +1855,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1864,8 +1866,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -1875,6 +1875,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1884,8 +1886,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -1895,6 +1895,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1904,8 +1906,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -1915,6 +1915,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1924,8 +1926,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -1935,6 +1935,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1944,8 +1946,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -1955,6 +1955,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1964,8 +1966,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_LEAF3A_Ethernet97/3 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg index 740fcbbab1e..9024a9ea570 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg @@ -55,6 +55,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -64,8 +66,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -75,6 +75,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -84,8 +86,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -95,6 +95,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -104,8 +106,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -115,6 +115,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -124,8 +126,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -135,6 +135,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -144,8 +146,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -155,6 +155,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -164,8 +166,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -175,6 +175,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -184,8 +186,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -195,6 +195,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -204,8 +206,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -215,6 +215,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -224,8 +226,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -235,6 +235,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -244,8 +246,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -255,6 +255,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -264,8 +266,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -275,6 +275,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -284,8 +286,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -295,6 +295,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -304,8 +306,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -315,6 +315,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -324,8 +326,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -335,6 +335,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -344,8 +346,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -355,6 +355,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -364,8 +366,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -375,6 +375,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -384,8 +386,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -395,6 +395,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -404,8 +406,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -415,6 +415,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -424,8 +426,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -435,6 +435,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -444,8 +446,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -455,6 +455,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -464,8 +466,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -475,6 +475,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -484,8 +486,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -495,6 +495,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -504,8 +506,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -515,6 +515,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -524,8 +526,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -535,6 +535,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -544,8 +546,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -555,6 +555,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -564,8 +566,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -575,6 +575,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -584,8 +586,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -595,6 +595,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -604,8 +606,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -615,6 +615,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -624,8 +626,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -635,6 +635,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -644,8 +646,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -655,6 +655,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -664,8 +666,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -675,6 +675,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -684,8 +686,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -695,6 +695,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -704,8 +706,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -715,6 +715,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -724,8 +726,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -735,6 +735,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -744,8 +746,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -755,6 +755,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -764,8 +766,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -775,6 +775,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -784,8 +786,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -795,6 +795,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -804,8 +806,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -815,6 +815,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -824,8 +826,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -835,6 +835,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -844,8 +846,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -855,6 +855,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -864,8 +866,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -875,6 +875,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -884,8 +886,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -895,6 +895,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -904,8 +906,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -915,6 +915,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -924,8 +926,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -935,6 +935,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -944,8 +946,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -955,6 +955,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -964,8 +966,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -975,6 +975,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -984,8 +986,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -995,6 +995,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1004,8 +1006,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1015,6 +1015,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1024,8 +1026,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1035,6 +1035,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1044,8 +1046,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1055,6 +1055,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1064,8 +1066,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1075,6 +1075,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1084,8 +1086,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1095,6 +1095,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1104,8 +1106,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1115,6 +1115,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1124,8 +1126,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1135,6 +1135,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1144,8 +1146,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1155,6 +1155,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1164,8 +1166,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1175,6 +1175,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1184,8 +1186,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1195,6 +1195,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1204,8 +1206,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1215,6 +1215,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1224,8 +1226,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1235,6 +1235,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1244,8 +1246,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1255,6 +1255,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1264,8 +1266,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1275,6 +1275,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1284,8 +1286,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1295,6 +1295,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1304,8 +1306,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1315,6 +1315,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1324,8 +1326,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1335,6 +1335,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1344,8 +1346,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1355,6 +1355,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1364,8 +1366,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1375,6 +1375,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1384,8 +1386,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1395,6 +1395,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1404,8 +1406,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1415,6 +1415,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1424,8 +1426,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1435,6 +1435,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1444,8 +1446,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1455,6 +1455,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1464,8 +1466,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1475,6 +1475,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1484,8 +1486,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1495,6 +1495,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1504,8 +1506,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1515,6 +1515,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1524,8 +1526,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1535,6 +1535,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1544,8 +1546,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1555,6 +1555,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1564,8 +1566,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1575,6 +1575,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1584,8 +1586,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1595,6 +1595,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1604,8 +1606,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -1615,6 +1615,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1624,8 +1626,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -1635,6 +1635,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1644,8 +1646,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -1655,6 +1655,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1664,8 +1666,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -1675,6 +1675,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1684,8 +1686,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -1695,6 +1695,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1704,8 +1706,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -1715,6 +1715,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1724,8 +1726,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -1735,6 +1735,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1744,8 +1746,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -1755,6 +1755,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1764,8 +1766,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -1775,6 +1775,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1784,8 +1786,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -1795,6 +1795,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1804,8 +1806,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -1815,6 +1815,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1824,8 +1826,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -1835,6 +1835,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1844,8 +1846,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -1855,6 +1855,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1864,8 +1866,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -1875,6 +1875,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1884,8 +1886,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -1895,6 +1895,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1904,8 +1906,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -1915,6 +1915,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1924,8 +1926,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -1935,6 +1935,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1944,8 +1946,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -1955,6 +1955,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1964,8 +1966,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_LEAF3A_Ethernet97/4 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg index f3087935cac..7e5caeef5ff 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg @@ -55,6 +55,8 @@ interface Ethernet1 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -64,8 +66,6 @@ interface Ethernet1 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet2 description IDF3 Standard Port @@ -75,6 +75,8 @@ interface Ethernet2 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -84,8 +86,6 @@ interface Ethernet2 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet3 description IDF3 Standard Port @@ -95,6 +95,8 @@ interface Ethernet3 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -104,8 +106,6 @@ interface Ethernet3 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet4 description IDF3 Standard Port @@ -115,6 +115,8 @@ interface Ethernet4 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -124,8 +126,6 @@ interface Ethernet4 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet5 description IDF3 Standard Port @@ -135,6 +135,8 @@ interface Ethernet5 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -144,8 +146,6 @@ interface Ethernet5 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet6 description IDF3 Standard Port @@ -155,6 +155,8 @@ interface Ethernet6 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -164,8 +166,6 @@ interface Ethernet6 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet7 description IDF3 Standard Port @@ -175,6 +175,8 @@ interface Ethernet7 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -184,8 +186,6 @@ interface Ethernet7 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet8 description IDF3 Standard Port @@ -195,6 +195,8 @@ interface Ethernet8 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -204,8 +206,6 @@ interface Ethernet8 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet9 description IDF3 Standard Port @@ -215,6 +215,8 @@ interface Ethernet9 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -224,8 +226,6 @@ interface Ethernet9 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet10 description IDF3 Standard Port @@ -235,6 +235,8 @@ interface Ethernet10 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -244,8 +246,6 @@ interface Ethernet10 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet11 description IDF3 Standard Port @@ -255,6 +255,8 @@ interface Ethernet11 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -264,8 +266,6 @@ interface Ethernet11 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet12 description IDF3 Standard Port @@ -275,6 +275,8 @@ interface Ethernet12 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -284,8 +286,6 @@ interface Ethernet12 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet13 description IDF3 Standard Port @@ -295,6 +295,8 @@ interface Ethernet13 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -304,8 +306,6 @@ interface Ethernet13 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet14 description IDF3 Standard Port @@ -315,6 +315,8 @@ interface Ethernet14 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -324,8 +326,6 @@ interface Ethernet14 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet15 description IDF3 Standard Port @@ -335,6 +335,8 @@ interface Ethernet15 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -344,8 +346,6 @@ interface Ethernet15 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet16 description IDF3 Standard Port @@ -355,6 +355,8 @@ interface Ethernet16 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -364,8 +366,6 @@ interface Ethernet16 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet17 description IDF3 Standard Port @@ -375,6 +375,8 @@ interface Ethernet17 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -384,8 +386,6 @@ interface Ethernet17 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet18 description IDF3 Standard Port @@ -395,6 +395,8 @@ interface Ethernet18 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -404,8 +406,6 @@ interface Ethernet18 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet19 description IDF3 Standard Port @@ -415,6 +415,8 @@ interface Ethernet19 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -424,8 +426,6 @@ interface Ethernet19 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet20 description IDF3 Standard Port @@ -435,6 +435,8 @@ interface Ethernet20 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -444,8 +446,6 @@ interface Ethernet20 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet21 description IDF3 Standard Port @@ -455,6 +455,8 @@ interface Ethernet21 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -464,8 +466,6 @@ interface Ethernet21 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet22 description IDF3 Standard Port @@ -475,6 +475,8 @@ interface Ethernet22 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -484,8 +486,6 @@ interface Ethernet22 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet23 description IDF3 Standard Port @@ -495,6 +495,8 @@ interface Ethernet23 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -504,8 +506,6 @@ interface Ethernet23 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet24 description IDF3 Standard Port @@ -515,6 +515,8 @@ interface Ethernet24 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -524,8 +526,6 @@ interface Ethernet24 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet25 description IDF3 Standard Port @@ -535,6 +535,8 @@ interface Ethernet25 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -544,8 +546,6 @@ interface Ethernet25 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet26 description IDF3 Standard Port @@ -555,6 +555,8 @@ interface Ethernet26 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -564,8 +566,6 @@ interface Ethernet26 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet27 description IDF3 Standard Port @@ -575,6 +575,8 @@ interface Ethernet27 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -584,8 +586,6 @@ interface Ethernet27 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet28 description IDF3 Standard Port @@ -595,6 +595,8 @@ interface Ethernet28 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -604,8 +606,6 @@ interface Ethernet28 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet29 description IDF3 Standard Port @@ -615,6 +615,8 @@ interface Ethernet29 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -624,8 +626,6 @@ interface Ethernet29 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet30 description IDF3 Standard Port @@ -635,6 +635,8 @@ interface Ethernet30 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -644,8 +646,6 @@ interface Ethernet30 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet31 description IDF3 Standard Port @@ -655,6 +655,8 @@ interface Ethernet31 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -664,8 +666,6 @@ interface Ethernet31 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet32 description IDF3 Standard Port @@ -675,6 +675,8 @@ interface Ethernet32 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -684,8 +686,6 @@ interface Ethernet32 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet33 description IDF3 Standard Port @@ -695,6 +695,8 @@ interface Ethernet33 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -704,8 +706,6 @@ interface Ethernet33 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet34 description IDF3 Standard Port @@ -715,6 +715,8 @@ interface Ethernet34 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -724,8 +726,6 @@ interface Ethernet34 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet35 description IDF3 Standard Port @@ -735,6 +735,8 @@ interface Ethernet35 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -744,8 +746,6 @@ interface Ethernet35 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet36 description IDF3 Standard Port @@ -755,6 +755,8 @@ interface Ethernet36 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -764,8 +766,6 @@ interface Ethernet36 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet37 description IDF3 Standard Port @@ -775,6 +775,8 @@ interface Ethernet37 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -784,8 +786,6 @@ interface Ethernet37 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet38 description IDF3 Standard Port @@ -795,6 +795,8 @@ interface Ethernet38 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -804,8 +806,6 @@ interface Ethernet38 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet39 description IDF3 Standard Port @@ -815,6 +815,8 @@ interface Ethernet39 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -824,8 +826,6 @@ interface Ethernet39 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet40 description IDF3 Standard Port @@ -835,6 +835,8 @@ interface Ethernet40 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -844,8 +846,6 @@ interface Ethernet40 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet41 description IDF3 Standard Port @@ -855,6 +855,8 @@ interface Ethernet41 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -864,8 +866,6 @@ interface Ethernet41 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet42 description IDF3 Standard Port @@ -875,6 +875,8 @@ interface Ethernet42 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -884,8 +886,6 @@ interface Ethernet42 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet43 description IDF3 Standard Port @@ -895,6 +895,8 @@ interface Ethernet43 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -904,8 +906,6 @@ interface Ethernet43 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet44 description IDF3 Standard Port @@ -915,6 +915,8 @@ interface Ethernet44 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -924,8 +926,6 @@ interface Ethernet44 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet45 description IDF3 Standard Port @@ -935,6 +935,8 @@ interface Ethernet45 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -944,8 +946,6 @@ interface Ethernet45 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet46 description IDF3 Standard Port @@ -955,6 +955,8 @@ interface Ethernet46 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -964,8 +966,6 @@ interface Ethernet46 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet47 description IDF3 Standard Port @@ -975,6 +975,8 @@ interface Ethernet47 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -984,8 +986,6 @@ interface Ethernet47 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet48 description IDF3 Standard Port @@ -995,6 +995,8 @@ interface Ethernet48 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1004,8 +1006,6 @@ interface Ethernet48 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet49 description IDF3 Standard Port @@ -1015,6 +1015,8 @@ interface Ethernet49 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1024,8 +1026,6 @@ interface Ethernet49 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet50 description IDF3 Standard Port @@ -1035,6 +1035,8 @@ interface Ethernet50 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1044,8 +1046,6 @@ interface Ethernet50 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet51 description IDF3 Standard Port @@ -1055,6 +1055,8 @@ interface Ethernet51 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1064,8 +1066,6 @@ interface Ethernet51 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet52 description IDF3 Standard Port @@ -1075,6 +1075,8 @@ interface Ethernet52 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1084,8 +1086,6 @@ interface Ethernet52 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet53 description IDF3 Standard Port @@ -1095,6 +1095,8 @@ interface Ethernet53 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1104,8 +1106,6 @@ interface Ethernet53 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet54 description IDF3 Standard Port @@ -1115,6 +1115,8 @@ interface Ethernet54 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1124,8 +1126,6 @@ interface Ethernet54 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet55 description IDF3 Standard Port @@ -1135,6 +1135,8 @@ interface Ethernet55 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1144,8 +1146,6 @@ interface Ethernet55 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet56 description IDF3 Standard Port @@ -1155,6 +1155,8 @@ interface Ethernet56 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1164,8 +1166,6 @@ interface Ethernet56 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet57 description IDF3 Standard Port @@ -1175,6 +1175,8 @@ interface Ethernet57 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1184,8 +1186,6 @@ interface Ethernet57 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet58 description IDF3 Standard Port @@ -1195,6 +1195,8 @@ interface Ethernet58 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1204,8 +1206,6 @@ interface Ethernet58 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet59 description IDF3 Standard Port @@ -1215,6 +1215,8 @@ interface Ethernet59 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1224,8 +1226,6 @@ interface Ethernet59 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet60 description IDF3 Standard Port @@ -1235,6 +1235,8 @@ interface Ethernet60 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1244,8 +1246,6 @@ interface Ethernet60 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet61 description IDF3 Standard Port @@ -1255,6 +1255,8 @@ interface Ethernet61 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1264,8 +1266,6 @@ interface Ethernet61 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet62 description IDF3 Standard Port @@ -1275,6 +1275,8 @@ interface Ethernet62 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1284,8 +1286,6 @@ interface Ethernet62 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet63 description IDF3 Standard Port @@ -1295,6 +1295,8 @@ interface Ethernet63 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1304,8 +1306,6 @@ interface Ethernet63 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet64 description IDF3 Standard Port @@ -1315,6 +1315,8 @@ interface Ethernet64 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1324,8 +1326,6 @@ interface Ethernet64 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet65 description IDF3 Standard Port @@ -1335,6 +1335,8 @@ interface Ethernet65 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1344,8 +1346,6 @@ interface Ethernet65 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet66 description IDF3 Standard Port @@ -1355,6 +1355,8 @@ interface Ethernet66 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1364,8 +1366,6 @@ interface Ethernet66 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet67 description IDF3 Standard Port @@ -1375,6 +1375,8 @@ interface Ethernet67 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1384,8 +1386,6 @@ interface Ethernet67 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet68 description IDF3 Standard Port @@ -1395,6 +1395,8 @@ interface Ethernet68 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1404,8 +1406,6 @@ interface Ethernet68 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet69 description IDF3 Standard Port @@ -1415,6 +1415,8 @@ interface Ethernet69 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1424,8 +1426,6 @@ interface Ethernet69 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet70 description IDF3 Standard Port @@ -1435,6 +1435,8 @@ interface Ethernet70 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1444,8 +1446,6 @@ interface Ethernet70 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet71 description IDF3 Standard Port @@ -1455,6 +1455,8 @@ interface Ethernet71 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1464,8 +1466,6 @@ interface Ethernet71 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet72 description IDF3 Standard Port @@ -1475,6 +1475,8 @@ interface Ethernet72 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1484,8 +1486,6 @@ interface Ethernet72 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet73 description IDF3 Standard Port @@ -1495,6 +1495,8 @@ interface Ethernet73 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1504,8 +1506,6 @@ interface Ethernet73 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet74 description IDF3 Standard Port @@ -1515,6 +1515,8 @@ interface Ethernet74 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1524,8 +1526,6 @@ interface Ethernet74 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet75 description IDF3 Standard Port @@ -1535,6 +1535,8 @@ interface Ethernet75 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1544,8 +1546,6 @@ interface Ethernet75 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet76 description IDF3 Standard Port @@ -1555,6 +1555,8 @@ interface Ethernet76 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1564,8 +1566,6 @@ interface Ethernet76 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet77 description IDF3 Standard Port @@ -1575,6 +1575,8 @@ interface Ethernet77 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1584,8 +1586,6 @@ interface Ethernet77 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet78 description IDF3 Standard Port @@ -1595,6 +1595,8 @@ interface Ethernet78 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1604,8 +1606,6 @@ interface Ethernet78 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet79 description IDF3 Standard Port @@ -1615,6 +1615,8 @@ interface Ethernet79 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1624,8 +1626,6 @@ interface Ethernet79 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet80 description IDF3 Standard Port @@ -1635,6 +1635,8 @@ interface Ethernet80 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1644,8 +1646,6 @@ interface Ethernet80 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet81 description IDF3 Standard Port @@ -1655,6 +1655,8 @@ interface Ethernet81 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1664,8 +1666,6 @@ interface Ethernet81 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet82 description IDF3 Standard Port @@ -1675,6 +1675,8 @@ interface Ethernet82 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1684,8 +1686,6 @@ interface Ethernet82 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet83 description IDF3 Standard Port @@ -1695,6 +1695,8 @@ interface Ethernet83 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1704,8 +1706,6 @@ interface Ethernet83 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet84 description IDF3 Standard Port @@ -1715,6 +1715,8 @@ interface Ethernet84 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1724,8 +1726,6 @@ interface Ethernet84 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet85 description IDF3 Standard Port @@ -1735,6 +1735,8 @@ interface Ethernet85 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1744,8 +1746,6 @@ interface Ethernet85 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet86 description IDF3 Standard Port @@ -1755,6 +1755,8 @@ interface Ethernet86 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1764,8 +1766,6 @@ interface Ethernet86 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet87 description IDF3 Standard Port @@ -1775,6 +1775,8 @@ interface Ethernet87 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1784,8 +1786,6 @@ interface Ethernet87 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet88 description IDF3 Standard Port @@ -1795,6 +1795,8 @@ interface Ethernet88 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1804,8 +1806,6 @@ interface Ethernet88 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet89 description IDF3 Standard Port @@ -1815,6 +1815,8 @@ interface Ethernet89 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1824,8 +1826,6 @@ interface Ethernet89 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet90 description IDF3 Standard Port @@ -1835,6 +1835,8 @@ interface Ethernet90 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1844,8 +1846,6 @@ interface Ethernet90 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet91 description IDF3 Standard Port @@ -1855,6 +1855,8 @@ interface Ethernet91 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1864,8 +1866,6 @@ interface Ethernet91 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet92 description IDF3 Standard Port @@ -1875,6 +1875,8 @@ interface Ethernet92 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1884,8 +1886,6 @@ interface Ethernet92 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet93 description IDF3 Standard Port @@ -1895,6 +1895,8 @@ interface Ethernet93 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1904,8 +1906,6 @@ interface Ethernet93 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet94 description IDF3 Standard Port @@ -1915,6 +1915,8 @@ interface Ethernet94 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1924,8 +1926,6 @@ interface Ethernet94 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet95 description IDF3 Standard Port @@ -1935,6 +1935,8 @@ interface Ethernet95 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1944,8 +1946,6 @@ interface Ethernet95 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet96 description IDF3 Standard Port @@ -1955,6 +1955,8 @@ interface Ethernet96 switchport phone trunk untagged switchport mode trunk phone switchport + spanning-tree portfast + spanning-tree bpduguard enable dot1x pae authenticator dot1x authentication failure action traffic allow vlan 330 dot1x reauthentication @@ -1964,8 +1966,6 @@ interface Ethernet96 dot1x timeout tx-period 3 dot1x timeout reauth-period server dot1x reauthorization request limit 3 - spanning-tree portfast - spanning-tree bpduguard enable ! interface Ethernet97/1 description L2_LEAF3A_Ethernet98/1 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md index 14982956c7a..63671daa4fe 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md @@ -248,6 +248,7 @@ sFlow is disabled. | Interface | Description | Channel Group | IP Address | VRF | MTU | Shutdown | ACL In | ACL Out | | --------- | ----------- | ------------- | ---------- | ----| ---- | -------- | ------ | ------- | | Ethernet1 | P2P_LINK_TO_DC1-SPINE1_Ethernet1 | - | 172.31.255.1/31 | default | 1500 | - | - | - | +| Ethernet2 | SRV-POD02_Eth1 | - | 10.1.255.3/24 | default | - | - | - | - | | Ethernet3 | P2P_LINK_TO_DC1-SPINE2_Ethernet2 | - | 172.31.128.1/31 | default | 1500 | - | - | - | | Ethernet8.101 | to WAN-ISP-01 Ethernet2.101 - VRF-C1 | - | 172.31.128.1/31 | default | - | - | - | - | | Ethernet9 | interface_with_mpls_enabled | - | 172.31.128.9/31 | default | - | - | - | - | @@ -386,10 +387,10 @@ sFlow is disabled. interface Ethernet1 description P2P_LINK_TO_DC1-SPINE1_Ethernet1 mtu 1500 - speed forced 100gfull + bgp session tracker ST1 l2 mtu 8000 l2 mru 8000 - bgp session tracker ST1 + speed forced 100gfull switchport access vlan 200 switchport trunk native vlan tag switchport phone vlan 110 @@ -417,12 +418,6 @@ interface Ethernet1 switchport trunk private-vlan secondary switchport pvlan mapping 20-30 ip address 172.31.255.1/31 - switchport backup-link Ethernet5 prefer vlan 10 - switchport backup preemption-delay 35 - switchport backup mac-move-burst 20 - switchport backup mac-move-burst-interval 30 - switchport backup initial-mac-move-delay 10 - switchport backup dest-macaddr 01:00:00:00:00:00 ip verify unicast source reachable-via rx bfd interval 500 min-rx 500 multiplier 5 bfd echo @@ -443,6 +438,12 @@ interface Ethernet1 switchport port-security mac-address maximum disabled priority-flow-control on priority-flow-control priority 5 drop + switchport backup-link Ethernet5 prefer vlan 10 + switchport backup preemption-delay 35 + switchport backup mac-move-burst 20 + switchport backup mac-move-burst-interval 30 + switchport backup initial-mac-move-delay 10 + switchport backup dest-macaddr 01:00:00:00:00:00 link tracking group EVPN_MH_ES1 upstream comment Comment created from eos_cli under ethernet_interfaces.Ethernet1 @@ -455,6 +456,11 @@ interface Ethernet2 switchport trunk allowed vlan 110-111,210-211 switchport mode trunk switchport + ip address 10.1.255.3/24 + ip address 1.1.1.3/24 secondary + ip address 1.1.1.4/24 secondary + ip address 10.0.0.254/24 secondary + ip address 192.168.1.1/24 secondary tcp mss ceiling ipv4 70 ingress multicast ipv4 boundary ACL_MULTICAST multicast ipv6 boundary ACL_V6_MULTICAST out @@ -463,9 +469,9 @@ interface Ethernet2 switchport port-security mac-address maximum 100 priority-flow-control on priority-flow-control priority 5 no-drop - storm-control all level 10 storm-control broadcast level pps 500 storm-control unknown-unicast level 1 + storm-control all level 10 spanning-tree bpduguard disable spanning-tree bpdufilter disable ! @@ -478,7 +484,6 @@ interface Ethernet3 switchport vlan translation out 23 dot1q-tunnel 50 no snmp trap link-change ip address 172.31.128.1/31 - switchport backup-link Ethernet4 ipv6 enable ipv6 address 2002:ABDC::1/64 ipv6 nd prefix 2345:ABCD:3FE0::1/96 infinite 50 no-autoconfig @@ -489,10 +494,14 @@ interface Ethernet3 no switchport port-security mac-address maximum disabled switchport port-security vlan 1 mac-address maximum 3 switchport port-security vlan 2 mac-address maximum 3 + switchport port-security vlan 2 mac-address maximum 4 switchport port-security vlan 3 mac-address maximum 3 + switchport port-security vlan 22 mac-address maximum 4 + switchport port-security vlan 41 mac-address maximum 4 switchport port-security vlan default mac-address maximum 2 no priority-flow-control spanning-tree guard root + switchport backup-link Ethernet4 link tracking group EVPN_MH_ES2 downstream ! interface Ethernet4 @@ -551,35 +560,35 @@ interface Ethernet6 description SRV-POD02_Eth1 logging event link-status logging event congestion-drops - logging event spanning-tree - logging event storm-control discards switchport trunk allowed vlan 110-111,210-211 switchport mode trunk switchport + logging event storm-control discards spanning-tree bpduguard enable spanning-tree bpdufilter enable + logging event spanning-tree ! interface Ethernet7 description Molecule L2 no shutdown mtu 7000 switchport - qos trust cos - qos cos 5 - storm-control all level 75 - storm-control broadcast level pps 10 - storm-control multicast level 50 - storm-control unknown-unicast level 10 ptp enable - ptp sync-message interval 5 - ptp delay-mechanism p2p ptp announce interval 10 - ptp transport layer2 ptp announce timeout 30 + ptp delay-mechanism p2p ptp delay-req interval 20 ptp role master + ptp sync-message interval 5 + ptp transport layer2 ptp vlan all service-profile QoS + qos trust cos + qos cos 5 + storm-control broadcast level pps 10 + storm-control multicast level 50 + storm-control unknown-unicast level 10 + storm-control all level 75 spanning-tree portfast spanning-tree bpduguard enable spanning-tree bpdufilter enable @@ -632,13 +641,13 @@ interface Ethernet13 description interface_in_mode_access_with_voice no logging event link-status no logging event congestion-drops - no logging event spanning-tree - no logging event storm-control discards switchport trunk native vlan 100 switchport phone vlan 70 switchport phone trunk untagged switchport mode trunk phone switchport + no logging event storm-control discards + no logging event spanning-tree ! interface Ethernet14 description SRV-POD02_Eth1 @@ -756,6 +765,7 @@ interface Ethernet26.500 interface Ethernet27 description EVPN-Vxlan single-active redundancy switchport + ! evpn ethernet-segment identifier 0000:0000:0000:0102:0304 redundancy single-active @@ -767,6 +777,7 @@ interface Ethernet27 interface Ethernet28 description EVPN-MPLS multihoming switchport + ! evpn ethernet-segment identifier 0000:0000:0000:0102:0305 mpls tunnel flood filter time 100 @@ -859,8 +870,8 @@ interface Ethernet43 interface Ethernet44 description DOT1X Testing - reauthorization_request_limit switchport - dot1x reauthorization request limit 3 dot1x eapol disabled + dot1x reauthorization request limit 3 ! interface Ethernet45 description DOT1X Testing - all features @@ -933,9 +944,9 @@ interface Ethernet55 description DHCPv6 Relay Testing no shutdown no switchport - ipv6 address a0::1/64 ipv6 dhcp relay destination a0::2 link-address a0::3 ipv6 dhcp relay destination a0::4 vrf TEST local-interface Loopback55 link-address a0::5 + ipv6 address a0::1/64 ! interface Ethernet56 description Interface with poe commands and limit in class @@ -1001,25 +1012,25 @@ interface Ethernet61 description interface_in_mode_access_with_voice no logging event link-status no logging event congestion-drops - no logging event spanning-tree - no logging event storm-control discards switchport trunk native vlan 100 switchport phone vlan 70 switchport phone trunk untagged phone switchport mode trunk phone switchport + no logging event storm-control discards + no logging event spanning-tree ! interface Ethernet62 description interface_in_mode_access_with_voice no logging event link-status no logging event congestion-drops - no logging event spanning-tree - no logging event storm-control discards switchport trunk native vlan 100 switchport phone vlan 70 switchport phone trunk tagged phone switchport mode trunk phone switchport + no logging event storm-control discards + no logging event spanning-tree ! interface Ethernet63 description DHCP client interface diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md index 975328d0c28..7cfba07a00a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md @@ -132,8 +132,8 @@ l2-protocol ! interface Ethernet1 description L2PF test - switchport l2-protocol forwarding profile TEST1 + switchport ``` ### Port-Channel Interfaces diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md index c280b261eac..f61ec607759 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md @@ -96,14 +96,14 @@ management security ```eos ! interface Ethernet1 - mac security profile A1 no switchport ip address 1.1.1.1/24 + mac security profile A1 ! interface Ethernet3 description DC1-AGG01_Ethernet1 - mac security profile A1 channel-group 3 mode active + mac security profile A1 ``` ### Port-Channel Interfaces diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md index 99b5703bb55..12233216d31 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md @@ -107,10 +107,10 @@ interface Ethernet3 switchport mode trunk switchport ptp enable - ptp sync-message interval 1 ptp delay-mechanism e2e - ptp transport layer2 ptp role dynamic + ptp sync-message interval 1 + ptp transport layer2 ptp vlan 2 ! interface Ethernet5 @@ -123,14 +123,14 @@ interface Ethernet6 no switchport ip address 172.31.255.15/31 ptp enable - ptp sync-message interval 1 - ptp delay-mechanism e2e ptp announce interval 3 - ptp transport ipv4 ptp announce timeout 9 + ptp delay-mechanism e2e ptp delay-req interval -7 ptp profile g8275.1 destination mac-address non-forwardable ptp role dynamic + ptp sync-message interval 1 + ptp transport ipv4 ``` ### Port-Channel Interfaces diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md index c65aadc4547..e46631806da 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md @@ -78,10 +78,10 @@ interface Ethernet1 mtu 1500 no switchport ip address 172.31.255.1/31 - qos trust dscp - qos dscp 48 service-policy type qos input pmap_test1 service-profile test + qos trust dscp + qos dscp 48 ! interface Ethernet3 description MLAG_PEER_DC1-LEAF1B_Ethernet3 @@ -96,9 +96,9 @@ interface Ethernet6 switchport trunk allowed vlan 110-111,210-211 switchport mode trunk switchport + service-profile experiment qos trust cos qos cos 2 - service-profile experiment ! tx-queue 2 random-detect ecn count diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md index ddd2fa8499d..3af14e5bb3b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md @@ -85,11 +85,13 @@ interface Ethernet3 switchport trunk allowed vlan 2,14 switchport mode trunk switchport + ! sync-e priority 10 ! interface Ethernet5 description DC1-AGG01_Ethernet1 + ! sync-e ! interface Ethernet6 @@ -97,6 +99,7 @@ interface Ethernet6 mtu 1500 no switchport ip address 172.31.255.15/31 + ! sync-e priority disabled ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md index 11401804197..7ebb284c230 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md @@ -55,9 +55,9 @@ interface Management1 ```eos ! interface Ethernet1 - no switchport traffic-policy input BLUE-C1-POLICY traffic-policy output BLUE-C2-POLICY + no switchport ``` ### Port-Channel Interfaces diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg index 0a19e1a927b..d0fbafa4ba4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg @@ -2,10 +2,10 @@ interface Ethernet1 description P2P_LINK_TO_DC1-SPINE1_Ethernet1 mtu 1500 - speed forced 100gfull + bgp session tracker ST1 l2 mtu 8000 l2 mru 8000 - bgp session tracker ST1 + speed forced 100gfull switchport access vlan 200 switchport trunk native vlan tag switchport phone vlan 110 @@ -33,12 +33,6 @@ interface Ethernet1 switchport trunk private-vlan secondary switchport pvlan mapping 20-30 ip address 172.31.255.1/31 - switchport backup-link Ethernet5 prefer vlan 10 - switchport backup preemption-delay 35 - switchport backup mac-move-burst 20 - switchport backup mac-move-burst-interval 30 - switchport backup initial-mac-move-delay 10 - switchport backup dest-macaddr 01:00:00:00:00:00 ip verify unicast source reachable-via rx bfd interval 500 min-rx 500 multiplier 5 bfd echo @@ -59,6 +53,12 @@ interface Ethernet1 switchport port-security mac-address maximum disabled priority-flow-control on priority-flow-control priority 5 drop + switchport backup-link Ethernet5 prefer vlan 10 + switchport backup preemption-delay 35 + switchport backup mac-move-burst 20 + switchport backup mac-move-burst-interval 30 + switchport backup initial-mac-move-delay 10 + switchport backup dest-macaddr 01:00:00:00:00:00 link tracking group EVPN_MH_ES1 upstream comment Comment created from eos_cli under ethernet_interfaces.Ethernet1 @@ -71,6 +71,11 @@ interface Ethernet2 switchport trunk allowed vlan 110-111,210-211 switchport mode trunk switchport + ip address 10.1.255.3/24 + ip address 1.1.1.3/24 secondary + ip address 1.1.1.4/24 secondary + ip address 10.0.0.254/24 secondary + ip address 192.168.1.1/24 secondary tcp mss ceiling ipv4 70 ingress multicast ipv4 boundary ACL_MULTICAST multicast ipv6 boundary ACL_V6_MULTICAST out @@ -79,9 +84,9 @@ interface Ethernet2 switchport port-security mac-address maximum 100 priority-flow-control on priority-flow-control priority 5 no-drop - storm-control all level 10 storm-control broadcast level pps 500 storm-control unknown-unicast level 1 + storm-control all level 10 spanning-tree bpduguard disable spanning-tree bpdufilter disable ! @@ -94,7 +99,6 @@ interface Ethernet3 switchport vlan translation out 23 dot1q-tunnel 50 no snmp trap link-change ip address 172.31.128.1/31 - switchport backup-link Ethernet4 ipv6 enable ipv6 address 2002:ABDC::1/64 ipv6 nd prefix 2345:ABCD:3FE0::1/96 infinite 50 no-autoconfig @@ -105,10 +109,14 @@ interface Ethernet3 no switchport port-security mac-address maximum disabled switchport port-security vlan 1 mac-address maximum 3 switchport port-security vlan 2 mac-address maximum 3 + switchport port-security vlan 2 mac-address maximum 4 switchport port-security vlan 3 mac-address maximum 3 + switchport port-security vlan 22 mac-address maximum 4 + switchport port-security vlan 41 mac-address maximum 4 switchport port-security vlan default mac-address maximum 2 no priority-flow-control spanning-tree guard root + switchport backup-link Ethernet4 link tracking group EVPN_MH_ES2 downstream ! interface Ethernet4 @@ -167,35 +175,35 @@ interface Ethernet6 description SRV-POD02_Eth1 logging event link-status logging event congestion-drops - logging event spanning-tree - logging event storm-control discards switchport trunk allowed vlan 110-111,210-211 switchport mode trunk switchport + logging event storm-control discards spanning-tree bpduguard enable spanning-tree bpdufilter enable + logging event spanning-tree ! interface Ethernet7 description Molecule L2 no shutdown mtu 7000 switchport - qos trust cos - qos cos 5 - storm-control all level 75 - storm-control broadcast level pps 10 - storm-control multicast level 50 - storm-control unknown-unicast level 10 ptp enable - ptp sync-message interval 5 - ptp delay-mechanism p2p ptp announce interval 10 - ptp transport layer2 ptp announce timeout 30 + ptp delay-mechanism p2p ptp delay-req interval 20 ptp role master + ptp sync-message interval 5 + ptp transport layer2 ptp vlan all service-profile QoS + qos trust cos + qos cos 5 + storm-control broadcast level pps 10 + storm-control multicast level 50 + storm-control unknown-unicast level 10 + storm-control all level 75 spanning-tree portfast spanning-tree bpduguard enable spanning-tree bpdufilter enable @@ -248,13 +256,13 @@ interface Ethernet13 description interface_in_mode_access_with_voice no logging event link-status no logging event congestion-drops - no logging event spanning-tree - no logging event storm-control discards switchport trunk native vlan 100 switchport phone vlan 70 switchport phone trunk untagged switchport mode trunk phone switchport + no logging event storm-control discards + no logging event spanning-tree ! interface Ethernet14 description SRV-POD02_Eth1 @@ -372,6 +380,7 @@ interface Ethernet26.500 interface Ethernet27 description EVPN-Vxlan single-active redundancy switchport + ! evpn ethernet-segment identifier 0000:0000:0000:0102:0304 redundancy single-active @@ -383,6 +392,7 @@ interface Ethernet27 interface Ethernet28 description EVPN-MPLS multihoming switchport + ! evpn ethernet-segment identifier 0000:0000:0000:0102:0305 mpls tunnel flood filter time 100 @@ -475,8 +485,8 @@ interface Ethernet43 interface Ethernet44 description DOT1X Testing - reauthorization_request_limit switchport - dot1x reauthorization request limit 3 dot1x eapol disabled + dot1x reauthorization request limit 3 ! interface Ethernet45 description DOT1X Testing - all features @@ -549,9 +559,9 @@ interface Ethernet55 description DHCPv6 Relay Testing no shutdown no switchport - ipv6 address a0::1/64 ipv6 dhcp relay destination a0::2 link-address a0::3 ipv6 dhcp relay destination a0::4 vrf TEST local-interface Loopback55 link-address a0::5 + ipv6 address a0::1/64 ! interface Ethernet56 description Interface with poe commands and limit in class @@ -617,25 +627,25 @@ interface Ethernet61 description interface_in_mode_access_with_voice no logging event link-status no logging event congestion-drops - no logging event spanning-tree - no logging event storm-control discards switchport trunk native vlan 100 switchport phone vlan 70 switchport phone trunk untagged phone switchport mode trunk phone switchport + no logging event storm-control discards + no logging event spanning-tree ! interface Ethernet62 description interface_in_mode_access_with_voice no logging event link-status no logging event congestion-drops - no logging event spanning-tree - no logging event storm-control discards switchport trunk native vlan 100 switchport phone vlan 70 switchport phone trunk tagged phone switchport mode trunk phone switchport + no logging event storm-control discards + no logging event spanning-tree ! interface Ethernet63 description DHCP client interface diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg index a9cd300f764..4eddb4a4325 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg @@ -44,8 +44,8 @@ interface Port-Channel1 ! interface Ethernet1 description L2PF test - switchport l2-protocol forwarding profile TEST1 + switchport ! interface Management1 description OOB_MANAGEMENT diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg index fac8f08e810..86acb4596cb 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg @@ -37,14 +37,14 @@ interface Port-Channel3 switchport ! interface Ethernet1 - mac security profile A1 no switchport ip address 1.1.1.1/24 + mac security profile A1 ! interface Ethernet3 description DC1-AGG01_Ethernet1 - mac security profile A1 channel-group 3 mode active + mac security profile A1 ! interface Management1 description OOB_MANAGEMENT diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg index 756cbf55a7d..58a00d74aab 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg @@ -44,10 +44,10 @@ interface Ethernet3 switchport mode trunk switchport ptp enable - ptp sync-message interval 1 ptp delay-mechanism e2e - ptp transport layer2 ptp role dynamic + ptp sync-message interval 1 + ptp transport layer2 ptp vlan 2 ! interface Ethernet5 @@ -60,14 +60,14 @@ interface Ethernet6 no switchport ip address 172.31.255.15/31 ptp enable - ptp sync-message interval 1 - ptp delay-mechanism e2e ptp announce interval 3 - ptp transport ipv4 ptp announce timeout 9 + ptp delay-mechanism e2e ptp delay-req interval -7 ptp profile g8275.1 destination mac-address non-forwardable ptp role dynamic + ptp sync-message interval 1 + ptp transport ipv4 ! interface Management1 description OOB_MANAGEMENT diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg index 9c005cc5703..1aba434c588 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg @@ -178,10 +178,10 @@ interface Ethernet1 mtu 1500 no switchport ip address 172.31.255.1/31 - qos trust dscp - qos dscp 48 service-policy type qos input pmap_test1 service-profile test + qos trust dscp + qos dscp 48 ! interface Ethernet3 description MLAG_PEER_DC1-LEAF1B_Ethernet3 @@ -196,9 +196,9 @@ interface Ethernet6 switchport trunk allowed vlan 110-111,210-211 switchport mode trunk switchport + service-profile experiment qos trust cos qos cos 2 - service-profile experiment ! tx-queue 2 random-detect ecn count diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg index a68cb88f444..3f5293e99a4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg @@ -7,11 +7,13 @@ interface Ethernet3 switchport trunk allowed vlan 2,14 switchport mode trunk switchport + ! sync-e priority 10 ! interface Ethernet5 description DC1-AGG01_Ethernet1 + ! sync-e ! interface Ethernet6 @@ -19,6 +21,7 @@ interface Ethernet6 mtu 1500 no switchport ip address 172.31.255.15/31 + ! sync-e priority disabled ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg index b02ed261c86..fe2c0c135b6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg @@ -5,9 +5,9 @@ interface Port-Channel2 no switchport ! interface Ethernet1 - no switchport traffic-policy input BLUE-C1-POLICY traffic-policy output BLUE-C2-POLICY + no switchport ! interface Management1 description OOB_MANAGEMENT diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/ethernet-interfaces.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/ethernet-interfaces.yml index 2ef0162f299..659bd5346da 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/ethernet-interfaces.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/ethernet-interfaces.yml @@ -129,6 +129,12 @@ ethernet_interfaces: version: 2 - name: Ethernet2 + ip_address: 10.1.255.3/24 + ip_address_secondaries: + - 192.168.1.1/24 + - 10.0.0.254/24 + - 1.1.1.3/24 + - 1.1.1.4/24 peer: SRV-POD03 peer_interface: Eth1 peer_type: server @@ -226,6 +232,8 @@ ethernet_interfaces: vlans: - range: 1-3 mac_address_maximum: 3 + - range: 41,2,22 + mac_address_maximum: 4 vlan_translations: out_required: false direction_out: diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg index 77173c665eb..c98b1e49fc3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg @@ -84,10 +84,10 @@ interface Ethernet3 ! interface Ethernet4 description Test_vlan_translations + switchport switchport vlan translation in 23 50 switchport vlan translation out 25 49 switchport vlan translation 34 60 - switchport switchport trunk private-vlan secondary switchport pvlan mapping 2,3,4 ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md index 29151a865fb..a3ec1308658 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md @@ -181,18 +181,18 @@ vlan 4085 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md index 0eb499f9505..225f4866aee 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md @@ -318,18 +318,18 @@ vlan 4094 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet5 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.17/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet5 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.19/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -363,18 +363,18 @@ interface Ethernet7 interface Ethernet11 description P2P_DC1-POD1-SPINE1_Ethernet8 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.21/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet12 description P2P_DC1-POD1-SPINE2_Ethernet8 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.23/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md index dd6b0b3c2e6..a123cd06935 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md @@ -160,45 +160,45 @@ vlan internal order ascending range 1006 1199 interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.65/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD1-LEAF1A_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1.POD1.LEAF2A_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.8/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet5 description P2P_DC1-POD1-LEAF2B_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.16/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -212,18 +212,18 @@ interface Ethernet6 interface Ethernet7 description P2P_DC1.POD1.LEAF2A_Ethernet11 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.12/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet8 description P2P_DC1-POD1-LEAF2B_Ethernet11 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.20/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ``` diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md index c9376b8c558..1563405a45e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md @@ -183,63 +183,63 @@ vlan internal order ascending range 1006 1199 interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.67/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD1-LEAF1A_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1.POD1.LEAF2A_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.10/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet5 description P2P_DC1-POD1-LEAF2B_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.18/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet7 description P2P_DC1.POD1.LEAF2A_Ethernet12 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.14/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet8 description P2P_DC1-POD1-LEAF2B_Ethernet12 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.22/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ``` diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md index 78dd813c597..b3097362ccd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md @@ -261,18 +261,18 @@ vlan 2601 interface Ethernet1 description P2P_DC1-POD2-SPINE1_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD2-SPINE2_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md index 9654835ca92..933bb80c984 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md @@ -186,27 +186,27 @@ vlan internal order ascending range 1006 1199 interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.65/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-LEAF1A_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md index 84655d9c0c1..8987a612418 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md @@ -185,27 +185,27 @@ vlan internal order ascending range 1006 1199 interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.67/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-LEAF1A_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md index d809bac88bb..6888c94e063 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md @@ -157,36 +157,36 @@ vlan internal order ascending range 1006 1199 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-SPINE1_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1-POD2-SPINE2_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -200,9 +200,9 @@ interface Ethernet5 interface Ethernet6 description P2P_DC2-SUPER-SPINE1_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 11.1.2.0/31 + mac security profile MACSEC_PROFILE ptp enable ``` diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md index 14c0f68ed03..0b4f4c6ce59 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md @@ -185,36 +185,36 @@ vlan internal order ascending range 1006 1199 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.64/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.66/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-SPINE1_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.64/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1-POD2-SPINE2_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.66/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md index fcb7a7c30fb..aeddbb8e4da 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md @@ -294,18 +294,18 @@ vlan 4094 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.9/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.11/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -338,18 +338,18 @@ interface Ethernet7 interface Ethernet11 description P2P_DC1-POD1-SPINE1_Ethernet7 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.13/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet12 description P2P_DC1-POD1-SPINE2_Ethernet7 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.15/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md index bafc15475b0..c55e76066f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md @@ -211,9 +211,9 @@ interface Ethernet3 interface Ethernet4 description P2P_DC1-SUPER-SPINE1_Ethernet6 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 11.1.2.1/31 + mac security profile MACSEC_PROFILE ptp enable ! interface Ethernet5 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg index 0972985fffc..717e8f95625 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg @@ -39,18 +39,18 @@ interface Port-Channel3 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg index 9d2d860b9d9..97bf6b8c338 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg @@ -137,18 +137,18 @@ interface Port-Channel19 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet5 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.17/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet5 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.19/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -182,18 +182,18 @@ interface Ethernet7 interface Ethernet11 description P2P_DC1-POD1-SPINE1_Ethernet8 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.21/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet12 description P2P_DC1-POD1-SPINE2_Ethernet8 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.23/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE1.cfg index a0844484a3a..650d864cc0e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE1.cfg @@ -28,45 +28,45 @@ management api http-commands interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.65/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD1-LEAF1A_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1.POD1.LEAF2A_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.8/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet5 description P2P_DC1-POD1-LEAF2B_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.16/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -80,18 +80,18 @@ interface Ethernet6 interface Ethernet7 description P2P_DC1.POD1.LEAF2A_Ethernet11 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.12/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet8 description P2P_DC1-POD1-LEAF2B_Ethernet11 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.20/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg index 520af228737..a04f97db420 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg @@ -28,63 +28,63 @@ management api http-commands interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.67/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD1-LEAF1A_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1.POD1.LEAF2A_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.10/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet5 description P2P_DC1-POD1-LEAF2B_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.18/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet7 description P2P_DC1.POD1.LEAF2A_Ethernet12 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.14/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet8 description P2P_DC1-POD1-LEAF2B_Ethernet12 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.22/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg index b0894966871..4bb574141ad 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg @@ -67,18 +67,18 @@ management api http-commands interface Ethernet1 description P2P_DC1-POD2-SPINE1_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD2-SPINE2_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg index ba27876dab7..e81d2170bcc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg @@ -28,27 +28,27 @@ management api http-commands interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.1/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet3 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.65/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-LEAF1A_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg index 3de9ca6b0f9..dd68564c565 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg @@ -28,27 +28,27 @@ management api http-commands interface Ethernet1 description P2P_DC1-SUPER-SPINE1_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.3/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-SUPER-SPINE2_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.67/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-LEAF1A_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.120.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE1.cfg index cacbf1777ae..4a33013d7db 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE1.cfg @@ -28,36 +28,36 @@ management api http-commands interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-SPINE1_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.0/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1-POD2-SPINE2_Ethernet1 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.2/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -71,9 +71,9 @@ interface Ethernet5 interface Ethernet6 description P2P_DC2-SUPER-SPINE1_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 11.1.2.0/31 + mac security profile MACSEC_PROFILE ptp enable ! interface Loopback0 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg index 6825b748a3f..8b35d43dfce 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg @@ -28,36 +28,36 @@ management api http-commands interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.64/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.11.66/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet3 description P2P_DC1-POD2-SPINE1_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.64/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet4 description P2P_DC1-POD2-SPINE2_Ethernet2 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.16.12.66/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg index ba833523daa..a0511e6c839 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg @@ -138,18 +138,18 @@ interface Port-Channel19 interface Ethernet1 description P2P_DC1-POD1-SPINE1_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.9/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet2 description P2P_DC1-POD1-SPINE2_Ethernet4 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.11/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! @@ -182,18 +182,18 @@ interface Ethernet7 interface Ethernet11 description P2P_DC1-POD1-SPINE1_Ethernet7 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.13/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! interface Ethernet12 description P2P_DC1-POD1-SPINE2_Ethernet7 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 172.17.110.15/31 + mac security profile MACSEC_PROFILE ptp enable service-profile QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg index a680ad3b653..56072e92586 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg @@ -51,9 +51,9 @@ interface Ethernet3 interface Ethernet4 description P2P_DC1-SUPER-SPINE1_Ethernet6 no shutdown - mac security profile MACSEC_PROFILE no switchport ip address 11.1.2.1/31 + mac security profile MACSEC_PROFILE ptp enable ! interface Ethernet5 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg index a8a5aff6af0..25befeab58f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg @@ -377,10 +377,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10.0 storm-control broadcast level pps 100.0 storm-control multicast level 1.5 storm-control unknown-unicast level 2.8 + storm-control all level 10.0 spanning-tree portfast spanning-tree bpduguard disable spanning-tree bpdufilter disable @@ -391,10 +391,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpduguard disable spanning-tree bpdufilter enable @@ -407,10 +407,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable spanning-tree bpdufilter disable @@ -433,10 +433,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable spanning-tree bpdufilter disable diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg index 20f9117a847..6347a28c7f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg @@ -360,10 +360,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10.0 storm-control broadcast level pps 100.0 storm-control multicast level 1.5 storm-control unknown-unicast level 2.8 + storm-control all level 10.0 spanning-tree portfast spanning-tree bpduguard disable spanning-tree bpdufilter disable @@ -374,10 +374,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpduguard disable spanning-tree bpdufilter enable @@ -390,10 +390,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable spanning-tree bpdufilter disable @@ -416,10 +416,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable spanning-tree bpdufilter disable diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg index 35194c38289..22e719788a2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg @@ -250,6 +250,7 @@ interface Ethernet17 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:213f:36b8:ff71 redundancy single-active @@ -262,6 +263,7 @@ interface Ethernet18 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:00dd:00dd:00dd redundancy all-active @@ -274,6 +276,7 @@ interface Ethernet19 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:885b:86cc:8bac redundancy single-active @@ -291,6 +294,7 @@ interface Ethernet21 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:5d0b:68d3:6ff9 redundancy single-active @@ -308,6 +312,7 @@ interface Ethernet23 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:262b:7df9:c98b redundancy single-active diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg index 70370ad8503..d7a2c00fa95 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg @@ -250,6 +250,7 @@ interface Ethernet17 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:213f:36b8:ff71 redundancy single-active @@ -262,6 +263,7 @@ interface Ethernet18 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:00dd:00dd:00dd redundancy all-active @@ -274,6 +276,7 @@ interface Ethernet19 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:885b:86cc:8bac redundancy single-active @@ -291,6 +294,7 @@ interface Ethernet21 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:5d0b:68d3:6ff9 redundancy single-active @@ -308,6 +312,7 @@ interface Ethernet23 switchport trunk allowed vlan 310 switchport mode trunk switchport + ! evpn ethernet-segment identifier 0000:0000:262b:7df9:c98b redundancy single-active diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg index 4e32023d4f6..06544e391b2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg @@ -39,9 +39,9 @@ interface Ethernet1 description P2P_UPLINK_P2P_VRFS_TESTS_SPINE1_Ethernet1 no shutdown mtu 9214 - mac security profile TEST no switchport ip address 10.42.42.9/31 + mac security profile TEST ! interface Ethernet1.42 description P2P_UPLINK_P2P_VRFS_TESTS_SPINE1_Ethernet1.42_VRF_PROD @@ -63,9 +63,9 @@ interface Ethernet2 description P2P_UPLINK_P2P_VRFS_TESTS_SPINE2_Ethernet2 no shutdown mtu 9214 - mac security profile TEST no switchport ip address 10.42.42.11/31 + mac security profile TEST ! interface Ethernet2.42 description P2P_UPLINK_P2P_VRFS_TESTS_SPINE2_Ethernet2.42_VRF_PROD diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE1.cfg index 5567d4799be..100fd6cbf5f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE1.cfg @@ -29,9 +29,9 @@ interface Ethernet1 description P2P_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet1 no shutdown mtu 9214 - mac security profile TEST no switchport ip address 10.42.42.8/31 + mac security profile TEST ! interface Ethernet1.42 description P2P_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet1.42_VRF_PROD diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE2.cfg index b8f5f8f16bc..976d83b99dc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_SPINE2.cfg @@ -29,9 +29,9 @@ interface Ethernet2 description P2P_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet2 no shutdown mtu 9214 - mac security profile TEST no switchport ip address 10.42.42.10/31 + mac security profile TEST ! interface Ethernet2.42 description P2P_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet2.42_VRF_PROD 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 e2e7310334e..2eac6ee0973 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 @@ -123,21 +123,21 @@ interface Ethernet12 switchport trunk allowed vlan 1,2,3,4,5,6,7,123,234 switchport mode trunk switchport - dot1x unauthorized access vlan membership egress - dot1x unauthorized native vlan membership egress channel-group 12 mode active poe disabled ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 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 - no sflow enable + dot1x unauthorized access vlan membership egress + dot1x unauthorized native vlan membership egress ! interface Ethernet13 description SERVER_INDIVIDUAL_1 @@ -146,21 +146,21 @@ interface Ethernet13 switchport trunk allowed vlan 1,2,3,4,5,6,7,123,234 switchport mode trunk switchport - dot1x unauthorized access vlan membership egress - dot1x unauthorized native vlan membership egress channel-group 12 mode active poe disabled ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 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 - no sflow enable + dot1x unauthorized access vlan membership egress + dot1x unauthorized native vlan membership egress ! interface Ethernet14 description SERVER_DOT1X_UNAUTHORIZED @@ -169,20 +169,20 @@ interface Ethernet14 switchport trunk allowed vlan 1,2,3,4,5,6,7,123,234 switchport mode trunk switchport - dot1x unauthorized access vlan membership egress - dot1x unauthorized native vlan membership egress poe disabled ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 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 - no sflow enable + dot1x unauthorized access vlan membership egress + dot1x unauthorized native vlan membership egress ! interface Ethernet15 description SERVER_INDIVIDUAL_2_TRUNK_PHONE diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/custom-ptp-profile.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/custom-ptp-profile.cfg index 22c32bca31a..ee1f5bb69a5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/custom-ptp-profile.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/custom-ptp-profile.cfg @@ -43,11 +43,11 @@ interface Ethernet8 mtu 9214 no switchport ptp enable - ptp sync-message interval -7 ptp announce interval 4 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -6 + ptp sync-message interval -7 + ptp transport ipv4 ! interface Loopback0 description ROUTER_ID diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_bgp.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_bgp.cfg index da2fa1d2170..4cfaba9b585 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_bgp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_bgp.cfg @@ -40,9 +40,9 @@ interface ethernet1 no shutdown mtu 2000 speed forced 10000full - mac security profile TEST-MACSEC-PROFILE no switchport ip address 192.168.0.0/31 + mac security profile TEST-MACSEC-PROFILE ptp enable service-policy type qos input TEST_POLICY service-profile TEST-QOS-PROFILE diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_isis.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_isis.cfg index f44e58de0cb..031699c9115 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_isis.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_isis.cfg @@ -26,9 +26,9 @@ interface ethernet1 no shutdown mtu 2000 speed forced 10000full - mac security profile TEST-MACSEC-PROFILE no switchport ip address 192.168.0.0/31 + mac security profile TEST-MACSEC-PROFILE ptp enable service-profile TEST-QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_ospf.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_ospf.cfg index 4446dc07b04..762df9dc35f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_ospf.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/l3_edge_ospf.cfg @@ -26,9 +26,9 @@ interface ethernet1 no shutdown mtu 2000 speed forced 10000full - mac security profile TEST-MACSEC-PROFILE no switchport ip address 192.168.0.0/31 + mac security profile TEST-MACSEC-PROFILE ptp enable service-profile TEST-QOS-PROFILE ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg index fd183866370..4d30b44ee00 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg @@ -119,11 +119,11 @@ interface Ethernet1 no switchport ip address 10.254.2.1/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet2 description P2P_ptp-tests-spine1_Ethernet2 @@ -132,11 +132,11 @@ interface Ethernet2 no switchport ip address 10.254.2.3/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet3 description SERVER_Endpoint-with-specific-PTP-profile_eth3 @@ -145,12 +145,12 @@ interface Ethernet3 switchport mode access switchport ptp enable - ptp sync-message interval -4 ptp announce interval -2 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -4 ptp role master + ptp sync-message interval -4 + ptp transport ipv4 ! interface Ethernet5 description SERVER_video-endpoint_PCI1 @@ -159,12 +159,12 @@ interface Ethernet5 switchport mode access switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 ptp role master + ptp sync-message interval -3 + ptp transport ipv4 spanning-tree portfast ! interface Ethernet6 @@ -199,11 +199,11 @@ interface Ethernet13 switchport mode access switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet14 description L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Ethernet1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg index e0055122ebe..8253fe669b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg @@ -126,11 +126,11 @@ interface Ethernet1 no switchport ip address 10.254.2.5/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet2 description P2P_ptp-tests-spine1_Ethernet4 @@ -139,11 +139,11 @@ interface Ethernet2 no switchport ip address 10.254.2.7/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet5 description SERVER_video-endpoint_PCI2 @@ -152,12 +152,12 @@ interface Ethernet5 switchport mode access switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 ptp role master + ptp sync-message interval -3 + ptp transport ipv4 spanning-tree portfast ! interface Ethernet6 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg index 36f90ef5803..1145a809124 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg @@ -41,11 +41,11 @@ interface Ethernet1 no switchport ip address 10.254.2.0/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet2 description P2P_ptp-tests-leaf1_Ethernet2 @@ -54,11 +54,11 @@ interface Ethernet2 no switchport ip address 10.254.2.2/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet3 description P2P_ptp-tests-leaf2_Ethernet1 @@ -67,11 +67,11 @@ interface Ethernet3 no switchport ip address 10.254.2.4/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet4 description P2P_ptp-tests-leaf2_Ethernet2 @@ -80,11 +80,11 @@ interface Ethernet4 no switchport ip address 10.254.2.6/31 ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet6 description P2P_ptp-tests-spine2_Ethernet6 @@ -92,11 +92,11 @@ interface Ethernet6 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet7 description P2P_ptp-tests-spine2_Ethernet7 @@ -104,11 +104,11 @@ interface Ethernet7 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet8 description P2P_ptp-tests-spine2_Ethernet8 @@ -116,11 +116,11 @@ interface Ethernet8 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet9 description P2P_ptp-tests-spine2_Ethernet9 @@ -128,11 +128,11 @@ interface Ethernet9 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Loopback0 description ROUTER_ID diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg index 8fc9acae12b..3f1d97728f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg @@ -48,11 +48,11 @@ interface Ethernet6 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet7 description P2P_ptp-tests-spine1_Ethernet7 @@ -60,11 +60,11 @@ interface Ethernet7 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet8 description P2P_ptp-tests-spine1_Ethernet8 @@ -72,11 +72,11 @@ interface Ethernet8 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Ethernet9 description P2P_ptp-tests-spine1_Ethernet9 @@ -84,11 +84,11 @@ interface Ethernet9 mtu 9214 no switchport ptp enable - ptp sync-message interval -3 ptp announce interval 0 - ptp transport ipv4 ptp announce timeout 3 ptp delay-req interval -3 + ptp sync-message interval -3 + ptp transport ipv4 ! interface Loopback0 description ROUTER_ID diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index bbcf514628a..4789e48af78 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -346,10 +346,10 @@ interface Ethernet6 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 65b9bd01dc4..8646825fda0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -495,10 +495,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -508,10 +508,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -522,10 +522,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -546,10 +546,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md index ebc8a3c3707..8a1e542a63c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -495,10 +495,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -508,10 +508,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -522,10 +522,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -546,10 +546,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg index 304146acc8c..6b2e89c31ce 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg @@ -105,10 +105,10 @@ interface Ethernet6 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index b2f79b6815f..dbac2d92dea 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -311,10 +311,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -324,10 +324,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -338,10 +338,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -362,10 +362,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index 9ca010bd06b..cf134e95907 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -311,10 +311,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -324,10 +324,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -338,10 +338,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -362,10 +362,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index 1da2062265e..34f46b2a117 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -323,10 +323,10 @@ interface Ethernet6 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 1ed5f9f2f7b..2c4d84cb971 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -499,10 +499,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -512,10 +512,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -525,10 +525,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -548,10 +548,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ``` diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md index de3f56e6daf..69e2142d312 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -493,10 +493,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -506,10 +506,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -519,10 +519,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -542,10 +542,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ``` diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg index 5ebb651895d..f42d25fa481 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg @@ -85,10 +85,10 @@ interface Ethernet6 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index d09d03af950..ec51b540d0c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -263,10 +263,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -276,10 +276,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -289,10 +289,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -312,10 +312,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index 9c89076e3b7..02e98d1c214 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -246,10 +246,10 @@ interface Ethernet11 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -259,10 +259,10 @@ interface Ethernet12 switchport trunk allowed vlan 1-4094 switchport mode trunk switchport - storm-control all level 10 storm-control broadcast level pps 100 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level 10 spanning-tree portfast spanning-tree bpdufilter enable ! @@ -272,10 +272,10 @@ interface Ethernet13 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! @@ -295,10 +295,10 @@ interface Ethernet16 switchport access vlan 210 switchport mode access switchport - storm-control all level pps 20 storm-control broadcast level 200 storm-control multicast level 1 storm-control unknown-unicast level 2 + storm-control all level pps 20 spanning-tree portfast network spanning-tree bpduguard enable ! diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ethernet-interfaces.md b/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ethernet-interfaces.md index 4d616930581..1d4845fede8 100644 --- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ethernet-interfaces.md +++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ethernet-interfaces.md @@ -492,7 +492,7 @@ | [        vlan_default_mac_address_maximum](## "ethernet_interfaces.[].switchport.port_security.vlan_default_mac_address_maximum") | Integer | | | Min: 0
Max: 1000 | Default maximum MAC addresses for all VLANs on this interface. | | [        vlans](## "ethernet_interfaces.[].switchport.port_security.vlans") | List, items: Dictionary | | | | | | [          - range](## "ethernet_interfaces.[].switchport.port_security.vlans.[].range") | String | Required, Unique | | | VLAN ID or range(s) of VLAN IDs, <1-4094>.
Example:
- 3
- 1,3
- 1-10
| - | [            mac_address_maximum](## "ethernet_interfaces.[].switchport.port_security.vlans.[].mac_address_maximum") | Integer | | | | | + | [            mac_address_maximum](## "ethernet_interfaces.[].switchport.port_security.vlans.[].mac_address_maximum") | Integer | Required | | | | | [    eos_cli](## "ethernet_interfaces.[].eos_cli") | String | | | | Multiline EOS CLI rendered directly on the ethernet interface in the final EOS configuration. | === "YAML" @@ -1531,7 +1531,7 @@ # - 1,3 # - 1-10 - range: - mac_address_maximum: + mac_address_maximum: # Multiline EOS CLI rendered directly on the ethernet interface in the final EOS configuration. eos_cli: diff --git a/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/ethernet-interfaces.j2 b/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/ethernet-interfaces.j2 index 9a7e49e3324..57986706be8 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/ethernet-interfaces.j2 +++ b/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/ethernet-interfaces.j2 @@ -11,6 +11,12 @@ interface {{ ethernet_interface.name }} {% if ethernet_interface.profile is arista.avd.defined %} profile {{ ethernet_interface.profile }} {% endif %} +{% if ethernet_interface.traffic_policy.input is arista.avd.defined %} + traffic-policy input {{ ethernet_interface.traffic_policy.input }} +{% endif %} +{% if ethernet_interface.traffic_policy.output is arista.avd.defined %} + traffic-policy output {{ ethernet_interface.traffic_policy.output }} +{% endif %} {% if ethernet_interface.description is arista.avd.defined %} description {{ ethernet_interface.description }} {% endif %} @@ -25,45 +31,33 @@ interface {{ ethernet_interface.name }} {% if ethernet_interface.mtu is arista.avd.defined %} mtu {{ ethernet_interface.mtu }} {% endif %} -{% if ethernet_interface.logging.event is arista.avd.defined %} -{% if ethernet_interface.logging.event.link_status is arista.avd.defined(true) %} +{% if ethernet_interface.logging.event.link_status is arista.avd.defined(true) %} logging event link-status -{% elif ethernet_interface.logging.event.link_status is arista.avd.defined(false) %} +{% elif ethernet_interface.logging.event.link_status is arista.avd.defined(false) %} no logging event link-status -{% endif %} -{% if ethernet_interface.logging.event.congestion_drops is arista.avd.defined(true) %} - logging event congestion-drops -{% elif ethernet_interface.logging.event.congestion_drops is arista.avd.defined(false) %} - no logging event congestion-drops -{% endif %} -{% if ethernet_interface.logging.event.spanning_tree is arista.avd.defined(true) %} - logging event spanning-tree -{% elif ethernet_interface.logging.event.spanning_tree is arista.avd.defined(false) %} - no logging event spanning-tree -{% endif %} -{% if ethernet_interface.logging.event.storm_control_discards is arista.avd.defined(true) %} - logging event storm-control discards -{% elif ethernet_interface.logging.event.storm_control_discards is arista.avd.defined(false) %} - no logging event storm-control discards -{% endif %} +{% endif %} +{% if ethernet_interface.bgp.session_tracker is arista.avd.defined %} + bgp session tracker {{ ethernet_interface.bgp.session_tracker }} +{% endif %} +{% if ethernet_interface.l2_protocol.forwarding_profile is arista.avd.defined %} + l2-protocol forwarding profile {{ ethernet_interface.l2_protocol.forwarding_profile }} {% endif %} {% if ethernet_interface.flowcontrol.received is arista.avd.defined %} flowcontrol receive {{ ethernet_interface.flowcontrol.received }} {% endif %} -{% if ethernet_interface.speed is arista.avd.defined %} - speed {{ ethernet_interface.speed }} -{% endif %} {% if ethernet_interface.l2_mtu is arista.avd.defined %} l2 mtu {{ ethernet_interface.l2_mtu }} {% endif %} {% if ethernet_interface.l2_mru is arista.avd.defined %} l2 mru {{ ethernet_interface.l2_mru }} {% endif %} -{% if ethernet_interface.bgp.session_tracker is arista.avd.defined %} - bgp session tracker {{ ethernet_interface.bgp.session_tracker }} +{% if ethernet_interface.logging.event.congestion_drops is arista.avd.defined(true) %} + logging event congestion-drops +{% elif ethernet_interface.logging.event.congestion_drops is arista.avd.defined(false) %} + no logging event congestion-drops {% endif %} -{% if ethernet_interface.mac_security.profile is arista.avd.defined %} - mac security profile {{ ethernet_interface.mac_security.profile }} +{% if ethernet_interface.speed is arista.avd.defined %} + speed {{ ethernet_interface.speed }} {% endif %} {% if ethernet_interface.error_correction_encoding.enabled is arista.avd.defined(false) %} no error-correction encoding @@ -84,6 +78,9 @@ interface {{ ethernet_interface.name }} switchport access vlan {{ ethernet_interface.vlans }} {% endif %} {% endif %} +{% if ethernet_interface.switchport.access_vlan is arista.avd.defined %} + switchport access vlan {{ ethernet_interface.switchport.access_vlan }} +{% endif %} {% if ethernet_interface.mode is arista.avd.defined and ethernet_interface.mode in ['trunk', 'trunk phone'] %} {% if ethernet_interface.native_vlan_tag is arista.avd.defined(true) %} switchport trunk native vlan tag @@ -97,28 +94,52 @@ interface {{ ethernet_interface.name }} {% if ethernet_interface.phone.trunk is arista.avd.defined %} switchport phone trunk {{ ethernet_interface.phone.trunk }} {% endif %} -{% for vlan_translation in ethernet_interface.vlan_translations | arista.avd.natural_sort %} -{% if vlan_translation.from is arista.avd.defined and vlan_translation.to is arista.avd.defined %} -{% set vlan_translation_cli = 'switchport vlan translation' %} -{% if vlan_translation.direction | arista.avd.default in ['in', 'out'] %} -{% set vlan_translation_cli = vlan_translation_cli ~ ' ' ~ vlan_translation.direction %} -{% endif %} -{% set vlan_translation_cli = vlan_translation_cli ~ ' ' ~ vlan_translation.from %} -{% set vlan_translation_cli = vlan_translation_cli ~ ' ' ~ vlan_translation.to %} - {{ vlan_translation_cli }} -{% endif %} -{% endfor %} +{% if ethernet_interface.switchport.trunk.native_vlan_tag is arista.avd.defined(true) %} + switchport trunk native vlan tag +{% elif ethernet_interface.switchport.trunk.native_vlan is arista.avd.defined %} + switchport trunk native vlan {{ ethernet_interface.switchport.trunk.native_vlan }} +{% endif %} +{% if ethernet_interface.switchport.phone.vlan is arista.avd.defined %} + switchport phone vlan {{ ethernet_interface.switchport.phone.vlan }} +{% endif %} +{% if ethernet_interface.switchport.phone.trunk is arista.avd.defined %} + switchport phone trunk {{ ethernet_interface.switchport.phone.trunk }} +{% endif %} +{% if ethernet_interface.switchport.vlan_translations.in_required is arista.avd.defined(true) %} + switchport vlan translation in required +{% endif %} +{% if ethernet_interface.switchport.vlan_translations.out_required is arista.avd.defined(true) %} + switchport vlan translation out required +{% endif %} +{% if ethernet_interface.switchport.dot1q.vlan_tag is arista.avd.defined %} + switchport dot1q vlan tag {{ ethernet_interface.switchport.dot1q.vlan_tag }} +{% endif %} {% if ethernet_interface.mode is arista.avd.defined('trunk') %} {% if ethernet_interface.vlans is arista.avd.defined %} switchport trunk allowed vlan {{ ethernet_interface.vlans }} {% endif %} {% endif %} +{% if ethernet_interface.switchport.trunk.allowed_vlan is arista.avd.defined %} + switchport trunk allowed vlan {{ ethernet_interface.switchport.trunk.allowed_vlan }} +{% endif %} {% if ethernet_interface.mode is arista.avd.defined %} switchport mode {{ ethernet_interface.mode }} {% endif %} +{% if ethernet_interface.switchport.mode is arista.avd.defined %} + switchport mode {{ ethernet_interface.switchport.mode }} +{% endif %} +{% if ethernet_interface.switchport.dot1q.ethertype is arista.avd.defined %} + switchport dot1q ethertype {{ ethernet_interface.switchport.dot1q.ethertype }} +{% endif %} +{% if ethernet_interface.switchport.vlan_forwarding_accept_all is arista.avd.defined(true) %} + switchport vlan forwarding accept all +{% endif %} {% for trunk_group in ethernet_interface.trunk_groups | arista.avd.natural_sort %} switchport trunk group {{ trunk_group }} {% endfor %} +{% for trunk_group in ethernet_interface.switchport.trunk.groups | arista.avd.natural_sort %} + switchport trunk group {{ trunk_group }} +{% endfor %} {% if ethernet_interface.type is arista.avd.defined('routed') %} no switchport {% elif ethernet_interface.type | arista.avd.default in ['l3dot1q', 'l2dot1q'] %} @@ -152,16 +173,10 @@ interface {{ ethernet_interface.name }} {% elif ethernet_interface.type is arista.avd.defined('switched') %} switchport {% endif %} -{% if ethernet_interface.trunk_private_vlan_secondary is arista.avd.defined(true) %} - switchport trunk private-vlan secondary -{% elif ethernet_interface.trunk_private_vlan_secondary is arista.avd.defined(false) %} - no switchport trunk private-vlan secondary -{% endif %} -{% if ethernet_interface.pvlan_mapping is arista.avd.defined %} - switchport pvlan mapping {{ ethernet_interface.pvlan_mapping }} -{% endif %} -{% if ethernet_interface.vlan_id is arista.avd.defined and ethernet_interface.type | arista.avd.default != 'l2dot1q' %} - vlan id {{ ethernet_interface.vlan_id }} +{% if ethernet_interface.switchport.enabled is arista.avd.defined(true) %} + switchport +{% elif ethernet_interface.switchport.enabled is arista.avd.defined(false) %} + no switchport {% endif %} {% if ethernet_interface.encapsulation_dot1q.vlan is arista.avd.defined %} {% set encapsulation_dot1q_cli = 'encapsulation dot1q vlan ' ~ ethernet_interface.encapsulation_dot1q.vlan %} @@ -169,7 +184,11 @@ interface {{ ethernet_interface.name }} {% set encapsulation_dot1q_cli = encapsulation_dot1q_cli ~ ' inner ' ~ ethernet_interface.encapsulation_dot1q.inner_vlan %} {% endif %} {{ encapsulation_dot1q_cli }} -{% elif ethernet_interface.encapsulation_vlan.client.encapsulation is arista.avd.defined %} +{% endif %} +{% if ethernet_interface.vlan_id is arista.avd.defined and ethernet_interface.type | arista.avd.default != 'l2dot1q' %} + vlan id {{ ethernet_interface.vlan_id }} +{% endif %} +{% if ethernet_interface.encapsulation_vlan.client.encapsulation is arista.avd.defined and ethernet_interface.encapsulation_dot1q.vlan is not arista.avd.defined %} {% set client_encapsulation = ethernet_interface.encapsulation_vlan.client.encapsulation %} {% set network_flag = False %} {% if client_encapsulation in ['dot1q', 'dot1ad'] %} @@ -212,52 +231,20 @@ interface {{ ethernet_interface.name }} {{ encapsulation_cli }} {% endif %} {% endif %} -{% if ethernet_interface.switchport.access_vlan is arista.avd.defined %} - switchport access vlan {{ ethernet_interface.switchport.access_vlan }} -{% endif %} -{% if ethernet_interface.switchport.trunk.native_vlan_tag is arista.avd.defined(true) %} - switchport trunk native vlan tag -{% elif ethernet_interface.switchport.trunk.native_vlan is arista.avd.defined %} - switchport trunk native vlan {{ ethernet_interface.switchport.trunk.native_vlan }} -{% endif %} -{% if ethernet_interface.switchport.phone.vlan is arista.avd.defined %} - switchport phone vlan {{ ethernet_interface.switchport.phone.vlan }} -{% endif %} -{% if ethernet_interface.switchport.phone.trunk is arista.avd.defined %} - switchport phone trunk {{ ethernet_interface.switchport.phone.trunk }} -{% endif %} -{% if ethernet_interface.switchport.vlan_translations.in_required is arista.avd.defined(true) %} - switchport vlan translation in required -{% endif %} -{% if ethernet_interface.switchport.vlan_translations.out_required is arista.avd.defined(true) %} - switchport vlan translation out required -{% endif %} -{% if ethernet_interface.switchport.dot1q.vlan_tag is arista.avd.defined %} - switchport dot1q vlan tag {{ ethernet_interface.switchport.dot1q.vlan_tag }} -{% endif %} -{% if ethernet_interface.switchport.trunk.allowed_vlan is arista.avd.defined %} - switchport trunk allowed vlan {{ ethernet_interface.switchport.trunk.allowed_vlan }} -{% endif %} -{% if ethernet_interface.switchport.mode is arista.avd.defined %} - switchport mode {{ ethernet_interface.switchport.mode }} -{% endif %} -{% if ethernet_interface.switchport.dot1q.ethertype is arista.avd.defined %} - switchport dot1q ethertype {{ ethernet_interface.switchport.dot1q.ethertype }} -{% endif %} -{% if ethernet_interface.switchport.vlan_forwarding_accept_all is arista.avd.defined(true) %} - switchport vlan forwarding accept all -{% endif %} -{% for trunk_group in ethernet_interface.switchport.trunk.groups | arista.avd.natural_sort %} - switchport trunk group {{ trunk_group }} -{% endfor %} -{% if ethernet_interface.switchport.enabled is arista.avd.defined(true) %} - switchport -{% elif ethernet_interface.switchport.enabled is arista.avd.defined(false) %} - no switchport -{% endif %} {% if ethernet_interface.switchport.source_interface is arista.avd.defined %} switchport source-interface {{ ethernet_interface.switchport.source_interface }} {% endif %} +{% for vlan_translation in ethernet_interface.vlan_translations | arista.avd.natural_sort %} +{% if vlan_translation.from is arista.avd.defined and vlan_translation.to is arista.avd.defined %} +{% set vlan_translation_cli = 'switchport vlan translation' %} +{% if vlan_translation.direction | arista.avd.default in ['in', 'out'] %} +{% set vlan_translation_cli = vlan_translation_cli ~ ' ' ~ vlan_translation.direction %} +{% endif %} +{% set vlan_translation_cli = vlan_translation_cli ~ ' ' ~ vlan_translation.from %} +{% set vlan_translation_cli = vlan_translation_cli ~ ' ' ~ vlan_translation.to %} + {{ vlan_translation_cli }} +{% endif %} +{% endfor %} {% for vlan_translation in ethernet_interface.switchport.vlan_translations.direction_both | arista.avd.natural_sort('from') %} {% set vlan_translation_both_cli = 'switchport vlan translation ' ~ vlan_translation.from %} {% if vlan_translation.dot1q_tunnel is arista.avd.defined(true) %} @@ -298,25 +285,25 @@ interface {{ ethernet_interface.name }} {% endif %} {% endfor %} {% endif %} +{% if ethernet_interface.trunk_private_vlan_secondary is arista.avd.defined(true) %} + switchport trunk private-vlan secondary +{% elif ethernet_interface.trunk_private_vlan_secondary is arista.avd.defined(false) %} + no switchport trunk private-vlan secondary +{% endif %} {% if ethernet_interface.switchport.trunk.private_vlan_secondary is arista.avd.defined(true) %} switchport trunk private-vlan secondary {% endif %} +{% if ethernet_interface.pvlan_mapping is arista.avd.defined %} + switchport pvlan mapping {{ ethernet_interface.pvlan_mapping }} +{% endif %} {% if ethernet_interface.switchport.pvlan_mapping is arista.avd.defined %} switchport pvlan mapping {{ ethernet_interface.switchport.pvlan_mapping }} {% endif %} {% if ethernet_interface.l2_protocol.encapsulation_dot1q_vlan is arista.avd.defined %} l2-protocol encapsulation dot1q vlan {{ ethernet_interface.l2_protocol.encapsulation_dot1q_vlan }} {% endif %} -{% if ethernet_interface.l2_protocol.forwarding_profile is arista.avd.defined %} - l2-protocol forwarding profile {{ ethernet_interface.l2_protocol.forwarding_profile }} -{% endif %} -{% if ethernet_interface.flow_tracker.hardware is arista.avd.defined %} - flow tracker hardware {{ ethernet_interface.flow_tracker.hardware }} -{% endif %} -{% if ethernet_interface.flow_tracker.sampled is arista.avd.defined %} - flow tracker sampled {{ ethernet_interface.flow_tracker.sampled }} -{% endif %} {% if ethernet_interface.evpn_ethernet_segment is arista.avd.defined %} + ! evpn ethernet-segment {% if ethernet_interface.evpn_ethernet_segment.identifier is arista.avd.defined %} identifier {{ ethernet_interface.evpn_ethernet_segment.identifier }} @@ -357,160 +344,24 @@ interface {{ ethernet_interface.name }} route-target import {{ ethernet_interface.evpn_ethernet_segment.route_target }} {% endif %} {% endif %} -{% if ethernet_interface.dot1x is arista.avd.defined %} -{% if ethernet_interface.dot1x.pae.mode is arista.avd.defined %} - dot1x pae {{ ethernet_interface.dot1x.pae.mode }} -{% endif %} -{% if ethernet_interface.dot1x.authentication_failure is arista.avd.defined %} -{% if ethernet_interface.dot1x.authentication_failure.action is arista.avd.defined('allow') and - ethernet_interface.dot1x.authentication_failure.allow_vlan is arista.avd.defined %} - dot1x authentication failure action traffic allow vlan {{ ethernet_interface.dot1x.authentication_failure.allow_vlan }} -{% elif ethernet_interface.dot1x.authentication_failure.action is arista.avd.defined('drop') %} - dot1x authentication failure action traffic drop -{% endif %} -{% endif %} -{% if ethernet_interface.dot1x.aaa.unresponsive is arista.avd.defined %} -{% set aaa_config = "dot1x aaa unresponsive" %} -{% set actions = ethernet_interface.dot1x.aaa.unresponsive %} -{% for action in actions | sort(reverse=True) %} -{% if action == "phone_action" %} -{% set aaa_action_config = aaa_config ~ " phone action" %} -{% elif action == "action" %} -{% set aaa_action_config = aaa_config ~ " action" %} -{% endif %} -{% if aaa_action_config is arista.avd.defined %} -{% if actions[action].apply_cached_results is arista.avd.defined(true) %} -{% set action_apply_config = "apply cached-results" %} -{% if actions[action].cached_results_timeout.time_duration is arista.avd.defined and actions[action].cached_results_timeout.time_duration_unit is arista.avd.defined %} -{% set aaa_action_config = aaa_action_config ~ " " ~ action_apply_config ~ " timeout " ~ actions[action].cached_results_timeout.time_duration ~ " " ~ actions[action].cached_results_timeout.time_duration_unit %} -{% endif %} -{% endif %} -{% if actions[action].traffic_allow is arista.avd.defined(true) %} -{% if actions[action].apply_alternate is arista.avd.defined(true) %} -{% set aaa_action_config = aaa_action_config ~ " else traffic allow" %} -{% else %} -{% set aaa_action_config = aaa_action_config ~ " traffic allow" %} -{% endif %} -{% else %} -{% if actions[action].traffic_allow_vlan is arista.avd.defined and actions[action].traffic_allow_access_list is arista.avd.defined %} -{% if actions[action].apply_alternate is arista.avd.defined(true) %} -{% set aaa_action_config = aaa_action_config ~ " else traffic allow vlan " ~ actions[action].traffic_allow_vlan ~ " access-list " ~ actions[action].traffic_allow_access_list %} -{% else %} -{% set aaa_action_config = aaa_action_config ~ " traffic allow vlan " ~ actions[action].traffic_allow_vlan ~ " access-list " ~ actions[action].traffic_allow_access_list %} -{% endif %} -{% else %} -{% if actions[action].traffic_allow_vlan is arista.avd.defined %} -{% if actions[action].apply_alternate is arista.avd.defined(true) %} -{% set aaa_action_config = aaa_action_config ~ " else traffic allow vlan " ~ actions[action].traffic_allow_vlan %} -{% else %} -{% set aaa_action_config = aaa_action_config ~ " traffic allow vlan " ~ actions[action].traffic_allow_vlan %} -{% endif %} -{% endif %} -{% if actions[action].traffic_allow_access_list is arista.avd.defined %} -{% if actions[action].apply_alternate is arista.avd.defined(true) %} -{% set aaa_action_config = aaa_action_config ~ " else traffic allow access list " ~ actions[action].traffic_allow_access_list %} -{% else %} -{% set aaa_action_config = aaa_action_config ~ " traffic allow access list " ~ actions[action].traffic_allow_access_list %} -{% endif %} -{% endif %} -{% endif %} -{% endif %} - {{ aaa_action_config }} -{% endif %} -{% endfor %} -{% endif %} -{% if ethernet_interface.dot1x.aaa.unresponsive.eap_response is arista.avd.defined %} - {{ aaa_config }} eap response {{ ethernet_interface.dot1x.aaa.unresponsive.eap_response }} +{% if ethernet_interface.flow_tracker.hardware is arista.avd.defined %} + flow tracker hardware {{ ethernet_interface.flow_tracker.hardware }} +{% endif %} +{% if ethernet_interface.flow_tracker.sampled is arista.avd.defined %} + flow tracker sampled {{ ethernet_interface.flow_tracker.sampled }} +{% endif %} +{% if ethernet_interface.snmp_trap_link_change is arista.avd.defined(false) %} + no snmp trap link-change +{% elif ethernet_interface.snmp_trap_link_change is arista.avd.defined(true) %} + snmp trap link-change +{% endif %} +{% if ethernet_interface.address_locking.ipv4 is arista.avd.defined(true) or ethernet_interface.address_locking.ipv6 is arista.avd.defined(true) %} +{% set address_locking_cli = "address locking" %} +{% if ethernet_interface.address_locking.ipv4 is arista.avd.defined(true) %} +{% set address_locking_cli = address_locking_cli + " ipv4" %} {% endif %} -{% if ethernet_interface.dot1x.reauthentication is arista.avd.defined(true) %} - dot1x reauthentication -{% endif %} -{% if ethernet_interface.dot1x.port_control is arista.avd.defined %} - dot1x port-control {{ ethernet_interface.dot1x.port_control }} -{% endif %} -{% if ethernet_interface.dot1x.port_control_force_authorized_phone is arista.avd.defined(true) %} - dot1x port-control force-authorized phone -{% elif ethernet_interface.dot1x.port_control_force_authorized_phone is arista.avd.defined(false) %} - no dot1x port-control force-authorized phone -{% endif %} -{% if ethernet_interface.dot1x.host_mode is arista.avd.defined %} -{% if ethernet_interface.dot1x.host_mode.mode is arista.avd.defined('single-host') %} - dot1x host-mode single-host -{% elif ethernet_interface.dot1x.host_mode.mode is arista.avd.defined('multi-host') %} -{% set host_mode_cli = "dot1x host-mode multi-host" %} -{% if ethernet_interface.dot1x.host_mode.multi_host_authenticated is arista.avd.defined(true) %} -{% set host_mode_cli = host_mode_cli ~ " authenticated" %} -{% endif %} - {{ host_mode_cli }} -{% endif %} -{% endif %} -{% if ethernet_interface.dot1x.mac_based_access_list is arista.avd.defined(true) %} - dot1x mac based access-list -{% endif %} -{% if ethernet_interface.dot1x.mac_based_authentication.enabled is arista.avd.defined(true) %} -{% if ethernet_interface.dot1x.mac_based_authentication.host_mode_common is arista.avd.defined(true) %} - dot1x mac based authentication host-mode common -{% if ethernet_interface.dot1x.mac_based_authentication.always is arista.avd.defined(true) %} - dot1x mac based authentication always -{% endif %} -{% else %} -{% set auth_cli = "dot1x mac based authentication" %} -{% if ethernet_interface.dot1x.mac_based_authentication.always is arista.avd.defined(true) %} -{% set auth_cli = auth_cli ~ " always" %} -{% endif %} - {{ auth_cli }} -{% endif %} -{% endif %} -{% if ethernet_interface.dot1x.timeout is arista.avd.defined %} -{% if ethernet_interface.dot1x.timeout.quiet_period is arista.avd.defined %} - dot1x timeout quiet-period {{ ethernet_interface.dot1x.timeout.quiet_period }} -{% endif %} -{% if ethernet_interface.dot1x.timeout.reauth_timeout_ignore is arista.avd.defined(true) %} - dot1x timeout reauth-timeout-ignore always -{% endif %} -{% if ethernet_interface.dot1x.timeout.tx_period is arista.avd.defined %} - dot1x timeout tx-period {{ ethernet_interface.dot1x.timeout.tx_period }} -{% endif %} -{% if ethernet_interface.dot1x.timeout.reauth_period is arista.avd.defined %} - dot1x timeout reauth-period {{ ethernet_interface.dot1x.timeout.reauth_period }} -{% endif %} -{% if ethernet_interface.dot1x.timeout.idle_host is arista.avd.defined %} - dot1x timeout idle-host {{ ethernet_interface.dot1x.timeout.idle_host }} seconds -{% endif %} -{% endif %} -{% if ethernet_interface.dot1x.reauthorization_request_limit is arista.avd.defined %} - dot1x reauthorization request limit {{ ethernet_interface.dot1x.reauthorization_request_limit }} -{% endif %} -{% if ethernet_interface.dot1x.unauthorized.access_vlan_membership_egress is arista.avd.defined(true) %} - dot1x unauthorized access vlan membership egress -{% endif %} -{% if ethernet_interface.dot1x.unauthorized.native_vlan_membership_egress is arista.avd.defined(true) %} - dot1x unauthorized native vlan membership egress -{% endif %} -{% if ethernet_interface.dot1x.eapol is arista.avd.defined %} -{% if ethernet_interface.dot1x.eapol.disabled is arista.avd.defined(true) %} - dot1x eapol disabled -{% elif ethernet_interface.dot1x.eapol.authentication_failure_fallback_mba.enabled is arista.avd.defined(true) %} -{% set auth_failure_fallback_mba = "dot1x eapol authentication failure fallback mba" %} -{% if ethernet_interface.dot1x.eapol.authentication_failure_fallback_mba.timeout is arista.avd.defined %} -{% set auth_failure_fallback_mba = auth_failure_fallback_mba ~ " timeout " ~ ethernet_interface.dot1x.eapol.authentication_failure_fallback_mba.timeout %} -{% endif %} - {{ auth_failure_fallback_mba }} -{% endif %} -{% endif %} -{% endif %} -{% if ethernet_interface.snmp_trap_link_change is arista.avd.defined(false) %} - no snmp trap link-change -{% elif ethernet_interface.snmp_trap_link_change is arista.avd.defined(true) %} - snmp trap link-change -{% endif %} -{% if ethernet_interface.address_locking.ipv4 is arista.avd.defined(true) or ethernet_interface.address_locking.ipv6 is arista.avd.defined(true) %} -{% set address_locking_cli = "address locking" %} -{% if ethernet_interface.address_locking.ipv4 is arista.avd.defined(true) %} -{% set address_locking_cli = address_locking_cli + " ipv4" %} -{% endif %} -{% if ethernet_interface.address_locking.ipv6 is arista.avd.defined(true) %} -{% set address_locking_cli = address_locking_cli + " ipv6" %} +{% if ethernet_interface.address_locking.ipv6 is arista.avd.defined(true) %} +{% set address_locking_cli = address_locking_cli + " ipv6" %} {% endif %} {{ address_locking_cli }} {% endif %} @@ -522,44 +373,10 @@ interface {{ ethernet_interface.name }} {% endif %} {% if ethernet_interface.ip_address is arista.avd.defined %} ip address {{ ethernet_interface.ip_address }} -{% if ethernet_interface.ip_address_secondaries is arista.avd.defined %} -{% for ip_address_secondary in ethernet_interface.ip_address_secondaries %} +{% for ip_address_secondary in ethernet_interface.ip_address_secondaries | arista.avd.natural_sort %} ip address {{ ip_address_secondary }} secondary -{% endfor %} -{% endif %} -{% for ip_helper in ethernet_interface.ip_helpers | arista.avd.natural_sort('ip_helper') %} -{% set ip_helper_cli = "ip helper-address " ~ ip_helper.ip_helper %} -{% if ip_helper.vrf is arista.avd.defined %} -{% set ip_helper_cli = ip_helper_cli ~ " vrf " ~ ip_helper.vrf %} -{% endif %} -{% if ip_helper.source_interface is arista.avd.defined %} -{% set ip_helper_cli = ip_helper_cli ~ " source-interface " ~ ip_helper.source_interface %} -{% endif %} - {{ ip_helper_cli }} {% endfor %} {% endif %} -{% if ethernet_interface.switchport.backup_link.interface is arista.avd.defined %} -{% set backup_link_cli = "switchport backup-link " ~ ethernet_interface.switchport.backup_link.interface %} -{% if ethernet_interface.switchport.backup_link.prefer_vlan is arista.avd.defined %} -{% set backup_link_cli = backup_link_cli ~ " prefer vlan " ~ ethernet_interface.switchport.backup_link.prefer_vlan %} -{% endif %} - {{ backup_link_cli }} -{% if ethernet_interface.switchport.backup.preemption_delay is arista.avd.defined %} - switchport backup preemption-delay {{ ethernet_interface.switchport.backup.preemption_delay }} -{% endif %} -{% if ethernet_interface.switchport.backup.mac_move_burst is arista.avd.defined %} - switchport backup mac-move-burst {{ ethernet_interface.switchport.backup.mac_move_burst }} -{% endif %} -{% if ethernet_interface.switchport.backup.mac_move_burst_interval is arista.avd.defined %} - switchport backup mac-move-burst-interval {{ ethernet_interface.switchport.backup.mac_move_burst_interval }} -{% endif %} -{% if ethernet_interface.switchport.backup.initial_mac_move_delay is arista.avd.defined %} - switchport backup initial-mac-move-delay {{ ethernet_interface.switchport.backup.initial_mac_move_delay }} -{% endif %} -{% if ethernet_interface.switchport.backup.dest_macaddr is arista.avd.defined %} - switchport backup dest-macaddr {{ ethernet_interface.switchport.backup.dest_macaddr }} -{% endif %} -{% endif %} {% if ethernet_interface.ip_address is arista.avd.defined("dhcp") and ethernet_interface.dhcp_client_accept_default_route is arista.avd.defined(true) %} dhcp client accept default-route {% endif %} @@ -576,6 +393,31 @@ interface {{ ethernet_interface.name }} {% elif ethernet_interface.bfd.echo is arista.avd.defined(false) %} no bfd echo {% endif %} +{% for ip_helper in ethernet_interface.ip_helpers | arista.avd.natural_sort('ip_helper') %} +{% set ip_helper_cli = "ip helper-address " ~ ip_helper.ip_helper %} +{% if ip_helper.vrf is arista.avd.defined %} +{% set ip_helper_cli = ip_helper_cli ~ " vrf " ~ ip_helper.vrf %} +{% endif %} +{% if ip_helper.source_interface is arista.avd.defined %} +{% set ip_helper_cli = ip_helper_cli ~ " source-interface " ~ ip_helper.source_interface %} +{% endif %} + {{ ip_helper_cli }} +{% endfor %} +{% for destination in ethernet_interface.ipv6_dhcp_relay_destinations | arista.avd.natural_sort('address') %} +{% set destination_cli = "ipv6 dhcp relay destination " ~ destination.address %} +{% if destination.vrf is arista.avd.defined %} +{% set destination_cli = destination_cli ~ " vrf " ~ destination.vrf %} +{% endif %} +{% if destination.local_interface is arista.avd.defined %} +{% set destination_cli = destination_cli ~ " local-interface " ~ destination.local_interface %} +{% elif destination.source_address is arista.avd.defined %} +{% set destination_cli = destination_cli ~ " source-address " ~ destination.source_address %} +{% endif %} +{% if destination.link_address is arista.avd.defined %} +{% set destination_cli = destination_cli ~ " link-address " ~ destination.link_address %} +{% endif %} + {{ destination_cli }} +{% endfor %} {% if ethernet_interface.dhcp_server_ipv4 is arista.avd.defined(true) %} dhcp server ipv4 {% endif %} @@ -645,21 +487,6 @@ interface {{ ethernet_interface.name }} {{ ipv6_nd_prefix_cli }} {% endfor %} {% endif %} -{% for destination in ethernet_interface.ipv6_dhcp_relay_destinations | arista.avd.natural_sort('address') %} -{% set destination_cli = "ipv6 dhcp relay destination " ~ destination.address %} -{% if destination.vrf is arista.avd.defined %} -{% set destination_cli = destination_cli ~ " vrf " ~ destination.vrf %} -{% endif %} -{% if destination.local_interface is arista.avd.defined %} -{% set destination_cli = destination_cli ~ " local-interface " ~ destination.local_interface %} -{% elif destination.source_address is arista.avd.defined %} -{% set destination_cli = destination_cli ~ " source-address " ~ destination.source_address %} -{% endif %} -{% if destination.link_address is arista.avd.defined %} -{% set destination_cli = destination_cli ~ " link-address " ~ destination.link_address %} -{% endif %} - {{ destination_cli }} -{% endfor %} {% if ethernet_interface.tcp_mss_ceiling.ipv4_segment_size is arista.avd.defined or ethernet_interface.tcp_mss_ceiling.ipv6_segment_size is arista.avd.defined %} {% set tcp_mss_ceiling_cli = "tcp mss ceiling" %} {% if ethernet_interface.tcp_mss_ceiling.ipv4_segment_size is arista.avd.defined %} @@ -685,23 +512,6 @@ interface {{ ethernet_interface.name }} lacp port-priority {{ ethernet_interface.lacp_port_priority }} {% endif %} {% endif %} -{% if ethernet_interface.lldp.transmit is arista.avd.defined(false) %} - no lldp transmit -{% endif %} -{% if ethernet_interface.lldp.receive is arista.avd.defined(false) %} - no lldp receive -{% endif %} -{% if ethernet_interface.lldp.ztp_vlan is arista.avd.defined %} - lldp tlv transmit ztp vlan {{ ethernet_interface.lldp.ztp_vlan }} -{% endif %} -{% if ethernet_interface.mpls.ldp.igp_sync is arista.avd.defined(true) %} - mpls ldp igp sync -{% endif %} -{% if ethernet_interface.mpls.ldp.interface is arista.avd.defined(true) %} - mpls ldp interface -{% elif ethernet_interface.mpls.ldp.interface is arista.avd.defined(false) %} - no mpls ldp interface -{% endif %} {% if ethernet_interface.access_group_in is arista.avd.defined %} ip access-group {{ ethernet_interface.access_group_in }} in {% endif %} @@ -720,6 +530,26 @@ interface {{ ethernet_interface.name }} {% if ethernet_interface.mac_access_group_out is arista.avd.defined %} mac access-group {{ ethernet_interface.mac_access_group_out }} out {% endif %} +{% if ethernet_interface.mpls.ldp.igp_sync is arista.avd.defined(true) %} + mpls ldp igp sync +{% endif %} +{% if ethernet_interface.mpls.ldp.interface is arista.avd.defined(true) %} + mpls ldp interface +{% elif ethernet_interface.mpls.ldp.interface is arista.avd.defined(false) %} + no mpls ldp interface +{% endif %} +{% if ethernet_interface.lldp.transmit is arista.avd.defined(false) %} + no lldp transmit +{% endif %} +{% if ethernet_interface.lldp.receive is arista.avd.defined(false) %} + no lldp receive +{% endif %} +{% if ethernet_interface.lldp.ztp_vlan is arista.avd.defined %} + lldp tlv transmit ztp vlan {{ ethernet_interface.lldp.ztp_vlan }} +{% endif %} +{% if ethernet_interface.mac_security.profile is arista.avd.defined %} + mac security profile {{ ethernet_interface.mac_security.profile }} +{% endif %} {% if ethernet_interface.multicast is arista.avd.defined %} {% if ethernet_interface.multicast.ipv4.boundaries is arista.avd.defined %} {% for boundary in ethernet_interface.multicast.ipv4.boundaries %} @@ -776,6 +606,9 @@ interface {{ ethernet_interface.name }} ip ospf message-digest-key {{ ospf_message_digest_key.id }} {{ ospf_message_digest_key.hash_algorithm }} 7 {{ ospf_message_digest_key.key | arista.avd.hide_passwords(hide_passwords) }} {% endif %} {% endfor %} +{% if ethernet_interface.service_policy.pbr.input is arista.avd.defined %} + service-policy type pbr input {{ ethernet_interface.service_policy.pbr.input }} +{% endif %} {% if ethernet_interface.pim.ipv4.sparse_mode is arista.avd.defined(true) %} pim ipv4 sparse-mode {% endif %} @@ -852,19 +685,60 @@ interface {{ ethernet_interface.name }} {% endif %} {% if ethernet_interface.switchport.port_security.violation.mode is not arista.avd.defined('protect') %} {% if ethernet_interface.switchport.port_security.vlans is arista.avd.defined %} +{% set sorted_vlans_cli = [] %} {% for vlan in ethernet_interface.switchport.port_security.vlans %} {% if vlan.range is arista.avd.defined and vlan.mac_address_maximum is arista.avd.defined %} {% for id in vlan.range | arista.avd.range_expand %} - switchport port-security vlan {{ id }} mac-address maximum {{ vlan.mac_address_maximum }} +{% set port_sec_cli = "switchport port-security vlan " ~ id ~ " mac-address maximum " ~ vlan.mac_address_maximum %} +{% do sorted_vlans_cli.append(port_sec_cli) %} {% endfor %} {% endif %} {% endfor %} +{% for vlan_cli in sorted_vlans_cli | arista.avd.natural_sort %} + {{ vlan_cli }} +{% endfor %} {% endif %} {% if ethernet_interface.switchport.port_security.vlan_default_mac_address_maximum is arista.avd.defined %} switchport port-security vlan default mac-address maximum {{ ethernet_interface.switchport.port_security.vlan_default_mac_address_maximum }} {% endif %} {% endif %} {% endif %} +{% if ethernet_interface.ptp.enable is arista.avd.defined(true) %} + ptp enable +{% endif %} +{% if ethernet_interface.ptp.announce.interval is arista.avd.defined %} + ptp announce interval {{ ethernet_interface.ptp.announce.interval }} +{% endif %} +{% if ethernet_interface.ptp.announce.timeout is arista.avd.defined %} + ptp announce timeout {{ ethernet_interface.ptp.announce.timeout }} +{% endif %} +{% if ethernet_interface.ptp.delay_mechanism is arista.avd.defined %} + ptp delay-mechanism {{ ethernet_interface.ptp.delay_mechanism }} +{% endif %} +{% if ethernet_interface.ptp.delay_req is arista.avd.defined %} + ptp delay-req interval {{ ethernet_interface.ptp.delay_req }} +{% endif %} +{% if ethernet_interface.ptp.profile.g8275_1.destination_mac_address is arista.avd.defined %} + ptp profile g8275.1 destination mac-address {{ ethernet_interface.ptp.profile.g8275_1.destination_mac_address }} +{% endif %} +{% if ethernet_interface.ptp.role is arista.avd.defined %} + ptp role {{ ethernet_interface.ptp.role }} +{% endif %} +{% if ethernet_interface.ptp.sync_message.interval is arista.avd.defined %} + ptp sync-message interval {{ ethernet_interface.ptp.sync_message.interval }} +{% endif %} +{% if ethernet_interface.ptp.transport is arista.avd.defined %} + ptp transport {{ ethernet_interface.ptp.transport }} +{% endif %} +{% if ethernet_interface.ptp.vlan is arista.avd.defined %} + ptp vlan {{ ethernet_interface.ptp.vlan }} +{% endif %} +{% if ethernet_interface.service_policy.qos.input is arista.avd.defined %} + service-policy type qos input {{ ethernet_interface.service_policy.qos.input }} +{% endif %} +{% if ethernet_interface.service_profile is arista.avd.defined %} + service-profile {{ ethernet_interface.service_profile }} +{% endif %} {% if ethernet_interface.qos.trust is arista.avd.defined %} {% if ethernet_interface.qos.trust == 'disabled' %} no qos trust @@ -895,53 +769,28 @@ interface {{ ethernet_interface.name }} {% endif %} {% endif %} {% endfor %} -{% for section in ethernet_interface.storm_control | arista.avd.natural_sort %} -{% if ethernet_interface.storm_control[section].level is arista.avd.defined %} -{% if ethernet_interface.storm_control[section].unit is arista.avd.defined('pps') %} - storm-control {{ section | replace("_", "-") }} level pps {{ ethernet_interface.storm_control[section].level }} -{% else %} - storm-control {{ section | replace("_", "-") }} level {{ ethernet_interface.storm_control[section].level }} -{% endif %} -{% endif %} +{% for tx_queue in ethernet_interface.tx_queues | arista.avd.natural_sort('id') %} +{% include 'eos/ethernet-interface-tx-queues.j2' %} {% endfor %} -{% if ethernet_interface.ptp.enable is arista.avd.defined(true) %} - ptp enable -{% endif %} -{% if ethernet_interface.ptp.sync_message.interval is arista.avd.defined %} - ptp sync-message interval {{ ethernet_interface.ptp.sync_message.interval }} -{% endif %} -{% if ethernet_interface.ptp.delay_mechanism is arista.avd.defined %} - ptp delay-mechanism {{ ethernet_interface.ptp.delay_mechanism }} -{% endif %} -{% if ethernet_interface.ptp.announce.interval is arista.avd.defined %} - ptp announce interval {{ ethernet_interface.ptp.announce.interval }} -{% endif %} -{% if ethernet_interface.ptp.transport is arista.avd.defined %} - ptp transport {{ ethernet_interface.ptp.transport }} -{% endif %} -{% if ethernet_interface.ptp.announce.timeout is arista.avd.defined %} - ptp announce timeout {{ ethernet_interface.ptp.announce.timeout }} -{% endif %} -{% if ethernet_interface.ptp.delay_req is arista.avd.defined %} - ptp delay-req interval {{ ethernet_interface.ptp.delay_req }} -{% endif %} -{% if ethernet_interface.ptp.profile.g8275_1.destination_mac_address is arista.avd.defined %} - ptp profile g8275.1 destination mac-address {{ ethernet_interface.ptp.profile.g8275_1.destination_mac_address }} -{% endif %} -{% if ethernet_interface.ptp.role is arista.avd.defined %} - ptp role {{ ethernet_interface.ptp.role }} -{% endif %} -{% if ethernet_interface.ptp.vlan is arista.avd.defined %} - ptp vlan {{ ethernet_interface.ptp.vlan }} -{% endif %} -{% if ethernet_interface.service_policy.pbr.input is arista.avd.defined %} - service-policy type pbr input {{ ethernet_interface.service_policy.pbr.input }} -{% endif %} -{% if ethernet_interface.service_policy.qos.input is arista.avd.defined %} - service-policy type qos input {{ ethernet_interface.service_policy.qos.input }} -{% endif %} -{% if ethernet_interface.service_profile is arista.avd.defined %} - service-profile {{ ethernet_interface.service_profile }} +{% for uc_tx_queue in ethernet_interface.uc_tx_queues | arista.avd.natural_sort('id') %} +{% include 'eos/ethernet-interface-uc-tx-queues.j2' %} +{% endfor %} +{% if ethernet_interface.sflow is arista.avd.defined %} +{% if ethernet_interface.sflow.enable is arista.avd.defined(true) %} + sflow enable +{% elif ethernet_interface.sflow.enable is arista.avd.defined(false) %} + no sflow enable +{% endif %} +{% if ethernet_interface.sflow.egress.enable is arista.avd.defined(true) %} + sflow egress enable +{% elif ethernet_interface.sflow.egress.enable is arista.avd.defined(false) %} + no sflow egress enable +{% endif %} +{% if ethernet_interface.sflow.egress.unmodified_enable is arista.avd.defined(true) %} + sflow egress unmodified enable +{% elif ethernet_interface.sflow.egress.unmodified_enable is arista.avd.defined(false) %} + no sflow egress unmodified enable +{% endif %} {% endif %} {% if ethernet_interface.isis_enable is arista.avd.defined %} isis enable {{ ethernet_interface.isis_enable }} @@ -973,6 +822,27 @@ interface {{ ethernet_interface.name }} {% if ethernet_interface.isis_authentication_key is arista.avd.defined %} isis authentication key 7 {{ ethernet_interface.isis_authentication_key | arista.avd.hide_passwords(hide_passwords) }} {% endif %} +{% for section in ethernet_interface.storm_control | arista.avd.natural_sort %} +{% if ethernet_interface.storm_control[section].level is arista.avd.defined and section != "all" %} +{% if ethernet_interface.storm_control[section].unit is arista.avd.defined('pps') %} + storm-control {{ section | replace("_", "-") }} level pps {{ ethernet_interface.storm_control[section].level }} +{% else %} + storm-control {{ section | replace("_", "-") }} level {{ ethernet_interface.storm_control[section].level }} +{% endif %} +{% endif %} +{% endfor %} +{% if ethernet_interface.storm_control.all.level is arista.avd.defined %} +{% if ethernet_interface.storm_control.all.unit is arista.avd.defined('pps') %} + storm-control all level pps {{ ethernet_interface.storm_control.all.level }} +{% else %} + storm-control all level {{ ethernet_interface.storm_control.all.level }} +{% endif %} +{% endif %} +{% if ethernet_interface.logging.event.storm_control_discards is arista.avd.defined(true) %} + logging event storm-control discards +{% elif ethernet_interface.logging.event.storm_control_discards is arista.avd.defined(false) %} + no logging event storm-control discards +{% endif %} {% if ethernet_interface.spanning_tree_portfast is arista.avd.defined('edge') %} spanning-tree portfast {% elif ethernet_interface.spanning_tree_portfast is arista.avd.defined('network') %} @@ -995,53 +865,48 @@ interface {{ ethernet_interface.name }} spanning-tree guard {{ ethernet_interface.spanning_tree_guard }} {% endif %} {% endif %} -{% if ethernet_interface.sflow is arista.avd.defined %} -{% if ethernet_interface.sflow.enable is arista.avd.defined(true) %} - sflow enable -{% elif ethernet_interface.sflow.enable is arista.avd.defined(false) %} - no sflow enable +{% if ethernet_interface.logging.event.spanning_tree is arista.avd.defined(true) %} + logging event spanning-tree +{% elif ethernet_interface.logging.event.spanning_tree is arista.avd.defined(false) %} + no logging event spanning-tree +{% endif %} +{% if ethernet_interface.switchport.backup_link.interface is arista.avd.defined %} +{% set backup_link_cli = "switchport backup-link " ~ ethernet_interface.switchport.backup_link.interface %} +{% if ethernet_interface.switchport.backup_link.prefer_vlan is arista.avd.defined %} +{% set backup_link_cli = backup_link_cli ~ " prefer vlan " ~ ethernet_interface.switchport.backup_link.prefer_vlan %} {% endif %} -{% if ethernet_interface.sflow.egress.enable is arista.avd.defined(true) %} - sflow egress enable -{% elif ethernet_interface.sflow.egress.enable is arista.avd.defined(false) %} - no sflow egress enable + {{ backup_link_cli }} +{% if ethernet_interface.switchport.backup.preemption_delay is arista.avd.defined %} + switchport backup preemption-delay {{ ethernet_interface.switchport.backup.preemption_delay }} {% endif %} -{% if ethernet_interface.sflow.egress.unmodified_enable is arista.avd.defined(true) %} - sflow egress unmodified enable -{% elif ethernet_interface.sflow.egress.unmodified_enable is arista.avd.defined(false) %} - no sflow egress unmodified enable +{% if ethernet_interface.switchport.backup.mac_move_burst is arista.avd.defined %} + switchport backup mac-move-burst {{ ethernet_interface.switchport.backup.mac_move_burst }} +{% endif %} +{% if ethernet_interface.switchport.backup.mac_move_burst_interval is arista.avd.defined %} + switchport backup mac-move-burst-interval {{ ethernet_interface.switchport.backup.mac_move_burst_interval }} +{% endif %} +{% if ethernet_interface.switchport.backup.initial_mac_move_delay is arista.avd.defined %} + switchport backup initial-mac-move-delay {{ ethernet_interface.switchport.backup.initial_mac_move_delay }} +{% endif %} +{% if ethernet_interface.switchport.backup.dest_macaddr is arista.avd.defined %} + switchport backup dest-macaddr {{ ethernet_interface.switchport.backup.dest_macaddr }} {% endif %} {% endif %} -{% if ethernet_interface.vmtracer is arista.avd.defined(true) %} - vmtracer vmware-esx -{% endif %} -{% if ethernet_interface.transceiver.media.override is arista.avd.defined %} - transceiver media override {{ ethernet_interface.transceiver.media.override }} -{% endif %} -{% if ethernet_interface.transceiver.frequency is arista.avd.defined %} -{% set frequency_cli = 'transceiver frequency ' ~ "%.3f" | format(ethernet_interface.transceiver.frequency | float) %} -{% if ethernet_interface.transceiver.frequency_unit is arista.avd.defined %} -{% set frequency_cli = frequency_cli ~ ' ' ~ ethernet_interface.transceiver.frequency_unit %} +{% if ethernet_interface.sync_e.enable is arista.avd.defined(true) %} + ! + sync-e +{% if ethernet_interface.sync_e.priority is arista.avd.defined %} + priority {{ ethernet_interface.sync_e.priority }} {% endif %} - {{ frequency_cli }} {% endif %} {% for link_tracking_group in ethernet_interface.link_tracking_groups | arista.avd.natural_sort %} {% if link_tracking_group.name is arista.avd.defined and link_tracking_group.direction is arista.avd.defined %} link tracking group {{ link_tracking_group.name }} {{ link_tracking_group.direction }} {% endif %} {% endfor %} -{% if ethernet_interface.traffic_policy.input is arista.avd.defined %} - traffic-policy input {{ ethernet_interface.traffic_policy.input }} -{% endif %} -{% if ethernet_interface.traffic_policy.output is arista.avd.defined %} - traffic-policy output {{ ethernet_interface.traffic_policy.output }} +{% if ethernet_interface.vmtracer is arista.avd.defined(true) %} + vmtracer vmware-esx {% endif %} -{% for tx_queue in ethernet_interface.tx_queues | arista.avd.natural_sort('id') %} -{% include 'eos/ethernet-interface-tx-queues.j2' %} -{% endfor %} -{% for uc_tx_queue in ethernet_interface.uc_tx_queues | arista.avd.natural_sort('id') %} -{% include 'eos/ethernet-interface-uc-tx-queues.j2' %} -{% endfor %} {% if ethernet_interface.vrrp_ids is arista.avd.defined %} {% for vrid in ethernet_interface.vrrp_ids | arista.avd.natural_sort('id') if vrid.id is arista.avd.defined %} {% if vrid.priority_level is arista.avd.defined %} @@ -1089,10 +954,155 @@ interface {{ ethernet_interface.name }} {% endfor %} {% endfor %} {% endif %} -{% if ethernet_interface.sync_e.enable is arista.avd.defined(true) %} - sync-e -{% if ethernet_interface.sync_e.priority is arista.avd.defined %} - priority {{ ethernet_interface.sync_e.priority }} +{% if ethernet_interface.transceiver.media.override is arista.avd.defined %} + transceiver media override {{ ethernet_interface.transceiver.media.override }} +{% endif %} +{% if ethernet_interface.transceiver.frequency is arista.avd.defined %} +{% set frequency_cli = 'transceiver frequency ' ~ "%.3f" | format(ethernet_interface.transceiver.frequency | float) %} +{% if ethernet_interface.transceiver.frequency_unit is arista.avd.defined %} +{% set frequency_cli = frequency_cli ~ ' ' ~ ethernet_interface.transceiver.frequency_unit %} +{% endif %} + {{ frequency_cli }} +{% endif %} +{% if ethernet_interface.dot1x is arista.avd.defined %} +{% if ethernet_interface.dot1x.pae.mode is arista.avd.defined %} + dot1x pae {{ ethernet_interface.dot1x.pae.mode }} +{% endif %} +{% if ethernet_interface.dot1x.authentication_failure is arista.avd.defined %} +{% if ethernet_interface.dot1x.authentication_failure.action is arista.avd.defined('allow') and + ethernet_interface.dot1x.authentication_failure.allow_vlan is arista.avd.defined %} + dot1x authentication failure action traffic allow vlan {{ ethernet_interface.dot1x.authentication_failure.allow_vlan }} +{% elif ethernet_interface.dot1x.authentication_failure.action is arista.avd.defined('drop') %} + dot1x authentication failure action traffic drop +{% endif %} +{% endif %} +{% if ethernet_interface.dot1x.aaa.unresponsive is arista.avd.defined %} +{% set aaa_config = "dot1x aaa unresponsive" %} +{% set actions = ethernet_interface.dot1x.aaa.unresponsive %} +{% for action in actions | sort(reverse=True) %} +{% if action == "phone_action" %} +{% set aaa_action_config = aaa_config ~ " phone action" %} +{% elif action == "action" %} +{% set aaa_action_config = aaa_config ~ " action" %} +{% endif %} +{% if aaa_action_config is arista.avd.defined %} +{% if actions[action].apply_cached_results is arista.avd.defined(true) %} +{% set action_apply_config = "apply cached-results" %} +{% if actions[action].cached_results_timeout.time_duration is arista.avd.defined and actions[action].cached_results_timeout.time_duration_unit is arista.avd.defined %} +{% set aaa_action_config = aaa_action_config ~ " " ~ action_apply_config ~ " timeout " ~ actions[action].cached_results_timeout.time_duration ~ " " ~ actions[action].cached_results_timeout.time_duration_unit %} +{% endif %} +{% endif %} +{% if actions[action].traffic_allow is arista.avd.defined(true) %} +{% if actions[action].apply_alternate is arista.avd.defined(true) %} +{% set aaa_action_config = aaa_action_config ~ " else traffic allow" %} +{% else %} +{% set aaa_action_config = aaa_action_config ~ " traffic allow" %} +{% endif %} +{% else %} +{% if actions[action].traffic_allow_vlan is arista.avd.defined and actions[action].traffic_allow_access_list is arista.avd.defined %} +{% if actions[action].apply_alternate is arista.avd.defined(true) %} +{% set aaa_action_config = aaa_action_config ~ " else traffic allow vlan " ~ actions[action].traffic_allow_vlan ~ " access-list " ~ actions[action].traffic_allow_access_list %} +{% else %} +{% set aaa_action_config = aaa_action_config ~ " traffic allow vlan " ~ actions[action].traffic_allow_vlan ~ " access-list " ~ actions[action].traffic_allow_access_list %} +{% endif %} +{% else %} +{% if actions[action].traffic_allow_vlan is arista.avd.defined %} +{% if actions[action].apply_alternate is arista.avd.defined(true) %} +{% set aaa_action_config = aaa_action_config ~ " else traffic allow vlan " ~ actions[action].traffic_allow_vlan %} +{% else %} +{% set aaa_action_config = aaa_action_config ~ " traffic allow vlan " ~ actions[action].traffic_allow_vlan %} +{% endif %} +{% endif %} +{% if actions[action].traffic_allow_access_list is arista.avd.defined %} +{% if actions[action].apply_alternate is arista.avd.defined(true) %} +{% set aaa_action_config = aaa_action_config ~ " else traffic allow access list " ~ actions[action].traffic_allow_access_list %} +{% else %} +{% set aaa_action_config = aaa_action_config ~ " traffic allow access list " ~ actions[action].traffic_allow_access_list %} +{% endif %} +{% endif %} +{% endif %} +{% endif %} + {{ aaa_action_config }} +{% endif %} +{% endfor %} +{% endif %} +{% if ethernet_interface.dot1x.aaa.unresponsive.eap_response is arista.avd.defined %} + {{ aaa_config }} eap response {{ ethernet_interface.dot1x.aaa.unresponsive.eap_response }} +{% endif %} +{% if ethernet_interface.dot1x.reauthentication is arista.avd.defined(true) %} + dot1x reauthentication +{% endif %} +{% if ethernet_interface.dot1x.port_control is arista.avd.defined %} + dot1x port-control {{ ethernet_interface.dot1x.port_control }} +{% endif %} +{% if ethernet_interface.dot1x.port_control_force_authorized_phone is arista.avd.defined(true) %} + dot1x port-control force-authorized phone +{% elif ethernet_interface.dot1x.port_control_force_authorized_phone is arista.avd.defined(false) %} + no dot1x port-control force-authorized phone +{% endif %} +{% if ethernet_interface.dot1x.host_mode is arista.avd.defined %} +{% if ethernet_interface.dot1x.host_mode.mode is arista.avd.defined('single-host') %} + dot1x host-mode single-host +{% elif ethernet_interface.dot1x.host_mode.mode is arista.avd.defined('multi-host') %} +{% set host_mode_cli = "dot1x host-mode multi-host" %} +{% if ethernet_interface.dot1x.host_mode.multi_host_authenticated is arista.avd.defined(true) %} +{% set host_mode_cli = host_mode_cli ~ " authenticated" %} +{% endif %} + {{ host_mode_cli }} +{% endif %} +{% endif %} +{% if ethernet_interface.dot1x.eapol.disabled is arista.avd.defined(true) %} + dot1x eapol disabled +{% endif %} +{% if ethernet_interface.dot1x.mac_based_access_list is arista.avd.defined(true) %} + dot1x mac based access-list +{% endif %} +{% if ethernet_interface.dot1x.mac_based_authentication.enabled is arista.avd.defined(true) %} +{% if ethernet_interface.dot1x.mac_based_authentication.host_mode_common is arista.avd.defined(true) %} + dot1x mac based authentication host-mode common +{% if ethernet_interface.dot1x.mac_based_authentication.always is arista.avd.defined(true) %} + dot1x mac based authentication always +{% endif %} +{% else %} +{% set auth_cli = "dot1x mac based authentication" %} +{% if ethernet_interface.dot1x.mac_based_authentication.always is arista.avd.defined(true) %} +{% set auth_cli = auth_cli ~ " always" %} +{% endif %} + {{ auth_cli }} +{% endif %} +{% endif %} +{% if ethernet_interface.dot1x.timeout is arista.avd.defined %} +{% if ethernet_interface.dot1x.timeout.quiet_period is arista.avd.defined %} + dot1x timeout quiet-period {{ ethernet_interface.dot1x.timeout.quiet_period }} +{% endif %} +{% if ethernet_interface.dot1x.timeout.reauth_timeout_ignore is arista.avd.defined(true) %} + dot1x timeout reauth-timeout-ignore always +{% endif %} +{% if ethernet_interface.dot1x.timeout.tx_period is arista.avd.defined %} + dot1x timeout tx-period {{ ethernet_interface.dot1x.timeout.tx_period }} +{% endif %} +{% if ethernet_interface.dot1x.timeout.reauth_period is arista.avd.defined %} + dot1x timeout reauth-period {{ ethernet_interface.dot1x.timeout.reauth_period }} +{% endif %} +{% if ethernet_interface.dot1x.timeout.idle_host is arista.avd.defined %} + dot1x timeout idle-host {{ ethernet_interface.dot1x.timeout.idle_host }} seconds +{% endif %} +{% endif %} +{% if ethernet_interface.dot1x.reauthorization_request_limit is arista.avd.defined %} + dot1x reauthorization request limit {{ ethernet_interface.dot1x.reauthorization_request_limit }} +{% endif %} +{% if ethernet_interface.dot1x.unauthorized.access_vlan_membership_egress is arista.avd.defined(true) %} + dot1x unauthorized access vlan membership egress +{% endif %} +{% if ethernet_interface.dot1x.unauthorized.native_vlan_membership_egress is arista.avd.defined(true) %} + dot1x unauthorized native vlan membership egress +{% endif %} +{% if ethernet_interface.dot1x.eapol.authentication_failure_fallback_mba.enabled is arista.avd.defined(true) %} +{% set auth_failure_fallback_mba = "dot1x eapol authentication failure fallback mba" %} +{% if ethernet_interface.dot1x.eapol.authentication_failure_fallback_mba.timeout is arista.avd.defined %} +{% set auth_failure_fallback_mba = auth_failure_fallback_mba ~ " timeout " ~ ethernet_interface.dot1x.eapol.authentication_failure_fallback_mba.timeout %} +{% endif %} + {{ auth_failure_fallback_mba }} {% endif %} {% endif %} {% if ethernet_interface.eos_cli is arista.avd.defined %} diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml index 1e89115e32d..6273a176210 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml @@ -4033,6 +4033,7 @@ keys: \ - 3\n - 1,3\n - 1-10\n" mac_address_maximum: type: int + required: true convert_types: - str eos_cli: diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/ethernet_interfaces.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/ethernet_interfaces.schema.yml index 63dec69bbc3..4d74f1d6c82 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/ethernet_interfaces.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/ethernet_interfaces.schema.yml @@ -1919,6 +1919,7 @@ keys: - 1-10 mac_address_maximum: type: int + required: true convert_types: - str eos_cli: