HP Virtual Connect to 4500-X VSS

Is it possible to create a shared uplink set between 2 HP VC FlexFabric 10Gb/24-Port Module connecting to 2 Cisco 4500-Xs in VSS (total of 4 links)?  Traditionally I've been created 1 SUS for each VC going into Cisco Nexus 5Ks.  Each SUS is active/active and then within VMware each vSwitch has both SUS links.  This works well, but I'd like to know if there's a better way to be doing things.

Hi,
some info.
PAgP is supported in all platforms except the Cisco Catalyst 37xx stack configuration in which cross-stack EtherChannel (LACP) is required to have MEC-connectivity with the VSS. Because cross-stack EtherChannel does not support PAgP, it cannot use enhanced PAgP for dual-active detection. A common approach to resolve this gap in support is to use two EtherChannel links from the same stack member. This solution is a non-optimal design choice because it creates a single point-of-failure. If a stack member containing that EtherChannel fails, the whole connectivity from the stack fails. To resolve this single point-of-failure problem, you can put two dual-link EtherChannel group, each on separate stack member connected to VSS; however, it will create a looped topology. The loop-free topology requires a single EtherChannel bundle to be diversified over multiple members which in turn requires LACP.

Similar Messages

  • 4500-X VSS and Dual-Active detection PAgP, using 2960-X access stacks

    Hi.
    I think this may have been asked before but its not clear to me.
    I have 2 4500-X configured as a VSS pair, so a VSL link of 2 x 10Gig between them.
    I have a number of Access stacks, built from 2600-X's
    I have tried to configure dual active detection, which from what I read it is to use ePAgP or Dual-Active Fast hello Packets.
    I do not have any additional SFP's to connect the 4500's together using Fast Hello, so ePAgP appears my only option
    When I try and configure the access stack with an Etherchannel across 2 switches using PAgP I get the error -
    command rejected by the 2960-x stack
    %With PAgP enabled, all ports in the Channel should belong to the same switch
    Command rejected (Port-channel11, Te1/0/1): Invalid etherchnl mode
    From what I have read, PAgP cannot be configured across a stack, and people are recommending LACP as the method to configure the Etherchannnel, but How does that work with Dual-Active detection PAgP?
    When I configuring Dual-Active detection PAgP, and made a couple of the MEC's trusted and configure using LACP active, then tried failing the VSL between the 4500's, each stack went into err disable on the trunk connections.
    Question is! Does dual active detection PAgP work over an Etherchannel configured as LACP? or what's my options
    Thanks for any help.

    Hi,
    Question is! Does dual active detection PAgP work over an Etherchannel configured as LACP? or what's my options
    No, you can't use LACP for ePAGP detection.  One option is to break one of the stacks in your access layer and use the switch you want to use for dual active detection individually (not part of a stack) and uplink it to both 4500X switches. This way, you know that the single switch is used for ePAgP detection.
    HTH

  • 4500-x vss MEC to 2960-x stack

                      Building A
    (2) 4500-x VSS
    (9) closets with 2960-x stacks
    (2) Data Center N5K-C5596t
    I'm having a difficult time trying to find documentation.
    I have the (2) 4500-x configured with VSS and am trying to find info on connecting the 2960-x stacks.

    Hi,
    some info.
    PAgP is supported in all platforms except the Cisco Catalyst 37xx stack configuration in which cross-stack EtherChannel (LACP) is required to have MEC-connectivity with the VSS. Because cross-stack EtherChannel does not support PAgP, it cannot use enhanced PAgP for dual-active detection. A common approach to resolve this gap in support is to use two EtherChannel links from the same stack member. This solution is a non-optimal design choice because it creates a single point-of-failure. If a stack member containing that EtherChannel fails, the whole connectivity from the stack fails. To resolve this single point-of-failure problem, you can put two dual-link EtherChannel group, each on separate stack member connected to VSS; however, it will create a looped topology. The loop-free topology requires a single EtherChannel bundle to be diversified over multiple members which in turn requires LACP.

  • How can I get the virtual connection from connection pool?

    Hi, All, I create the connection pool to Database, then call connPool->createConnetion("scoot","tiger") , it creates a new physical connection to database, not from connection pool. I check the busy number of connection in connection pool, it always 0.
    here is my code, please give me advice.Thanks!
    int minConn,maxConn,incrConn;
    minConn = 4;
    maxConn = 5; //nMax;
    incrConn = 1;
    if(env == 0x0)
    env = Environment::createEnvironment(Environment::DEFAULT);
    if (connPool == 0x0)
         connPool = env->createConnectionPool("scott", "tiger","test.oracle.com", minConn, maxConn, incrConn);
    // here already has 4 physical connections to database;
    Connection con,con2,*con3;
    Statement *stmt;
    int nBusy = connPool->getBusyConnections();
    //nBusy = 0     
    try
    con = connPool->createConnection (szUser, szPassword);
    // create a new physical connection to database
    nBusy = connPool->getBusyConnections();
    //nBusy = 0
    con2 = connPool->createConnection ("scott", "tiger");
    nBusy = connPool->getBusyConnections();
    }catch(SQLExecption ex)
    cout<<ex.what();

    What you are creating are virtual connections. They do logons using the already existing connections in the pool. The real connections from the pool are picked only before doing a round-trip and released immediately after completing the round-trip. You can see the busyConnetions higher than 1, only when you are using the connections concurrently.

  • Creating logical/virtual connection object  from physical connection

    Can anybody help me what is creating logical/virtual connection object and how to create it from physical connection in java ??
    Thanks in advance...

    WHile you are waiting for an answer, you might want to review the related Oracle documentation:
    For 10g, all docco is at http://www.oracle.com/pls/db102/portal.portal_db?selected=3 and docco I suspect will help you is "Java Developer's Guide" and "JDBC Developer's Guide and Reference"

  • LMS 3.2 User Tracking 10GE trunk to HP BladeSystem c7000 w. Virtual Connect Flex10

    Hi All,
    situation:
    LMS 3.2
    Cat6509 w. 4 port 10 GE module connected with trunk to
    HP BladeSystem c7000 Enclosure
    with
    HP Virtual Connect Flex-10 10Gb Ethernet Module
    with
    #20 of ESX servers, Citrix
    UT settings: "config trunk for end host disc. = enable on this trunk."
    No show for connected MAC's of the server and end hosts (Citrix sessions).
    Note: this works well for a ESX based DL380 server connected with 1GB trunk to a C3750.
    Why is this not working for this Cat6509 configuration ?
    Is the 10 GE port supported in Campus manager?
    regards,

    Hi Joseph,
    Long time ago I started this discussion about UT support for portchannels. Right now we're on the level of LMS 4.2, do you know if there is any progress made with support for UT on portchannels?
    Kind regards
    Ad

  • Deploy nexus1000v on HP C7000 Virtual Connect

    Today i have a problem , i should deploy a N1KV on my enclosure c7000 with virtual Connect,
    I have 3 Clusters : 
    1 cluster : 2  X ESX 5.5  Management  
    1 Cluster :  1 X ESX 5.5  PCA/PRA
    1 Cluster : 2 X ESX 5.5 Production 
    The first cluster Management hosting N1KV VSM 
    Each cluster on management have one vmnic 
    Each cluster on Production have two vmnic
    After have deploy my N1KV and add host's cluster production , I wanted to test a vmkping with vmkernel, my vmkernel is attached on port-group which is associated with vlan 1. My ping test is not successful, and i have another problem i succeed to deploy a VEM on one of my two ESXI 5.5 on attached cluster. I repeat this same process but my second VEM doesnt see this VSM after having enter the command :
    N1KV# show module vem
    Mod  Ports  Module-Type                       Model               Status
    3    332    Virtual Ethernet Module           NA                  ok
    Mod  Sw                  Hw
    3    4.2(1)SV2(2.2)      VMware ESXi 5.5.0 Releasebuild-1623387 (3.2)
    Mod  Server-IP        Server-UUID                           Server-Name
    3    10.13.2.192      34303437-3037-4742-3836-343353483358  10.13.2.220
    N1KV#
    I see only one module  and after i enter another command : 
    N1KV# show module vem missing
    Mod  Server-IP        Server-UUID                           Server-Name
    -    10.13.2.40       34343335-3239-435a-4a38-303430324739  NA
    N1KV#
    i can not success up my VEM another ESX.   As an attachment you find a config file my nexus1000v
    VLAN 1 : Network LAN  + Management
    VLAN 80 : Network Nexus Control & Packet N1KV
    VLAN 300 : Organisation vCloud Director
    VLAN 400 :  Organisation vCloud DIrector 2
    VLAN 500 :  Organisation vCloud DIrector 3
    VLAN 600 : Organisation vCloud DIrector 4
    Thanks you for your help
    Best Regard,
    Mikael Lelouch

    Hi Ashley,
    Is the HP server on the Nexus connected via 1G or 10G? I would be interested to see the pause counters on the server interface and the c7000 interfaces. Could you attach the appropriate 'show interface' outputs?
    Thanks,
    Carlo 

  • XMII 12 help file location and virtual connections

    Hi.
    I have just installed xMII version 12 It took me 20 days the first time, but now it is easy.
    Two questions. When trying to activate help, it opens a link like...
    http://wbhelp.sap.com/manufacturing/xmii_120/da/44/2AF20B1DDE23D3E10000000A1553F7/content.htm
    How to fix this ??
    Is it possible to make virtual connections to xMII version 11.5 ??
    BR.
    Poul Klemmensen.

    Hi Poul.
    What language of the help are you trying to access?  I see "/da/" in the middle of your help URL, but if you're trying to access the German version of the help, it should be "/de/". 
    For now, you can manually replace the "da" with "de" for German or "en" for English, and you should be able to see the help topic without error.
    Regards,
    Audrey

  • Interconnecting CIsco MDS 9222i to the HP C-Blade enclosute VC-FC Virtual connect module

    Hi,
    Anyone had the experience of interconnecting the CIsco MDS 9222i to an HP Blade system through the VC-FC virtual connect module?
    When i connect my MDS switch to the module, the VC-FC ports dont log in to the MDS. Could i be missing out on something? I have configured the MDS to use the default VSAN 1 and tried configuring the ports as F-ports but nothing worked, even with the port mode put on auto they still take on the F-port role and still the VC-FC module doesnt log in.
    Your help and support will be appreciated
    jerrysimila

    i wanna use the CLI though i also have the fabric manager at my disposal. would you kindly
    share a sanitised version of ur running config for the mds that does the FCIP replication to the DR i see if i can make head out of it then i
    f i face any challenge will holla at u. you can email me [email protected]
    My set up is as follows, ive got 2 MDS 9222i at the primary site in active-standby mode, one connects to the active VC while the other connects to the standby VC of the blade system. Then i have a similar set up for the DR. Good thing is that am first setting everything up here in my Data Centre, then test before sending the configured equipment to the DR. So i have much freedom to get dirty with the equipment, and its not a live environment yet.
    Kindly let me know the step-by-step procedure of having the FCIP set up.

  • Upgrade c7000 to virtual connect flex-10/10D

    We have basic c7000 enclosure with 1 GB pass-thru modules (bay 1,2,5,6,7,8 for networking and brocade pass-thru for Fiber Channel - bay 3,4 for storage.  Have 5 bl460c Gen8 Blades.  Trying to upgrade to virtual connect flex-10/10D on the networking side.  Is their a way to import the existing server network information into the initial virtual connect domain?

    How I know, for work with VC Flex-10, you need to use separate switches between P4000 and chassis.

  • C7000 & Virtual Connect FW update problem.

    Hi,
    I'm trying to update the firmware on some modules in my C7000 chassis.  The following are currently installed with firmware versions as stated.
    Onboard Administrator - 3.21
    HP 1/10Gb-F VC-Enet Module - 1.34
    HP Virtual Connect 4Gb FC Module - 1.41
    I'm trying to use the VCSU 1.70 to update the firmware to 3.51.  When I attempt the upgrade, it reports that there are problems with the HP Virtual Connect 4Gb FC Modules.  Status is reported as "Ip Connectivity: Unable to communicate with bay".  I am able to ping the individual HP Virtual Connect 4Gb FC Modules, so I'm not sure why this is happening.  I've re-seated the all the modules including the Onboard administrator.
    I noticed that in Firmware 1.34, there's a "Firmware Management" option in the Virtual Connect Manager web interface.  Should I use this instead to upgrade the firmware?

    I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can click here for the link.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • HP Virtual Connect Manager 3.15

    Hi I can't see add network connect button or copy profile button in HP Virtual Connect Manager 3.15, I can see both of them in HP Virtual Connect Manager 1.15. Has this been removed in HP Virtual Connect Manager 3.15? Regards Robert

    Hi I can't see add network connect button or copy profile button in HP Virtual Connect Manager 3.15, I can see both of them in HP Virtual Connect Manager 1.15. Has this been removed in HP Virtual Connect Manager 3.15? Regards Robert

  • HP virtual connect

    Can any one please help me find what databases does HP virtual connect support??

    Not a switch? Will never allow packets between uplinks? Are you sure?
    Virtual Connect Bug Fixes:
    Loop #1: (Aug 2008) “Resolved a problem that caused a momentary network loop ...”
    Loop #2: (Oct 2007) “Fixed a problem that allowed a brief network loop to be formed…”
    (http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=3709945&prodSeriesId=3552695&swItem=MTX-3118ef34eb9c4503924a52b34c&prodNameId=3552696&swEnvOID=1005&swLang=8&taskId=135&mode=5)
    Regards,
    -sean

  • Virtual connect

    Hi,
    We are uing HP c7000 enclosure with two virtual coonect.
    however there are two blades that are not communicating .rest all are comunicating.
    can i get help from virtual connect expert to solve this issue ?
    Regards
    S.

    Sorry, but your question is far beyond the intended scope of the Global Consumer support forum.  I suggest posting this to the HP Enterprise business forum.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Virtual Connect FlexFabric Stacking with VCEM

    Hi, we've got a C7000 chasis with 2 Virtual Connect FlexFabric, managed by Virtual Connect Enterprise Manager.
    It's already configured and running.
    Now we need to stack a new C7000, with 2 new Virtual Connect FlexFabric.
    Existing Virtual Connects have 4.10 firmware version, and the new ones come with 4.30 firmware version.
    I've read the "Virtual Connect Multi-Enclosure Stacking Reference Guide", but it only explains how to do it from standard Virtual Connect Manager, not from VCEM.
    Beeing a newbie to Virtual Connect there are some things that I'm not sure about.
    Can I do the stacking from Virtual Connect Manager, or do I need to do it from VCEM?
    Should I upgrade all virtual connects (existing and new) to 4.31 before stacking, or can I do it after stacking?
    Is there a way to downgrade new Virtual Connects from 4.30 to 4.10 so I can stack them without updating the running ones?
    In the Reference Guide it is not clear if I should cable the stacking links before or after adding the new enclosure to the VC Domain. When should I cable them?
    Thanks.
    This question was solved.
    View Solution.

    Sorry, but your question is far beyond the intended scope of the Global Consumer support forum.  I suggest posting this to the HP Enterprise business forum.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

Maybe you are looking for

  • Encore CS6 capable of true 3D?

    Hi, Admittedly, I have no experience with 3D video and limited experience using Encore to create a DVD. I've been asked to create a double sided DVD to accompany a book, each side of the DVD will have a different 3D option: (side1) -- 3D option will

  • Error in Data Transfer : From CO-PA to SOP Flexible Planning

    Hi Friends I am working on a Scenario of Transferring CO-PA data to Flexible Planning, I am encountering few problems, I have done the followig steps, request you to check and get back to me.. The following configuration steps are done with Example;

  • Linking Multiple Resource Accounts via Active Sync

    Ok guys/gals the scenario is... We have one idm account linked to accounts on one resource, and we want to be able to link them up via Active Sync...We don't care about the attributes, just want to make sure that if a another account for a user is cr

  • MVP List #50 (June 12th through 18th)

    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued me

  • Photoshop CS6 Update Fails

    I have attempted three times to update Photoshop CS6 (to v. 13.1.2) via the Creative Cloud panel. Failed three times. I attempted to Update Photoshop CS6 from the application Help>Update. Failed again. Your lame downloads are burning up my lame satel