<?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 Root Aironet 1310 question in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/root-aironet-1310-question/m-p/470284#M143109</link>
    <description>&lt;P&gt;I have a root aironet that has 2 vlans and 2 ssids. I have designated a trunk port that supports both vlans that the root aironet is plugged into. I also have another trunk port that supports both vlans going to my firewall. The only way I can get a client on one of my non root aironets to get to the firewall is by specifying a vlan on the port plugged into the root aironet. Problem is that I can only assign one vlan to the port. The switch i'm using is a module inside a 4006 chassis running CatOS. Thanks in advance for any help.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 18:06:46 GMT</pubDate>
    <dc:creator>brentsmith20</dc:creator>
    <dc:date>2021-07-04T18:06:46Z</dc:date>
    <item>
      <title>Root Aironet 1310 question</title>
      <link>https://community.cisco.com/t5/wireless/root-aironet-1310-question/m-p/470284#M143109</link>
      <description>&lt;P&gt;I have a root aironet that has 2 vlans and 2 ssids. I have designated a trunk port that supports both vlans that the root aironet is plugged into. I also have another trunk port that supports both vlans going to my firewall. The only way I can get a client on one of my non root aironets to get to the firewall is by specifying a vlan on the port plugged into the root aironet. Problem is that I can only assign one vlan to the port. The switch i'm using is a module inside a 4006 chassis running CatOS. Thanks in advance for any help.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 18:06:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/root-aironet-1310-question/m-p/470284#M143109</guid>
      <dc:creator>brentsmith20</dc:creator>
      <dc:date>2021-07-04T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Root Aironet 1310 question</title>
      <link>https://community.cisco.com/t5/wireless/root-aironet-1310-question/m-p/470285#M143110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The key to configuring a access point/bridge to connect to a specific VLAN is by&lt;/P&gt;&lt;P&gt;configuring its SSID to recognize that VLAN. Since VLANs are identified by a VLAN ID, it&lt;/P&gt;&lt;P&gt;follows that if the SSID on a access point/bridge is configured to recognize a specific&lt;/P&gt;&lt;P&gt;VLAN ID, a connection to the VLAN is established. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The access point/bridge supports only one SSID. You should assign the SSID to the native&lt;/P&gt;&lt;P&gt;VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring your access point/bridge to support VLANs is a five-step process: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create subinterfaces on the radio and Ethernet interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enable 802.1q encapsulation on the subinterfaces and assign one subinterface as the&lt;/P&gt;&lt;P&gt;native VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Assign a access point/bridge group to each VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. (Optional) Enable WEP on the native VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Assign the access point/bridge's SSID to the native VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of your vlan 5 this should be the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge# configure terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config)# interface dot11radio0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-subif)# encapsulation dot1q 5 native&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-subif)# bridge group 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-subif)# exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config)# interface fastEthernet0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-subif)# encapsulation dot1q 5 native&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-subif)# bridge group 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-subif)# exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config)# interface dot11radio0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-if)# ssid batman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-ssid)# vlan 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-ssid)# infrastructure-ssid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bridge(config-ssid)# end&lt;/P&gt;&lt;P&gt;Now you need to do this for every VLAN you want to support in the wireless link. Check&lt;/P&gt;&lt;P&gt;this URL to have further clarifications on that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_configuratio" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_configuratio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;n_example09186a00801d0815.shtml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 17:30:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/root-aironet-1310-question/m-p/470285#M143110</guid>
      <dc:creator>pradeepde</dc:creator>
      <dc:date>2005-09-13T17:30:43Z</dc:date>
    </item>
  </channel>
</rss>

