<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Auto Smartports Feature in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527469#M535812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone implemented macros via auto-smart port AVP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to make the macro work when the endpoint authenticates but anti-macro does not seem to work when the endpoint unplugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My macro looks something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;macro auto execute &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;changeofvlan&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt; if&amp;nbsp; [[ $LINKUP -eq YES ]]; then &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;configure terminal&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;interface $INTERFACE&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;description Guest&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;switchport access vlan 20&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;shut&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;no shut&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;fi&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;if&amp;nbsp; [[ $LINKUP -eq NO ]] ; then&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;configure terminal&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;interface $INTERFACE&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;switchport access vlan 10&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;fi&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 17:57:52 GMT</pubDate>
    <dc:creator>umahar</dc:creator>
    <dc:date>2017-05-17T17:57:52Z</dc:date>
    <item>
      <title>Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527469#M535812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone implemented macros via auto-smart port AVP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to make the macro work when the endpoint authenticates but anti-macro does not seem to work when the endpoint unplugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My macro looks something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;macro auto execute &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;changeofvlan&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt; if&amp;nbsp; [[ $LINKUP -eq YES ]]; then &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;configure terminal&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;interface $INTERFACE&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;description Guest&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;switchport access vlan 20&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;shut&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;no shut&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;fi&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;if&amp;nbsp; [[ $LINKUP -eq NO ]] ; then&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;configure terminal&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;interface $INTERFACE&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;switchport access vlan 10&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;exit&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;fi&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 10.0pt;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 17:57:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527469#M535812</guid>
      <dc:creator>umahar</dc:creator>
      <dc:date>2017-05-17T17:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527470#M535813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has been 3 years since I have done this but you are missing the "macro description $TRIGGER" statement in your YES setup.&amp;nbsp; This is what I did for FlexConnect APs using Smart Ports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if [[ $LINKUP == YES ]]; then &lt;/P&gt;&lt;P&gt;conf t &lt;/P&gt;&lt;P&gt; default interface $INTERFACE&lt;/P&gt;&lt;P&gt; interface $INTERFACE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; description Access Point Port Configured by ISE Macro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; macro description $TRIGGER &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; switchport trunk native vlan 582&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; switchport trunk allowed vlan 582&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; exit &lt;/P&gt;&lt;P&gt;fi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if [[ $LINKUP == NO ]]; then &lt;/P&gt;&lt;P&gt; conf t &lt;/P&gt;&lt;P&gt; default interface $INTERFACE&lt;/P&gt;&lt;P&gt; interface $INTERFACE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description **DOT1X Auth**&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport access vlan 582&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode access&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication event server dead action reinitialize vlan 582&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication event server dead action authorize voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication event server alive action reinitialize&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication violation restrict&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication event fail action next-method&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication host-mode multi-auth&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication order dot1x mab&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication priority dot1x mab&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication port-control auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication periodic&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication timer reauthenticate server&lt;/P&gt;&lt;P&gt;&amp;nbsp; mab&lt;/P&gt;&lt;P&gt;&amp;nbsp; dot1x pae authenticator&lt;/P&gt;&lt;P&gt;&amp;nbsp; dot1x timeout tx-period 7&lt;/P&gt;&lt;P&gt;&amp;nbsp; dot1x max-req 1 &lt;/P&gt;&lt;P&gt;&amp;nbsp; spanning-tree portfast&lt;/P&gt;&lt;P&gt;&amp;nbsp; authentication control-direction in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; exit &lt;/P&gt;&lt;P&gt;fi&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 18:02:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527470#M535813</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-05-17T18:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527471#M535814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What does this command do ? When I added this command the first part of the macro is also not working. When I removed I am able to get the first part ($LINK==YES) work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In your case if you removed the AP I am assuming all the commands under anti-macro got reapplied. Is that correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case too I want to reapply the commands (which were over ridden by macro) when the endpoint is disconnected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 18:45:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527471#M535814</guid>
      <dc:creator>umahar</dc:creator>
      <dc:date>2017-05-17T18:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527472#M535816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again it has been years since I worked on this (5 years now that I look back at my notes).  The issue I was trying to solve is FlexConnect APs run on trunk ports so ISE can’t be applied there, but customer was concerned that someone could unplug the AP and attempt to access the network.  I demonstrated how they could use AutoSmart ports to mitigate this.  I showed them two ways to use AutoSmart ports.  The first was using CDP detection and second using ISE assigned smart port macro.  The port was a normal ISE controlled port, when an AP was attached either CDP or ISE would apply the smart port macro and completely rebuild the interface.  See how I defaulted the interface in both the UP and DOWN condition.  Then when the AP was unplugged the interface was rebuilt back to the ISE controlled setup.  The trigger statement was needed to allow the switch to know what macro to use when the port went down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my testing notes from back then (I wasn’t doing a trunk at the time, but was just testing to see it worked):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDP Detection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard 802.1X Port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE-Test#show run int gig 1/0/23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/23&lt;/P&gt;&lt;P&gt;description Dot1X Enabled Port&lt;/P&gt;&lt;P&gt;switchport access vlan 13&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan 949&lt;/P&gt;&lt;P&gt;authentication event fail action next-method&lt;/P&gt;&lt;P&gt;authentication event server dead action reinitialize vlan 13&lt;/P&gt;&lt;P&gt;authentication event server dead action authorize voice&lt;/P&gt;&lt;P&gt;authentication event server alive action reinitialize&lt;/P&gt;&lt;P&gt;authentication host-mode multi-auth&lt;/P&gt;&lt;P&gt;authentication order dot1x mab&lt;/P&gt;&lt;P&gt;authentication priority dot1x mab&lt;/P&gt;&lt;P&gt;authentication port-control auto&lt;/P&gt;&lt;P&gt;authentication periodic&lt;/P&gt;&lt;P&gt;authentication timer reauthenticate server&lt;/P&gt;&lt;P&gt;authentication timer inactivity server&lt;/P&gt;&lt;P&gt;authentication violation restrict&lt;/P&gt;&lt;P&gt;mab&lt;/P&gt;&lt;P&gt;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;dot1x timeout tx-period 7&lt;/P&gt;&lt;P&gt;dot1x max-req 1&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP is Connected and Recognized by Auto SmartPorts via CDP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec 12 22:21:28.813 UTC: %AUTOSMARTPORT-5-INSERT: Device LightWeight Access Point detected on interface GigabitEthernet1/0/23, executed CISCO_WIRELESS_LIGHTWEIGHT_AP_EVENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port is Reconfigured (not trunking for now, but the concept worked)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE-Test#show run int gig 1/0/23&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 197 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/23&lt;/P&gt;&lt;P&gt;description Access Point&lt;/P&gt;&lt;P&gt;switchport access vlan 555&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;macro description CISCO_WIRELESS_LIGHTWEIGHT_AP_EVENT&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP is Disconnected and Event is Recognized by Auto SmartPorts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec 12 22:22:14.598 UTC: %AUTOSMARTPORT-5-REMOVE: Device removed on interface GigabitEthernet1/0/23, executed CISCO_WIRELESS_LIGHTWEIGHT_AP_EVENT  to remove the configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port is Back to 802.1x Port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE-Test#show run int gig 1/0/23&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 750 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/23&lt;/P&gt;&lt;P&gt;description Dot1X Enabled Port&lt;/P&gt;&lt;P&gt;switchport access vlan 13&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan 949&lt;/P&gt;&lt;P&gt;authentication event fail action next-method&lt;/P&gt;&lt;P&gt;authentication event server dead action reinitialize vlan 13&lt;/P&gt;&lt;P&gt;authentication event server dead action authorize voice&lt;/P&gt;&lt;P&gt;authentication event server alive action reinitialize&lt;/P&gt;&lt;P&gt;authentication host-mode multi-auth&lt;/P&gt;&lt;P&gt;authentication order dot1x mab&lt;/P&gt;&lt;P&gt;authentication priority dot1x mab&lt;/P&gt;&lt;P&gt;authentication port-control auto&lt;/P&gt;&lt;P&gt;authentication periodic&lt;/P&gt;&lt;P&gt;authentication timer reauthenticate server&lt;/P&gt;&lt;P&gt;authentication timer inactivity server&lt;/P&gt;&lt;P&gt;authentication violation restrict&lt;/P&gt;&lt;P&gt;mab&lt;/P&gt;&lt;P&gt;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;dot1x timeout tx-period 7&lt;/P&gt;&lt;P&gt;dot1x max-req 1&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE AV Pair Push&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure ISE AV Pair in Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see in the attached script I created a trigger and macro called ISE-AP-CONFIG.   Here is where I call it up in the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an Authorization Rule to Use Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plug in AP and Watch for the Magic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec 13 14:13:12.223 UTC: %AUTOSMARTPORT-5-INSERT: MAB device detected on interface GigabitEthernet1/0/32, executed ISE-AP-CONFIG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Port Changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE-Test#show run int gi 1/0/32&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 175 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/32&lt;/P&gt;&lt;P&gt;description Access Point&lt;/P&gt;&lt;P&gt;switchport access vlan 555&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;macro description ISE-AP-CONFIG&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unplug AP and Watch for the Magic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec 13 14:17:32.489 UTC: %AUTOSMARTPORT-5-REMOVE: Device removed on interface GigabitEthernet1/0/32, executed ISE-AP-CONFIG  to remove the configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Port Changed Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE-Test#show run int gi 1/0/32&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 750 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/32&lt;/P&gt;&lt;P&gt;description Dot1X Enabled Port&lt;/P&gt;&lt;P&gt;switchport access vlan 13&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan 949&lt;/P&gt;&lt;P&gt;authentication event fail action next-method&lt;/P&gt;&lt;P&gt;authentication event server dead action reinitialize vlan 13&lt;/P&gt;&lt;P&gt;authentication event server dead action authorize voice&lt;/P&gt;&lt;P&gt;authentication event server alive action reinitialize&lt;/P&gt;&lt;P&gt;authentication host-mode multi-auth&lt;/P&gt;&lt;P&gt;authentication order dot1x mab&lt;/P&gt;&lt;P&gt;authentication priority dot1x mab&lt;/P&gt;&lt;P&gt;authentication port-control auto&lt;/P&gt;&lt;P&gt;authentication periodic&lt;/P&gt;&lt;P&gt;authentication timer reauthenticate server&lt;/P&gt;&lt;P&gt;authentication timer inactivity server&lt;/P&gt;&lt;P&gt;authentication violation restrict&lt;/P&gt;&lt;P&gt;mab&lt;/P&gt;&lt;P&gt;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;dot1x timeout tx-period 7&lt;/P&gt;&lt;P&gt;dot1x max-req 1&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Haferman&lt;/P&gt;&lt;P&gt;Office- 920.996.3011&lt;/P&gt;&lt;P&gt;Cell- 920.284.9250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 18:53:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527472#M535816</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-05-17T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527473#M535818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Paul.&lt;/P&gt;&lt;P&gt;That explains how we are binding the macro to the interface for the switch to run the anti-macro portion of it when the endpoint unplugs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 20:12:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527473#M535818</guid>
      <dc:creator>umahar</dc:creator>
      <dc:date>2017-05-17T20:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527474#M535820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the global command needed to enable macro functionality ?&lt;/P&gt;&lt;P&gt;I used 'macro auto global processing' command to make the custom macro work but it seems it is also enabling all the inbuilt macros . The ports connected to APs and Cisco IP phones are also getting built in macro applied to the interface which we do not require. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you remember how we can disable builtin macros and only enable custom macros ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 13:28:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527474#M535820</guid>
      <dc:creator>umahar</dc:creator>
      <dc:date>2017-06-07T13:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527475#M535822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also recommend reaching out to switching team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 15:12:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527475#M535822</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2017-06-07T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527476#M535824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Utkarsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to laugh a bit when I read this as here is what I have in my notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;! Turn on device control only for lightweight APs&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;macro auto global control device lightweight-ap&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;! Turn off the default trigger, forgetting this could shoot yourself in the foot&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no macro auto global control trigger&lt;/P&gt;&lt;P&gt;macro auto global processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See you shot yourself in the foot.  ☺  Play with the “macro auto global control device” command to enable only what you want and shut off everything else with “no macro auto global control trigger”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case when I was testing it ran the smart macro on my switch uplink because it detected a Cisco switch and ran the built in macro for that.  I lost my connection and had to go console in and fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try that and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Haferman&lt;/P&gt;&lt;P&gt;Office- 920.996.3011&lt;/P&gt;&lt;P&gt;Cell- 920.284.9250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:28:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527476#M535824</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-06-07T19:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Smartports Feature</title>
      <link>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527477#M535826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul,&lt;/P&gt;&lt;P&gt;You are a life saver. &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:32:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auto-smartports-feature/m-p/3527477#M535826</guid>
      <dc:creator>umahar</dc:creator>
      <dc:date>2017-06-07T19:32:13Z</dc:date>
    </item>
  </channel>
</rss>

