Is that a correct architecture

Hi every one,
In our company we have no cisco router and no firewall,
So we want to put somthing from cisco,and we have no ideas about which we should put first,router or Asa
the attachment shows the architecture we want but i don't know if it is correct and possible with the ASA 5515,
the best solution is to put a router for all wan connexions and the Asa behind it,
but if i put the ASA for all WAN  connexions (see attachment) , will i have a routing problems or it will be easy?
we want to have 2 ADSL and one leased line.if that is not possible we can just put one ADSL and one leased line,is that possible ?
we want also VPN connexions.IPsec.

In general, you can use both an ASA and also an IOS-router for that. A router will give you a much more flexible solution for traffic-control because the ASA doesn't have real policy based routing. But for incoming traffic all theee lines can be used. Only for outgoing traffic you should pick one of the lines as the default.
If you connect a router to the WAN-circuits, you could also use that router as the firewall. Of course you need the security-featureset on the router for that. With one router and one ASA behind each other you have two single points of failure.
Sent from Cisco Technical Support iPad App

Similar Messages

  • What is the correct architecture for retrieving several complex decision reports

    The project that I am currently working on is required to save decision reports for several complex outputs.  These outputs are needed for each person entity contained in the request. All of the person entities are joined via relationships and the more people that are sent in the request, the more complex the decision reports become.
    We are using the determinations server and it is called as a web service.
    The determinations server starts having performance issues when the requests contain 6 people entities and times out when the number of people get to around 10.
    Checking the response size for a 10 person request with the complex decision reports yields a response size of around 40mb.
    What is the correct architecture to still have the traceability of what happened by having a copy of the decision report for each run without impacting system performance?

    Has anyone else encountered this issue?

  • The below vi is not giving me what I want. If I select 2 with maximum number of 3 then there are 3 array elements display that is correct but if I select 8 with the same maximum number of 3 then only 1 array element display. Why is that?

    The below vi is not giving me what I want. If I select 2 with maximum number of 3 then there are 3 array elements display that is correct but if I select 8 with the same maximum number of 3 then only 1 array element display. Why is that?
    Attachments:
    test2.vi ‏29 KB

    It's because in case 2 you hold the array build result from the previous loop iteration in a shift register...in case 8 you do not...
    You say that if you set the maximum number to three it will produce an array with three elements, that is not correct, it will run when the iteration index is 0,1,2 and 3...resulting in 4 elements. If you want 3 you need to decrement the maximum number to 2. The same goes for case 8.
    MTO

  • I have Mountain Lion OS X 10.8.5 using Safari, Version 6.0.5 is that the correct version for Safari?

    I have Mountain Lion OS X 10.8.5 using Safari, Version 6.0.5 is that the correct version for Safari?

    About Safari 6.1.1 for OS X Mountain Lion
    This site says that Safari 6.1.1 is the version for Mountain Lion.

  • Creating Powershell script to run against Multiple XML Files: Correcting Nordic characters. Renaming only the files that were corrected.

    Greetings,
    I am new to powershell and scripting and would like to create a powershell script to do the following to XML files.
    I would like to change the data received in XML files that contains special Nordic characters: such as 
    ä, Ä, é, ö, Ö, ü, Ü, and ß respectfully.
    The file names that gets drop to me come in with the following naming convention: C54ABC_111120140500_1, C54ABC_111120140500_2, C54ABC_111120140500_3, C54ABC_111120140500_4 all the way to C54ABC_111120140500_12.
    By automating the script, I would like the script to look into a directory containing these files and access the data within it and change the the data that has the special characters to the English Dictionary character equivalent.
    e.g. ä for a, Ä for A, é for e, ö for o, Ö for O, ü for u, Ü for U, and ß for ss.
    Once that step is complete. I would like to rename the file from C54ABC_111120140500_1.xml to C54ABC_111120140500_1_rctf.xml (adding an additional 5 characters to the end of a file that was corrected) if the file did not need any correction then renaming is
    not needed.
    the working directory (Source and destination) will remain in the same location. e.g. C:\Temp\
    Currently I was able to come up with the following, however I am stuck when it comes to the renaming part since, it requires "IF and Else" statments .... I think.
    $Source = "C:\Temp"
    $Destination = "C:\Temp"
    $regex33 = "\*.xml"
    (Get-Content $regex33) |
    ForEach-Object {$_ -replace "ä", "a" -replace "Ä", "A" -replace "é", "e" -replace "ö", "o" -replace "Ö", "O" -replace "ü", "u" -replace "Ü", "U" -replace "ß", "ss"}
    #Rename-Item -NewName {$_.name -replace -whatif}
    Your Assistance and Expertise is greatly appreciated.
    Thank you in advance KC.

    Hi KC
    You could try something like this.
    Let me know how you get on and if you've any questionds.
    cheers, Tim
    $Source = 'C:\Temp'
    Set-Location $source
    $xmlFiles = Get-ChildItem -Path $source -Filter *.xml
    ForEach ($xmlFile in $xmlFiles)
      $content = Get-Content -Path $xmlFile.FullName
      $renameFile = $false
      Switch -Wildcard ($content) {
        '*ä*'
          $renameFile = $true
          $content = $content -creplace 'ä', 'a'
        '*Ä*'
          $renameFile = $true
          $content = $content -creplace 'Ä', 'A'
        '*é*'
          $renameFile = $true
          $content = $content -creplace 'é', 'e'
        '*ö*'
          $renameFile = $true
          $content = $content -creplace 'ö', 'o'
        '*Ö*'
          $renameFile = $true
          $content = $content -creplace 'Ö', 'O'
        '*ü*'
          $renameFile = $true
          $content = $content -creplace 'ü', 'u'
        '*Ü*'
          $renameFile = $true
          $content = $content -creplace 'Ü', 'U'
        '*ß*'
          $renameFile = $true
          $content = $content -creplace 'ß', 'ss'
      If ($renameFile)
        $newFileName = "$($xmlFile.BaseName)_rctf.xml"
        $content | Out-File -FilePath $xmlFile.FullName -Force
        Rename-Item -Path $xmlFile.PSChildName -NewName $newFileName

  • InDesign (CS 5.5) won't print fonts from a file that prints correctly in CS 3

    Hello,
    I installed CS 5.5 last night and installed all of the updates (on Windows XP with SP3). I have an Okidata B4300 laser printer with Postscript 3 emulation installed. Several typefaces (both True Type and Open Type, 4 fonts tested so far) are not printing from InDesign CS 5.5, but when I open the same file in CS 3, it prints correctly. All of the fonts are installed in the Windows font folder and have worked for years. No printing errors in Photoshop CS 5.5 or in Word.
    I've been going through the "troubleshoot printing/PDF export problems in InDesign" guide, focusing on the application level. Here's what I've done so far:
    1. Restarted the program, printer, system
    2. Did a disk cleanup, defragmented the system, and ran an error check
    3. Recreated the InDesign preference files
    4. Downloaded the Adobe Universal Postscript Windows Driver
    Each time I try to print my test file, I encounter the same error--
    Error: undefined
    Offending command: @FS
    Stack:
    6.81257
    4.60767
    9.74377
    9.86353
    -mark-
    And then, in parentheses, it prints the text that should have printed.
    Does anyone know how to fix this?
    Thanks for your help.
    Jill Shultz

    Hi Dov,
    Just to double-check: you meant delete the Adobe Universal PS Driver and reinstall the Okidata PS driver, right?
    I wasn't complaining about the situation; if there was anything in the tone of my message that pricked, I'm sorry. I know Adobe doesn't purposefully cause problems or make its software unnecessarily picky. That would be bad business. And I only asked about the possibility of a glitch because I was working with my back turned away from this CPU as it did the installation, so if there had been a momentary warning, I would likely have missed it. Glitches happen, even to the best software.
    I was asking questions hoping for another test that might provide a definitive answer. I know that doesn't always happen when troubleshooting, but it's a lovely goal, especially with the looming specter of hardware replacement.
    The Oki printer has been a workhorse under heavy use, so I wouldn't replace it unless it was really necessary. In fact, if the reinstallation of the Oki driver doesn't fix the problem, then I'll probably test all of the typefaces to see which ones work straight up and which require the PDF workaround. I might live with the problem for a while.
    Is there any info on the Adobe site about which printers implement PS correctly?
    Thanks for all of your help!
    Jill

  • Background's color that was corrected showing up again in fast movements

    I color corrected a shot and the color of background was changed via secondaries, just like a chroma key situation.
    It works very fine, except when the actor is moving faster:
    For example, when he moves an arm a little faster, then it creates a king of flicker, because the old color of the background is "coming back" on the edges of the arm, during the movement.
    In FCP, when I go frame by frame, the shot is fine, the arm moves frame by frame and you cannot see the previous color of the background on the edges of the arm.
    I see the problem on the TV, when watching a burned DVD. I tried Compression markers on the movement but it doesn't help.
    I wonder if this due to Color or FCP or Compressor.
    Thanks.

    Most of the challenges that you're encountering are common compositing woes.
    Whether its film-originated shutter blur or video interlace, motion generates values in the transitional zone that can't always be solved with a single approach.
    COLOR was never intended to be a compositing tool. That is why there is AfterEffects and Shake and all the rest. A roto-scoped vignette probably won't help and will be arduous at best. A major contributing reason is that you would need a shape for every field, not frame, which is all you can do.
    Try a second cloned layer in Final Cut if you don't want to deal with a dedicated green-screen/compositing application. Use your original as the foreground, cut a matte with it and reveal your cloned layer which you could re-correct with the three-way FCP correction filter.
    With an app like Shake, which accounts for interlace, you can generate several mattes, extract and create alpha channels, dodge them, dilate-erode-blur them, combine mattes and so on til the cows come home, have a beer and leave again. Which I believe I will do.
    jPo

  • How can I down load a PDF to Word that is correct?

    I am trying to convert a PDF file to Word.  When download is complete and I access the file it is not a correct replica of the PDF file.  It is useless to use it the way it was converted.

    ExportPDF will try to preserve the formatting of the original document: http://forums.adobe.com/docs/DOC-1513
    Some users have found that disabling OCR yields a result closer to original PDF for documents that were not necessarily constructed properly when the PDFs were originally created: http://forums.adobe.com/docs/DOC-3062

  • Import footage that was corrected on monitor with 2,35 gamma

    Hi,
    I received Prores HQ footage that was color corrected on a monitor with 2,35 gamma.
    It looks quite bright on my monitor which is calibrated to 2,2 gamma.
    What would be the easyest way in After effects to adjust the gamma from 2,35 to 2,2 so that the image will look as it should.

    1 / 2,35 * 2,2 = 0.936
    Add a gamma effect set at 0.936

  • How to create a persona header bar that displays correctly in all resolutions - Firefox 20 Linux

    I'm in the process of learning how to create Personas for Firefox, and have already created one which I am using locally, but I ran into an unexpected behavior: If I create a header bar that is 3000 X 200 pixels as specified in the guidelines, only the right third or so displays in my browser when the theme is applied. To get this header to display "properly" (as I find aesthetically pleasing) I have to resize the header to 1280 X 85 pixels.
    Should not the header bar scale automatically, or do I need to produce a persona header at each possible resolution width to get it to display properly?
    For what it's worth, the footer appears to be displaying the left hand third, but this is not so objectionable in this case.
    A screenshot of the persona is available at http://www2.netdoor.com/~horus/Persona_2013-04.png.
    Thanks for any insights. I feel as though I must be misunderstanding something here.
    (I tried to post troubleshooting information the first time, but it overflowed the character limit...)

    Probably best to ask that sort of question, or research the answer in one of the AMO forums ('''A'''ddons '''Mo'''zilla). I think this one may be appropriate:
    * https://forums.mozilla.org/addons/viewforum.php?f=30
    ** I think you will need to register before posting
    I am wondering where are you doing the learning ?
    <br />There are also resources on MDN
    *https://developer.mozilla.org/en-US/addons
    Detailed discussion of the subject is probably off topic for this forum, but linking to resources or giving as imple answer is not so I hope some of the above are helpful. (You may even find someone else interested and knowledgeable posting a direct answer)

  • Hello, For some reason, phone numbers that appear correctly in MSIE are missing in Mozilla. Sometimes they appear for a fraction of a second, so that I have to open the page repeatedly to read the whole number. Any clue about this? Alan Schaaf

    Try the url below in both Firefox and MSIE. You will see that the words "Toll Free:", in red at the top center, are followed by a phone number in MSIE but not in Firefox Firefox3.6.8.

    You can disable the Skype extension by going to Tools | Add-ons | Skype | Disable. You will need to restart Firefox.

  • Error building Application that runs correctly

    Dear NI engineers,
    I am attempting to build an exe and it give me the following error:
    >>The VI is broken. Open the VI in LabVIEW and fix the errors.
    >>C:\Documents and Settings\Desktop\Desktop\IsomerXDistribution\MAIN.vi
    The VI is not broken, and runs perfectly fine, the sub VI's and classes are not broken either.  
    >>Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    >>Error 1003 occurred at ABAPI Open VI and Check For Broken.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller
    >>Possible reason(s):
    >>LabVIEW:  The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located.  Open the VI in LabVIEW using File>>Open and verify that it is runnable.
    All of the VI's in the hierachy and project and executable and located. Why will it not compile?
    Thank you for your quick response.

    The code i am using is a very large (about 350 VI's and methods) complex data structure that runs exceptional well in labview.
    I am posting a very small code that demonstrates the problem. Apparently passing a class by reference causes a broken VI error when compiling. It works perfectly fine when running threw labview. It would be costly to rewrite the VI's in a different format, for something labview internally supports and all other OOP language support, simply because of an erronous compiler.  
    Why will this not compile, and how can i make it compile?
    http://128.123.180.148/IsomerX/DemoError.zip
    Serious responses only please.
    -Greg Sonnenfeld
    New Mexico State University
    IsomerX project
    Message Edited by Gsonnenf on 01-17-2007 05:12 PM

  • On Genes Reunited I saved my login details using the password manager. But instead of saving my email address and password, it has saved the actual word "password" instead. How can I edit it so that the correct details are saved?

    I have tried deleting the saved password and saved it again, but it still saves the word "password"

    I don't think you're going to be able to. I would guess the other person used your address by accident, and when he found he couldn't access the account (because you'd changed the password) he abandoned it. Your GMail address is now locked to that account and even if it was changed you can't use it to create another.
    You already have an Apple ID, which you use to log in here; you can use that to create an iCloud account if that's what you are trying to do. If you want to create a different Apple ID just get another free address such as a Yahoo one.

  • Trouble verifying ID information that is correct.

    I have tried several times to find and/or reset an old password I no longer use, for one of two Apple accounts. I keep getting an error message that says my birthday "doesn't match" their records for the Apple ID I'm using.  Both accounts are mine, both use the same security questions and answers, and both reference the same date of birth. Can I get online Chat live help with this problem and others I have?

    Hello KKC53,
    Thanks for using Apple Support Communities.
    If you'd like to contact Apple Support for assistance with resetting your Apple ID password, then please use the link below to contact Apple in your country.
    Contact Apple for help with Apple ID account security - Apple Support
    Have a great weekend,
    Alex H.

  • I have some AD users that login correctly and others that will not

    Currently have binding setup and all is well, then I get notice that some of the AD accounts will not login, they get the screen shake.   If I shortent their login name from john.smith to john.sm they login fine???????????  Anyone experiencing this?

    With all due respect, that means you didn't follow the instructions Apple provided.
    iMessage is an option, not a requirement.  Before you go off on an anti-Apple rant, perhaps you should at least attempt to follow their directions?
    And yes, your WIRELESS CARRIER should have told you that when you went to switch from Apple to a non-Apple device.  How is Apple supposed to know that you're about to switch from an iPhone to a non-iPhone?  Did you call them?  Did you visit a store?  Did you come to this forum?
    I agree that your WIRELESS CARRIER should have given you a heads up.  Because they are the only one that could have possibly know (other than you) that you were going to switch brands.
    What to do before selling or giving away your iPhone, iPad, or iPod ...
    iOS: Using Messages - Support - Apple
    iOS: Deactivating iMessage - Support - Apple

Maybe you are looking for