<?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: Cisco ASA5508-X Transparency Mode Won't Work in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081709#M1111794</link>
    <description>&lt;P&gt;I have little free time so I will give you some point to check&lt;/P&gt;
&lt;P&gt;You have four device' and you config two port in ASA?&lt;/P&gt;
&lt;P&gt;If the device connect to other port in ASA and use same bridge group then you need nameif for this port and secuirty level.&lt;/P&gt;
&lt;P&gt;Now traffic from to with secuirty level&lt;/P&gt;
&lt;P&gt;Transparent mode like router mode deal with secuity level port.&lt;/P&gt;
&lt;P&gt;If the traffic from high to low no need ACL&lt;/P&gt;
&lt;P&gt;If the traffic from low to high you sure need ACL&lt;/P&gt;
&lt;P&gt;If the traffic inbetween device in same secuirty level then you need to run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same sectuity intra/inter interface&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 07:58:43 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2024-04-29T07:58:43Z</dc:date>
    <item>
      <title>Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081320#M1111786</link>
      <description>&lt;P&gt;I have been trying to set up ASA5508-X in transparency mode for a few months. I want to use transparency mode so I can drop it in an existing network. I get frustrated and put it aside for a while; let me head clear and try again. Transparency mode does not seem complicated. I have it in transparency mode, ASDM 7.8 is working, SSH working and I can get in with a console cable. My problem is the ASA doesn’t pass anything. On my lab network I have a laptop (192.168.2.20), a WAP (192.168.2.5), the ASA (192.168.2.252) and a 2951 router (192.168.2.1). From the laptop I can ping the WAP and ASA. From the ASA I can ping the router, WAP and laptop. From the router I can ping only the ASA. The ASA is ver 9.8.&lt;/P&gt;&lt;P&gt;The code is below.&amp;nbsp; Most of the code was auto generated when I put it in transparent mode.&amp;nbsp; I addes lines to make the ASDM , SSH, log server, time, generally the simple stuff.&lt;BR /&gt;!&lt;BR /&gt;firewall transparent&lt;BR /&gt;hostname xxxxxxx-5508-ASA1&lt;BR /&gt;domain-name&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://xxxxxxx.com/" target="_blank" rel="noopener nofollow ugc"&gt;xxxxxxx.com&lt;/A&gt;&lt;BR /&gt;enable password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt;ip address 192.168.2.252 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone cst -6&lt;BR /&gt;clock summer-time cst recurring 1 Sun Apr 2:00 last Sun Oct 2:00&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;domain-name xxxxxxxxx&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging trap notifications&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging host inside 192.168.2.8&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.2.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;ntp server 192.168.2.1&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;class class-default&lt;BR /&gt;user-statistics accounting&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;hpm topN enable&lt;BR /&gt;Cryptochecksum:04d76864cd8f8a9701781ee6609fd6d6&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;Just really stumped on this. Everything I have read has been simple. Set up outside port, setup inside port, bridge them and assign an IP to the bridge. From what I have read it is supposed to just work.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 19:39:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081320#M1111786</guid>
      <dc:creator>CAPrince</dc:creator>
      <dc:date>2024-04-28T19:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081484#M1111789</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am guessing the router is connected to the outside interface and the rest of the devices are connected to the inside interface.The ASA will allow traffic from the high security interface(100) to the low security interface(0) by default. For traffic to flow from the low security interface(0) to the high security interface(100), you need to configure an access-list to allow the traffic.&lt;/P&gt;&lt;P&gt;Configure an access list on your outside interface to allow traffic from the router to hit the devices on the inside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 02:14:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081484#M1111789</guid>
      <dc:creator>johnd2310</dc:creator>
      <dc:date>2024-04-29T02:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081573#M1111790</link>
      <description>&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081573#M1111790</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-04-29T07:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081694#M1111792</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1723058"&gt;@CAPrince&lt;/a&gt; I agree with &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/282553"&gt;@johnd2310&lt;/a&gt; you will still need an Access Control List to explictly permit the traffic on the low security interface.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa920/configuration/general/asa-920-general-config/intro-fw.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa920/configuration/general/asa-920-general-config/intro-fw.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://integratingit.wordpress.com/2021/05/30/asa-transparent-mode/" target="_blank"&gt;https://integratingit.wordpress.com/2021/05/30/asa-transparent-mode/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:23:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081694#M1111792</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-04-29T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081709#M1111794</link>
      <description>&lt;P&gt;I have little free time so I will give you some point to check&lt;/P&gt;
&lt;P&gt;You have four device' and you config two port in ASA?&lt;/P&gt;
&lt;P&gt;If the device connect to other port in ASA and use same bridge group then you need nameif for this port and secuirty level.&lt;/P&gt;
&lt;P&gt;Now traffic from to with secuirty level&lt;/P&gt;
&lt;P&gt;Transparent mode like router mode deal with secuity level port.&lt;/P&gt;
&lt;P&gt;If the traffic from high to low no need ACL&lt;/P&gt;
&lt;P&gt;If the traffic from low to high you sure need ACL&lt;/P&gt;
&lt;P&gt;If the traffic inbetween device in same secuirty level then you need to run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same sectuity intra/inter interface&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:58:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5081709#M1111794</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-04-29T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5082732#M1111846</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CAPrince_2-1714409071683.png" style="width: 931px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217084iEDA78C32F135293C/image-dimensions/931x149?v=v2" width="931" height="149" role="button" title="CAPrince_2-1714409071683.png" alt="CAPrince_2-1714409071683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/282553"&gt;@johnd2310&lt;/a&gt;&amp;nbsp;Yes; outside goes to the router, inside go to the rest.&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp; For the test described above I have a 3750G switch utilizing VLAN 20 to power the WAP. to connect the laptop and ASA.&amp;nbsp; The laptop has a static IP as I don't have a DHCP server on this network. I thought the VLAN might be creating issues so I took out the switch.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CAPrince_3-1714409348779.png" style="width: 575px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217085iBB1D48E625A38846/image-dimensions/575x111?v=v2" width="575" height="111" role="button" title="CAPrince_3-1714409348779.png" alt="CAPrince_3-1714409348779.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;I will review all this in better detail shortly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:52:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5082732#M1111846</guid>
      <dc:creator>CAPrince</dc:creator>
      <dc:date>2024-04-29T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5082736#M1111848</link>
      <description>&lt;P&gt;Sorry this PKT lab?&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5082736#M1111848</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-04-29T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5083339#M1111874</link>
      <description>&lt;P&gt;Yes, I was using it draw out the network.&amp;nbsp; I could have used Visio.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 21:08:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5083339#M1111874</guid>
      <dc:creator>CAPrince</dc:creator>
      <dc:date>2024-04-29T21:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5508-X Transparency Mode Won't Work</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5085510#M1111958</link>
      <description>&lt;P&gt;Just for draw it&amp;nbsp; not Lab?&lt;/P&gt;
&lt;P&gt;If Yes, then any connection to router is not in same subnet and this break the transparency of ASA&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 08:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5508-x-transparency-mode-won-t-work/m-p/5085510#M1111958</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-05-01T08:03:36Z</dc:date>
    </item>
  </channel>
</rss>

