<?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 dot1x dynamic vlan assignment on a 871 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674869#M422294</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to assign a vlan to the fa 0 - 3 interfaces via dot1x. Im already successfully using this feature on a 6500, a few 2970 and a few 2940. But the 871 seems to be a little different. Im running IOS 12.4(11)T on the 871. When a host is authentificated the switchport  will not be assign to the vlan, which is specified by the radius server. the 871 just use the vlan with highest VLAN id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove the dynamic vlan assignment from the radius server, the 871 also ignores the switchport access vlan command and assigns the port to the vlan with the highest ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 12.4&lt;/P&gt;&lt;P&gt;no service pad&lt;/P&gt;&lt;P&gt;service tcp-keepalives-in&lt;/P&gt;&lt;P&gt;service tcp-keepalives-out&lt;/P&gt;&lt;P&gt;service timestamps debug datetime msec localtime show-timezone&lt;/P&gt;&lt;P&gt;service timestamps log datetime msec localtime show-timezone&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;service sequence-numbers&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname c87101&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot-start-marker&lt;/P&gt;&lt;P&gt;boot-end-marker&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;security authentication failure rate 3 log&lt;/P&gt;&lt;P&gt;security passwords min-length 6&lt;/P&gt;&lt;P&gt;logging count&lt;/P&gt;&lt;P&gt;logging userinfo&lt;/P&gt;&lt;P&gt;logging buffered 32000&lt;/P&gt;&lt;P&gt;logging rate-limit console 2 except critical&lt;/P&gt;&lt;P&gt;logging console warnings&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt; server X auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt; server X auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt; ip radius source-interface Tunnel1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login VTYMETHOD line enable local&lt;/P&gt;&lt;P&gt;aaa authentication login CONSOLE_METHOD group RADIUS-AUTH-SERVER local&lt;/P&gt;&lt;P&gt;aaa authentication login VIRTUAL_METHOD group RADIUS-AUTH-SERVER local&lt;/P&gt;&lt;P&gt;aaa authentication login eap_methods group RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt;aaa authentication dot1x DOT1X_METHOD group RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;clock timezone GMT 1&lt;/P&gt;&lt;P&gt;clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;/P&gt;&lt;P&gt;no ip source-route&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp relay information trust-all&lt;/P&gt;&lt;P&gt;no ip dhcp use vrf connected&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool GUEST&lt;/P&gt;&lt;P&gt;   network 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 10.10.10.254 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool SITE2SITE2&lt;/P&gt;&lt;P&gt;   network x.x.x.x 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip tcp synwait-time 10&lt;/P&gt;&lt;P&gt;ip tcp path-mtu-discovery&lt;/P&gt;&lt;P&gt;ip tftp source-interface FastEthernet4&lt;/P&gt;&lt;P&gt;no ip bootp server&lt;/P&gt;&lt;P&gt;no ip domain lookup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Tunnel1&lt;/P&gt;&lt;P&gt; bandwidth 6500&lt;/P&gt;&lt;P&gt; ip address 139.19.107.4 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip mtu 1416&lt;/P&gt;&lt;P&gt; ip nhrp authentication testing&lt;/P&gt;&lt;P&gt; ip nhrp map multicast 139.19.100.17&lt;/P&gt;&lt;P&gt; ip nhrp map 139.19.107.254 139.19.100.17&lt;/P&gt;&lt;P&gt; ip nhrp network-id 252&lt;/P&gt;&lt;P&gt; ip nhrp holdtime 300&lt;/P&gt;&lt;P&gt; ip nhrp nhs 139.19.107.254&lt;/P&gt;&lt;P&gt; ip nhrp cache non-authoritative&lt;/P&gt;&lt;P&gt; delay 1000&lt;/P&gt;&lt;P&gt; keepalive 3 5&lt;/P&gt;&lt;P&gt; tunnel source FastEthernet4&lt;/P&gt;&lt;P&gt; tunnel mode gre multipoint&lt;/P&gt;&lt;P&gt; tunnel key 1&lt;/P&gt;&lt;P&gt; tunnel protection ipsec profile DMVPN&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 3&lt;/P&gt;&lt;P&gt; bridge-group 3 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 2&lt;/P&gt;&lt;P&gt; bridge-group 2 spanning-disabled&lt;/P&gt;&lt;P&gt;interface BVI2&lt;/P&gt;&lt;P&gt; description gateway site2site2 &lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.248&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface BVI3&lt;/P&gt;&lt;P&gt; description Unauthoriserte Rechner nutzen dieses Netz &lt;/P&gt;&lt;P&gt; ip address 10.10.10.254 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1452&lt;/P&gt;&lt;P&gt; ip policy route-map UNAUTHORISERT-ZU-INTERNET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:52:23 GMT</pubDate>
    <dc:creator>c.karl</dc:creator>
    <dc:date>2019-03-10T21:52:23Z</dc:date>
    <item>
      <title>dot1x dynamic vlan assignment on a 871</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674869#M422294</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to assign a vlan to the fa 0 - 3 interfaces via dot1x. Im already successfully using this feature on a 6500, a few 2970 and a few 2940. But the 871 seems to be a little different. Im running IOS 12.4(11)T on the 871. When a host is authentificated the switchport  will not be assign to the vlan, which is specified by the radius server. the 871 just use the vlan with highest VLAN id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove the dynamic vlan assignment from the radius server, the 871 also ignores the switchport access vlan command and assigns the port to the vlan with the highest ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 12.4&lt;/P&gt;&lt;P&gt;no service pad&lt;/P&gt;&lt;P&gt;service tcp-keepalives-in&lt;/P&gt;&lt;P&gt;service tcp-keepalives-out&lt;/P&gt;&lt;P&gt;service timestamps debug datetime msec localtime show-timezone&lt;/P&gt;&lt;P&gt;service timestamps log datetime msec localtime show-timezone&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;service sequence-numbers&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname c87101&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot-start-marker&lt;/P&gt;&lt;P&gt;boot-end-marker&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;security authentication failure rate 3 log&lt;/P&gt;&lt;P&gt;security passwords min-length 6&lt;/P&gt;&lt;P&gt;logging count&lt;/P&gt;&lt;P&gt;logging userinfo&lt;/P&gt;&lt;P&gt;logging buffered 32000&lt;/P&gt;&lt;P&gt;logging rate-limit console 2 except critical&lt;/P&gt;&lt;P&gt;logging console warnings&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt; server X auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt; server X auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt; ip radius source-interface Tunnel1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login VTYMETHOD line enable local&lt;/P&gt;&lt;P&gt;aaa authentication login CONSOLE_METHOD group RADIUS-AUTH-SERVER local&lt;/P&gt;&lt;P&gt;aaa authentication login VIRTUAL_METHOD group RADIUS-AUTH-SERVER local&lt;/P&gt;&lt;P&gt;aaa authentication login eap_methods group RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt;aaa authentication dot1x DOT1X_METHOD group RADIUS-AUTH-SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;clock timezone GMT 1&lt;/P&gt;&lt;P&gt;clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;/P&gt;&lt;P&gt;no ip source-route&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp relay information trust-all&lt;/P&gt;&lt;P&gt;no ip dhcp use vrf connected&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool GUEST&lt;/P&gt;&lt;P&gt;   network 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 10.10.10.254 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool SITE2SITE2&lt;/P&gt;&lt;P&gt;   network x.x.x.x 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip tcp synwait-time 10&lt;/P&gt;&lt;P&gt;ip tcp path-mtu-discovery&lt;/P&gt;&lt;P&gt;ip tftp source-interface FastEthernet4&lt;/P&gt;&lt;P&gt;no ip bootp server&lt;/P&gt;&lt;P&gt;no ip domain lookup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Tunnel1&lt;/P&gt;&lt;P&gt; bandwidth 6500&lt;/P&gt;&lt;P&gt; ip address 139.19.107.4 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip mtu 1416&lt;/P&gt;&lt;P&gt; ip nhrp authentication testing&lt;/P&gt;&lt;P&gt; ip nhrp map multicast 139.19.100.17&lt;/P&gt;&lt;P&gt; ip nhrp map 139.19.107.254 139.19.100.17&lt;/P&gt;&lt;P&gt; ip nhrp network-id 252&lt;/P&gt;&lt;P&gt; ip nhrp holdtime 300&lt;/P&gt;&lt;P&gt; ip nhrp nhs 139.19.107.254&lt;/P&gt;&lt;P&gt; ip nhrp cache non-authoritative&lt;/P&gt;&lt;P&gt; delay 1000&lt;/P&gt;&lt;P&gt; keepalive 3 5&lt;/P&gt;&lt;P&gt; tunnel source FastEthernet4&lt;/P&gt;&lt;P&gt; tunnel mode gre multipoint&lt;/P&gt;&lt;P&gt; tunnel key 1&lt;/P&gt;&lt;P&gt; tunnel protection ipsec profile DMVPN&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 3&lt;/P&gt;&lt;P&gt; bridge-group 3 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 2&lt;/P&gt;&lt;P&gt; bridge-group 2 spanning-disabled&lt;/P&gt;&lt;P&gt;interface BVI2&lt;/P&gt;&lt;P&gt; description gateway site2site2 &lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.248&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface BVI3&lt;/P&gt;&lt;P&gt; description Unauthoriserte Rechner nutzen dieses Netz &lt;/P&gt;&lt;P&gt; ip address 10.10.10.254 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1452&lt;/P&gt;&lt;P&gt; ip policy route-map UNAUTHORISERT-ZU-INTERNET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:52:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674869#M422294</guid>
      <dc:creator>c.karl</dc:creator>
      <dc:date>2019-03-10T21:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: dot1x dynamic vlan assignment on a 871</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674870#M422297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't you need &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization network default group RADIUS-AUTH-SERVER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for dynamic vlan assignment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 18:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674870#M422297</guid>
      <dc:creator>t-heeter</dc:creator>
      <dc:date>2006-12-08T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: dot1x dynamic vlan assignment on a 871</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674871#M422302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a reload the config just work. Its always the same. With and without vlan assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:58:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-dynamic-vlan-assignment-on-a-871/m-p/674871#M422302</guid>
      <dc:creator>c.karl</dc:creator>
      <dc:date>2006-12-11T09:58:08Z</dc:date>
    </item>
  </channel>
</rss>

