<?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 Setup Transparent ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112702#M392360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lcaruso,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is amazing &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to know that I could help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 22:03:56 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2013-01-22T22:03:56Z</dc:date>
    <item>
      <title>Setup Transparent ASA</title>
      <link>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112699#M392355</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get started on setting up my first Transparent ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand an ASA in Transparent Mode can now have an ip address with Bridge Groups or some such mechanism. I'm looking for examples of how to set that up and other information below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the ip address associated with the device or is it interface specific? Will I be able to SSH with that ip address setup? &lt;/P&gt;&lt;P&gt;Can I use ASDM if the Transparent ASA has an ip address? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 5512X has an IPS. Anyone who has setup an IPS on this platform knows it has some very particular requirments in order to communicate with the outside world. I need examples of how to do that with a Transparent ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is NAT setup differently (if at all) on a Transparent ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are ACLs done any differently? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is apprciated. Examples or links are great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:50:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112699#M392355</guid>
      <dc:creator>lcaruso</dc:creator>
      <dc:date>2019-03-12T00:50:55Z</dc:date>
    </item>
    <item>
      <title>Setup Transparent ASA</title>
      <link>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112700#M392357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You willl now use Bridge-Groups...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's especific to a bridge group ( The Ip address) and yes you will be able to ssh, telnet,ASDM to that Ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT and ACL setup is the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a quick example I did &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1.8em; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; vertical-align: baseline; line-height: 21.59375px; background-color: #bcc5c1; text-align: center;"&gt;&lt;STRONG&gt;interface bvI 10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ip address 192.168.12.1 255.255.255.0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;no shut&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1.8em; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; vertical-align: baseline; line-height: 21.59375px; background-color: #bcc5c1; text-align: center;"&gt;&lt;STRONG&gt;interface gigabitEthernet 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;nameif outside&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;no shut&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;interface gigabitEthernet 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bridge-group 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1.8em; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; vertical-align: baseline; line-height: 21.59375px; background-color: #bcc5c1; text-align: center;"&gt;&lt;STRONG&gt;interface gigabitEthernet 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;nameif inside&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;no shut&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bridge-group 10&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:31:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112700#M392357</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-01-22T21:31:08Z</dc:date>
    </item>
    <item>
      <title>Setup Transparent ASA</title>
      <link>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112701#M392359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm posting through the transparent asa now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting me started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:56:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112701#M392359</guid>
      <dc:creator>lcaruso</dc:creator>
      <dc:date>2013-01-22T21:56:15Z</dc:date>
    </item>
    <item>
      <title>Setup Transparent ASA</title>
      <link>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112702#M392360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lcaruso,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is amazing &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to know that I could help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:03:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-transparent-asa/m-p/2112702#M392360</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-01-22T22:03:56Z</dc:date>
    </item>
  </channel>
</rss>

