<?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 Need tips for wireless printer on local network in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857641#M153173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As what Steve has requested, can you kindly post the complete config? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 04:17:48 GMT</pubDate>
    <dc:creator>Leo Laohoo</dc:creator>
    <dc:date>2012-01-16T04:17:48Z</dc:date>
    <item>
      <title>Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857636#M153163</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Cisco 891 ISR that's working fine with several clients on a local network both wired and wireless.&lt;/P&gt;&lt;P&gt;Just picked up a wireless printer and I can see and ping the printer from the router, but the PC setup can't find the printer and thus won't set it up correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought perhaps that by opening up ICMP would correct the issue because I can't ping another client on the network, but after entering these commands, I still can't ping the printer from a PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list 110 permit icmp any any echo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list 110 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list 110 permit icmp any any source-quench&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list 110 permit icmp any any packet-too-big&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list 110 permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still new to the Cisco IOS and many of the features, so would appreciate any input as to what I might be missing.&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;-Mike&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 04:22:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857636#M153163</guid>
      <dc:creator>signalwriter</dc:creator>
      <dc:date>2021-07-04T04:22:55Z</dc:date>
    </item>
    <item>
      <title>Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857637#M153164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you using for wireless?&amp;nbsp; Maybe its a configuration on the wireless side.&amp;nbsp; Is the users and the printer on the same subnet?&amp;nbsp; Have you tried to put them on the same subnet to see if it works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2012 16:54:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857637#M153164</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2012-01-15T16:54:22Z</dc:date>
    </item>
    <item>
      <title>Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857638#M153165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt; access-list 110 permit icmp any any echo&lt;/P&gt;&lt;P&gt;access-list 110 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list 110 permit icmp any any source-quench&lt;/P&gt;&lt;P&gt;access-list 110 permit icmp any any packet-too-big&lt;/P&gt;&lt;P&gt;access-list 110 permit icmp any any time-exceeded&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;SO which means the router will allow ICMP but will deny ALL OTHER TRAFFIC.&amp;nbsp; Access Control List (ACL) has an emplicit "deny any any" at the end of each statement.&amp;nbsp; You need to add "access-list 110 permit any any" AT THE END of the access list 110.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2012 21:09:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857638#M153165</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2012-01-15T21:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857639#M153167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're better off removing the ACL. From what you are showing in that ACL it's not doing anything, with out te ACL all traffic should be allowed. Unless there is more you aren't showing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check the config on the AP side and see if Public Secure Packet Forwarding is enabled?  If not can you post the config of the AP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2012 21:13:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857639#M153167</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2012-01-15T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857640#M153170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Re: ACL - Didn't work with the ACL off and since I assumed the router would have most items turned off (secured) by default, I turned on what I thought might be reasonable. Still not able to ping between PC's on the wireless - gives me a destination unreachable error from a PC command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AP configurations:&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; no ip route-cache&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; station-role root&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 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; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; station-role root&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 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; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 04:06:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857640#M153170</guid>
      <dc:creator>signalwriter</dc:creator>
      <dc:date>2012-01-16T04:06:46Z</dc:date>
    </item>
    <item>
      <title>Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857641#M153173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As what Steve has requested, can you kindly post the complete config? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 04:17:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857641#M153173</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2012-01-16T04:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857642#M153176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, below please find the running config. Did some reading tonite on the public secured packet forwarding - but the documentation is unclear to me. Not sure if ENABLING it means I can communicate with other devices on my wireless LAN, or DISABLING it means that I can communicate with other devices. The docs seem to indicate if it's enabled, it prevents communication between PC's/Printers and anything else (e.g. for a public access point.) because you first have to setup protected ports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's NOT what I'm after - this router is being used in a small home-office environment and I DO need to see printers and at some point want to put up a NAS again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============ Begin Cisco 891 running config =============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Using 7006 out of 262136 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;! Last configuration change at 00:06:30 PCTime Fri Dec 30 2011 by mike&lt;/P&gt;&lt;P&gt;! NVRAM config last updated at 00:07:08 PCTime Fri Dec 30 2011 by mike&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;version 15.0&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 (Removed)&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 buffered 51200&lt;/P&gt;&lt;P&gt;logging console critical&lt;/P&gt;&lt;P&gt;enable secret 5 (Removed)&lt;/P&gt;&lt;P&gt;enable password 7 (removed)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;clock timezone PCTime -8&lt;/P&gt;&lt;P&gt;clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00&lt;/P&gt;&lt;P&gt;service-module wlan-ap 0 bootimage autonomous&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto pki trustpoint TP-self-signed-1051374130&lt;/P&gt;&lt;P&gt;enrollment selfsigned&lt;/P&gt;&lt;P&gt;subject-name cn=IOS-Self-Signed-Certificate-1051374130&lt;/P&gt;&lt;P&gt;revocation-check none&lt;/P&gt;&lt;P&gt;rsakeypair TP-self-signed-1051374130&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto pki certificate chain TP-self-signed-1051374130&lt;/P&gt;&lt;P&gt;certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;/P&gt;&lt;P&gt;no ip source-route&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.0.0.1 10.0.0.99&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool ccp-pool1&lt;/P&gt;&lt;P&gt;import all&lt;/P&gt;&lt;P&gt;network 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;dns-server (Removed)&lt;/P&gt;&lt;P&gt;default-router 10.0.0.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;no ip bootp server&lt;/P&gt;&lt;P&gt;ip domain name (Removed)&lt;/P&gt;&lt;P&gt;ip name-server (Removed)&lt;/P&gt;&lt;P&gt;no ipv6 cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;license udi pid CISCO891W-AGN-A-K9 sn FTX155085JQ&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username (removed)&lt;/P&gt;&lt;P&gt;username (Removed)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip tcp synwait-time 10&lt;/P&gt;&lt;P&gt;ip ssh time-out 60&lt;/P&gt;&lt;P&gt;ip ssh authentication-retries 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map type inspect match-any SDM_BOOTPC&lt;/P&gt;&lt;P&gt;match access-group name SDM_BOOTPC&lt;/P&gt;&lt;P&gt;class-map type inspect match-any SDM_DHCP_CLIENT_PT&lt;/P&gt;&lt;P&gt;match class-map SDM_BOOTPC&lt;/P&gt;&lt;P&gt;class-map type inspect match-any sdm-cls-bootps&lt;/P&gt;&lt;P&gt;match protocol bootps&lt;/P&gt;&lt;P&gt;class-map type inspect match-any ccp-cls-insp-traffic&lt;/P&gt;&lt;P&gt;match protocol cuseeme&lt;/P&gt;&lt;P&gt;match protocol dns&lt;/P&gt;&lt;P&gt;match protocol ftp&lt;/P&gt;&lt;P&gt;match protocol h323&lt;/P&gt;&lt;P&gt;match protocol https&lt;/P&gt;&lt;P&gt;match protocol icmp&lt;/P&gt;&lt;P&gt;match protocol imap&lt;/P&gt;&lt;P&gt;match protocol pop3&lt;/P&gt;&lt;P&gt;match protocol netshow&lt;/P&gt;&lt;P&gt;match protocol shell&lt;/P&gt;&lt;P&gt;match protocol realmedia&lt;/P&gt;&lt;P&gt;match protocol rtsp&lt;/P&gt;&lt;P&gt;match protocol smtp&lt;/P&gt;&lt;P&gt;match protocol sql-net&lt;/P&gt;&lt;P&gt;match protocol streamworks&lt;/P&gt;&lt;P&gt;match protocol tftp&lt;/P&gt;&lt;P&gt;match protocol vdolive&lt;/P&gt;&lt;P&gt;match protocol tcp&lt;/P&gt;&lt;P&gt;match protocol udp&lt;/P&gt;&lt;P&gt;class-map type inspect match-all ccp-insp-traffic&lt;/P&gt;&lt;P&gt;match class-map ccp-cls-insp-traffic&lt;/P&gt;&lt;P&gt;class-map type inspect match-any ccp-cls-icmp-access&lt;/P&gt;&lt;P&gt;match protocol icmp&lt;/P&gt;&lt;P&gt;match protocol tcp&lt;/P&gt;&lt;P&gt;match protocol udp&lt;/P&gt;&lt;P&gt;class-map type inspect match-all ccp-icmp-access&lt;/P&gt;&lt;P&gt;match class-map ccp-cls-icmp-access&lt;/P&gt;&lt;P&gt;class-map type inspect match-all ccp-invalid-src&lt;/P&gt;&lt;P&gt;match access-group 100&lt;/P&gt;&lt;P&gt;class-map type inspect match-all ccp-protocol-http&lt;/P&gt;&lt;P&gt;match protocol http&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect ccp-permit-icmpreply&lt;/P&gt;&lt;P&gt;class type inspect sdm-cls-bootps&lt;/P&gt;&lt;P&gt;pass&lt;/P&gt;&lt;P&gt;class type inspect ccp-icmp-access&lt;/P&gt;&lt;P&gt;inspect&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;pass&lt;/P&gt;&lt;P&gt;policy-map type inspect ccp-inspect&lt;/P&gt;&lt;P&gt;class type inspect ccp-invalid-src&lt;/P&gt;&lt;P&gt;drop log&lt;/P&gt;&lt;P&gt;class type inspect ccp-protocol-http&lt;/P&gt;&lt;P&gt;inspect&lt;/P&gt;&lt;P&gt;class type inspect ccp-insp-traffic&lt;/P&gt;&lt;P&gt;inspect&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;policy-map type inspect ccp-permit&lt;/P&gt;&lt;P&gt;class type inspect SDM_DHCP_CLIENT_PT&lt;/P&gt;&lt;P&gt;pass&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone security out-zone&lt;/P&gt;&lt;P&gt;zone security in-zone&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-self-out source self destination out-zone&lt;/P&gt;&lt;P&gt;service-policy type inspect ccp-permit-icmpreply&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-in-out source in-zone destination out-zone&lt;/P&gt;&lt;P&gt;service-policy type inspect ccp-inspect&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-self source out-zone destination self&lt;/P&gt;&lt;P&gt;service-policy type inspect ccp-permit&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;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet8&lt;/P&gt;&lt;P&gt;no ip address&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;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0&lt;/P&gt;&lt;P&gt;ip address dhcp&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 flow ingress&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;!&lt;/P&gt;&lt;P&gt;interface wlan-ap0&lt;/P&gt;&lt;P&gt;description Service module interface to manage the embedded AP&lt;/P&gt;&lt;P&gt;ip unnumbered Vlan1&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 flow ingress&lt;/P&gt;&lt;P&gt;arp timeout 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Wlan-GigabitEthernet0&lt;/P&gt;&lt;P&gt;description Internal switch interface connecting to the embedded AP&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$$ES_LAN$$FW_INSIDE$&lt;/P&gt;&lt;P&gt;ip address 10.0.0.1 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 flow ingress&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;interface Async1&lt;/P&gt;&lt;P&gt;no ip address&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;encapsulation slip&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip forward-protocol nd&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication local&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface GigabitEthernet0 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended SDM_BOOTPC&lt;/P&gt;&lt;P&gt;remark CCP_ACL Category=0&lt;/P&gt;&lt;P&gt;permit udp any any eq bootpc&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging trap debugging&lt;/P&gt;&lt;P&gt;access-list 1 remark INSIDE_IF=Vlan1&lt;/P&gt;&lt;P&gt;access-list 1 remark CCP_ACL Category=2&lt;/P&gt;&lt;P&gt;access-list 1 permit 10.0.0.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 100 remark CCP_ACL Category=128&lt;/P&gt;&lt;P&gt;access-list 100 permit ip host 255.255.255.255 any&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 127.0.0.0 0.255.255.255 any&lt;/P&gt;&lt;P&gt;no cdp run&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;!&lt;/P&gt;&lt;P&gt;control-plane&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;banner exec ^C&lt;/P&gt;&lt;P&gt;% Password expiration warning.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Cisco Configuration Professional (Cisco CP) is installed on this device&lt;/P&gt;&lt;P&gt;and it provides the default username "cisco" for one-time use. If you have&lt;/P&gt;&lt;P&gt;already used the username "cisco" to login to the router and your IOS image&lt;/P&gt;&lt;P&gt;supports the "one-time" user option, then this username has already expired.&lt;/P&gt;&lt;P&gt;You will not be able to login to the router with this username after you exit&lt;/P&gt;&lt;P&gt;this session.&lt;/P&gt;&lt;P&gt;It is strongly suggested that you create a new username with a privilege level&lt;/P&gt;&lt;P&gt;of 15 using the following command.&lt;/P&gt;&lt;P&gt;username &lt;MYUSER&gt; privilege 15 secret 0 &lt;MYPASSWORD&gt;&lt;/MYPASSWORD&gt;&lt;/MYUSER&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;MYUSER&gt; and &lt;MYPASSWORD&gt; with the username and password you want to&lt;/MYPASSWORD&gt;&lt;/MYUSER&gt;&lt;/P&gt;&lt;P&gt;use.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;banner login ^CAuthorized access only!&lt;/P&gt;&lt;P&gt;Disconnect IMMEDIATELY if you are not an authorized user!^C&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;login local&lt;/P&gt;&lt;P&gt;transport output telnet&lt;/P&gt;&lt;P&gt;line 1&lt;/P&gt;&lt;P&gt;modem InOut&lt;/P&gt;&lt;P&gt;stopbits 1&lt;/P&gt;&lt;P&gt;speed 115200&lt;/P&gt;&lt;P&gt;flowcontrol hardware&lt;/P&gt;&lt;P&gt;line 2&lt;/P&gt;&lt;P&gt;no activation-character&lt;/P&gt;&lt;P&gt;no exec&lt;/P&gt;&lt;P&gt;transport preferred none&lt;/P&gt;&lt;P&gt;transport input all&lt;/P&gt;&lt;P&gt;transport output pad telnet rlogin udptn ssh&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;login local&lt;/P&gt;&lt;P&gt;transport output telnet&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;privilege level 15&lt;/P&gt;&lt;P&gt;login local&lt;/P&gt;&lt;P&gt;transport input telnet ssh&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt;privilege level 15&lt;/P&gt;&lt;P&gt;login local&lt;/P&gt;&lt;P&gt;transport input telnet ssh&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;scheduler max-task-time 5000&lt;/P&gt;&lt;P&gt;scheduler allocate 4000 1000&lt;/P&gt;&lt;P&gt;scheduler interval 500&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 07:30:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857642#M153176</guid>
      <dc:creator>signalwriter</dc:creator>
      <dc:date>2012-01-16T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857643#M153178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; that's from the router, which is good to know.&amp;nbsp; Can you please session into the AP and post the show run from the there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:09:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857643#M153178</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2012-01-16T13:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857644#M153182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using 3072 out of 32768 bytes!&amp;nbsp; The default startup configuration file for inter&lt;/P&gt;&lt;P&gt;!&amp;nbsp; Cisco Configuration Professional(Cisco CP)&lt;/P&gt;&lt;P&gt;!&amp;nbsp; DO NOT modify this file; it is required by Cisco CP as is for factory default&lt;/P&gt;&lt;P&gt;!&amp;nbsp; Version 1.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ap&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;enable secret 0 (Removed)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username (Removed)&lt;/P&gt;&lt;P&gt;!&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;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; station-role root&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 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; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; station-role root&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 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; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0&lt;/P&gt;&lt;P&gt; description&amp;nbsp; the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&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 dhcp client-id GigabitEthernet0&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip http help-path &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag"&gt;http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag&lt;/A&gt;&lt;/P&gt;&lt;P&gt;bridge 1 route ip&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;banner exec ^C&lt;/P&gt;&lt;P&gt;% Password change notice.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default username/password setup on AP is cisco/cisco with privilege level 15.&lt;/P&gt;&lt;P&gt;It is strongly suggested that you create a new username with privilege level&lt;/P&gt;&lt;P&gt;15 using the following command for console security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username &lt;MYUSER&gt; privilege 15 secret 0 &lt;MYPASSWORD&gt;&lt;/MYPASSWORD&gt;&lt;/MYUSER&gt;&lt;/P&gt;&lt;P&gt;no username cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;MYUSER&gt; and &lt;MYPASSWORD&gt; with the username and password you want to&lt;/MYPASSWORD&gt;&lt;/MYUSER&gt;&lt;/P&gt;&lt;P&gt;use. After you change your username/password you can turn off this message&lt;/P&gt;&lt;P&gt;by configuring&amp;nbsp; "no banner login" and "no banner exec" in privileged mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;banner login ^C&lt;/P&gt;&lt;P&gt;% Password change notice.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default username/password setup on AP is cisco/cisco with privilege level 15.&lt;/P&gt;&lt;P&gt;It is strongly suggested that you create a new username with privilege level&lt;/P&gt;&lt;P&gt;15 using the following command for console security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username &lt;MYUSER&gt; privilege 15 secret 0 &lt;MYPASSWORD&gt;&lt;/MYPASSWORD&gt;&lt;/MYUSER&gt;&lt;/P&gt;&lt;P&gt;no username cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;MYUSER&gt; and &lt;MYPASSWORD&gt; with the username and password you want to&lt;/MYPASSWORD&gt;&lt;/MYUSER&gt;&lt;/P&gt;&lt;P&gt;use. After you change your username/password you can turn off this message&lt;/P&gt;&lt;P&gt;by configuring&amp;nbsp; "no banner login" and "no banner exec" in privileged mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; privilege level 15&lt;/P&gt;&lt;P&gt; login local&lt;/P&gt;&lt;P&gt; no activation-character&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; login local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;cns dhcp&lt;/P&gt;&lt;P&gt;! End of Cisco CP internal access point default config file&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 01:40:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857644#M153182</guid>
      <dc:creator>signalwriter</dc:creator>
      <dc:date>2012-01-17T01:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857645#M153184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that looks fine, but very basic. It doesn't look like PAPF is enabled under the bridge group. But it doesn't show any config for the WLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 01:53:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857645#M153184</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2012-01-17T01:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857646#M153186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions, or do I need to just find another router?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 20:49:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857646#M153186</guid>
      <dc:creator>signalwriter</dc:creator>
      <dc:date>2012-01-17T20:49:48Z</dc:date>
    </item>
    <item>
      <title>Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857647#M153187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm having a similar issue.&amp;nbsp; I have an 891W with an HP 8500A Plus wireless printer.&amp;nbsp; I'm able to ping the printer from my computer, but the HP software does not find the printer.&amp;nbsp; This was working before with an asa 5505 and Cisco AP 1200.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 02:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/1857647#M153187</guid>
      <dc:creator>jasonreimers</dc:creator>
      <dc:date>2012-01-18T02:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need tips for wireless printer on local network</title>
      <link>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/3732495#M153188</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So many printers need you to be connected to the same network to which your printer is connected.&amp;nbsp;The steps for connecting a printer to Wi-Fi will vary from printer to printer. you can check online method to connect your printer on a local network. also, check out error &lt;A href="https://www.hpsupporthelpline.com/blog/how-to-fix-hp-printer-error-49-4c02/" target="_blank"&gt;49.4c02&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 09:26:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/need-tips-for-wireless-printer-on-local-network/m-p/3732495#M153188</guid>
      <dc:creator>mohanashaw</dc:creator>
      <dc:date>2018-10-25T09:26:26Z</dc:date>
    </item>
  </channel>
</rss>

