<?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: Configuration of 2 Aironet 1310 in a Bridge  in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520433#M143054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can trunk up to 16 VLANs between two 1310 bridges.&lt;/P&gt;&lt;P&gt;Configure one bridge as root-bridge, the other as non-root.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "wireless" trunk is configured with a single SSID.&lt;/P&gt;&lt;P&gt;The management IPs of the bridges must be in the native VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a simple PtP link I'd suggest using WPA-PSK for key management&lt;/P&gt;&lt;P&gt;with AES-CCMP encryption and a random string as PSK.&lt;/P&gt;&lt;P&gt;Using AES-CCMP doesn't support concatenation. If you need the&lt;/P&gt;&lt;P&gt;additional performance from concatenation use TKIP for encryption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the latest IOS version, all this can be configured from the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the relevant parts for the CLI configuration of the root-bridge&lt;/P&gt;&lt;P&gt;(VLANS 101-103, 999 native)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot11 ssid BRIDGE-SSID&lt;/P&gt;&lt;P&gt;   vlan 999&lt;/P&gt;&lt;P&gt;   authentication open&lt;/P&gt;&lt;P&gt;   authentication key-management wpa&lt;/P&gt;&lt;P&gt;   infrastructure-ssid&lt;/P&gt;&lt;P&gt;   wpa-psk hex C0B3F98C9C33B75C298AEFAF865290BE7DDD15D563B0DAF644CC41EFC74CA29A&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; encryption vlan 999 mode ciphers aes-ccm&lt;/P&gt;&lt;P&gt; ssid BRIDGE-SSID&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.101&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 101&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 101&lt;/P&gt;&lt;P&gt; bridge-group 101 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.102&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 102&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 102&lt;/P&gt;&lt;P&gt; bridge-group 102 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.103&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 103&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 103&lt;/P&gt;&lt;P&gt; bridge-group 103 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.999&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 999 native&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; bridge-group 1 spanning-disabled&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; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0.101&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 101&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 101&lt;/P&gt;&lt;P&gt; bridge-group 101 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nterface FastEthernet0.102&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 102&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 102&lt;/P&gt;&lt;P&gt; bridge-group 102 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0.103&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 103&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 103&lt;/P&gt;&lt;P&gt; bridge-group 103 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0.999&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 999 native&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; 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.17.172.17 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2006 21:29:49 GMT</pubDate>
    <dc:creator>kka</dc:creator>
    <dc:date>2006-03-15T21:29:49Z</dc:date>
    <item>
      <title>Configuration of 2 Aironet 1310 in a Bridge</title>
      <link>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520432#M143053</link>
      <description>&lt;P&gt;I have 2 Cisco Airnet 1310 ( outside ) Wireless access-point/Bridges.  What I need is the easies way to set these up in a Bridge configuration ( With each other.  WE have a remote building that is Cost Prohibitive to run Fiber cable to.  I run several Vlan's on my network and the remote building will need to access 3 of the vlans.  So I need these Wireless bridges to trunk the link between them.  I also need the highest encryption on the Wireless that the 1310 can handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 18:47:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520432#M143053</guid>
      <dc:creator>logan-7</dc:creator>
      <dc:date>2021-07-04T18:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of 2 Aironet 1310 in a Bridge</title>
      <link>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520433#M143054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can trunk up to 16 VLANs between two 1310 bridges.&lt;/P&gt;&lt;P&gt;Configure one bridge as root-bridge, the other as non-root.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "wireless" trunk is configured with a single SSID.&lt;/P&gt;&lt;P&gt;The management IPs of the bridges must be in the native VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a simple PtP link I'd suggest using WPA-PSK for key management&lt;/P&gt;&lt;P&gt;with AES-CCMP encryption and a random string as PSK.&lt;/P&gt;&lt;P&gt;Using AES-CCMP doesn't support concatenation. If you need the&lt;/P&gt;&lt;P&gt;additional performance from concatenation use TKIP for encryption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the latest IOS version, all this can be configured from the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the relevant parts for the CLI configuration of the root-bridge&lt;/P&gt;&lt;P&gt;(VLANS 101-103, 999 native)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot11 ssid BRIDGE-SSID&lt;/P&gt;&lt;P&gt;   vlan 999&lt;/P&gt;&lt;P&gt;   authentication open&lt;/P&gt;&lt;P&gt;   authentication key-management wpa&lt;/P&gt;&lt;P&gt;   infrastructure-ssid&lt;/P&gt;&lt;P&gt;   wpa-psk hex C0B3F98C9C33B75C298AEFAF865290BE7DDD15D563B0DAF644CC41EFC74CA29A&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; encryption vlan 999 mode ciphers aes-ccm&lt;/P&gt;&lt;P&gt; ssid BRIDGE-SSID&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.101&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 101&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 101&lt;/P&gt;&lt;P&gt; bridge-group 101 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.102&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 102&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 102&lt;/P&gt;&lt;P&gt; bridge-group 102 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.103&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 103&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 103&lt;/P&gt;&lt;P&gt; bridge-group 103 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.999&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 999 native&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; bridge-group 1 spanning-disabled&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; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0.101&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 101&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 101&lt;/P&gt;&lt;P&gt; bridge-group 101 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nterface FastEthernet0.102&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 102&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 102&lt;/P&gt;&lt;P&gt; bridge-group 102 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0.103&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 103&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; bridge-group 103&lt;/P&gt;&lt;P&gt; bridge-group 103 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0.999&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 999 native&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; 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.17.172.17 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 21:29:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520433#M143054</guid>
      <dc:creator>kka</dc:creator>
      <dc:date>2006-03-15T21:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of 2 Aironet 1310 in a Bridge</title>
      <link>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520434#M143055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So according to your config above I have to set up seperate Radio and Fast Ethernet interfaces for each of the Vlans that I want to pass through the Bridge?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 14:19:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520434#M143055</guid>
      <dc:creator>logan-7</dc:creator>
      <dc:date>2006-03-16T14:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of 2 Aironet 1310 in a Bridge</title>
      <link>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520435#M143056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a similar configuration, I need to connect, at the end Switch 2950, in the non-root bridge side, some Acces Point (Linksys). But no work, somebody know why. This AP is conneted through a VLAN port in the end switch.&lt;/P&gt;&lt;P&gt;If I connect this Ap in the other Switch, whitout the bridges (in the main switch), it works properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 17:27:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/configuration-of-2-aironet-1310-in-a-bridge/m-p/520435#M143056</guid>
      <dc:creator>mcruzcastro</dc:creator>
      <dc:date>2006-03-16T17:27:24Z</dc:date>
    </item>
  </channel>
</rss>

