Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Networking > Cisco Security – PIX/ASA/VPN
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

ASA DMZ Configuration

ASA DMZ Configuration

this thread has 7 replies and has been viewed 1550 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd May 2012, 16:55
kevd10 kevd10 is offline
Casual
Casual
 
 Join Date: May 2012
  6 month star
 Posts: 5
 Reputation: kevd10 is on a distinguished road (10)
Default ASA DMZ Configuration

I am looking at setting up a DMZ network off an interface on my Cisco ASA 5510. I will have a Cisco Catalyst 3560 switch attached to that interface. I am wondering if it would be better to setup the switch and firewall with trunking and subinterfaces or use a Communication VLAN and layer3 SVI's on the switch. Does anyone have any recommendations or insight on this subject. Thanks in advance for any help.
  #2  
Old 23rd May 2012, 17:14
auglan's Avatar
auglan auglan is offline
Moderator
 
 Join Date: Apr 2010
  6 month star 12 month star
 Location: Raleigh, NC
 Posts: 1,179
 Reputation: auglan has a spectacular aura aboutauglan has a spectacular aura aboutauglan has a spectacular aura about (215)
Default Re: ASA DMZ Configuration

You could go a few different routes.


1. Create your dmz vlan SVI on said switch and just run a layer 2 access port to the ASA
2. Create sub interfaces on ASA and run a trunk to ASA from switch. This is really only needed if you are encapsulating traffic for multiple vlans. If just one vlan then the first option is better.
3. Run a routed port from switch to ASA. This option bypasses any spanning tree convergence timers/issues. Example below

int fa1/0/1
no switchport
ip address x.x.x.x y.y.y.y
__________________
CCNA, CCNA-Security, CCNP
CCIE Security (In Progress)

Last edited by auglan; 23rd May 2012 at 17:20..
  #3  
Old 23rd May 2012, 18:39
kevd10 kevd10 is offline
Casual
Casual
 
 Join Date: May 2012
  6 month star
 Posts: 5
 Reputation: kevd10 is on a distinguished road (10)
Default Re: ASA DMZ Configuration

Thanks for the info. At this time I think I would like to stay away from the routed port. Do you know of any pros and cons of of the trunk/Subinterface and SVI/Communication Vlan.
  #4  
Old 23rd May 2012, 19:00
auglan's Avatar
auglan auglan is offline
Moderator
 
 Join Date: Apr 2010
  6 month star 12 month star
 Location: Raleigh, NC
 Posts: 1,179
 Reputation: auglan has a spectacular aura aboutauglan has a spectacular aura aboutauglan has a spectacular aura about (215)
Default Re: ASA DMZ Configuration

The only issue I can see with the SVI/Comm Vlan is if you have other SVI's on that switch for other subnets in your network then by default since there is a route for all networks in the routing table then intervlan routing will be permitted by default. So if you have vlan 10 for your hosts and vlan 20 for your dmz hosts, by default they will be able to communicate at layer 3. This means that your vlan 10 hosts could communicate directly with your dmz hosts effectively bypassing the firewall. This may be what you want. If its not what you want then you would need to apply filtering on the switch or do some sort of policy routing to push the vlan 10 hosts traffic through the ASA. Thats why the dmz should have a dedicated switch.
__________________
CCNA, CCNA-Security, CCNP
CCIE Security (In Progress)
  #5  
Old 23rd May 2012, 19:19
kevd10 kevd10 is offline
Casual
Casual
 
 Join Date: May 2012
  6 month star
 Posts: 5
 Reputation: kevd10 is on a distinguished road (10)
Default Re: ASA DMZ Configuration

I will have multiple vlans in the DMZ and for the most part they do not need to communicate. It would seem that subinterfaces is the better way to go.
  #6  
Old 23rd May 2012, 19:46
auglan's Avatar
auglan auglan is offline
Moderator
 
 Join Date: Apr 2010
  6 month star 12 month star
 Location: Raleigh, NC
 Posts: 1,179
 Reputation: auglan has a spectacular aura aboutauglan has a spectacular aura aboutauglan has a spectacular aura about (215)
Default Re: ASA DMZ Configuration

Yeah with the subinterfaces and the trunk from the switch any traffic would be forced up the trunk to the L3 subinterfaces on the ASA. The other option would be to use a dedicated switch.
__________________
CCNA, CCNA-Security, CCNP
CCIE Security (In Progress)
  #7  
Old 23rd May 2012, 20:31
kevd10 kevd10 is offline
Casual
Casual
 
 Join Date: May 2012
  6 month star
 Posts: 5
 Reputation: kevd10 is on a distinguished road (10)
Default Re: ASA DMZ Configuration

When you say a dedicated switch you mean a single subnet for all hosts in the DMZ, becasue the switch that I have is dedicated to the DMZ.
  #8  
Old 23rd May 2012, 20:52
auglan's Avatar
auglan auglan is offline
Moderator
 
 Join Date: Apr 2010
  6 month star 12 month star
 Location: Raleigh, NC
 Posts: 1,179
 Reputation: auglan has a spectacular aura aboutauglan has a spectacular aura aboutauglan has a spectacular aura about (215)
Default Re: ASA DMZ Configuration

I mean a dedicated switch for the dmz interface and its vlans. IE no other internal vlans etc connecting on that switch. This way your internal hosts are pushed through the ASA's internal interface to get to the dmz, so they are subject to your firewall's policy. I wouldnt waste a 3560 on that, if you had a 2960 that would suffice depending on the throughput you need.
__________________
CCNA, CCNA-Security, CCNP
CCIE Security (In Progress)

Last edited by auglan; 23rd May 2012 at 20:58..
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is this configuration possible? fraz Microsoft Hyper-V Technology 0 19th October 2009 20:07
DMZ Configuration peter taylor General Security 1 4th July 2008 17:16
WSS 3.0 configuration jum4n7i SBS 2000 / 2003 3 20th December 2007 17:54
WSS3: Configuration fails during "Task 2" Creating Configuration Database dlevasseur SBS 2000 / 2003 7 12th June 2007 16:55
NAT Configuration tthoma Windows Server 2000 / 2003 5 20th August 2006 14:36


All times are GMT +3. The time now is 10:14.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri