<?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: configuring wireless on cisco 877w router in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510369#M154729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My configuration works for wireless no authentication, but failed for WPA-PSK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 172.16.250.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool TEST&lt;/P&gt;&lt;P&gt;   import all&lt;/P&gt;&lt;P&gt;   network 172.16.250.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 172.16.250.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;bridge irb&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; description $ES_WAN$&lt;/P&gt;&lt;P&gt; ip address dhcp client-id FastEthernet4&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid 111&lt;/P&gt;&lt;P&gt;    vlan 1&lt;/P&gt;&lt;P&gt;    authentication open&lt;/P&gt;&lt;P&gt;    authentication key-management wpa&lt;/P&gt;&lt;P&gt;    wpa-psk ascii 0 Cisco1234&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.1&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 1 native&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; bridge-group 1 subscriber-loop-control&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt; bridge-group 1 block-unknown-source&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&lt;/P&gt;&lt;P&gt; no bridge-group 1 unicast-flooding&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; ip address 172.16.250.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I configured the same wpa-psk key on the XP computer using windows zero configuration and tried to connect to the wireless work, I got the following errors on the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 03:00:51.623: *** Not encrypted dot1x packet from 000c.f123.25cf has been discarded&lt;/P&gt;&lt;P&gt;*Mar  1 03:00:52.623: %DOT11-7-AUTH_FAILED: Station 000c.f123.25cf Authentication failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2006 12:06:40 GMT</pubDate>
    <dc:creator>zhenningx</dc:creator>
    <dc:date>2006-05-23T12:06:40Z</dc:date>
    <item>
      <title>configuring wireless on cisco 877w router</title>
      <link>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510366#M154726</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have a Cisco 877W wireless/ADSL router and having great difficulty with configuring wireless on this router. Here is a quick summary.&lt;/P&gt;&lt;P&gt;1. The ADSL is configured to obtain public IP from the ISP&lt;/P&gt;&lt;P&gt;2. Default interface vlan 1 is configured with an IP address&lt;/P&gt;&lt;P&gt;3. I went into vlan database, tried to configure multi vlans and the router prompted me that it can only have max 2 vlans. Hence what's the use of up to 16 different SSID using wireless?&lt;/P&gt;&lt;P&gt;4. I've setup DHCP scope on the router to give out IP address to clients (both wireless and wired)&lt;/P&gt;&lt;P&gt;5. I'm able to configure WPA-PSK on the router and was able to connect wirelessly to the router but I won't be able to obtain an IP address from the router&lt;/P&gt;&lt;P&gt;6. There are two scenarios that I'd like to do:&lt;/P&gt;&lt;P&gt;A. Setup wireless to connect to the same subnet as what's on vlan1&lt;/P&gt;&lt;P&gt;B. Setup wireless to connect to a different subnet to vlan1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the life of me, I could not find docs on Cisco web site that shows me how to exactly this. I found some documents that use interface F0 as a trunk port and treat the interface Dot11Radio0 with sub-interfaces. I don't connect this router to a switch (standalone router) so how can I do this? Please point me to some docs.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 19:07:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510366#M154726</guid>
      <dc:creator>vincent-n</dc:creator>
      <dc:date>2021-07-04T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: configuring wireless on cisco 877w router</title>
      <link>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510367#M154727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and here is a sample of my config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.116.3.1 10.116.3.8&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool ABC&lt;/P&gt;&lt;P&gt;   import all&lt;/P&gt;&lt;P&gt;   network 10.116.3.0 255.255.255.224&lt;/P&gt;&lt;P&gt;   dns-server 10.95.3.8 10.95.3.10 &lt;/P&gt;&lt;P&gt;   default-router 10.116.3.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; encryption mode ciphers tkip &lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid MM-Wireless&lt;/P&gt;&lt;P&gt;    authentication open &lt;/P&gt;&lt;P&gt;    authentication key-management wpa&lt;/P&gt;&lt;P&gt;    wpa-psk ascii 0 abc123456&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; ip address 10.116.3.1 255.255.255.224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, 'd liek to be able to broadcast out this SSID if possible. On my workstation, it keeps coming up as "SSID Not Broadcast". Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 04:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510367#M154727</guid>
      <dc:creator>vincent-n</dc:creator>
      <dc:date>2006-05-19T04:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: configuring wireless on cisco 877w router</title>
      <link>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510368#M154728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Best bet here, is to configure a BVI interface on your router, and move the IP address from the vlan to the BVI, place the vlan in to bridge-group 1, and save and reload. having sub interfaces on your dot 0 radio works for having different SSID's, but you still need the BVI  (bridged virtual interface) to Communicate on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 19:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510368#M154728</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2006-05-22T19:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: configuring wireless on cisco 877w router</title>
      <link>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510369#M154729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My configuration works for wireless no authentication, but failed for WPA-PSK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 172.16.250.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool TEST&lt;/P&gt;&lt;P&gt;   import all&lt;/P&gt;&lt;P&gt;   network 172.16.250.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 172.16.250.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;bridge irb&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; description $ES_WAN$&lt;/P&gt;&lt;P&gt; ip address dhcp client-id FastEthernet4&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid 111&lt;/P&gt;&lt;P&gt;    vlan 1&lt;/P&gt;&lt;P&gt;    authentication open&lt;/P&gt;&lt;P&gt;    authentication key-management wpa&lt;/P&gt;&lt;P&gt;    wpa-psk ascii 0 Cisco1234&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.1&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 1 native&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; bridge-group 1 subscriber-loop-control&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt; bridge-group 1 block-unknown-source&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&lt;/P&gt;&lt;P&gt; no bridge-group 1 unicast-flooding&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; ip address 172.16.250.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I configured the same wpa-psk key on the XP computer using windows zero configuration and tried to connect to the wireless work, I got the following errors on the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 03:00:51.623: *** Not encrypted dot1x packet from 000c.f123.25cf has been discarded&lt;/P&gt;&lt;P&gt;*Mar  1 03:00:52.623: %DOT11-7-AUTH_FAILED: Station 000c.f123.25cf Authentication failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 12:06:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuring-wireless-on-cisco-877w-router/m-p/510369#M154729</guid>
      <dc:creator>zhenningx</dc:creator>
      <dc:date>2006-05-23T12:06:40Z</dc:date>
    </item>
  </channel>
</rss>

