<?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: how can i connect and configure AIR-AP2802I-I-K9C in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922252#M156101</link>
    <description>ACL looks fine.&lt;BR /&gt;I suggest you directly configure NTP on the Router, it can serve time to the other clients.&lt;BR /&gt;A very simple configuration:&lt;BR /&gt;&lt;BR /&gt;ntp source Fastethernet0/1 #the interface with which the router tries to contact the external ntp sources&lt;BR /&gt;ntp access-group peer 80 #acl to restrict access to the ntp functionality&lt;BR /&gt;ntp master 6&lt;BR /&gt;ntp server 82.220.2.2 #a public server&lt;BR /&gt;ntp server 195.141.190.190 #a public server&lt;BR /&gt;&lt;BR /&gt;ip access-list standard 80&lt;BR /&gt; permit 195.141.190.190&lt;BR /&gt; permit 82.220.2.2&lt;BR /&gt; permit 192.168.0.0 0.0.0.255&lt;BR /&gt; permit 192.168.1.0 0.0.0.255&lt;BR /&gt; permit 192.168.2.0 0.0.0.255&lt;BR /&gt; permit 192.168.3.0 0.0.0.255&lt;BR /&gt;#add other networks here that should access the ntp&lt;BR /&gt; deny   any</description>
    <pubDate>Wed, 11 Sep 2019 06:45:25 GMT</pubDate>
    <dc:creator>patoberli</dc:creator>
    <dc:date>2019-09-11T06:45:25Z</dc:date>
    <item>
      <title>how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3802210#M156089</link>
      <description>&lt;P&gt;Hi all i need help on the below question for how to configure the AP :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;how can i connect and configure&amp;nbsp;AIR-AP2802I-I-K9C (AP only ill use without WLC) to my network ?&lt;/LI&gt;&lt;LI&gt;how can i create two ssid one for wifi office and other for guest ?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;i have cisco switch&amp;nbsp;SW 24 ports 2960 -X series gige poe 370w 4 x 1G SFP LAN Base&lt;/LI&gt;&lt;LI&gt;what kind of the switch port should I connect the AP to (trunk port or access port)?&lt;/LI&gt;&lt;LI&gt;Should I create the vlan for geust and another vlan for employee on the AP then I have to create it again on the switch and assign it to the port which connected to AP ? need example&lt;/LI&gt;&lt;LI&gt;The AP configuration is from GUI mobility express. Correct?&lt;/LI&gt;&lt;LI&gt;Can you please check the attached pic for my network diagram? (2 switch and 1 router )&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Regarding the power feeding from the switch to c AP ? is it feeding with enough power and stable to my AP? (the kind of SW I have can feed power via poe to AP )?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 16:51:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3802210#M156089</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2021-07-05T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3802278#M156090</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at the Mobility express deployment guide:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-3/b_Cisco_Mobility_Express_Deployment_Guide/b_Cisco_Mobility_Express_Deployment_Guide_chapter_010.html" target="_self"&gt;https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-3/b_Cisco_Mobility_Express_Deployment_Guide/b_Cisco_Mobility_Express_Deployment_Guide_chapter_010.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The AP will work in Flexconnect mode and join the Mobility Express Controller inside the AP.&lt;/P&gt;
&lt;P&gt;To allow multiple VLANs you will need to map the to the VLANs on the switch:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;Interface GigabitEthernet1/0/37
description » Connected to Master AP « 
switchport trunk native vlan 122 
switchport trunk allowed vlan 10,20,122
switchport mode trunk&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/wireless/access_point/mob_exp/83/user_guide/b_ME_User_Guide_83/b_ME_User_Guide_83_chapter_01000.html#topic_2604B144ADFA42BEBBC5A1C706B80C5E" target="_self"&gt;https://www.cisco.com/c/en/us/td/docs/wireless/access_point/mob_exp/83/user_guide/b_ME_User_Guide_83/b_ME_User_Guide_83_chapter_01000.html#topic_2604B144ADFA42BEBBC5A1C706B80C5E&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reference the POE draw:&lt;/P&gt;
&lt;P&gt;The AP supports&amp;nbsp;802.3at PoE+&amp;nbsp;which it looks like the 2960 can supply:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-2960-x-series-switches/datasheet_c78-728232.html" target="_self"&gt;https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-2960-x-series-switches/datasheet_c78-728232.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The config can be managed via the Mobility Express WebUI or the CLI so what ever suits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Around should you use separate VLANs for employees and guest, this is a security decision. Normally you dont want the guest traffic to be able to access the corporate traffic, so I would be using two VLANs and ACLs to block traffic not allowed between the two.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 21:31:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3802278#M156090</guid>
      <dc:creator>Haydn Andrews</dc:creator>
      <dc:date>2019-02-14T21:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3918202#M156091</link>
      <description>&lt;P&gt;can u give me an example about acl to separate&amp;nbsp; both vlans office and guest traffics ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 14:10:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3918202#M156091</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-03T14:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3918908#M156092</link>
      <description>You could do that on the AP, but it's much better to do that on the router which is connecting those two VLANs. What kind of router are you using? &lt;BR /&gt;Assuming your guest and office traffic is not in the same VLAN.</description>
      <pubDate>Wed, 04 Sep 2019 12:58:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3918908#M156092</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2019-09-04T12:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3920545#M156093</link>
      <description>&lt;P&gt;router i have is 2911 isr&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to let vlan wifi guest to access internet only and other vlans blocked ? and other vlans can access wifi guest&lt;/P&gt;&lt;P&gt;should i use access lit ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIST OF INTERVLAN ROUTING G.W:&lt;/P&gt;&lt;P&gt;VLAN 2 192.168.2.207/24VLAN 2 LAN&lt;/P&gt;&lt;P&gt;192.168.3.207/24VLAN 9 PRINTER&lt;/P&gt;&lt;P&gt;192.168.4.207/24VLAN 20 WIFI-OFFICE&lt;/P&gt;&lt;P&gt;192.168.5.207/24VLAN 55 NATIVE&lt;/P&gt;&lt;P&gt;192.168.6.207/24VLAN200 VOICE&lt;/P&gt;&lt;P&gt;192.168.7.207/24VLAN250 MGMT&lt;/P&gt;&lt;P&gt;192.168.8.207/24VLAN912 WIFI-GUEST&lt;/P&gt;&lt;P&gt;192.168.9.207/24 VLAN230 STREAMING&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 04:32:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3920545#M156093</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-07T04:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921635#M156094</link>
      <description>&lt;P&gt;Correct, I would put an ACL on the guest-vlan denying access to all your other internal networks and maybe allowing to use internet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the clients can reach the DHCP and DNS servers, if those are in your internal network.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 09:46:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921635#M156094</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2019-09-10T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921669#M156095</link>
      <description>&lt;P&gt;yes its inside the router as below :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to block wifi guest to access other vlans but only internet connection and should other vlans access wifi guest ? or no need so just blocking the guest from accessing other vlans ..? and how to exclude the printer vlan so wifi guest can only use the printer on my network only ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frico#show run&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 4318 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;no service timestamps log datetime msec&lt;BR /&gt;no service timestamps debug datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname Frico&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;enable password cisco&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.2.207&lt;BR /&gt;ip dhcp excluded-address 192.168.3.207&lt;BR /&gt;ip dhcp excluded-address 192.168.4.207&lt;BR /&gt;ip dhcp excluded-address 192.168.5.207&lt;BR /&gt;ip dhcp excluded-address 192.168.6.207&lt;BR /&gt;ip dhcp excluded-address 192.168.7.207&lt;BR /&gt;ip dhcp excluded-address 192.168.8.207&lt;BR /&gt;ip dhcp excluded-address 192.168.9.207&lt;BR /&gt;ip dhcp excluded-address 192.168.7.1&lt;BR /&gt;ip dhcp excluded-address 192.168.7.20&lt;BR /&gt;ip dhcp excluded-address 192.168.7.10&lt;BR /&gt;ip dhcp excluded-address 192.168.7.2&lt;BR /&gt;ip dhcp excluded-address 192.168.3.88&lt;BR /&gt;ip dhcp excluded-address 192.168.2.20&lt;BR /&gt;ip dhcp excluded-address 192.168.2.10&lt;BR /&gt;ip dhcp excluded-address 192.168.2.100&lt;/P&gt;&lt;P&gt;ip dhcp pool LAN&lt;BR /&gt;network 192.168.2.0 255.255.255.0&lt;BR /&gt;default-router 192.168.2.207&lt;BR /&gt;domain-name GDS.LOCAL&lt;BR /&gt;ddns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool Printers&lt;BR /&gt;network 192.168.3.0 255.255.255.0&lt;BR /&gt;default-router 192.168.3.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool WIFI-OFFICE&lt;BR /&gt;network 192.168.4.0 255.255.255.0&lt;BR /&gt;default-router 192.168.4.207&lt;BR /&gt;domain-name GDS.LOCAL&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool Native&lt;BR /&gt;network 192.168.5.0 255.255.255.0&lt;BR /&gt;default-router 192.168.5.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool Voice&lt;BR /&gt;network 192.168.6.0 255.255.255.0&lt;BR /&gt;default-router 192.168.6.207&lt;BR /&gt;option 150 ip 192.168.6.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool MGMT&lt;BR /&gt;network 192.168.7.0 255.255.255.0&lt;BR /&gt;default-router 192.168.7.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool WIFI-GUEST&lt;BR /&gt;network 192.168.8.0 255.255.255.0&lt;BR /&gt;default-router 192.168.8.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;ip dhcp pool STREAMING&lt;BR /&gt;network 192.168.9.0 255.255.255.0&lt;BR /&gt;default-router 192.168.9.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip dhcp global-options&lt;BR /&gt;dns-server 163.121.128.134 163.121.128.135&lt;BR /&gt;!&lt;BR /&gt;ip name-server 8.8.8.8&lt;BR /&gt;ip name-server 8.8.4.4&lt;BR /&gt;ip cef&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt;description connected to local NW-INTERVLAN&lt;BR /&gt;no ip address&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip flow egress&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.2&lt;BR /&gt;description LAN&lt;BR /&gt;encapsulation dot1Q 2&lt;BR /&gt;ip address 192.168.2.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.9&lt;BR /&gt;description printers&lt;BR /&gt;encapsulation dot1Q 9&lt;BR /&gt;ip address 192.168.3.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.20&lt;BR /&gt;description WIFI-OFFICE&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 192.168.4.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.55&lt;BR /&gt;description native&lt;BR /&gt;encapsulation dot1Q 55 native&lt;BR /&gt;ip address 192.168.5.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.200&lt;BR /&gt;description voice&lt;BR /&gt;encapsulation dot1Q 200&lt;BR /&gt;ip address 192.168.6.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.230&lt;BR /&gt;description streaming&lt;BR /&gt;encapsulation dot1Q 230&lt;BR /&gt;ip address 192.168.9.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.250&lt;BR /&gt;encapsulation dot1Q 250&lt;BR /&gt;ip address 192.168.7.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.912&lt;BR /&gt;description WIFI-Guest&lt;BR /&gt;encapsulation dot1Q 912&lt;BR /&gt;ip address 192.168.8.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;description connedted to ISP&lt;BR /&gt;ip address 192.168.1.207 255.255.255.0&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip flow egress&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip flow-top-talkers&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 2 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 3 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 4 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 5 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 6 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 7 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 8 interface FastEthernet0/1 overload&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.253 or fastethernet0/1&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;ip http authentication local&lt;BR /&gt;ip http secure-server&lt;BR /&gt;ip flow-export version 9&lt;BR /&gt;top 60&lt;BR /&gt;sort-by packets&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;router eigrp 100&lt;BR /&gt;network 192.168.1.0&lt;BR /&gt;network 192.168.2.0&lt;BR /&gt;network 192.168.3.0&lt;BR /&gt;network 192.168.4.0&lt;BR /&gt;network 192.168.5.0&lt;BR /&gt;network 192.168.6.0&lt;BR /&gt;network 192.168.7.0&lt;BR /&gt;network 192.168.8.0&lt;BR /&gt;no auto-summary&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.168.2.0 0.0.0.255&lt;BR /&gt;access-list 2 permit 192.168.3.0 0.0.0.255&lt;BR /&gt;access-list 3 permit 192.168.4.0 0.0.0.255&lt;BR /&gt;access-list 4 permit 192.168.5.0 0.0.0.255&lt;BR /&gt;access-list 5 permit 192.168.6.0 0.0.0.255&lt;BR /&gt;access-list 6 permit 192.168.7.0 0.0.0.255&lt;BR /&gt;access-list 7 permit 192.168.8.0 0.0.0.255&lt;BR /&gt;access-list 8 permit 192.168.9.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;no cdp run&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;line aux 0&lt;BR /&gt;line 2&lt;BR /&gt;no activation-character&lt;BR /&gt;no exec&lt;BR /&gt;transport preferred none&lt;BR /&gt;transport output pad telnet rlogin lapb-ta mop udptn v120 ssh&lt;BR /&gt;stopbits 1&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login local&lt;BR /&gt;transport input all&lt;BR /&gt;line vty 5 15&lt;BR /&gt;exec-timeout 5 0&lt;BR /&gt;login local&lt;BR /&gt;transport input all&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;ntp master&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 10:41:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921669#M156095</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-10T10:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921737#M156096</link>
      <description>A very simple one (please note it might need some tweaking):&lt;BR /&gt;conf t&lt;BR /&gt;ip access-list extended in_guest_traffic&lt;BR /&gt;deny ip any 192.168.2.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.3.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.4.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.5.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.6.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.7.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.9.0 0.0.0.255&lt;BR /&gt;permit ip any any&lt;BR /&gt;#apply it to the interface&lt;BR /&gt;interface FastEthernet0/0.912&lt;BR /&gt;ip access-group in_guest_traffic in&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;Please test if all other networks are blocked. The last line should provide full internet access without restrictions. &lt;BR /&gt;&lt;BR /&gt;Not sure what you mean with the printer vlan.</description>
      <pubDate>Tue, 10 Sep 2019 12:43:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921737#M156096</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2019-09-10T12:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921748#M156097</link>
      <description>&lt;P&gt;need to exclude the network traffic from blocking to other vlans&amp;nbsp;&lt;/P&gt;&lt;P&gt;so wifi guest can access printers&lt;/P&gt;&lt;P&gt;my printers already has its own vlan as below :&lt;/P&gt;&lt;P&gt;and also what do u mean by (&lt;SPAN&gt;&lt;STRONG&gt;A very simple one (please note it might need some tweaking&lt;/STRONG&gt;)) ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ip dhcp pool Printers&lt;BR /&gt;network 192.168.3.0 255.255.255.0&lt;BR /&gt;default-router 192.168.3.207&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.9&lt;BR /&gt;description printers&lt;BR /&gt;encapsulation dot1Q 9&lt;BR /&gt;ip address 192.168.3.207 255.255.255.0&lt;BR /&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;need wifi guest to access printers so they able to connect and print&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:29:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921748#M156097</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-10T13:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921810#M156098</link>
      <description>Ok, then it depends on the printing protocol you want to allow. Assuming LPR (tcp/9100), it looks like:&lt;BR /&gt;ip access-list extended in_guest_traffic&lt;BR /&gt;deny ip any 192.168.2.0 0.0.0.255&lt;BR /&gt;permit tcp any 192.168.3.0 0.0.0.255 eq 9100&lt;BR /&gt;deny ip any 192.168.3.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.4.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.5.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.6.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.7.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.9.0 0.0.0.255&lt;BR /&gt;permit ip any any</description>
      <pubDate>Tue, 10 Sep 2019 14:32:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921810#M156098</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2019-09-10T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921911#M156099</link>
      <description>&lt;P&gt;what about the below :&lt;/P&gt;&lt;P&gt;192.168.3.2&amp;nbsp; &amp;nbsp;printer&lt;/P&gt;&lt;P&gt;192.168.3.1 another printer&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;ip access-list extended in_guest_traffic&lt;/P&gt;&lt;P&gt;permit ip host 192.168.3.2 any&lt;BR /&gt;permit ip any host 192.168.3.2&lt;BR /&gt;permit ip host 192.168.3.1 any&lt;BR /&gt;permit ip any host 192.168.3.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;deny ip any 192.168.2.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.3.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.4.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.5.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.6.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.7.0 0.0.0.255&lt;BR /&gt;deny ip any 192.168.9.0 0.0.0.255&lt;BR /&gt;permit ip any any&lt;BR /&gt;#apply it to the interface&lt;BR /&gt;interface FastEthernet0/0.912&lt;BR /&gt;ip access-group in_guest_traffic in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tested and it working so is it okay for u this config?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 16:16:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3921911#M156099</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-10T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922006#M156100</link>
      <description>&lt;P&gt;also depending on the configuration that i have with all vlans ?&amp;nbsp; how can i configure the ntp server&amp;nbsp;&lt;/P&gt;&lt;P&gt;should i create another vlan for ntp server ? or how ? and how other vlans can take the correct time from it ??&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:17:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922006#M156100</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-10T18:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922252#M156101</link>
      <description>ACL looks fine.&lt;BR /&gt;I suggest you directly configure NTP on the Router, it can serve time to the other clients.&lt;BR /&gt;A very simple configuration:&lt;BR /&gt;&lt;BR /&gt;ntp source Fastethernet0/1 #the interface with which the router tries to contact the external ntp sources&lt;BR /&gt;ntp access-group peer 80 #acl to restrict access to the ntp functionality&lt;BR /&gt;ntp master 6&lt;BR /&gt;ntp server 82.220.2.2 #a public server&lt;BR /&gt;ntp server 195.141.190.190 #a public server&lt;BR /&gt;&lt;BR /&gt;ip access-list standard 80&lt;BR /&gt; permit 195.141.190.190&lt;BR /&gt; permit 82.220.2.2&lt;BR /&gt; permit 192.168.0.0 0.0.0.255&lt;BR /&gt; permit 192.168.1.0 0.0.0.255&lt;BR /&gt; permit 192.168.2.0 0.0.0.255&lt;BR /&gt; permit 192.168.3.0 0.0.0.255&lt;BR /&gt;#add other networks here that should access the ntp&lt;BR /&gt; deny   any</description>
      <pubDate>Wed, 11 Sep 2019 06:45:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922252#M156101</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2019-09-11T06:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922884#M156102</link>
      <description>&lt;P&gt;JUST FOR UR INFO ALL OTHER CONFIGURATIONS ARE ON ROUTER ALREADY&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on switch im only configure vlans / vtp / trunks and so on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks man&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 21:35:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922884#M156102</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-11T21:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922891#M156103</link>
      <description>&lt;P&gt;so ill configure&amp;nbsp; the main gateway as ntp soure so ntp is not in vlan and this interface 0/0 will be the master of all so every one can take time from it ?? am i correct?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 22:07:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3922891#M156103</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2019-09-11T22:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: how can i connect and configure AIR-AP2802I-I-K9C</title>
      <link>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3923039#M156104</link>
      <description>You can change the ntp interface. The idea of this command is, the router doesn't know from which interface it should contact the internet-ntp servers (you might want to use different servers, mine are based in Europe). That interface needs to be able to access the internet.</description>
      <pubDate>Thu, 12 Sep 2019 06:55:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-can-i-connect-and-configure-air-ap2802i-i-k9c/m-p/3923039#M156104</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2019-09-12T06:55:54Z</dc:date>
    </item>
  </channel>
</rss>

