Where should i place ASA?

Hi
Where should i place an ASA firewall in my network? Should i connect ASA outside interface directly to the ISP?
Can ASA 5585 perform BGP?

"Where should i place an ASA firewall in my network? Should i connect ASA outside interface directly to the ISP?"
Yes outside interface, assume that is where your primary internet circuit is terminated.
You don't necessarily need to peer over BGP just for sake of getting internet connection from your ISP.
Yes, ASA can perfrom BGP.
Hope this answers your question.
Thanks

Similar Messages

  • Where should I place the web service client implementation?

    Hi,
    I created a web service client, and some java classes are automatically generated like stub, servicelocator, proxy...
    I wrote the client code to access and invoke a web service.Where should I place this code.
    Thanks.

    pls see Left outer join in Infoset

  • Where should I place my preloaders?

    Hi all,
    Would like to seek advice on where should I place the
    preloaders.
    I have a banner swf, menu swf, main content swf, and intro
    swf. where should i load the preloader? on the main MC that will be
    calling these swf? or each swf have their own preloader? that would
    look rather weird.
    Of should I just merged banner, menu, main content and intro
    altogether? How do i do that? I am lost as to should I separate
    them out or put all eggs in 1 nest. My main content will have
    transitions between each sections.
    since my menu is separate from the main content, how do I
    point them to get the main content to change section whenever user
    click on 1 sections?
    I am so lost. Please advise. Thanks

    Hey X, sorry I haven't responded of late, working elsewhere.
    Let me address some of the questions you've had above.
    1) I'm very sorry, I see that I missed that assignment when I
    typed this out, within the loadFile function the correct call
    should be: mcl.loadClip(src, clip);
    2)the code is AS2, and yes it is legal coding. first, we're
    setting up parameters for our function here, and then we pass them
    this information when we call the method that we've set up, so that
    we can 'feed' information to the function that then uses it to
    perform it's job. the variable declarations in this case here are
    called 'strict typing' (ie. src:String, file:String, ...) and it's
    just a way to define variables of a particular 'type', it isn't
    necessary to follow the variable names with the type declaration,
    but I thought that I would include it here so that it made sense to
    you and so that you could see what type of variables need to be
    passed to the function. the varaibles MUST be passed to the
    function in the order that they are listed.
    3) yes you've got this all right :) The onLoadInit handler
    fires when the loaded clip becomes instantiated on the timeline
    (eg. available), previous to this point you could NOT say something
    like 'clip.gotoAndPlay(10);' because the loading clip was not yet
    available for the call, and it would fail. So you can use this
    handler to tell the loaded clip to 'do something' if you need this
    type of functionality, like say for instance that you need the
    loaded swf to go to a certain 'page' depending on what button the
    user pressed, this handler would be a way for you to pass that
    informtion along, and tell the loaded clip to goto the correct
    position, handy ;)
    As to the last question in 3, I touched on that above, my bad
    4) I was just talking about the name of the swf file being
    called 'dummy'.
    5) No, put everything in frame one, but on a different
    layers. Place your preloader on the top layer, and the 'blank' MCs
    (to load into) on layers below.
    OK, on to your last post.
    Yes, the way it's set up here the preload bar would run to
    100% for each load and then start again for the next one, it also
    has a text instance that tells the use what is being loaded each
    time. This could all be changed, and you can certainly use you own
    preloader instance, however you will need to reconstruct the method
    that is handling the progress. See if you wanted ALL of the
    instance your loading to equal 100% of your loader bars progress
    (for the first load anyway) you can't calculate the total bytes of
    all files previous to initiating the load, so you have a problem
    here. One method might be to 'break up' the load and apportion the
    progress indicator evenly for each item needed in the intital site
    loading. what I mean by that is, if you have 4 items that are
    needed to load, then each item would 'move' the progress bar by
    25%, so that when 100% of the first item is loaded, the progress
    bar is revealed by 25%, then the second load reveals 50%, and so
    on. It will just take a little math to change the code to handle
    the progressions. Now I would suggest that you NOT animate the
    masking rectangle by frames, I would do this with code adjusting
    the _x position of the mask by an amount that has been calculated
    with the loading code. also this method will have to accomidate,
    both multi-loads and singlular loads so you'll need to use another
    parameter to define how the preload indicator progress is 'broken'
    and into how many parts. This would end up in the math that defines
    the system that controls the indicator.
    OK this should be enough for you to think about for now
    :)

  • Where should I place my properties file

    Hello,
    I am working with eclipse. I have created a class that reads a set of properties from a .properties file. Do you know in which folder should I place my file in order it gets read by my class.
    Sitomania

    I have created a class that reads a set of properties from
    a .properties file. Do you know in which folder should I place my
    file in order it gets read by my class.Anywhere in the classpath.

  • Where should I place music files?

    1) If I download an MP3 where should I save the file? I'm looking to play these with iTunes.
    2) I currently see a file that is called "automatically add to iTunes" among others drilled down into the music folder. Is this the quickest way?
    3) I also have some music files witin the finder showing up under "all my files". What should I do with these?
    Sorry, PC guy coming over to the dark side recently and not to familiar with my MBA yet. Thanks!

    flag8r77 wrote:
    1) If I download an MP3 where should I save the file? I'm looking to play these with iTunes.
    2) I currently see a file that is called "automatically add to iTunes" among others drilled down into the music folder. Is this the quickest way?
    Yes. You can make a shortcut to that folder and put it on the desktop.
    3) I also have some music files witin the finder showing up under "all my files". What should I do with these?
    Don't do anything with them.
    If you are using the Search at top right of a Finder window, that simply finds files anywhere.

  • Where should i place the akarta-regexp-1.3.jar

    I'm coding on linux for jakarta-tomcat server..
    I'download jakarta-regexp-1.3.jar file from jakarta-apach site for validate a email adress..
    But i did not find any doc to telle me where put this file..
    I put it in the jre subdirectory of my sdk directory but the javac compiler
    do not recognize this part of my code import org.apache.regexp.* ..I try the lib directory of the tomcat and it was same..
    Where should i put this jar file ..
    Could some body help me ?

    DON'T CROSS POST, EEJIT:
    http://forum.java.sun.com/thread.jsp?thread=461653&forum=33&message=2116135
    http://forum.java.sun.com/thread.jsp?thread=461654&forum=45&message=2115945
    http://forum.java.sun.com/thread.jsp?thread=461653&forum=33&message=2115943
    http://forum.java.sun.com/thread.jsp?thread=461652&forum=1&message=2115941

  • Where should I place graphic files?

    Setting up a new machine with external Sonnet drives. Should I place non time code files such as graphics, Motion files, music, etc. on the external drives? Or is it OK to place these files on an internal drive? Also, best place for render files, auto save, and thumbnail folders? Really appreciate any input.
    Thanks again,
    Tom

    There is no single correct answer to this. I store graphics files on a non-boot internal drive volume, inside a folder at the top level named, imaginatively Graphics, sub-foldered by project names.
    Likewise, at the same level, I have a folder named Music Cuts, and, also arranged in folders by project names, individual folders with the music inside. I also have a folder named Audio, which contains, inside project folders, VOs and SFX.
    I hope that makes sense.
    Periodically, I will drag the Graphics, Music, and Audio folders to a CD (or DVD, when the folders get too large for a CD), along with the FCP Projects folder from the boot volume. (As with the others, project files are organized in folders named with the project names), and burn the disc for archival purposes. I label the disc with the date and the names of the top level folders.
    From time to time, I will delete all aged files and folders that haven't seen any use in a good long while. By that time, I have several copies of them on several discs.
    Many years ago, I did the same thing, but back then I was saving to a 3.5" floppy. That's how old my practice is.

  • 2 SATA drives - Where should I place my ACRcache, catalog, and images?

    Two drives
    Application is on the boot drive.
    Where/how should I split up the ACRcache, catalog, and images?
    Should I have the catalog on a different drive then the cache?
    Should the catalog and cache be on the same drive?
    thanks

    Louie Sherwin wrote:
    dorin_nicolaescu wrote:
    I would put my catalog and images on one drive and have my system, applications and ACR cache on the other.
    Why?
    Hi Dorin,
    Well basically there are four areas where disk I/O can impact performance. The catalog, previews, images and ACR cache. So with only two drives how do you minimize disk contention during typical LR editing?
    Of the four the ACR cache activity is going to be both frequent and be writing large blocks data. Splitting it off first is makes the most sense. Putting it the system disk also makes sense since while running Lightroom that is going to be mostly idle since hopefully you are presumably just running LR.
    The catalog is clearly going to have the highest update frequency but data sizes of each will be very small. So keeping it separate from the cache is a good idea.
    The previews by default get stored with the catalog and since they are generated in the  back ground with lower priority it is best to leave them where they are.
    The image files clearly are best on the second disk. So practically it makes more sense to keep the catalog and images together if for no other reason than backup is simpler. Just clone you image disk every couple of days and you have a complete usable catalog.
    -louie
    Louie,
    So, based on your experience, how would you go about it with a portable (I have a Macbook Pro).  I have the application, catalog and previews on the boot drive, images on an eSATA 2TB RAID 0, ALRCache on another eSATA just straight 1TB - (all 7200 RPM / 32MB cache) via Expresscard 34 (which operates at 1.5)..
    Jay S.

  • Where Should I Set the Layer Break Marker?

    I am burning to a Memorex DVD+R DL media------
    I received this error message when burning:
    "Formatting was not successful. Layer 0 exceeds the
    maximum layer size allowed. Please choose a suitable
    marker location that will support this condition."
    I placed one approx halfway through my main sequence, which
    is a total of 4.6 GB, but I am still receiving this message.
    Where should I place the marker so I can successfully output?
    My total project is about 6.2 GB.

    So you are telling me that I could delete the DNS from each machine and set it in either the new modem or Time Capsule router.
    That is correct!
    I guess what I'm confused at is what device is doing what.
    Let's look at a few examples, hopefully to help understand where all these protocols/services (PPPoE, DNS, & DHCP) come into play:
    Scenario 1: Modem > Computer
    In this scenario, your ISP provides the DNS server IP address information to your computer via DHCP. DHCP also provides the other important IP address information: IPv4 address, subnet mask, & router IP to your computer in order to communicate on the Internet.
    Since your DSL ISP requires that you are authorized to access their Internet service, they utilize PPPoE to pass your account credentials (username & password) from your computer to their authorization server. Once verified, you are granted access.
    Scenario 2: Modem > Router (Actiontec) > Computer
    In this scenario, your Actiontec router provides your account credential (via PPPoE) to the ISP and also acts as a DHCP server. As a DHCP server, it provides your computer with the required IP addresses and passes on the ISP's DNS IP addresses as well. You do have an option with this router to enter a different set of DNS IP addresses ... like those for Google DNS or OpenDNS if you do NOT want to use the ISP's DNS servers. In this case, the Actiontec, uses its DHCP server to provide those addresses to your computer.
    Scenario 3: Modem > Upstream Router (Actiontec) > Downstream Router (TC) > Computer
    Since you have the TC configured as a bridge, it is basically a "pass-through" device. That is, the Actiontec will continue to provide the IP addresses just like in Scenario 2 "through" the TC so that wired or wireless clients connected to the TC get the addresses. Also, like in Scenario 2, you can assign DNS IP addresses on the TC ... and these would be provided to clients connected to it.

  • Where should  file be placed  in real mobile in file browser application

    hello,
    i am doing an application on file browser i tested it in emulator it was having [b]appdbfolder bin folder tool kit which has the root directory with the file to be browsed
    1 but problem is where should i place the file in real phone
    2 if placed it resource dir it is not taking
    3

    just make sure your CLASSPATH includes cloudscape.jar. Not just the path, but also the jar filename.
    There is also a jre/lib/ext path in your java installation where you can dump your jar file so it will automatically be seen when you run your program.

  • Place where batch determination should take place.

    Hi
    Please suggest where should the batch determination take place . It should be done outside a Bapi(in my case 'BAPI_GOODSMVT_CREATE') or first calculated and then passed to this bapi. Actuaaly i am facing a issue in which when multiple sales order are run simulataneously they pick the batch with zero quantity. What has been concluded is it might be a Locking issue. <removed_by_moderator>
    Edited by: Julius Bussche on May 9, 2009 9:33 AM

    Dear,
    SPRO>Logistics general>Batch management>Batch determination and batch check>Activate automatic batch determination .
    Then COB1 and MBC1 you need to define the search procedure assign the sort rule CU70 and search criteria as main characteristics.
    Please refer this thread also,
    https://forums.sdn.sap.com/click.jspa?searchID=19168037&messageID=6598638
    Regards,
    R.Brahmankar

  • [DISCUSS] Where is the place I should put the web services

    Hi All,
    If I want to create my own web services, after that where should I put the web services, is that anyway put at oracle server?
    Thanks.

    Hello,
    You need to buy a server box and host in the server.
    Paul Swarnapandian

  • Looking to have my 2 y o macbook pro cleaned (dust removal and such). I live in Loughborough(Leicester), where should I take it?

    I tend to ramble when it comes to asking questions so I'll just sum it up briefly before I add any further details:
    I am looking to have my macbook pro (I believe late 2011 version-out of warranty) cleaned inside out: dust removed, keyboard cleaned all that stuff-not by me. I would like to know where should I take it for this job in either of these locations: Loughborough, London or Maidenhead, and also (if anybody knows from their experience) how much would this cost? Lastly, in Apple Stores do you get a warranty for the service they provide?
    Now for my blather...I mean extended version:
    I had my macbook pro for 2 years now and I must admit I didn't take good care of it, as I maybe should have. By this I mean I never dropped it or spilled anything on it, but I'm pretty sure it got clogged up inside with a lot of dust by now and maybe some crumbs underneath my keyboard as well, so I'm looking to have it cleaned inside out- by a professional.
    I never took it to a service before, so I really have no idea where's the best place to take it. I am not familiar with terms such as "genius bars" and after googling apple authorised services in the UK, I didn't end up with anything "certain"
    Location-wise, I am studying in Loughborough (Leicestershire), but my dad works in Maidenhead and I'll be visiting him next week. I will also be for a day in London (although it'll be a Sunday- December 21st), so any service around these locations will work for me.
    I would also like to point out one thing: I know some might suggest to clean it myself, but when it comes to anything IT-ish (especially a £900 macbook pro, I would rather leave it in the hands of a professional); even if let's say I cleaned the keyboard, I would still want to have the dust removed from the inside- and I am certainly not doing that. I'm a 19 year old university student with 0 experience and my time doesn't allow me to become an "apple genius" overnight.
    Thank you for taking the time to go through my question!

    Your MBP should be able to support 8GB (unless yours is an early 08 then you're stuck at 6GB).  I upgraded my old late 08 MB to 8GB.
    SSD are a plus if you like speed.  Having 8GB and an SSD will improve the performance of your MBP.
    I like OCZ SSD products but have heard some issues with older MBP.
    Sandisk, Crucial and Kingston SSD tends to be more reliable and less compaibility issues with older MBP.
    Hope that helps..

  • Where could i place the RTF file (locally or in server custom top)

    Hi guys,
    I am very new to xml report publisher and I completed one RTF template successfully and i am accessing oracle apps through my client instances which is in USA.
    I dont knw where to place the RTF file whether in my local system or in the custom_top.
    please reply immediately if any one knw,I hope that i will get immediately reply and its very urgent task to complete.
    Regards
    Praburam s

    Hi,
    I knw that oracle apps have separate res as XML Publisher Administrator.
    Just I want to knw in Template tab we should attach the RTF.My question is that where should i browse for that RTF(in template tab) to my local machine or server custom top)..
    Can i save my rtf file as locally or in server custom top.
    I hope that u can get my question..
    Please reply immediately.
    Regards
    Prabu

  • For WebLogic 5.1, where should I put my class files for my JavaBeans?

    With JBuilder4, I have built an application with JSP and a few Java Beans (Those JavaBeans are instantiated in those JSP files). There are no EJBs. The package name is called 'onlinetrade'. I have tested the application on JBuilder's web server, it works pretty well.
    Now I am moving this application to WegLogic 5.1. I have encountered a problem with WebLogic 5.1
    and do not know where I should place my JavaBean class files --
    Originally, the JSP files for my application are in package path-- ..onlinetrade\jsp
    and the class files for my beans are in the package path -- ..onlinetrade\jsp\bean\*.class
    Now, with WebLogic 5.1,
    1) I have put my JSP files in
    C:\weblogic\myserver\public_html\onlinetrade\jsp
    2) I have created subdirectory and put my bean class files in
    C:\weblogic\myserver\classfiles\onlinetrade\jsp\bean
    When I started weblogic and the first page - login.jsp page can be up and accessed. But when I login and forward to another JSP page called 'controller.jsp', where a bean is instantiated, I got the following error
    Compilation of 'C:\weblogic\myserver\classfiles\jsp_servlet\_onlinetrade\_jsp\__controller.java' failed:
    C:\weblogic\myserver\classfiles\jsp_servlet\_onlinetrade\_jsp\__controller.java:210: cannot access jsp_servlet._onlinetrade._jsp.registerBean
    probably occurred due to an error in /onlinetrade/jsp/controller.jsp line 53:
    registerBean registerBeanInstance = new registerBean();
    I know the javac is working, and a java file is created upon the JSP page, but the problem is -- the bean class files cannot be found!!!
    Where should I create the package path and put my bean class file so that my JSP pages can pick them up?
    Any help is greatly appreciated!
    Thanks.
    --Tim

    I have mine in WEB-INF/classes

Maybe you are looking for

  • How to create Dynamic Internal table in ALV?

    Hi all, I have to create a ALV report based on dynamic internal table. The requirement is that when I enter the months in my selection screen I should get the data relevant to those many months only. For eg if in selection I have given January to Mar

  • Firefox is running but will not open even after re-installing

    I have tried re-installing firefox but it still won't open. If I go onto task manager I can see that it is running in the background. I am currently using google chrome as my default browser.

  • Keeping Adobe Acrobat 9 Pro as the Default .PDF viewer

    Ok, So with all the new vulnerabilities with Adobe reader, our company is try to stay with the current updates of Adobe Reader.  The problem I am running into with patching all the workstations is that we have a large user community that uses Adobe A

  • Have i killed my computer?

    I have a computer which is about two years old. It has a MB So. 775 MSI P4M900M 2-L board and a PCI-e NVidea GeForce 7300GT 512MB TV out & DVI graphics card. Everything was fine until i decided to upgrade one of my DVD writers to blueray. It turned o

  • Having trouble mapping multiple Informix databases to Oracle

    Hello, I am new to Oracle, so please forgive any misuse of Oracle terminology. I have several dozen Informix 7.31 databases to migrate to Oracle. We host more than one database per Informix server instance. Each of these databases have the same schem