<?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 Basic Config Transparent mode ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933015#M456887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well in fact, at the moment i have my router in 192.168.16.1 and one PC in DHCP.&lt;/P&gt;&lt;P&gt;When I plug the PC to my router it works fine.&lt;/P&gt;&lt;P&gt;Now when i plug the firewall between the PC and the router, it doesnt work. PC doesnt get its IP address so It gets 169.254.12.129 255.255.0.0. I cant ping my router anymore from my PC.&lt;/P&gt;&lt;P&gt;As you can see in my configration only the minimum is configured and firewall is in transparent mode...so it should be work? Normally As you said me, i have no mac address to set if it's automatic. &lt;/P&gt;&lt;P&gt;And i have no VLAN, only this 3 inteface( LAN, INTERNET and MANGEMENT)&lt;/P&gt;&lt;P&gt;So there is maybe one thing i miss to set in this basic configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 15:49:47 GMT</pubDate>
    <dc:creator>EIKONLOGISTICS</dc:creator>
    <dc:date>2012-04-20T15:49:47Z</dc:date>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933010#M456873</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m trying to set my friewall in my network.&lt;/P&gt;&lt;P&gt;The network is very simple.&lt;/P&gt;&lt;P&gt;I have my router in 192.168.16.1 255.255.255.0 (mac-address&amp;nbsp; 58-98-35-2a-4c-39)&lt;/P&gt;&lt;P&gt;I have my switch in 192.168.16.26 255.255.255.0 (mac-address 00-19-99-5d-1f-43)&lt;/P&gt;&lt;P&gt;and i have my firewall ASA between the router and the switch in 192.168.16.250 255.255.255.0 (mac-address 64-9e-f3-ba-28-c9)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i need to configure 3 interface in my ASA.&lt;/P&gt;&lt;P&gt;- OUTSIE e0/0(I call it INTERNET) &lt;/P&gt;&lt;P&gt;- INSIDE e0/1(I call it LAN)&lt;/P&gt;&lt;P&gt;- MANGEMENT m0/0(I call it MANAGEMENT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface management is well configured. I enabled http access and i can access to my ASDM inteface form all my network&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif MANAGEMENT&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.16.250 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to plug my firewall in the network.&lt;/P&gt;&lt;P&gt;My router in e0/0(INTERNET) and my swtich in e0/1(LAN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood that in transparent mode I have to config interface INTERNET and LAN with mac-address.(asa 5510)&lt;/P&gt;&lt;P&gt;So i did as follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; mac-address 5898.352a.4c39&lt;/P&gt;&lt;P&gt; nameif INTERNET&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; mac-address 0019.995d.1f43&lt;/P&gt;&lt;P&gt; nameif LAN&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with this config when I plug the firewall, i dont have access to internet anymore.&lt;/P&gt;&lt;P&gt;What I did wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:55:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933010#M456873</guid>
      <dc:creator>EIKONLOGISTICS</dc:creator>
      <dc:date>2019-03-11T22:55:45Z</dc:date>
    </item>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933011#M456876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean-Francois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont need the mac-address command in the interface configuration, once you plug in the device, it would learn the arp entries itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover can you share the complete configuration and also try taking captures to check where the packets are getting dropped:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-17814"&gt;https://supportforums.cisco.com/docs/DOC-17814&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 12:33:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933011#M456876</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-04-19T12:33:18Z</dc:date>
    </item>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933012#M456880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you, I will try taking captures.&lt;/P&gt;&lt;P&gt;See me configuration bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;: Written by enable_15 at 14:14:51.684 GMT Thu Apr 19 2012&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ASA Version 8.4(3)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;firewall transparent&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;domain-name ekonlogistics.com&lt;/P&gt;&lt;P&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; mac-address 5898.352a.4c39&lt;/P&gt;&lt;P&gt; nameif INTERNET&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; mac-address 0019.995d.1f43&lt;/P&gt;&lt;P&gt; nameif LAN&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif MANAGEMENT&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.16.250 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone GMT 0&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name ekonlogistics.com&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu MANAGEMENT 1500&lt;/P&gt;&lt;P&gt;mtu INTERNET 1500&lt;/P&gt;&lt;P&gt;mtu LAN 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.16.250 255.255.255.255 MANAGEMENT&lt;/P&gt;&lt;P&gt;http 192.168.16.0 255.255.255.0 MANAGEMENT&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics host&lt;/P&gt;&lt;P&gt;threat-detection statistics port&lt;/P&gt;&lt;P&gt;threat-detection statistics protocol&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; user-statistics accounting&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;call-home reporting anonymous prompt 2&lt;/P&gt;&lt;P&gt;Cryptochecksum:542cefd98a5a8178cf5ed8e623ea25c8&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 12:41:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933012#M456880</guid>
      <dc:creator>EIKONLOGISTICS</dc:creator>
      <dc:date>2012-04-19T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933013#M456883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my new configration without the mac-address. But internet still doesnt work when I plug the firewall.&lt;/P&gt;&lt;P&gt;I tried to make a capture but I didnt notice anything....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(3)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;firewall transparent&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;domain-name ekonlogistics.com&lt;/P&gt;&lt;P&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif INTERNET&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; nameif LAN&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif MANAGEMENT&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.16.250 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone GMT 0&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name ekonlogistics.com&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu MANAGEMENT 1500&lt;/P&gt;&lt;P&gt;mtu INTERNET 1500&lt;/P&gt;&lt;P&gt;mtu LAN 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.16.250 255.255.255.255 MANAGEMENT&lt;/P&gt;&lt;P&gt;http 192.168.16.0 255.255.255.0 MANAGEMENT&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics host&lt;/P&gt;&lt;P&gt;threat-detection statistics port&lt;/P&gt;&lt;P&gt;threat-detection statistics protocol&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; user-statistics accounting&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;call-home reporting anonymous prompt 2&lt;/P&gt;&lt;P&gt;Cryptochecksum:c0b657c6c31a3a804b93ce8342a96d91&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:39:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933013#M456883</guid>
      <dc:creator>EIKONLOGISTICS</dc:creator>
      <dc:date>2012-04-20T12:39:50Z</dc:date>
    </item>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933014#M456885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If no packets are hitting the ASA, then nothing is reaching the firewall, which means you might need to go hop by hop and check other devices as well, check arp on all devices, if needed reload the switches and the ASA so that arp cache is cleared and table created again. Check the VLAN config as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 15:09:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933014#M456885</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-04-20T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933015#M456887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well in fact, at the moment i have my router in 192.168.16.1 and one PC in DHCP.&lt;/P&gt;&lt;P&gt;When I plug the PC to my router it works fine.&lt;/P&gt;&lt;P&gt;Now when i plug the firewall between the PC and the router, it doesnt work. PC doesnt get its IP address so It gets 169.254.12.129 255.255.0.0. I cant ping my router anymore from my PC.&lt;/P&gt;&lt;P&gt;As you can see in my configration only the minimum is configured and firewall is in transparent mode...so it should be work? Normally As you said me, i have no mac address to set if it's automatic. &lt;/P&gt;&lt;P&gt;And i have no VLAN, only this 3 inteface( LAN, INTERNET and MANGEMENT)&lt;/P&gt;&lt;P&gt;So there is maybe one thing i miss to set in this basic configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 15:49:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933015#M456887</guid>
      <dc:creator>EIKONLOGISTICS</dc:creator>
      <dc:date>2012-04-20T15:49:47Z</dc:date>
    </item>
    <item>
      <title>Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933016#M456890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of couse you are missing something.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do NOT have an ip address assigned to your ASA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you are running 8.4 so as one of my colleagues one said:&lt;/P&gt;&lt;P&gt;In version 8.4(2) or prior versions, the ASA uses the concept of bridge-groups in transparent mode. Therefore, you need to add the interfaces to a bridge-group and then configure the IP address under the BVI. See here for a config example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/interface_complete_transparent.html#wp1321042"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/interface_complete_transparent.html#wp1321042&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate all the helpful posts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 05:58:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933016#M456890</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-04-21T05:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Config Transparent mode ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933017#M456892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jcarvaja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you that was my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 12:05:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-config-transparent-mode-asa-5510/m-p/1933017#M456892</guid>
      <dc:creator>EIKONLOGISTICS</dc:creator>
      <dc:date>2012-04-23T12:05:04Z</dc:date>
    </item>
  </channel>
</rss>

