<?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 Cisco ISE 802.1x problem with users - Docking Station in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4580529#M573727</link>
    <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I am writing to you because I am slowly missing an idea, according to the following:&lt;/P&gt;&lt;P&gt;I started to implement Dot1x for the user VLAN, but there is one very important problem.&lt;BR /&gt;It consists in the fact that many PCs have a docking station that after removing the laptop it maintains the port in the UP state, which is associated with the fact that the port is authorized all the time - and a strange situation because after inserting the laptop again, there is no communication and you have to manually unplug the cable from dock station or to put and pick up the port - after that it working - I decided to add two commands to the config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authentication periodic&lt;/P&gt;&lt;P&gt;Authentication timer reauthentication&amp;nbsp;32400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But after implemented this, users report me that after come to office and plug PC, computer not asking for credentials - it looks that requth not work or port after 9h is going to reauth state and this state is maintain all the time.&lt;/P&gt;&lt;P&gt;Unplug the cable or shutdown and no shutdown only work.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below my config:&lt;/P&gt;&lt;P&gt;radius server ISE-1&lt;/P&gt;&lt;P&gt;address ipv4 XXXXXXXXX auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;key xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius server ISE-2&lt;/P&gt;&lt;P&gt;address ipv4 XXXXXXXXX auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;key xxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa group server radius ISE_RADIUS&lt;/P&gt;&lt;P&gt;server name ISE-1&lt;/P&gt;&lt;P&gt;server name ISE-2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default local&lt;/P&gt;&lt;P&gt;aaa authorization exec default local&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group ISE_RADIUS&lt;/P&gt;&lt;P&gt;aaa authorization network default group ISE_RADIUS&lt;/P&gt;&lt;P&gt;aaa accounting dot1x default start-stop group ISE_RADIUS&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;aaa server radius dynamic-author&lt;/P&gt;&lt;P&gt;client XXXXXXXX server-key XXXXXXXXX&lt;/P&gt;&lt;P&gt;client XXXXXXXX server-key XXXXXXXXXX&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dot1x system-auth-control&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip device tracking&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;device-sensor filter-list cdp list TLV-CDP&lt;/P&gt;&lt;P&gt;tlv name device-name&lt;/P&gt;&lt;P&gt;tlv name address-type&lt;/P&gt;&lt;P&gt;tlv name capabilities-type&lt;/P&gt;&lt;P&gt;tlv name version-type&lt;/P&gt;&lt;P&gt;tlv name platform-type&lt;/P&gt;&lt;P&gt;device-sensor filter-spec cdp include list TLV-CDP&lt;/P&gt;&lt;P&gt;device-sensor accounting&lt;/P&gt;&lt;P&gt;device-sensor notify all-changes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernetXXXXXXXX -----&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw host&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan XXXX&lt;/P&gt;&lt;P&gt;ip access-group BLOCK_8021x in&lt;/P&gt;&lt;P&gt;authentication event fail action next-method&lt;/P&gt;&lt;P&gt;authentication event server dead action authorize vlan XXXXX&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 open&lt;/P&gt;&lt;P&gt;authentication order mab dot1x&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 32400&lt;/P&gt;&lt;P&gt;authentication timer inactivity 3600&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 quiet-period 300&lt;/P&gt;&lt;P&gt;dot1x timeout tx-period 10&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;cdp run&lt;/P&gt;&lt;P&gt;snmp-server community XXXXXXXX RO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mac address-table notification change interval 0&lt;/P&gt;&lt;P&gt;mac address-table notification change&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended BLOCK_8021x&lt;/P&gt;&lt;P&gt;permit udp any any eq bootps&lt;/P&gt;&lt;P&gt;permit udp any any eq bootpc&lt;/P&gt;&lt;P&gt;deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip radius source-interface VlanXXXX&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server attribute 6 on-for-login-auth&lt;/P&gt;&lt;P&gt;radius-server attribute 8 include-in-access-req&lt;/P&gt;&lt;P&gt;radius-server attribute 25 access-request include&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;authentication mac-move permit&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vlan 70 which is user vlan is receiving from ISE (Authorization Profile)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 08:16:19 GMT</pubDate>
    <dc:creator>mikiNet</dc:creator>
    <dc:date>2022-03-29T08:16:19Z</dc:date>
    <item>
      <title>Cisco ISE 802.1x problem with users - Docking Station</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4580529#M573727</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I am writing to you because I am slowly missing an idea, according to the following:&lt;/P&gt;&lt;P&gt;I started to implement Dot1x for the user VLAN, but there is one very important problem.&lt;BR /&gt;It consists in the fact that many PCs have a docking station that after removing the laptop it maintains the port in the UP state, which is associated with the fact that the port is authorized all the time - and a strange situation because after inserting the laptop again, there is no communication and you have to manually unplug the cable from dock station or to put and pick up the port - after that it working - I decided to add two commands to the config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authentication periodic&lt;/P&gt;&lt;P&gt;Authentication timer reauthentication&amp;nbsp;32400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But after implemented this, users report me that after come to office and plug PC, computer not asking for credentials - it looks that requth not work or port after 9h is going to reauth state and this state is maintain all the time.&lt;/P&gt;&lt;P&gt;Unplug the cable or shutdown and no shutdown only work.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below my config:&lt;/P&gt;&lt;P&gt;radius server ISE-1&lt;/P&gt;&lt;P&gt;address ipv4 XXXXXXXXX auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;key xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius server ISE-2&lt;/P&gt;&lt;P&gt;address ipv4 XXXXXXXXX auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;key xxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa group server radius ISE_RADIUS&lt;/P&gt;&lt;P&gt;server name ISE-1&lt;/P&gt;&lt;P&gt;server name ISE-2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default local&lt;/P&gt;&lt;P&gt;aaa authorization exec default local&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group ISE_RADIUS&lt;/P&gt;&lt;P&gt;aaa authorization network default group ISE_RADIUS&lt;/P&gt;&lt;P&gt;aaa accounting dot1x default start-stop group ISE_RADIUS&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;aaa server radius dynamic-author&lt;/P&gt;&lt;P&gt;client XXXXXXXX server-key XXXXXXXXX&lt;/P&gt;&lt;P&gt;client XXXXXXXX server-key XXXXXXXXXX&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dot1x system-auth-control&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip device tracking&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;device-sensor filter-list cdp list TLV-CDP&lt;/P&gt;&lt;P&gt;tlv name device-name&lt;/P&gt;&lt;P&gt;tlv name address-type&lt;/P&gt;&lt;P&gt;tlv name capabilities-type&lt;/P&gt;&lt;P&gt;tlv name version-type&lt;/P&gt;&lt;P&gt;tlv name platform-type&lt;/P&gt;&lt;P&gt;device-sensor filter-spec cdp include list TLV-CDP&lt;/P&gt;&lt;P&gt;device-sensor accounting&lt;/P&gt;&lt;P&gt;device-sensor notify all-changes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernetXXXXXXXX -----&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw host&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan XXXX&lt;/P&gt;&lt;P&gt;ip access-group BLOCK_8021x in&lt;/P&gt;&lt;P&gt;authentication event fail action next-method&lt;/P&gt;&lt;P&gt;authentication event server dead action authorize vlan XXXXX&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 open&lt;/P&gt;&lt;P&gt;authentication order mab dot1x&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 32400&lt;/P&gt;&lt;P&gt;authentication timer inactivity 3600&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 quiet-period 300&lt;/P&gt;&lt;P&gt;dot1x timeout tx-period 10&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;cdp run&lt;/P&gt;&lt;P&gt;snmp-server community XXXXXXXX RO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mac address-table notification change interval 0&lt;/P&gt;&lt;P&gt;mac address-table notification change&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended BLOCK_8021x&lt;/P&gt;&lt;P&gt;permit udp any any eq bootps&lt;/P&gt;&lt;P&gt;permit udp any any eq bootpc&lt;/P&gt;&lt;P&gt;deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip radius source-interface VlanXXXX&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server attribute 6 on-for-login-auth&lt;/P&gt;&lt;P&gt;radius-server attribute 8 include-in-access-req&lt;/P&gt;&lt;P&gt;radius-server attribute 25 access-request include&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;authentication mac-move permit&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vlan 70 which is user vlan is receiving from ISE (Authorization Profile)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:16:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4580529#M573727</guid>
      <dc:creator>mikiNet</dc:creator>
      <dc:date>2022-03-29T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 802.1x problem with users - Docking Station</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4582188#M573756</link>
      <description>&lt;P&gt;Do you have the option to implement IP Device Tracking (IPDT) on your switches?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/address-resolution-protocol-arp/118630-technote-ipdt-00.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/support/docs/ip/address-resolution-protocol-arp/118630-technote-ipdt-00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And/or the switch can send SNMP traps for link (up/down) and MAC (add/remove) events, these traps must then be send to ISE.&amp;nbsp; ISE must be configured to listen to these traps. This way, ISE will be notified immediately that something happened to the endpoint and can send a CoA to the switch to terminate the access-session.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 19:36:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4582188#M573756</guid>
      <dc:creator>HansK_NL</dc:creator>
      <dc:date>2022-03-30T19:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 802.1x problem with users - Docking Station</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4582803#M573764</link>
      <description>&lt;P&gt;Yes, I have implemented IP Device Tracking. SNMP Traps not work becauese please remember that port is always UP (docking station holds up port in UP state).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find workaround - In windows supplicant I check option to remember credentials - and it working&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 07:05:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-802-1x-problem-with-users-docking-station/m-p/4582803#M573764</guid>
      <dc:creator>mikiNet</dc:creator>
      <dc:date>2022-03-31T07:05:37Z</dc:date>
    </item>
  </channel>
</rss>

