<?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 Re: Cisco 2106 Controller Configuration Problems in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126634#M80353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, thank you very much for your time ive certainly picked up a few useful tips for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jan 2009 00:00:22 GMT</pubDate>
    <dc:creator>exonetinf1nity</dc:creator>
    <dc:date>2009-01-11T00:00:22Z</dc:date>
    <item>
      <title>Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126623#M80342</link>
      <description>&lt;P&gt;Greetings, i have the following network setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlan 140 - Data - 172.16.1.0 /24&lt;/P&gt;&lt;P&gt;Vlan 141 - Voice - 172.16.2.0 /24&lt;/P&gt;&lt;P&gt;Vlan 200 - Wireless - 172.16.3.0 /24&lt;/P&gt;&lt;P&gt;Vlan 999 - Guest Access - 172.16.4.0 /24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These Vlans are configured on a 2960 Gigabit switch, the gateway for each subnet is an ASA 5510.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured a 2106 Controller with both a management and ap-manager interface which sits on the wireless network and is connected to the switch using port 1, switch config below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/18&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 MgmtInterface - P1&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 200&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up until this point no problems, i then set about configuring dynamic interfaces for the voice network (172.16.2.5) on port 2 of the controller and one for the guest network (172.16.4.5)on port 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ports 2 and 3 are trunked to the switch only permitting there respective vlans on the trunk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now here is where the issue arrises, i then try to add a dynamic interface for the data network on (172.16.1.5) also on port 2, at this point i loose connection too the controller and am unable to ping it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/19&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 Data/Voice Interface - P2&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 140,141&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/20&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 Guest Interface - P3&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 999&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive checked for layer 2 and 3 conflicts but cant find any, has anyone had similar experience with this problem? As such i can only get this to work if i put the management and ap-manager interface on the same data subnet.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 23:56:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126623#M80342</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2021-07-03T23:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126624#M80343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because you are on the data vlan when accessing the WLC.  Unless you allow access to the dynamic interface, you will not be able to access the wlc from a subnet in which one of the dynamic interfaces belong to.  You need to enter on the cli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config network mgmt-via-dynamic-interface enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow you to access the wlc on any of the dynamic interface subnets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I would set vlan 200 as native on g0/18 and make sure your managemet and ap-manager interface is configure for vlan tag of "0".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2009 02:45:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126624#M80343</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2009-01-04T02:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126625#M80344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes alot of sense, thank you for your input ill give it a go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:41:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126625#M80344</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2009-01-06T10:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126626#M80345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings again, i have found time to make the changes you have suggested unfortunately i am experiencing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you recommend any further alternatives?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 21:45:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126626#M80345</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2009-01-09T21:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126627#M80346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to enter this command to see if it helps: config network mgmt-via-wireless&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else post your show run-config so we can take a look at your config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 21:52:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126627#M80346</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2009-01-09T21:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126628#M80347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your continued help i have made the above change and still have the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a scaled down version of the config that works. For the purpose of this im connected to the data network for managing the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco 2106&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;management interface - 172.16.1.5 - Port 1 - Vlan 140&lt;/P&gt;&lt;P&gt;ap-manager interface - 172.16.1.5 - Port 1 - Vlan 140&lt;/P&gt;&lt;P&gt;voice interface - 172.16.2.5 - Port 2 - Vlan 141&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WLANS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessFi - Joined with management interface.&lt;/P&gt;&lt;P&gt;VoiceFi - Joined with voice interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch Config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/18&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 MgmtInterface - P1&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 140&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/19&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 VoiceInterface - P2&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 141&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a scaled down version of the config that im having problems with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco 2106&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;management interface - 172.16.3.5 - Port 1 - Untagged&lt;/P&gt;&lt;P&gt;ap-manager interface - 172.16.3.5 - Port 1 - Untagged&lt;/P&gt;&lt;P&gt;voice interface - 172.16.2.5 - Port 2 - Vlan 141&lt;/P&gt;&lt;P&gt;data interface - 172.16.1.5 - Port 3 - Vlan 140&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WLANS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessFi - Joined with data interface&lt;/P&gt;&lt;P&gt;VoiceFi - Joined with voice interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch Config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/18&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 MgmtInterface - P1&lt;/P&gt;&lt;P&gt; switchport trunk native vlan 200&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 200&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/19&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 VoiceInterface - P2&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 141&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/20&lt;/P&gt;&lt;P&gt; description Connected to it-wlan-2106 DataInterface - P3&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 140&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; spanning-tree link-type point-to-point&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this config i lose connection with the device even when i have enabled management from both the wireless network and dymanic interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 20:18:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126628#M80347</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2009-01-10T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126629#M80348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have configured the management via dynamic ineterface, try managing using the ip of the data interface since you are managing the wlc from that network. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 20:30:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126629#M80348</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2009-01-10T20:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126630#M80349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right ok i feel silly, i can manage it from the data network now, your help has been fantastic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 20:52:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126630#M80349</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2009-01-10T20:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126631#M80350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The wlc will allow you to manage it if you were on the wireless. However, you can't manage the wlc using the management ip from any network that is configured on the wlc. You saw this when you added the data network while you were wired in. Glad you got it working!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 21:09:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126631#M80350</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2009-01-10T21:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126632#M80351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I knew it was all too good to hope for, sorry to be a pain but now im unabel to contact my radius server being Windows IAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange thing is if i remove the data interface and wlan and configure the voice wlan to use the same radius server (172.16.1.25)it authenticates against the server without issue and i receive an ip address via dhcp on the voice network, if i try to use the same server when connecting to the data wlan i get the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RADIUS server 172.16.1.25:1812 failed to respond to request (ID 69) for client 00:1c:bf:53:5b:a6 / user 'unknown'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be related to having the data dynamic interface on the same subnet as the radius server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 22:31:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126632#M80351</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2009-01-10T22:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126633#M80352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the issue. You can't have a dynamic interface in which your radius server resides. You should always seperate your wireless from wired. Best practice.... This way you can avoid many issues like what you are having. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 23:54:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126633#M80352</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2009-01-10T23:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2106 Controller Configuration Problems</title>
      <link>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126634#M80353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, thank you very much for your time ive certainly picked up a few useful tips for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 00:00:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cisco-2106-controller-configuration-problems/m-p/1126634#M80353</guid>
      <dc:creator>exonetinf1nity</dc:creator>
      <dc:date>2009-01-11T00:00:22Z</dc:date>
    </item>
  </channel>
</rss>

