Best way to apply a new ACL to an interface that has a ACL already applied

Hello All:
I am in the process of cleaning up an ASA 5510 that I have inherited and have a question about applying a new ACL to an interface that is working correctly now with another ACL. The main purpose is I want to change the name of the ACL an clean it up a bit. Also would making this change cause an outage of more than a few minutes?
For example let's say I have the access group below:
access-group dmzif2 in interface dmz
With an ACL:
access-list dmzif2 extended permit tcp host 10.73.95.200 host 10.73.77.41 eq smtp
access-list dmzif2 extended permit tcp object obj-10.73.95.0 host 10.73.77.42 eq domain
I want the new one to be:
access-group DMZIF_IN in interface dmz
with ACL:
access-list DMZIF_IN extended permit tcp host 10.73.95.200 host 10.73.77.41 eq smtp
access-list DMZIF_IN extended permit tcp object obj-10.73.95.0 host 10.73.77.42 eq domain
Can I just add the new ACL's entries and issue this statement?
access-group DMZIF_IN in interface dmz
Any help is greatly appreciated!
Dustin

Thank you for the reply, so once the new ACL is created an added, would this be the correct commands? (sorry this is in production and I don't want to screw it up)
So add these lines:
access-list DMZIF_IN extended permit tcp host 10.73.95.200 host 10.73.77.41 eq smtp
access-list DMZIF_IN extended permit tcp object obj-10.73.95.0 host 10.73.77.42 eq domain
Then run:
no access-group dmzif2 in interface dmz
and then run:
access-group DMZIF_IN in interface dmz
and all should be good to go? Also after that how do I remove the old ACL's? with "no" in front of each line, or is there a command to clear all in bulk?
thanks again for the help!

Similar Messages

  • What is the best way to transfer files from a Power PC G4 that has NO power?  Thanks.

    What is the best way to transfer files from a Power PC G4 that has NO power?   I have a newer iMac. Thanks.

    Remove the hard drive and get one of these USB hard drive adapters. http://tinyurl.com/a5l2htj Then plug the adapter into your iMac to see/retrieve the files.
     Cheers, Tom

  • What is the best way to connect my new MBP to monitor - DVI, VGA or HDMI

    What is the best way to connect my new MBP to a computer monitor?  DVI, VGA or HDMI?  Thanks

    I recommend the Apple MiniDisplay Port to DVI adaptor.  I would avoid VGA.  MiniDisplay Port to HDMI will work as well (3rd party).
    http://www.apple.com/search/?q=dvi%20adaptor&section=mac&geo=us

  • What is the best way to get the new iPhone/ iPhone 5

    What is the best way to get the new iPhone/ iPhone 5 when it is released. I want to get the phone as quick as possible. If i order it on The first day of pre orders will i get it on the same day as the release in stores? I'm on an unlimited data plan with AT&T. Because the new iPhone will most likely have 4 g data will I loose the unlimited plan?

    Apple has not made any announcement.  We are not allowed to speculate on this forum.

  • Best way to start a new catalog for 2009 ?

    Hi,
    What's the best way to start a new catalog for the new year, with all the keywords and all the presets of the modules (without having to export all the folders) of previous catalog 2008 ?
    Thanks,
    Dominique

    Well there is a cost too in not being able to find all your images in a single step, and inconsistencies soon develop - eg a keyword is plural in one catalogue, singular in another. Speed or stability issues are not simply related to catalogue size, and I've seen decently-performing catalogues 50% bigger than yours (as well as slow ones of a few hundred images). Have you optimized the catalogue recently?
    But if you think it's a good idea to fragment control of your picture collection.... Presets will be carried over to a new catalogue as they belong to the machine (unless you have the save with catalogue preference turned on). Keywords can be moved via the Metadata > Export and Import Keywords command. If you have lots of collections and smart collections, then maybe make a copy of your existing catalogue and then remove all the items from it - making sure you don't trash them of course.
    John

  • Best way to add a new section in the middle of a tune?

    hi,
    what's best way to add a new section in the middle of a tune? I think I came up with an interesting transition to a tune... what's the best way to try it out?
    please be specific. if it's just select all and cut and move - I already know that one. somehow, I bet there's a better way.
    thanks in advance...

    You should be able to enter the "in" and out" points in the transport bar. And then under the Region menu, choose "Cut/Insert time."
    So if, for instance, you go up to bar 32, and want to add 8 bars, enter 32 1 1 1 in the top transport place, and 40 1 1 1 in the second. Then select "Cut/Insert Time", and an 8 bar whole will be added to your song.
    Be aware that if there are overlapping MIDI notes found at that cut point, Logic will warn you about it, and give you some options. In this case, I think "Keep" would be what you'd want, but every situation is different...
    Hope that helps....

  • Best way to spec a new Linux server from existing Windows 2003 server?

    We are looking to upgrade our servers to 11.1.2 and I am looking for some documentation/suggestions on the best way to spec the new box on a Linux platform.
    I do have the current documentation from ORACLE with regard to "Estimating Disk and Memory Requirements" but am looking for some processor suggestions as well..
    Any thoughts or ideas would be welcomed.
    Especially helpful would be anyone who is currently running in a Linux environment any pitfalls or issues you've been having with hardware or software.
    Thanks in advance.
    Adam,

    I don't think it is possible to recommend you any hardware setup without knowing your environment, budget and expertise.
    If you plan to install Enterprise Linux, like Oracle Linux, you should look into getting server hardware and not a desktop system. You may also want think about using Oracle VM virtualization products.
    Are you looking for rackmount or blade systems? it might be possible to limit your hardware decision between HP, Dell and IBM. I would personally prefer HP, but that's a matter of experience.
    You should probably find out your OS requirements. E-business products and installation instructions are usually designed for the OS version that existed at that time. If you install a newer version of the OS you may run into configuration or backward compatibility issues that may require to install additional software. You should check your OS requirements first before purchasing any hardware. The newest hardware may not support older versions of the OS.
    The HP support side shows a Linux certification matrix at: http://h18000.www1.hp.com/products/servers/linux/hplinuxcert.html which might be helpful should you decide to get HP equipment.
    You might also want to check your current Oracle licensing if you upgrade to a faster or more CPU's.

  • Best way to deploy a new database

    What is the best way to deploy a database for a user base that mostly doesn't understand how to use SQL based db products or has some understand?
    I'm current working on a setup utility for my desktop application, which uses MySQL, right now I'm at a design issue where I'm not sure how to get the database deployed.
    I have a creation script for deploying the database, but I'm not sure wither to create a default user, assign the rights to the user or make the user customizible. [which starts to branch off way too much] The desktop application does have an option of using an already deployed databased else where or creating one locally.
    Does anyone have suggestions for deploying databases for desktop applications? I know that derby is a great solution for this, however, It is not nearly powerful enough to handle what I need a database for. [large amount of transactions and comparisons, really quickly] I also have been unable to find information on this as well.

    are you talking about creating another copy of your existing DB on the same server ??
    (Just wanna confirm as your last line seems to contradict with this?!?)
    2 ways:
    Go for RESTORE database with the Source option pointing to one of the existing databases.
    Go for COPY DATABASE (useful when the copy of the db is to be put in another server maybe..)
    Note that you would need backup of the existing DB to proceed..
    Thanks, Jay <If the post was helpful mark as 'Helpful and if the post answered your query, mark as 'Answered'>

  • I've been using a flip video camera since 2009 and all of my videos are in the flipshare library.  What is the best way to burn all these videos to a DVD that will play on my DVD player/tv?

    I've been using a flip video camera since 2009 and all of my videos are in the flipshare library.  What is the best way to burn all these videos to a DVD that will play on my DVD player/tv?  The flipshare library is taking up too much space on my Macbook and I wanted to delete these videos once they were all tranferred to DVDs.
    Any help is greatly appreciated.

    Purplehiddledog wrote:
    I do backup with iCloud.  I can't wait until the new iMac is available so that I can once again have my files in more than 1 location without needing to rely solely on the cloud. 
    I also rely on iTunes and my MacBook and Time Machine as well as backing up to iCloud. I know many users know have gone totally PC free, but I chose to use iCloud merely as my third backup.
    I assume that the restore would result in my ability to open Pages and Numbers and fix the problem with deleting apps, but this would also mean that if my Numbers documents still exist solely within the app and are just not on iCloud for some reason that they would be gone forever.  Is that right?
    In a word, yes. In a little more detail.... When you restore from an iCloud backup, you must erase the device and start all over again. There is no other way to access the backup in iCloud without erasing the device. Consequently, you are starting all over again. Therefore, it would also be my assumption that Pages and Numbers will work again and that the deleting apps issues would be fixed as well.
    If the documents are not in the backup, and you do not have a backup elsewhere, the documents could be gone forever.

  • What is the best way to use Berkeley DB, C or C++ interface ?

    Hello,
    I'm using C++ interface but much samples, solutions and utils are in C.
    What is the best way to use Berkeley DB, C or C++ interface ?
    Lets talk a little about this...which is the interface you prefer and why ?
    Thanks
    DelNeto

    Hi DelNeto,
    There is a complete documentation set for C, C++ and Java. There are also examples in all 3 languages in the examples directories in your kit.
    http://www.oracle.com/technology/documentation/berkeley-db/db/index.html
    Ron

  • Is it possible to print out an image that has had a colorMatrixFilter applied to it?

    Is it possible to print out an image that has had a colorMatrixFilter applied to it?
    I applied the following code to print the ViewStack which contain Image
    printJob = new FlexPrintJob();
    printJob.printAsBitmap = true;              
    printJob.addObject(printJobEvent.viewArea, FlexPrintJobScaleType.SHOW_ALL);
    printJob.send();
    Is there any method to print out image with Brightness/Contrast/Hue/Statuation/Rotate adjusted?  Thanks

    If you give the to-do items due dates within the week in question, then checking the "To Dos with Due Dates" option in the calendar pringing dialog will print them. I have not found a way to get To-Dos without a date in the relevant week to print on a weekly calendar.
    Apple ][   Other OS  

  • FaceTime won't accept the password which I wrote down some time ago and doesn't provide a "forgot your password" option. And when I try to create a new account it tells me that my email is already registered. What can I do to revise my password?

    FaceTime won't accept the password which I wrote down some time ago and doesn't provide a "forgot your password" option. And when I try to create a new account it tells me that my email is already registered. What can I do to revise my password?

    Hello Sheila,
    Thank you for the details of the issue you are experiencing with FaceTime.  It sounds like your Apple ID password is not being recognized. 
    You can reset your password using the steps in the following article:
    Apple ID: If you forget your password
    http://support.apple.com/kb/HT5787
    You can contact the Account Security team if you are unable to reset your password using those steps:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • What is the best sleeve to cover a mac book pro 13 inch that has a dent

    What is the best sleeve to cover a mac book pro 13 inch that has a dent?

    Put a bandaid sticker over it and laugh it off whenever someone asks.

  • I try to register my new iPhone5 and its says that S/N is already registered with another AppleID! What can I do?

    I try to register my new iPhone5 and its says that S/N is already registered with another AppleID!
    (Maybe someone mispelled his own S/N and typed mine instead??)
    What can I do?
    Thanks!

    To be precise: this iPhone was bought from the Apple Store by someone else, so is it possible that Apple has registered it automatically under that AppleID?
    In this case, how can it be "transferred" to my Apple ID?
    Thanks.

  • What's the best way to set up new imac for logic etc?

    In brief:
    Getting new imac (27", 3.4 i7, 8-16GB ram, 1TB HD). Will be using it mainly to run Logic Studio (loads of plugins) and Final Cut Express. I also have 2 external Hard drives one 500G one 1TB.
    The last imac I bought was my first and just went ahead and threw everything at it not really knowing where things should go. This time I want to set things up correctly.
    Basically, with what I've got, what is the best way to set things up. I.e where do I put logic files, samples, BFD2, Amplitube etc. Where do I put videos for use in FCE. Storing projects and backups for use with Time Machine.
    Also noticed the new imac will only have 1 firewire port. I will need to plug in the Hard drives (daisy chained), camera and RME Fireface 800. Was thinking of getting a Thunderbolt Hard drive but they are expensive and hard to find.
    Would really appreciate any help before I get the new machine and start messing things up again.
    Thanks.

    Adding to babowa, enable the system firewall in System Preferences>Security>Firewall tab. Click Advanced and check Stealth Mode.
    Lion is a pretty steady and secure operating system, and as there really aren't MANY Mac viruses, there ARE viruses out there still. OS X is pretty good about letting you know if you do accidently download a virus, and it will help you throw it away if it detects one, such as the MACDefender virus. OS X has built in security features such as sandboxing that doesn't allow viruses in as easily as a Windows PC. As for hackers, as long as you have the firewall enabled and a secure password (for your computer and email accounts), then you should be fine.
    It's the user that lets the virus in, not the computer (unless there's some untold serious vulnerability in OS X, which is highly unlikely). Keep your apps up to date, don't download pirated software, and be street smart on the internet. Don't download things or visit websites that you don't think are real. Safari includes a Phishing feature that automatically detects known phishing sites, protecting you from that big problem. Keep your passwords secure and you should be fine.
    There are antivirus solutions out there, one notable one available in the AppStore is Intego's VirusBarrier (free and plus versions), if you feel you still need one.
    I wouldn't worry about it. Windows users who switch to Mac are always asking these questions.
    Here's some good reading as well
    http://www.apple.com/macosx/what-is/security.html
    Enjoy OS X Lion

Maybe you are looking for

  • T7900 remote screwed...

    Hey. I bought a Creative Inspire T7900 with my dell computer, and now i have a problem with the sound system(which is covered by dell), but i hoped for a quicker answer here before i asked them. The bass in my sound dissapears sometimes when i use th

  • PHP remember Form-button data to insert into form field

    Hi, I am creating a book website where people can reserve books (one at a time). Basically what I want to do is have a reserve button under each book which contains hidden values (the title and author of the book) and when they click on the button th

  • SSRS 2008 R2 Problem understanding View State Validation steps

    Hi, Sorry, but I have some problem understanding this steps. Please help me to understand this.  Pasted from http://technet.microsoft.com/en-us/library/cc281307.aspx?lc=1033 How to Configure View State Validation To run a scale-out deployment on an N

  • SqlPlus, output to file ONLY?

    Hey, I use SPOOl to write my output to a file but i dont want the result to be printet in the terminal. Is there a way to do this? Thanks //Kenny

  • How do you un-sync public holidays in icalender

    I sync my icalander to public holidays but despite my time zone in settings as Auckland NZ I get the Canadian public holidays all through my icalendar. Can anyone help me undo this? Emmie