Vs LACP LAG between two PowerConnect 5448 s

Hi all.

Just got a switch configuration quad for our infrastructure EqualLogic SAN using PowerConnect 5448 s.  One thing I never did before her configuration of aggregation of links.

If I wanted to set up an aggregate of 4-port connection between two switches, say on ports 1 to 4, and our iSCSI VLANS is 1000, the below will work?

serial interface ethernet g(1-4)

channel-group mode 1 on

interface port-channel 1

switchport general

switchport General pvid 1000

I've seen documentation on how to get the ports-working channels between a 5000 or 6000 switch and a Cisco Catalyst switch, but not just any what docs on how to connect two switches PowerConnect.  The doc of interoperability for Cisco <->Dell seems to want to use LACP on the side of Dell.  I wonder, should I configure and link LACP on the two 5448 aggregate s I have are running?

Thanks for in advance for any advice or assistance!

Joe


Tags: Dell Switches

Similar Questions

  • LACP hash between N3048 and CISCO SG300/SG200 + question Twinax attach direct cable

    Hello

    In my network I have deployed two new N3048 with 2 transceivers SPF + and SPF module back + as core switches are connected to other 3 switches from edge of N2048 using optical fiber and I reused my previous CISCO SG300 and SG200 goes to serve the other two boxes of my campus via the spine in copper.

    I have 4 copper cable which starts from the hub of the SG300 network and 2 the SG200 brass. I set up to have a redundant connection using 2 + 2 with SG300 and 1 + 1 with SG200 RSTP.

    So for the SG300 I re LAG + LACP to have two channels of the N3048s port, but now that a single cable is connected because I don't know what kind of LACP hash mode should I put on N3048 to have a compatible hash between Dell and Cisco switches.

    My N3048 have mode 7 (Advanced hash) as default but I guess that cisco models do not understand... so, what mode is the best for LACP work perfectly with small business cisco switches?

    I also received my twinax cables to connect my two N3048 via SPF + back modules... conhot can I plug the cables into the slots SPF + (already mounted) without turning off my basic switches?

    Thank you!

    See you soon

    Cables can be connected/disconnected, but I don't know if the real module SFP + for the rear of the N3000 is hot plug.

  • Dell Powerconnect 5448 a reference on the vlan by default

    Hello

    Just a question.  A Dell Powerconnect 5448 switch will act as a home if its interfaces are configured with 1 interface connection to a primary switch that has the interface is 'access to the interface mode' by default with a vlan?  It will work with all its switches on vlan interface of uplink or would you need to configure both as the trunks to allow access vlan to work and this switch uplink?

    The 5448 is a layer 2 switch, which by default has a VLAN native of 1 with all interfaces in access mode for the native VLAN 1. On the VLAN native all frames are frames unmarked. So now that your uplink to the other switch port, all the info will be sent without label, which means the other switch will receive the unmarked data and then place it in the VLAN that is in access mode. Communication should work this way.

    However, I think using a network connection between the switches. The trunk port is used to connect the devices up-to-date with the switches / VLAN together and allow several VLAN tagged fell on it. Looks like you already have several VLANs on the network, and having a network connection will allow you to expand on it. At the same time everything that is on the VLAN native is always through the trunk to the other switch and will stay on the VLAN native.

  • Catalyst 3560 liaison network between two servers ubuntu 12.04

    Hello world

    I'm trying to transfer data with more than 1 Gbit/s between two servers, but I just get a card (approximately 1 Gbps) NETWORK performance. Here is my configuration:

    srvnettest1 and srvnettest2 are two 12.04 servers ubuntu with three network cards in each. management eth0, eth1 and eth2 are network cards that should work as a team. ;-) Here are the relevant parts of fit it:

    [email protected]/* */:~# less /etc/network/interfaces

    ...

    auto bond0

    iface bond0 inet static

    address 172.16.200.100

    netmask 255.255.255.0

    bond-mode 4

    bond-miimon 100

    bond-slaves none

    bond-lacp-rate 1

    bond-primary eth1 eth2

    auto eth1

    allow-bond0 eth1

    iface eth1 inet manual

    bond-master bond0

    auto eth2

    allow-bond0 eth2

    iface eth2 inet manual

    bond-master bond0

    ...

    [email protected]/* */:~# less /etc/network/interfaces

    ...

    auto bond0

    iface bond0 inet static

    address 172.16.200.200

    netmask 255.255.255.0

    bond-mode 4

    bond-miimon 100

    bond-slaves none

    bond-lacp-rate 1

    bond-primary eth1 eth2

    auto eth1

    allow-bond0 eth1

    iface eth1 inet manual

    bond-master bond0

    auto eth2

    allow-bond0 eth2

    iface eth2 inet manual

    bond-master bond0

    ...

    It's the switch configuration (btw, this is a version of IOS in course WS-C3560G-48TS 12.2 (55) SE)

    Switch#show running-config

    ...

    interface Port-channel10

    switchport access vlan 200

    switchport mode access

    !

    interface Port-channel20

    switchport access vlan 200

    switchport mode access

    !

    interface GigabitEthernet0/1

    switchport access vlan 200

    switchport mode access

    channel-group 10 mode active

    !

    interface GigabitEthernet0/2

    switchport access vlan 200

    switchport mode access

    channel-group 10 mode active

    !

    interface GigabitEthernet0/3

    switchport access vlan 200

    switchport mode access

    channel-group 20 mode active

    !

    interface GigabitEthernet0/4

    switchport access vlan 200

    switchport mode access

    channel-group 20 mode active

    ...

    This is my summary etherchannel:

    Switch#show etherchannel summary

    Flags:  D - down        P - bundled in port-channel

    I - stand-alone s - suspended

    H - Hot-standby (LACP only)

    R - Layer3      S - Layer2

    U - in use      f - failed to allocate aggregator

    M - not in use, minimum links not met

    u - unsuitable for bundling

    w - waiting to be aggregated

    d - default port

    Number of channel-groups in use: 2

    Number of aggregators:           2

    Group  Port-channel  Protocol    Ports

    ------+-------------+-----------+-----------------------------------------------

    10     Po10(SU)        LACP      Gi0/1(P)    Gi0/2(P)

    20     Po20(SU)        LACP      Gi0/3(P)    Gi0/4(P)

    My test tools are nuttcp (by transfer) and bmon (to watch what is happening during the transfer). Unfortunately, I am not able to transfer more than 1 Gbps:

    [email protected]/* */:~# nuttcp -i1 172.16.200.100

    97.1875 MB /   1.00 sec =  815.2409 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.4763 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.7321 Mbps     0 retrans

    98.1250 MB /   1.00 sec =  823.1001 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.5306 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.7560 Mbps     0 retrans

    98.1250 MB /   1.00 sec =  822.9890 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.6753 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.5528 Mbps     0 retrans

    98.0625 MB /   1.00 sec =  822.7058 Mbps     0 retrans

    982.5000 MB /  10.03 sec =  821.9606 Mbps 21 %TX 37 %RX 0 retrans 0.32 msRTT

    In bmon, I see that a NIC (eth1) of bond0 the uplink and the other a (eth2) made the downlink:

    #   Interface                RX Rate         RX #     TX Rate         TX #

    qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

    srvnettest2 (source: local)

    0   lo                         0.00B            0       0.00B            0

    1   eth2                     269.26KiB       4175       0.00B            0

    2   eth1                     123.00B            0     102.56MiB      71030

    3   eth0                     179.00B            2     491.00B            1

    4   bond0                    269.38KiB       4176     102.56MiB      71030

    I tried a lot of things, but now I have no idea what to do or what to try next. It is true that I have no deep understanding of Cisco etherchannels yet, so I guess that my mistake is somewhere in the IOS configuration.

    Thanks a lot for your support and welcome to Germany

    Stephan

    Hello Stephan,

    With EtherChannels, a single flow (the flow of images/packages with the same source and destination) is always carried by a single link only. Implementation of Cisco implements not balancing on connections in an EtherChannel load by package, and it avoids a reason: executives could get reorganized, something this plain Ethernet never should do. This means that you will not see an improvement in bandwidth on the speed of a single link to your EtherChannel for a single stream. It is only the overall bandwidth for several stream which increases. The advantage of EtherChannel becomes therefore obvious that if your server starts many conversations and several stream handling.

    Best regards

    Peter

  • calculation of time between two time as timestamp

    How can calculate two hour, START as the timestamp TIME in the data type, END TIME as of time also.

    select END_TIME-START_TIME from PROG_DLY_WORK
    

    Result

    + 01:50:00.000000 000000000

    How can get exactly the time spent as 01:50 ? and these calculated time must sum (elapsed_time) in another column.

    oracle as PaaS cloud environment

    Product VERSION STATUS
    NLSRTL11.2.0.3.0Production
    Oracle Database 11g Enterprise Edition11.2.0.3.064 bit Production
    PL/SQL11.2.0.3.0Production
    AMT for Linux:11.2.0.3.0Production

    Time difference between two columns in hours

    Start

    FOR REC IN (SELECT START_TIME, END_TIME, CALC_TIME CAL_ID)

    LOOP

    UPDATE CALc_TIME

    SET ELAPSED_TIME = round (())

    TO_DATE (to_char (REC. End_time, 'ddmmyyyyhh24miss'),

    "ddmmyyyyhh24miss")-

    TO_DATE (to_char (REC. Start_time, 'ddmmyyyyhh24miss'),

    "ddmmyyyyhh24miss")

    () * 24).

    WHERE CAL_ID = REC. CAL_ID;

    END LOOP;

    end;

    Lag in minutes

    Start

    FOR REC IN (SELECT START_TIME, END_TIME, CALC_TIME CAL_ID)

    LOOP

    UPDATE CALc_TIME

    SET ELAPSED_TIME = round (())

    TO_DATE (to_char (REC. End_time, 'ddmmyyyyhh24miss'),

    "ddmmyyyyhh24miss")-

    TO_DATE (to_char (REC. Start_time, 'ddmmyyyyhh24miss'),

    "ddmmyyyyhh24miss")

    () * 24 * 60)

    WHERE CAL_ID = REC. CAL_ID;

    END LOOP;

    end;

  • How to caluclate tat between two dates of a timestamp field

    Hello
    could help to caluclate days between two dates and unique timestamp filed with this
    query
    Select * from m_activity_transaction where actn_opp_id in)
    Select actn_opp_id in the m_activity_transaction where ACTN_ACTV_ID = 218
    Actn_opp_id group
    view count (*) > 1) and ACTN_ACTV_ID = 218
    order of actn_performed_on
    IAM get output is

    ACTN_ID ACTN_OPP_ID ACTN_PERFORMED_ON
    319415 95831 JANUARY 27, 12 AM 11.06.20.000000
    315249 95831 8 FEBRUARY 12 05.32.54.000000 PM
    301927 103509 20 DECEMBER 11 04.01.43.000000 PM
    301458 103509 19 DECEMBER 11 04.51.03.000000 PM
    294841 115840 10 JANUARY 12 03.20.12.000000 PM
    312062 115840 11 JANUARY 12 05.17.06.000000 PM

    Normand to caluclate number days between two dates like January 27, 12 AM 11.06.20.000000 and I 05.32.54.000000 8 February 12 PM where actn_id is unique AND ACTN_OPP_ID IS NOT UNIQUE.
    Thanks in advance,
    VVR.

    In this way.

    with data as
    (
    select 315249 a, 95831 b, to_date('27-JAN-12 11.06.20 AM', 'DD-MON-RR HH.MI.SS AM') dt from dual union all
    select 319415, 95831, to_date('08-FEB-12 05.32.54 PM', 'DD-MON-RR HH.MI.SS AM') from dual union all
    select 301927, 103509 , to_date('20-DEC-11 04.51.03 PM', 'DD-MON-RR HH.MI.SS AM') from dual union all
    select 301458 , 103509 , to_date('19-DEC-11 04.01.43 PM', 'DD-MON-RR HH.MI.SS AM') from dual union all
    select 363810 , 144656 , to_date('27-JUN-12 12.43.28 PM', 'DD-MON-RR HH.MI.SS AM') from dual union all
    select 363500 , 144656 , to_date('26-JUN-12 11.41.50 AM', 'DD-MON-RR HH.MI.SS AM') from dual union all
    select 363354 , 144656 , to_date('25-JUN-13 12.41.13 PM', 'DD-MON-RR HH.MI.SS AM') from dual
    )
    select a, b, diff_in_days
      from (
            select a, b, trunc(dt - lag(dt) over (partition by b order by dt, a)) diff_in_days
              from data
           ) tab
     where tab.diff_in_days is not null;
    
    A                      B                      DIFF_IN_DAYS
    ---------------------- ---------------------- ----------------------
    319415                 95831                  12
    301927                 103509                 1
    363810                 144656                 1
    363354                 144656                 362
    
  • sharing between two apple ID

    How can I share contacts and calendars between two Apple ID?  Also my wife and share our music iTunes between our IDs?

    See the following topics:

    http://www.Apple.com/icloud/family-sharing/

    Family shares - Apple Support

    Implement the family sharing - Apple Support

  • How to find directions between two locations other than my current position. I finally gave up and use Google Maps.

    In the latest version of cards, there is not apparent until you find directions between two places when or is your current position. In earlier versions, we enter in two places of departure and destination. In the new version, you enter your destination into a search window, but there is no place to enter a starting location. The application assumes that your current place of residence is always your place of departure. It is a remarkable oversight by designers. Am I missing something?

    If you go to maps, you can search for a location. Once you find the place, press the route button. It is from your current location, but if you type on my position, next: you can change the location that you want the management of.

  • Can I synchronize the activity of health between two watches from Apple?

    I have two Apple - one for work, one for out watches. If I change watches in the middle of the day, the follow-up of the first watch of activity is not synchronized with the second watch. Is it possible to enable this so that the follow-up activity is specific for the whole day?

    Thank you!

    N ° it is not possible to synchronize the activity of health between two watches from Apple.

  • Syn function between two hard disks

    Is there any function of Syn in the Mac OS already has syn function between two hard disks?

    Just checking, do you mean sync?

  • Content of mail to sync between two computers

    Is it possible to synchronize the content of mail between two computers [iPhone, if possible]? Computers currently send and receive the same two e-mail accounts [not an account of @iCloud.com]. But if I receive an email, reply or remove it on a single computer, it is always also a new email unread on the other. It's a possibility, perhaps with a disc of individual cloud?

    Late 2008 MacBook Pro. El Capitan 10.11.3

    Mac Mini; El Capitan 10.11.6

    iPhone 6; IOS 9.3.5

    Thanks in advance for any help.

    Only IMAP e-mail accounts sync on devices. That's how to operate these services - nothing else is required to achieve this.

    If your email is responsible for no synchronization across all computers and devices, you must have type accounts pop connect you to these accounts via a web browser and look at your options and account services. POP is such an old system these days there is almost nobody left that enemies do not switch to IMAP.

    If all this is confusing, call your email providers and ask them to make the change on their end, then ask the information you will need to enter on your computers and your iDevices.

  • Google maps 'directions' between two points stopped working in firefox

    When using google maps to find the route between two points "Get Directions", he will just stand here loading... never finish and showing the routes between locations.
    It used to work fine a month ago. I didn't expect the update to Firefox.

    I opened the Camino to test on this browser google maps and since I did open Camino in a month or so he asked upgraded but also verified 'Flash' and asked at this level because it was outdated. I have tried re google maps "get directions" between two points on Firefox after the Flash update and it worked!
    It is a pity that so much of the web is based on Flash. Yes its cool but its also a huge pain. I wanted to just quickly answer my own post in case others are having similar problems and simply update Flash.
    See you soon

  • calculation of duration between two events

    Hello guys

    I found a lot of information here how to calculate the difference in time between two events. The application I'm working with has a strange time resembling the export:

    The date looks like jj-mm-aa which I want to turn the date in dd-mm-yy format for easy sorting and I want to have the time difference in hours and minutes between two events. I thought the first thing to do is to extract the time information, then transform the date into the aa-mm-jj and calculate the time difference from these two. Can someone help me with this?

    Thank you very much

    Hans

    Hello

    You can try something like that.

    Table 1
    
    A1  date time string
    A2  20-03-16 00:52:22
    A3  19-03-16 01:26:17
    A4  18-03-16 01:41:30
    A5  16-03-16 00:01:08
    A6  11-03-16 23:40:42
       
    B1  date time
    B2  =DATE("20"&MID(A2,7,2),MID(A2,4,2),MID(A2,1,2))+TIMEVALUE(TIME(MID(A2,10,2),MID(A2,13,2),MID(A2,16,2)))
    B3  =DATE("20"&MID(A3,7,2),MID(A3,4,2),MID(A3,1,2))+TIMEVALUE(TIME(MID(A3,10,2),MID(A3,13,2),MID(A3,16,2)))
    B4  =DATE("20"&MID(A4,7,2),MID(A4,4,2),MID(A4,1,2))+TIMEVALUE(TIME(MID(A4,10,2),MID(A4,13,2),MID(A4,16,2)))
    B5  =DATE("20"&MID(A5,7,2),MID(A5,4,2),MID(A5,1,2))+TIMEVALUE(TIME(MID(A5,10,2),MID(A5,13,2),MID(A5,16,2)))
    B6  =DATE("20"&MID(A6,7,2),MID(A6,4,2),MID(A6,1,2))+TIMEVALUE(TIME(MID(A6,10,2),MID(A6,13,2),MID(A6,16,2)))
       
    C1  duration
    C2  =B2-B3
    C3  =B3-B4
    C4  =B4-B5
    C5  =B5-B6
    C6  =B6-B7
    

    Notes.

    Formula in B2 and C2 can be filled down.

    Table is designed with numbers v2.

    Kind regards

    H

  • Try to set up a direct parallel connection between two computers in Windows XP Home edition

    I tried to set up a direct parallel connection between two computers in Windows XP. I have the right cable (CAT 5 Ethernet connection) and you can set up the connection on my own laptop, but when I go through the installer on another laptop it create new connection-establishment of advanced connection--> when the next window opens asking me to choose between "accept incoming connections" and "connect directly to another computer" (which I need to select) for the second option is grayed out and not can not be selected.

    The same thing happens when I try to implement the same connection between my laptop and the desktop we have. All of these computers are running on Windows XP service pack 2. I really need help with this because I'm about to start pulling my hair.

    Any help would be very, very, much appreciated.
    Thank you

    Hello

    Check it please this subject http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=3423&messageID=11170

    I hope this will help you.

  • How can I set sharing of files between two iMacs?

    I want to set up the sharing of files between two iMacs in my office. Both work on iOS 10.11.3 and both are on the same WiFi network. I'll Finder, select the name of the other computer under 'sharing', then ' connect under... ". ", and then enter the name and password of the other computer. On a computer, I am told that it is connected with each other. However, the second computer always shows "the connection failed". I tried the 'Registered user' choice of "Guest" and "using Apple ID", but none will establish the connection. There must be something obvious that I'm missing, but I wasn't able to find out. I also tried to see if they would communicate with Bluetooth. Bluetooth screens on each computer show the the other is detectable by the proper name, but is never establish a connection.

    Connect to the same network.

    Enable sharing of files on both machines.

    Select the items to share on each machine and check the box in the dialog box information.

Maybe you are looking for

  • Cannot load images in incoming messages in V29

    I can't get images to load into mail entering since installing V29, nor do the option so that it can do over email

  • Messages do not bind my direction to map app

    When I receive a card address, it does not show the link, so I can't click on it to go to the map application, unless I'm sending again the same address on the same message thread, so I can show the link

  • WIFI disconnects often HP Pavilion Notebook of 17-e020dx

    Laptop HP Pavilion e020dx 17 Well, my previous post has disappeared.  Maybe it will stick. My wifi disconnects several times a day.  All other days the wifi adapter cannot find any router signals at all. It has been happeneing since.  I dropped the H

  • [Labview] I want to get the average value in each new 100 samples.

    Hello. I'm Sophie. I'm studying Labview for my research. For me, the sampling frequency is 125KHz. I want to get the average value in each new 100 samples. Therefore, I want to get an average value of 1 ~ 100th samples and store this average value. C

  • Keyboard on Compaq Presario CQ60 problem

    My daughter has a CQ60 notebook that was working fine this morning, but this afternoon the Q W E R U I O and P keys have stopped responding. I could check, all other keys are not affected. Any suggestion would be gratly appreciated.