<?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 Transparent Firewall on Trunk Links in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764106#M179348</link>
    <description>&lt;P&gt;Is it possible to have a Transparent Firewall on Trunk Link.&amp;nbsp; I have 3 vlans.&lt;/P&gt;&lt;P&gt;Current&lt;/P&gt;&lt;P&gt;S1 3750 ------- S2 3750&lt;/P&gt;&lt;P&gt;trunk link passing 3 vlans&lt;/P&gt;&lt;P&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S1 3750 -----&amp;nbsp;&amp;nbsp;PIX515 ------&amp;nbsp;&amp;nbsp; S2 3750&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide a sample config.&amp;nbsp; Thanks!!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 06:32:53 GMT</pubDate>
    <dc:creator>tlienskt</dc:creator>
    <dc:date>2019-03-12T06:32:53Z</dc:date>
    <item>
      <title>Transparent Firewall on Trunk Links</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764106#M179348</link>
      <description>&lt;P&gt;Is it possible to have a Transparent Firewall on Trunk Link.&amp;nbsp; I have 3 vlans.&lt;/P&gt;&lt;P&gt;Current&lt;/P&gt;&lt;P&gt;S1 3750 ------- S2 3750&lt;/P&gt;&lt;P&gt;trunk link passing 3 vlans&lt;/P&gt;&lt;P&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S1 3750 -----&amp;nbsp;&amp;nbsp;PIX515 ------&amp;nbsp;&amp;nbsp; S2 3750&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide a sample config.&amp;nbsp; Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:32:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764106#M179348</guid>
      <dc:creator>tlienskt</dc:creator>
      <dc:date>2019-03-12T06:32:53Z</dc:date>
    </item>
    <item>
      <title>Yes it is possible.  You will</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764107#M179349</link>
      <description>&lt;P&gt;Yes it is possible.&amp;nbsp; You will however be limited to 8 that will be able to cross the ASA though.&amp;nbsp; All you need to do is configure the trunk port on the switch, as you have provided in your configuration.&amp;nbsp; Then on the ASA configure subinterfaces and BVI interface for each VLAN.&lt;/P&gt;
&lt;DIV&gt;interface gig0/1&lt;/DIV&gt;
&lt;DIV&gt;no shut&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;interface gig0/1.10&lt;/DIV&gt;
&lt;DIV&gt;vlan 10&lt;/DIV&gt;
&lt;DIV&gt;nameif INSIDE_1&lt;/DIV&gt;
&lt;DIV&gt;security-level 100&lt;/DIV&gt;
&lt;DIV&gt;bridge-group 10&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;interface gig0/1.20&lt;/DIV&gt;
&lt;DIV&gt;vlan 20&lt;/DIV&gt;
&lt;DIV&gt;nameif INSIDE_2&lt;/DIV&gt;
&lt;DIV&gt;security-level 50&lt;/DIV&gt;
&lt;DIV&gt;brige-group 20&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;interface bvi10&lt;/DIV&gt;
&lt;DIV&gt;ip add 10.10.10.1 255.255.255.0&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;interface bvi 20&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;ip add 20.20.20.1 255.255.255.0&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful post&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 21:57:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764107#M179349</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-09-04T21:57:38Z</dc:date>
    </item>
    <item>
      <title>When I try to assign the</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764108#M179350</link>
      <description>&lt;P&gt;When I try to assign the nameif to the 3rd sub interface.&amp;nbsp; I get the following error.&lt;/P&gt;&lt;P&gt;ERROR: Maximum number of interfaces already configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cisco PIX Security Appliance Software Version 7.2(2)&lt;BR /&gt;Device Manager Version 5.2(2)&lt;/P&gt;&lt;P&gt;Compiled on Wed 22-Nov-06 14:16 by builders&lt;BR /&gt;System image file is "flash:/image.bin"&lt;BR /&gt;Config file at boot was "startup-config"&lt;/P&gt;&lt;P&gt;PROS-PIX up 10 mins 17 secs&lt;/P&gt;&lt;P&gt;Hardware:&amp;nbsp;&amp;nbsp; PIX-515E, 64 MB RAM, CPU Pentium II 433 MHz&lt;BR /&gt;Flash E28F128J3 @ 0xfff00000, 16MB&lt;BR /&gt;BIOS Flash AM29F400B @ 0xfffd8000, 32KB&lt;/P&gt;&lt;P&gt;&amp;nbsp;0: Ext: Ethernet0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : address is 0017.5aaf.9b2e, irq 10&lt;BR /&gt;&amp;nbsp;1: Ext: Ethernet1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : address is 0017.5aaf.9b2f, irq 11&lt;BR /&gt;&amp;nbsp;2: Ext: Ethernet2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : address is 000e.0ca9.68b6, irq 11&lt;/P&gt;&lt;P&gt;Licensed features for this platform:&lt;BR /&gt;Maximum Physical Interfaces : 3&lt;BR /&gt;Maximum VLANs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10&lt;BR /&gt;Inside Hosts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Unlimited&lt;BR /&gt;Failover&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;BR /&gt;VPN-DES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR /&gt;VPN-3DES-AES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR /&gt;Cut-through Proxy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR /&gt;Guards&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR /&gt;URL Filtering&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;BR /&gt;Security Contexts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;BR /&gt;GTP/GPRS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Disabled&lt;BR /&gt;VPN Peers&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Unlimited&lt;/P&gt;&lt;P&gt;This platform has a Restricted (R) license.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:16:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764108#M179350</guid>
      <dc:creator>tlienskt</dc:creator>
      <dc:date>2015-09-08T15:16:48Z</dc:date>
    </item>
    <item>
      <title>What license do you have</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764109#M179351</link>
      <description>&lt;P&gt;What license do you have installed on the ASA? &amp;nbsp;&lt;/P&gt;&lt;P&gt;could you post your configuration please.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764109#M179351</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-09-08T15:17:27Z</dc:date>
    </item>
    <item>
      <title>I posted the license above</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764110#M179352</link>
      <description>&lt;P&gt;I posted the license above and it is a PIX not a ASA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:19:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764110#M179352</guid>
      <dc:creator>tlienskt</dc:creator>
      <dc:date>2015-09-08T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Maximum Physical Interfaces :</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764111#M179353</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;Maximum Physical Interfaces : 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;You need to upgrade your license so you can configure more interfaces. &amp;nbsp;If you have 3 VLANs you will need 6 interfaces and 6 VLANs. &amp;nbsp;YOu need a different VLAN because you are not able to configure the same VLAN on more than 1 interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;PIX licenses are no longer sold, so you will have to upgrade to an ASA if you need to get this working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;--&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:46:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764111#M179353</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-09-08T15:46:25Z</dc:date>
    </item>
    <item>
      <title>OK so I got the ASA running. </title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764112#M179354</link>
      <description>&lt;P&gt;OK so I got the ASA running.&amp;nbsp; Still having issues.&amp;nbsp; NO traffic is being passed.&amp;nbsp; Below is the config.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ASA Version 9.1(6)8&lt;BR /&gt;!&lt;BR /&gt;firewall transparent&lt;BR /&gt;&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.1&lt;BR /&gt;&amp;nbsp;vlan 1&lt;BR /&gt;&amp;nbsp;nameif outside1&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.110&lt;BR /&gt;&amp;nbsp;vlan 110&lt;BR /&gt;&amp;nbsp;nameif outside110&lt;BR /&gt;&amp;nbsp;bridge-group 10&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.192&lt;BR /&gt;&amp;nbsp;vlan 192&lt;BR /&gt;&amp;nbsp;nameif outside192&lt;BR /&gt;&amp;nbsp;bridge-group 92&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1.1&lt;BR /&gt;&amp;nbsp;vlan 2&lt;BR /&gt;&amp;nbsp;nameif inside1&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1.110&lt;BR /&gt;&amp;nbsp;vlan 112&lt;BR /&gt;&amp;nbsp;nameif inside110&lt;BR /&gt;&amp;nbsp;bridge-group 10&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1.192&lt;BR /&gt;&amp;nbsp;vlan 292&lt;BR /&gt;&amp;nbsp;nameif inside192&lt;BR /&gt;&amp;nbsp;bridge-group 92&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;&amp;nbsp;management-only&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt;&amp;nbsp;ip address 10.7.1.251 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface BVI10&lt;BR /&gt;&amp;nbsp;ip address 10.7.10.251 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface BVI92&lt;BR /&gt;&amp;nbsp;ip address 192.168.4.251 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;access-list List extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside1 1500&lt;BR /&gt;mtu outside110 1500&lt;BR /&gt;mtu outside192 1500&lt;BR /&gt;mtu inside1 1500&lt;BR /&gt;mtu inside110 1500&lt;BR /&gt;mtu inside192 1500&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;access-group Group out interface outside192&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 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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&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;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&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 access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&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;Cryptochecksum:b7db95aafb0e7c0e9e1f7fadb0f28215&lt;BR /&gt;: end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:44:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764112#M179354</guid>
      <dc:creator>tlienskt</dc:creator>
      <dc:date>2015-11-19T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Any help on this??</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764113#M179355</link>
      <description>&lt;P&gt;Any help on this??&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:44:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764113#M179355</guid>
      <dc:creator>tlienskt</dc:creator>
      <dc:date>2015-11-19T15:44:43Z</dc:date>
    </item>
    <item>
      <title>sorry for the late reply.</title>
      <link>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764114#M179356</link>
      <description>&lt;P&gt;sorry for the late reply.&lt;/P&gt;
&lt;P&gt;You need to either add the command same-security-traffic permit inter-interface or add ACLs to the interfaces allowing the desired traffic.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 08:09:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-firewall-on-trunk-links/m-p/2764114#M179356</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-11-23T08:09:31Z</dc:date>
    </item>
  </channel>
</rss>

