question on the EMI and CSM

Hello

I installed IME to a server to manage the network IPS of 6500 package, and I would like to install on the same MCS server to manage the same Catalyst 6500 FWSM. I have several questions:

-Can I have installed and running in the server IME and CSM sane?

-CSM contain the same features EMI and much more?, I mean, that's enough with the CSM to manage FWSM and IDS-2 network of 6500 modules?

-Do the MSC provides a better view of the FWSM newspapers than other applications? Which is the best tool to view the logs of the FWSM, I want to say is a tool like view newspaper checkpoint for FWSM?

-My client has 2 Catalyst 6500 and 1 installed in each 6500 FWSM, two FWSM mode active/pasive redundancy, I consume 1 or 2 licenses of CSM?

Thank you

Kind regards

Juan Luis.

Hi Juan,

- Can I have installed and running in the sane server IME and CSM?

Yes.

- Does CSM contain the same functionality of IME and more?, I mean, it is enough with CSM to manage FWSM and IDS-2 network modules of 6500?

EMI offers various functions such as archiving and image management and implementation at level automatically and taking automatic backups, etc.

- Does CSM provide a better view of FWSM logs than other applications?. Which is the better tool to view the logs of FWSM, I mean is there a tool like checkpoint log view for FWSM?

CSM 4.0 is a tool that allows to display, filter, grep etc syslogs of all firewalls and IDSes.

- My customer has 2 catalyst 6500 and 1 FWSM installed in each 6500, both FWSM running in redundancy active/pasive mode, do I consume 1 or 2 licences of CSM?

CSM will be manage and watch one active unit only. The day before will just be a copy of the asset. So 1 license for CSM.

I hope it answers your questions.

PK

Tags: Cisco Security

Similar Questions

  • I forgot my apple ID and password, that's why I can't ativate my ativation icloud, but I the EMI and the serial number of my device and all documents in my camera. Please give me an advice. Thank you

    I forgot my apple ID and password, that's why I can't ativate my ativation icloud, but I the EMI and the serial number of my device and all documents in my camera. Please give me an advice. Thank you

    iforgot. Apple.com

  • Questions about the terms and conditions

    Dear team of Adobe Stock,

    I am considering a subscription for an e-commerce site that I am developing. I have a few questions about the terms and conditions:

    3.5 social media use. You can view or download an unmodified version of the book on the Social media Site if (A) you include a notice of copyright in the work itself (© author name - stock.adobe.com) and (B) the terms of use governing the Social media Site do not include any provision that would grant exclusive rights or the ownership of those works or alterations to anyone. "Social Media Site" means a website or application that puts the main emphasis on facilitating social interaction between its users and allowing users to share content in such social interaction

    What I have to insert in each post on social media on behalf of the author? Generally, this information is displayed only for free images. What I have to insert this information even if I signed up for a plan?

    Thank you

    Hello

    Please see the link below for help:

    http://wwwimages.Adobe.com/content/dam/ACOM/en/legal/servicetou/Adobe-stock-additional-ter ms_20160119.pdf

  • A question about the methods and parameters.

    Hey guys, this is my first post here. I am very new to Java and done a bit of C++ before Java. I had a question about the methods and parameters. I do not understand the methods; I know they can be repeated when it is called, but it's almost everything. I also know that a program should have a class that contains the main method. What I really, really understand on methods is what the parameters are. I know they are in parentheses and that is it. Could you explain what they are? I really appreciate it. Thanks to all in advance. Best regards, Michael

    Taking an example:
    Suppose you calculate area of the rectangle you need two inputs one is the length and the width. Area = l X b, where l = length, b = width

    If your method, say, calculateAreaOfRectangle (length int, int width) will be two parameters as arguments.

    System.out.println ("field of rectangle:" + calculateAreaOfRectangle (40,30);)

    public int calculateAreaOfRectangle (int length, int width) {}
    int area;
    Area = length * width;
    return of area;
    }

    So if you call this method then the output will be returned in 120.

    Parameters of a method are simply the input variables for the method of treatment for all calculations or something useful.

    And we cannot have methods inside the main method in Java. It is in the java syntax and if you do, it will throw a syntax error.

  • Question about the interruptions and priming

    Hello

    I had a few questions about the startup and interruptions in a virtualized environment

    Assuming that, plenty of virtualization (no material assistance to virtualization of memory ).

    1 initialization: in an ordinary PC, the boot process starts with the BIOS, to expansion ROM, back to the BIOS and MBR secondary boot record, then grub (is it) and finally the operating system. In a virtualized environment with VMM running directly on top of hardware (Native VMM), how is the initialization of the different process, as I understand it takes BIOS-> Expansion ROM - > BIOS-MBR-> other record secondary-> VMM-> OS--> applications >. Am I right on that?

    2 breaks: VMM examines the source interruptions prior to the interruption, so in a multicore environment, assuming a 2 processor core, how the VMM decides on the kernel for which the interruption in intended, prior to shipment of the interruption. Interruptions are tag ID, said core ID?

    Thanks in advance

    -SC

    sidc7 wrote:

    1 initialization: in an ordinary PC, the boot process starts with the BIOS, to expansion ROM, back to the BIOS and MBR secondary boot record, then grub (is it) and finally the operating system. In a virtualized environment with VMM running directly on top of hardware (Native VMM), how is the different boot process, if I understand correctly to -> BIOS-> Expansion ROM BIOS-> MBR-> other documents-->--> OS--> requests VMM. Am I right on that?

    It is simplistic but essentially correct.  A metaphor would be a little better thinking that the hypervisor/vmm is an operating system, except that the process on this operating system are requests or comments OSes.  If the BIOS-> OPROM-> BIOS-> MBR-> hypervisor-> init process of the hypervisor-> reviews of fork () s operating systems.  This can become blurred by the design choices (for example Xen/Hyper-V init start a coded parent hard partition that makes hypercalls privileged to fork() guest OSes; ESXi init runs a very limited subset of applications directly on the hypervisor and ESX Classic is somewhere between these approaches).

    There is a subtle distinction between "hypervisor" and "www."  The "hypervisor" is the operating system of single root (e.g. ESX) who interacts directly with the hardware and has access to everything; a hypervisor is not to be used to run virtual machines.  When we talk about a "hypervisor", the tendency is to describe something which is a BONE (although usually a minimal OS designed only to run virtual machines).  The "www" is the layer that allows a virtual machine run: it provides the interposition, virtualization and emulation services and can be plural (for example a vmm by guest operating system).  Architecture of VMware deal with these two separate components, while most other virtualization platforms merge the two.

    sidc7 wrote:

    2 breaks: VMM examines the source interruptions prior to the interruption, so in a multicore environment, assuming a 2 processor core, how the VMM decides on the kernel for which the interruption in intended, prior to shipment of the interruption. Interruptions are tag ID, said core ID?

    Strictly speaking, the interruption is not transmitted to a guest operating system - receives the hypervisor (or rather the VMM it transmits to the hypervisor), the hypervisor drivers interpret the interruption (for example reading package of NIC, I/O process of HBA, the timer tick completion), then after a new appropriate break in the guest OS.

  • Questions from the screen and keyboard on Satellite R830-181

    Hello

    I had exactly the same problem with it;
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?MessageID=280934

    I also explained what is it and how it over time in this topic.

    To sum up; my screen and keyboard do not work in my Toshiba Satellite R830-181, 13.3 '' laptop.

    My questions;
    1. is it a motherboard problem?

    2. as it runs on an external monitor, I guess that the graphics card or processor is fine.
    There is no damage on the screen, so I guess there is a problem with the connection of the power supply to the screen.

    If I buy a new screen I have my doubts it will work.

    I'll probably send it to the service tech in my country (hard to find here reliable technology services Toshiba), however, I would like to know what may be the cause and if I can fix it myself.

    What do you think guys? It is a power issue or a problem with the monitor itself?
    If a power issue or something else rather than the screen, how can be fixed?
    Same question applies to the keyboard.

    3. If I repair or fix myself, you think it will happen again? Because I think that this could be a faulty laptop computer of a certain series of production since someone else has experienced the same thing with this model.

    can 4 - there be a relationship between the non-functional keyboard and screen?

    5. If this can be resolved with a replacement of the screen, that I need to find a laptop screen Toshiba R830 or I can buy any 13.3-inch screen?

    As far as I know this model is not supported by the company more, so it is quite difficult to find a screen R830.
    It is difficult to find a 13.3-inch screen, anyway, but still, if I can use the screen of another model which would ease my problems.

    I need an idea on that.
    Thanks :)

    Post edited by: Cagri87

    > 1 - is it a motherboard problem?
    Not easy to say: If the external monitor works correctly then this isn't problem chart/motherboard.
    The external USB keyboard works properly, if not motherboard problem too.

    > 2 - because it works on a monitor external I guess graphics card or processor is fine.
    Yes, that's correct.

    > If I buy a new screen I have my doubts it will work.
    I do not recommend to buy the new parts before the defective parts has not been verified.

    > I'll probably send it to the service tech in my country (hard to find here reliable technology services Toshiba), however, I would like to know what may be the cause and if I can fix it myself.
    Good idea to send it to Toshiba service partner since the guys would be able to control parts and fix it.

    > What do you think guys? It is a power issue or a problem with the monitor itself?
    If a power issue or something else rather than the screen, how can be fixed?
    > Same question goes for the keyboard.

    Don t think someone can tell exactly what's causing this according to me its just a bad luck material can start malfunction happens in every possible branch of industries (TV, computer, smartphone, cars)

    can > 4 - there be a relationship between the non-functional keyboard and screen?
    No, the keyboard is only connected to the motherboard, display is also connected to the motherboard, but there is no connection between the keyboard and the display.

  • Two questions: Running XP and have some interesting questions at the start and with IE.

    Hi, I try to wear the IT hat and works to clear up some questions on my mother's computer.  #1 I guess that the computer was shipped with a version of Corel Photo software on it and we cannot get rid "Installer" messages at the beginning upward.  We tried to remove the program and the same message comes back to tell us that "Installer can do the requested action without the CD/program files" it gets about 6 of these reviews that it must close any until the computer will continue to boot the system.  Please, please tell me how to get rid of this.  I tried to install the 'Installer' update to see if that would make the difference and nope.  I also tried to remove the Corel file via CCleaner and got the same message.  I do not have the program disc, I don't want to program... I want to just get rid of it!

    #2 when entering address in the Internet Explorer address bar, the browser opens a second browser instead of going to the requested site.  For example, when I open my Internet Explorer and say go to the top of the address bar and typewww.google.com, instead of going to Google, it opens a completely separate browser.  When she did this, it's EXTREMELY SLOW!  until you think that IE went unresponsive and then finally opens the second browser.

    I'd appreciate any help!  I'm trying to solve these problems, while I'll be staying here so that I can leave him a computer running.

    Thank you!

    Hello

    ·        What version of Internet explorer that you are using (Internet Explorer 6, 7 or 8)?

    ·        Was long before Internet Explorer work?

    ·        Since when are you facing this problem?

    Step 1:

    It may be some third-party software that runs in the background that is shown with the process, I suggest you do a clean boot and check. To perform a clean boot follow the steps mentioned in the link given below.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: Once you have finished installing, follow step 7 to start the computer in normal startup.

    If the steps above don't help you not to remove the Corel Photo software, I suggest you to post your query on the forums of XP. Click on the link below.

    http://social.answers.Microsoft.com/forums/en-us/xpprograms/threads?filter=answered

    For Internet Explorer related issues, follow steps 2 and 3 of the step.

    Step 2:

    I suggest you run the fix it this tin article given to repair Internet explore

    How to reinstall or repair Internet Explorer in Windows Vista and Windows XP

    http://support.Microsoft.com/kb/318378

    Step 3:

    If you use Internet Explorer 7 or 8 I suggest you run the fix it is present in the article below. If you use Internet Explorer 6, you can follow the steps mentioned in the article given below where they apply to Internet Explorer 6 also.

    How to reset Internet Explorer settings

    http://support.Microsoft.com/kb/923737

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Question about the vista and firewire

    Hello all, I am an editor with a camcorder Panasonic GS-120. I used to have a desktop computer running Windows 7 that I used to import my videos with. The way I used to do is simply plug my camera into the firewire port and wait for the capture/import to Windows Movie Maker window to appear. Now, I can use is more than desktop because the fried CPU. So I have to use my laptop which runs Windows Vista. My laptop also has a firewire port, but a 4 port pins and I had to buy a new cable. My cable came today, I plugged it all as I would with my office, and nothing came. I tried to go into Windows Movie Maker, then click Import, but it said that my camcorder is not recognizable or something along this line. So now I have no way to import my videos. I'm pretty sure that of not the cable because it's new I went into Device Manager and uninstalled then reinstalled the driver for the firewire port, so this isn't a problem with the port, and I'm sure that's not the problem with the port on the camcorder. So my question is, what happens? Why can't I import my videos as with Windows 7? Is it possible for me to import videos? In addition, I don't have a VCR or an S-video cable, so that the method is out of the question. Thank you all very much.

    Perhaps the following would offer a few ideas:

    Windows Vista - import video from a videotape
    http://Windows.Microsoft.com/en-us/Windows-Vista/import-video-from-a-videotape

    Windows Vista - Troubleshoot importing video problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-importing-video-problems

    If the AutoPlay screen does not appear... What follows
    Articles may help:

    Windows Vista-
    How to change the auto run settings
    http://Windows.Microsoft.com/en-us/Windows-Vista/Change-AutoPlay-settings

    Windows Vista-
    Troubleshoot AutoPlay
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-AutoPlay-problems

    Windows Vista-
    AutoPlay: Frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/AutoPlay-frequently-asked-questions

    And... maybe the following will propose a few ideas:

    Import video in Windows Vista
    http://maximumpcguides.com/Windows-Vista/import-video-in-Windows-Vista/

    Download video from your camera to your computer
    http://Windows.Microsoft.com/en-us/Windows-XP/help/MovieMaker/download-video-from-camera-to-computer

  • questions about the updates and drivers

    I have 2 questions.

    1. How can I reinstall an update failed to install the first time?
    2. If I can get the driver I need mass storage?

    Hello Sherry,

    Question #1: Go into Control Panel, click Windows Update, and then run the Check for Windows Update manually. Download and install the missing update. If you know that you have missed one, but his shoeing not try refreshing the page until the missing update reappears and you can install it then.

    Question #2: The short answer is to go the manufacturer of the mass storage device and look for driver that corresponds to your operating system. For this, you will need the brand and the specific model of your computer, the version and the depth of your Windows 7 system and brand and the specific model of your mass storage device number.

    These instructions are generic as your questions were also. I don't want to insult your intelligence by giving you more that you need, please post here with any details you need.

    Kind regards

    BearPup

  • Questions on the WLAN and AP Manager interface

    Hello

    In fact, I was searching in the internet for more information on the (the AP Manager interface), I've only had the following link on the configuration of WLC.

    http://www.Cisco.com/en/us/docs/wireless/WCS/7.0/Configuration/Guide/7_0admin.html

    -If you have more information about this interface, share with me pls

    My second question is about the WLAN. In fact, I connected the AP lightness to the controller directly via a private network and configured WLAN with SSID. The question im face that customers can see the SSID, but can not be associated. I mean the packets sent is complete but the packets received too low, so I can't access the net.

    How can I solve this problem?

    Should I SWITCH to connect 3 AP light to the controller and the location device? or its just to connect these APs and the controller directly to our private network, because we use the same subnet.

    Thank you

    concerning

    Hello

    The link below can give u some info and you can be knowing this as well

    http://www.Cisco.com/en/us/docs/wireless/controller/5.2/configuration/guide/c52mint.html#wp1117288

    Then regarding the WIFI network... If you are able to see the SSID but not able to associate... What is the quthentication and the encryption is we help? We receive the IP or not?

    Private network means? the WLC will connect to the switch, right?

    Let me know if that answers your question...

    Concerning
    Surendra
    ====
    Please do not forget to note positions that answered your question and mark as answer or was useful

  • Questions about the cost and the best specifications for a new Windows 7 computer

    Hello

    I got most of the things that I should include in the purchase of a new computer.

    Things proposed are the following: Please read and tell me if I need it, and the approximate cost.

    8 GB

    12 GB

    A TB

    VIDEO CARD BUSINESS... I'm QUITE CONFUSED as to IF I NEED. SEE MY QUESTION AT THE END.

    Video card: min. 99 (No. built in chip card (or is it... discreate) dunno... two options different which one.)

    Video card: should be mid to high range; at least at first.  They are beginning to take a long power supply

    supply; and can charge the supply too, so invest in a good to start with.

    Question: Can I add a video card later?  Right now I only use the documents and regular pictures.  Later I want to do

    videos of my pictures; not much more.

    LCD or LED display must be top natch; for Photo Editing/cropping or manipulation?  I do not understand what they

    Let's talk about it.     They speak the monitor?   I DO A LOT OF PHOTO EDITING

    PHOTOSHOP.

    Thank you, Zara3511

    A discreet (dedicated) video card is not necessary. You can always add more later if you need the extra graphics power. Its not harmful if you perform a task such as photos and videos. Benefits is its great for games top of range and can future proof your system. If you are working in Photoshop, certainly invest in the discrete video card. Photoshop she likes it.

  • Question about the bleeding and facing pages.

    Hello

    I'm in trouble with my first InDesign document which is a 96-page Magazine. It will be printed on sheets A3 stapled in the middle. My impression of the guy said it's ok in the form of A4 pages with 3 mm overhang.

    So now when I try to export in pdf print (I check the brand I want to use the documents of bleeding parameters) exports with the sections on the left and right pages (left page exported with? I guess than 3 mm? bleed from the right page and so on). If I replace the parameters bleeding and I set to 0mm it is all ok, but I fear that certain images or text could get cut because I have everything with the substantive benchmarks lost in indesign.

    And I can't uncheck pages face to face since I have some graphs (graphs and so on) that spread from one page to another (on the same spread).

    My question is... I can do and always use the bleeding or (ignore "inside the bleeding' or something) or is it OK to use the export as a spreadsheet instead of individual pages because he wanted pages A4?

    Any help for a beginner would be appreciated. Thank you.

    "' You can set inside bleed to 0 in the configuration dialog of document or in the export options when you make the PDF, or if you absolutely need to have inside purge for creep (want, but check with the printer), see InDesignSecrets" Blog Archive "Pages Breaking Apart to bleed off a spine

  • A question about the security and economies of pdf

    Please, I have another couple of questions, but on security and the economies of pdf:

    My first question, how can I build a prompt this popup when the form is loaded or open that asks the user a certain password used to show/hide or enable/disable some fields or objects in the form?

    My second question, how can I save the form with a name derived from a field value in the form, or a user by name which is entered by a prompt window when the form is opened or initialized?

    Any ideas, please!

    Thank you

    Mustafa

    Hi Mustafa,

    I have an example here where the script in the click event of a button prompts the user a password. If they enter the password, then four locked fields are made available to them.

    http://assure.LY/ge8Ra9

    You can copy this script to the node docReady event root (usually ' form1'). It would then fire whenever the form is opened.

    One thing to keep in mind is that this solution uses a function (called "hex_sha256"), which is within a Script (called "soHASHING_SHA256") object.

    This allws function allows you to use the hash key, so even if the user types the password (in this case "1234"), the script converts this value to a hash of key '03ac674216f3e15c761ee1a5e255f067953623c8b388b4459e13f978d7c846f4 '.

    This means that if someone looks at the form they cannot determine the password.

    Start by copying the script object and the button in your form. Then try to move the script to the button in the docReady event. Take a look by using the LC designer for more information on script objects.

    The second issue is possible, but it is considered a security risk, so you will need to use a function of trust (which is in a separate JavaScript file that should be stored on each computer that uses the form). It is very difficult to maintain. There is a long thread here: http://forums.adobe.com/message/2266799#2266799

    Hope that helps,

    Niall

  • Question on the scope and the framework / time line

    Hello!

    I write a little app and have the buttons and sliders on a field 1 of the scene and then a help screen on frame 2 of the scene.

    I have event listeners attached to the objects of the first image.  When I go to the second image and then return to the first image, all event listeners are passed away and no longer work.  (at least that is what I think is happening).

    My question is what is the best way to deal with this.  I think the best way would be to add something like adding Event listeners. ADDED_TO_STAGE for each object and have the listener function add event listeners I want for each item.

    So I will:

    public function Document()

    {

    Super ();

    iSlider.addEventListener (Event.ADDED_TO_STAGE, added);

    iSlider.removeEventListener (Event.REMOVED_FROM_STAGE, withdrawn);

    myButton.addEventListener (Event.ADDED_TO_STAGE, buttonAdded);

    myButton.addEventListener (Event.REMOVED_FROM_STAGE, buttonRemoved);

    }

    In each of the listeners, I would add / remove listeners that respond effectively to the key / slider.

    Is the best way to do it, or I missed something.  Sorry about the silent nature of this question, but I'm gay.  I hope someone less gay can help out me.

    -Thank you

    you are probably missing when you move to the structure 2.  It is a problem when using as3.

    an appeal is to remove your objects in the scene (using code - NOT the timeline) in box 2.  (re) you can add them to the stage in frame 1.

  • Question about the listener and the process server in dedicated server mode

    Hello

    The Oracle documentation says that, when a client connection request is received on the server, the receiver creates a process server who will work with the database instance to perform the tasks requested by the user/client process. So far, everything was good.

    Now, when the user is on the Oracle himself server, the listener didn't need to run to establish a connection to the database. Therefore, it is possible to stop the Listener and not always connect using sqlplus and a valid username and password.

    In the case above, the question is: if the listener does not work, what/who created the process server that communicates with the instance of the database on behalf of the user? In other words, in the normal case, the listener could get the request and create the server process. When the listener does not work what part of the Oracle Gets the requests and creates the server process?

    Clarification on how this case is handled are very much appreciated, thank you,

    John.

    440BX - 11 GR 2 wrote:
    Hello

    The Oracle documentation says that, when a client connection request is received on the server, the receiver creates a process server who will work with the database instance to perform the tasks requested by the user/client process. So far, everything was good.

    Now, when the user is on the Oracle himself server, the listener didn't need to run to establish a connection to the database. Therefore, it is possible to stop the Listener and not always connect using sqlplus and a valid username and password.

    In the case above, the question is: if the listener does not work, what/who created the process server that communicates with the instance of the database on behalf of the user? In other words, in the normal case, the listener could get the request and create the server process. When the listener does not work what part of the Oracle Gets the requests and creates the server process?

    John,

    I guess that you have asked the same thing in a different form in another thread. In the case, when the process of the user and the server is to be on the same side, the communication done by using the Protocol bequeth and the user, since it is not not going to use a (@) sign, he would use a default service for connected sys$ users .

    HTH
    Aman...

Maybe you are looking for