Redundancy for single IDSM on two separate chassis

Can EtherChannel protocol be used to provide active/standby redundancy for single IDSM on two different chassis.
Rgds.

From the given link, I understand that active/standby redundancy configuration is not possible for IDSM's on two different chassis. Only active/active is possible.
Secondly, please let me know whether the below configuration is for two IDSM's within same chassis or across two separate chassis.
intrusion-detection module 4 management-port access-vlan 100
intrusion-detection module 5 management-port access-vlan 100
intrusion-detection module 4 data-port 1 channel-group 5
intrusion-detection module 4 data-port 2 channel-group 6
intrusion-detection module 5 data-port 1 channel-group 5
intrusion-detection module 5 data-port 2 channel-group 6
intrusion-detection port-channel 5 trunk allowed-vlan 200-204,208
intrusion-detection port-channel 5 trunk allowed-vlan 708
intrusion-detection port-channel 5 autostate include
intrusion-detection port-channel 5 portfast enable
intrusion-detection port-channel 6 trunk allowed-vlan 260,280,400,401
intrusion-detection port-channel 6 trunk allowed-vlan 111-114
intrusion-detection port-channel 6 autostate include
intrusion-detection port-channel 6 portfast enable
Rgds.

Similar Messages

  • HT1711 Can a single computer have two separate iTunes accounts?

    Can a single computer have two separate iTunes accounts?

    Yes
    An account is just a user name and password used to purchases content.

  • Can I sync a single calendar to two separate mobile me accounts

    My wife and I have separate dot mac accounts and separate mobil me accounts. We each keep separate work and personal contacts and calendars on our computers and they sync to our separate I phones. We would like to have a single family calendar that will sync automatically through mobil me for entries made by either of us to the others phone, downlinking to our separate computers.
    Is this possible?

    Please read this entire post before doing anything, so that you can understand what you need to do.
    My wife and I have the same scenario and I have a work around. Here is what we have:
    She has an iPhone 3g and a Mac Book. I have an IPhone 3Gs and a Mac Book Pro. I have my Mobile Me account, and she has her own Mobile Me account.
    Before you do anything, go to each of your computers and backup both your address books and calenders.
    Here is how I have ours sync:
    1) The 2 laptops are both setup under Mobile Me in the System Preferences under my Mobile Me account. In here, I have both laptops setup to sync the address book(s) and the calender(s) but nothing else.
    2) On your computer, import your wifes backed up address book and calenders into your iCal and Address Book on your computer. Make sure that your wifes calender had a different name than yours in the iCal program. I mean make sure that your calender and hers was not both labeled something like "Home". My wifes is labeled "Her Personal" and my calender is labeled "His Personal". You can do the same thing for the Hers and your address books, by putting them in different categories before you back them up and import them.
    3) After these are setup on your computer, then (a) go to System Preferences, and then (b) go to Mobile Me. In Mobile Me (c) click on the "Sync" tab. (d) Click on Advanced at the lower right hand corner of the window. Then (e) click on the Resync Data button. In the next window (f) click on the RIGHT arrow and the click replace. This will send all of the iCal calender(s) and the Address Book(s) to your Mobile Me cloud.
    4) On your wifes computer repeat Step 3. Except, in step (f) click on the LEFT arrow. This will send all of the iCal calender(s) and the Address Book(s) from you Mobile Me cloud to your wifes computer. You are now half way done.
    5) On your iPhone go to Settings. Then go to Mail, Contacts, Calenders and click on your Mobile Me account. Here you will need to turn on Mail Contacts and Calenders.
    It will be setup a little different on your wifes iPhone however.
    6) On your wifes iPhone go to Settings. Then go to Mail, Contacts, Calenders and click on her Mobile Me account. Here you need to make sure that only Mail is on. Make sure that Calenders and Contacts is turned off.
    7) Go back to Mail, Contacts, Calenders on your wifes iPhone. Click on Add Account. Here you will need to add YOUR Mobile Me account information.
    8) After you have entered you Mobile Me account information on her phone, go back into Settings and then to Mail, Contacts, Calenders and click on you Mobile Me account again. Under your account on her phone, turn off Mail, but turn on Contacts and Calenders.
    9) Open both the Calenders apps on the 2 iPhones and allow them to update.
    10) Open both the Contacts apps on the 2 iPhones and allow them to update.
    You should now be able to keep your contacts and address books in sync on both computers and iPhones, but still be able to keep you individual e-mail accounts in sync on the seperate computers and iPhones. Please let me know if you have any questions.

  • Using a single iPod on two separate PC's

    I have a single iPod and have installed iTunes on two PC'c. They don't have identical music libraries and when I try to transfer music from the newer itunes installation on the 2nd PC, iTunes tells me that this iPod isn't authorized and doesn't allow me to do anything. What am I missing here?

    You have to switch the iPod from auto mode to manual manage in order to use it on two or more iTunes libraries. When the iPod is mounted and you can go into the summary page for it in iTunes, select the check box to manually manage your iPod then "apply" that setting the iPod and now you can play songs out of your iPod via the iTunes interface.
    Patrick

  • How to separate a single join into two separate join statement

    select PA0002NACHN PA0002PERNR PA0002VORNA KNVPKUNNR KNVPPARVW KNVPPERNR KNVPSPART KNVPVKORG KNVPVTWEG VBAKAUART
           VBAKERDAT VBAKERNAM VBAKERZET VBAKFAKSK VBAKKUNNR VBAKLIFSK VBAKSPART VBAKVBELN VBAKVKORG VBAKVTWEG VBUK~CMGST
           VBUKVBELN TVLSLIFSP
    into (PA0002-NACHN , PA0002-PERNR , PA0002-VORNA , KNVP-KUNNR , KNVP-PARVW , KNVP-PERNR , KNVP-SPART , KNVP-VKORG , KNVP-VTWEG
         , VBAK-AUART , VBAK-ERDAT , VBAK-ERNAM , VBAK-ERZET , VBAK-FAKSK , VBAK-KUNNR , VBAK-LIFSK , VBAK-SPART , VBAK-VBELN
         , VBAK-VKORG , VBAK-VTWEG , VBUK-CMGST , VBUK-VBELN , TVLS-LIFSP )
    from ( PA0002
           inner join KNVP
           on KNVPPERNR = PA0002PERNR
           inner join VBAK
           on VBAKKUNNR = KNVPKUNNR
           and VBAKSPART = KNVPSPART
           and VBAKVKORG = KNVPVKORG
           and VBAKVTWEG = KNVPVTWEG
           inner join VBUK
           on VBUKVBELN = VBAKVBELN
           inner join TVLS
           on TVLSLIFSP = VBAKLIFSK )
           where PA0002~NACHN in SP$00003
             and PA0002~PERNR in SP$00001
             and KNVP~KUNNR in SP$00004
             and KNVP~PARVW in SP$00014
             and VBAK~AUART in SP$00005
             and VBAK~ERDAT in SP$00011
             and VBAK~ERNAM in SP$00013
             and VBAK~ERZET in SP$00012
             and VBAK~KUNNR in SP$00006
             and VBAK~SPART in SP$00009
             and VBAK~VBELN in SP$00010
             and VBAK~VKORG in SP$00007
             and VBAK~VTWEG in SP$00008.

    Hi,
    1.Dont use joins.
    2.Create separate internal table and write select statement.
    Regards,
    Billa

  • Auto-populate of SHELL_shellName_shell Upper form DE only functions in one single-instance project shell.  The DE in the BP Upper Form needs to auto-populate in two separate single-instance shells.  How can I get this DE to autopopulate in both?

      The Unifier environment
    contains two single-instance project shells, INF and PBS, and two multiple-instance child project shells, INFS and
    PB.    There is a single instance, non-workflow
    business process, ‘Project Information’ that contains a data element in the
    upper form definition, Project ID.  The Project ID is set to auto-populate from the multi-instance “INFS”
    project shell attribute, which is populated manually. 
    Issue:  The auto-populate functionality for the
    Project ID ‘Shell_shellName_shell’ data element within the single-instance
    Project Information BP only functions within one of the shells, either
    INFS or PB, but not both.  The INF and INFS shells are currently deployed
    to production, PB and PBS shell are not.
    It is critical that Project ID ‘Shell_shellname_shell’ data element is populated correctly in the
    Project Information upper form of both shells, INFS and PB,
    because that data element is referenced by multiple business processes and
    integrations. 
    The attribute form definitions for both single and multiple instance project shells are identical.  The Project ID utilizes the same data
    element ‘SHELL_shellName_shell’ as is defined in both shell attribute forms
    (INFS and PB). 
    The data definition source is a Unifier system-level variable, SYS Shell
    Name (String, 128, Text Box)
    Potential Solutions:
    1. Create a Project ID DE of another data type which can
    be successfully auto-populated from either shell.  Drawback: all BPs and integrations which
    reference Shell_Shellname_shell will need to be rewritten.
    2. Investigate converting the Project Information single-instance
    to a  multi-instance BP, and create a
    separate instance for each single-instance shell type.  Same Drawback as Option #1, but with additional
    rework.  Most likely Project Information
    would have to be recreated as a new BP.
    Not sure that this option would even work.
    3. Create a separate Project Information BP for PB.  Drawback:  Two separate BPs for Project Information would
    need to be created.  All existing BPs
    refer to Project Information, so this option could potentially invalidate the
    ability to use the existing BPs in the PB shell.

    Was it really necessary to post the whole API description?!?
    Locale[] locales = Locale.ENGLISH();ENGLISH is not a method in class Locale, so do not add the braces "( );".
    Also, the constant ENGLISH is not an array, but just a single Locale object.
    You didn't say what your problem was. What do you want to achieve with your program and what is it that you don't understand?

  • How do I maintain a single iTunes library for two separate iMac user accounts?

    How do I maintain a single iTunes library for two separate iMac user accounts?...without having to manually do something every download?

    Pardon me, I am brand new at using an iMac.  I understand the concept but I don't know exactly how to "move" the library.  I found a shared folder under users on the hard drive.  If I move it, won't I have to redirect each iTunes user to the new shared location?
    If I point iTunes to anything other than the music folder under that user name, it shows as a "shared library".  Preferences still shows it as that users library, regardless of where the advanced gear button says it is pointing to.
    Am I asking for too much to have each user control the exact same music files, apps and playlists?  I just want the two different itunes sessions to mirror each other without any frequent updating or copying.
    We use the same id for itunes music and apps so we could just sync all devices under one iMac user id and not use it under hers.

  • HT1660 How can I maintain two separate itunes accounts on one single device without erasing either set of data?

    How can I maintain two separate itunes accounts on one single device (iPhone 4) without erasing either set of data when syncing with itunes?

    Hi,
    Depends on what you trying to setup but for purchases, you can roll down at the very end of the iTunes/AppStore pages to logout of your current account and then login into a different one.  Then your purchase will be billded to this new account.  Everything will sync as you used to but in order to use the purchased content in iTunes or other devices, you will need to authorize them (you can have up to 5 devices authorized for an account).

  • Is it possible to use Time Machine with an external hard drive for two separate computers?

    I'm looking to purchase an external hard drive to use as with time machine as a backup for two separate computers.  I'm not sure if I should buy 2 EHDs and dedicate one to each computer, or if Time Machine has the capacity to back up both computers separately.  Anyone have any experience with this?
    Thanks!

    You can make two partitions on a single drive and dedicate one to each computer.
    The pic is of a single external usb drive with three partitions( a Time Machine and two image backups) for two computers

  • Two separate text areas for typing in two languages on the same page

    Dear All,
    I am trying to find a way to have two separate typing areas on a single page so that I can write a letter in both French and English. I can easily get two columns, one which follows another, but that is not what I want.
    Any help would be greatly appreciated.
    I am running Pages '09.
    Thanks
    Tunaman

    What do you want then? Can you describe how you like to position the text?
    In word processing document you can use layout breaks and column beaks to get two text columns beside each other.
    You can also use text boxes, one for each language. You can even use Shapes as text boxes.

  • Merging two separate MUSE sites into a single MENU system and Paid & online BC eCommerce site

    Hi all! I am stuck trying to figure out a Process Conundrum:
    1> I have a BC site with e-commerce ready to go - paid - online with store template in place.
    2> I also Have a 2nd MUSE created web site (with the client content/pages) that needs to merge with that E-commerce BC site. 
    What is the move to merge the two separate sites into a single site with the Menus all in proper order?
    Is this simple and I can not see it? (merge the two sites in a folder and reopen in muse for new menus?
    Or do i need Dreamweaver to assist in the merge?
    In other words:
    What is the PATH/PROCESS to merge a 2nd MUSE designed web site (sans e-commerce), in order to tie into the online BC e-commerce template paid site - so the menus update together as "one" site?
    Menu Update Concern:  merging two separate MUSE sites into a single MENU system with the "Paid on line Active BC e-commerce Template". How do it do it Process wise so that the menus adjust automatically... so they are "one" menu.
    Reminds me of an old joke: Q: "What did the Buddhist say to the hot dog vendor at the ball park?"
    A: "Make me one with everything!"
    ONWARD>>>>>
    Possible paths I am about to take attempting to Solve the problem - and scale the learning curve...
    download the BC e-commerce site into Dreamweaver -
    export the 2nd muse site by publishing it to a unique folder.
    combine them by going back into dream weaver and attempting to figure out linking the menus. - perhaps they are automatic there too.
    or load them both up to BC and back down to MUSE to fix the menus?
    I appreciate Any recommendations, hits or humor that you could help on this.
    Cheers!

    Thanks, Liam... I will get it eventually...
    Sadly: I do not have a budget to hire this out...
       -  I have gone through lots of the BC and Muse training exercises. Adobe
       and BC Gurus.
    But... if the only problem is that I need to work though my partner site BC
    interface...
       - that would be fine...
       - so would using dream weaver....
    I will go back and review the BC interface and also dreamweaver
    capabilities.
    without a budget... i need to figure it out... please do point to any
    material or training you might be able to point me to.
    I don't have to use muse, if that is my sticking point. I just need to get
    the project up and BC looks perfect.
    Thanks.

  • Can you have two separate icloud accounts for two iphones that sync with the same imac?

    can you have two separate icloud accounts for two iphones that sync with the same imac?

    Welcome to the Apple Community.
    Yes and no.
    There is no issues at all if you use two user accounts on the mac, each can sync with one of the accounts.
    If you are using a single user account, you can add the second account as a secondary account in settings > mail, contacts and calendars and you can then sync mail, contacts, calendars, notes and reminders from the second account, but not documents and data, back to my mac or photostream.

  • Need computer to recognize two separate iPods using 2 libraries on single login

    I have a family who has two separate iPod 5's, and Ive created two separate libraries for them on a Windows 7 machine under the same login.
    I know how to open iTunes holding the "Shift" key and double clicking the icon, but what I want (and what Apple SHOULD have coded into iTunes IMO) is for the computer to recognize which iPod is associated with a specific library, and open the correct one in iTunes when the iPod is plugged in.
    Currently, it is opening the last library that was opened.  Sounds a little silly, but holding shift, and selecting the library every time is not going to fly for this family.  They are not that computer savvy.  This seems like something that should automatically be done...if not I consider it a bug in iTunes. 
    They are using the latest iTunes/iPod firmware.
    Any help?
    Thanks,
    Ivanhoe255

    Ivanhoe255 wrote:
    Sigh...that was sarcasm (mixed with slight contempt of Apple for making my life ****)
    I know what you need to do!
    Buy yourself a turntable and some records - you know, that vinyl stuff (that I grew up with):
    When playing an album (a twelve inch LP record), there was a ceremony to go through: slipping the record carefully out of its sleeve, handling it by its edge and centre label but not the playing surface, skillfully flipping it over and round to the read the centre label, making sure you played the correct side. Then getting up every twenty minutes to flip the record over to side two, or put on a different album altogether.
    And if you were a singles fan... sitting next to the record player, preparing the next 7" (seven inch) that you were going to put on; removing from the turntable, the record that had just finished, and putting the next one on in its place as quickly as possible.
    A ritual in fact.
    As great as vinyl was, you would then appreciate iTunes and all it has to offer.
    *Flippant and light-hearted, but not sarcastic.*

  • Opening and Closing values on two separate rows for an indvidual A/c?

    Hi / Salam To all SAP Members,
    I am creating a COGS report in which i need to show opening and closing values for a stock account in two separate rows. The tool i am using is report painter.
    What i need to know is how can the system identify between opening and closing values for that account? Which characteristic/s do i need to include in the rows? The table i am using is FAGLFLEXT.
    Please provide help.
    Regards,
    Mohammed Ali Khan.

    Resolved Issue.

  • HT204053 What are the pros and cons of 1) choosing to use the SAME Apple ID for iCloud services on one side, and purchases on the iTunes Store, App Store, and iBookstore, on the other side; or 2) to have and use two separate Apple Ids for these "two sides

    All is in the title, so I repeat it below with a better identation.
    What are the pros and cons of
    1) choosing to use the SAME
                                                  Apple ID for iCloud services on one side, and
                                                  purchases on the iTunes Store, App Store, and iBookstore, on the other side; or
    2) to have and use two separate Apple Ids for these "two sides"?
    P.S.
    I have loads and loads of free podcasts in iTunes in my iMac, that are certainly more thant the 5 gigas the iCloud provides for free, so I don't want those to go to the cloud. But this is perhaps a different question...
    Also need to mention that I have itunes on a mac, a pc and an iphone.
    Sorry to look so silly with this question, but I don't get the "big picture".

    You need to create a user account for your wife (or yourself depending on who has the current user account). When syncing, each of you should sign in as a separate user, login to iTunes and then sync. I had this problem when my sister got an iPhone. When we did her initial sync, everything on my iPhone showed up on hers. Apple gave me this solution.

Maybe you are looking for

  • Action link not working in Direct db request(OBIEE 11g)

    Hi all , My Requirement.. is... From direct db request .. i  need to navigate to detail report and it should be display the results(detail report results) based on the value,which user click's on the summary report. For the above requirement .. I hav

  • Function module to upload gif images to Purchase order-"Services for Obj...

    Hello all, On ME23N we have option of manually attaching any document to the Purchase order through the option "Services for Object". Now I have to upload the gif files automaticcal through Backgroud program. How can we attach the file to the PO auto

  • Map Viewer Errors Thrown

    This is a followup on the post "JAVA Error Messages Thrown When Deploying Map Viewer," from Jun 12, 2008 11:22 AM. (reprinted below) Basically there are a number of java errors thrown when attempting to install Mapviewer. Has anyone else come across

  • SUBMIT button works only when clicked twice... Online interactive form

    Hi, I have created a interactive form with SubmitToSAP button. In this I will enter a contract number and will click SUBMIT button. For the first time it is fetching the contract details properly. In the same form, i am changing  the previously enter

  • Internal order(urgent)

    Hi,   Plz explain how to create orders(internal orders) cost element group wise for budgeting. Thanks in advance, Manisha