<?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: Using Bridge-Groups on ASA 5506-X in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3332445#M970713</link>
    <description>&lt;P&gt;Ah yes, you are correct, no more VLAN interfaces on the 5506.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original bridge group config will accomplish the same thing. All ports in the bridge group will be on the same subnet.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2018 13:28:07 GMT</pubDate>
    <dc:creator>Ben Walters</dc:creator>
    <dc:date>2018-02-16T13:28:07Z</dc:date>
    <item>
      <title>Using Bridge-Groups on ASA 5506-X</title>
      <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3331832#M970702</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Trying to carve out a DMZ zone on my 5506 without buying a switch (budget freeze).&amp;nbsp; If I use bridge-group in the following configuration, does this effectively&amp;nbsp;allow all of the devices I plug into the bridge-group assigned ports&amp;nbsp;to be on the same subnet?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;interface GigabitEthernet1/1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif outside&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address x.x.x.x 255.255.255.252&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif inside&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 100&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address 192.168.1.1 255.255.255.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/3&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bridge-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ_1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 100&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bridge-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ_2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bridge-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ_3&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bridge-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ_4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/7&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bridge-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ_5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/8&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bridge-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ_6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface BVI1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif DMZ&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address 192.168.99.1 255.255.255.0&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3331832#M970702</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2020-02-21T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bridge-Groups on ASA 5506-X</title>
      <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3331955#M970705</link>
      <description>&lt;P&gt;Another&amp;nbsp;method would be to use a VLAN interface as the gateway and just set any of the ports you want in the DMZ as access ports on that VLAN. It makes the config a little easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;interface VLAN 99&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;nameif DMZ&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 50&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address 192.168.99.1 255.255.255.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;EM&gt;interface GigabitEthernet1/1&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;nameif outside&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address x.x.x.x 255.255.255.252&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet1/2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nameif inside&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security-level 100&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address 192.168.1.1 255.255.255.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface range&amp;nbsp;GigabitEthernet1/3-8&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;switchport access vlan 99&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:51:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3331955#M970705</guid>
      <dc:creator>Ben Walters</dc:creator>
      <dc:date>2018-02-15T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bridge-Groups on ASA 5506-X</title>
      <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3332436#M970708</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you are referencing a 5505.&amp;nbsp; When I try to create a vlan interface on the 5506, there is no option:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;FW171Chennai-FLC5506# config t&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FW171Chennai-FLC5506(config)# inter ?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;configure mode commands/options:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; GigabitEthernet GigabitEthernet IEEE 802.3z&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; Management Management interface&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; Port-channel Ethernet Channel of interfaces&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; Redundant Redundant Interface&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; vni VNI Interface&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;lt;cr&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:07:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3332436#M970708</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2018-02-16T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bridge-Groups on ASA 5506-X</title>
      <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3332445#M970713</link>
      <description>&lt;P&gt;Ah yes, you are correct, no more VLAN interfaces on the 5506.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original bridge group config will accomplish the same thing. All ports in the bridge group will be on the same subnet.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:28:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/3332445#M970713</guid>
      <dc:creator>Ben Walters</dc:creator>
      <dc:date>2018-02-16T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bridge-Groups on ASA 5506-X</title>
      <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/5161182#M1115094</link>
      <description>&lt;P&gt;ASA5506-x&amp;nbsp; &amp;nbsp;has no "switchport" command in interface configuration mode.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 02:01:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/5161182#M1115094</guid>
      <dc:creator>jilse-iph</dc:creator>
      <dc:date>2024-08-15T02:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bridge-Groups on ASA 5506-X</title>
      <link>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/5161183#M1115095</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ASA5506-x&amp;nbsp; &amp;nbsp;has no "switchport" command in interface configuration mode.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 02:02:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-bridge-groups-on-asa-5506-x/m-p/5161183#M1115095</guid>
      <dc:creator>jilse-iph</dc:creator>
      <dc:date>2024-08-15T02:02:34Z</dc:date>
    </item>
  </channel>
</rss>

