LAG VLAN help

Hello, all.

I have a LAG of 4-way connecting two 5448 switches I attempt to isolate the VLAN 1000.  Here's my config, which currently does not seem to work:

on switch A

database of VLAN

VLAN 1000

output

int range eth g(1-4)

switchport access vlan 1000

int range eth g(41-44)

Auto mode channel-group 1

int port-channel 1

switchport mode general

VLAN allowed General switchport adds 1000

Switch B

database of VLAN

VLAN 1000

output

int range eth g(5-8)

switchport access vlan 1000

int range eth g(41-44)

Auto mode channel-group 1

int port-channel 1

switchport mode general

VLAN allowed General switchport adds 1000

Assuming that the SHIFT is on the same port on the two switches (41-44) numbers, ports 1-4 on the start switch will be able to communicate with the 5-8 B switch port?

Thanks for your help in advance!

Joe


Tags: Dell Switches

Similar Questions

  • LAG, VLANS and Trunking Force10

    I'm with vSphere and I a vSwitch with several groups of ports configured, including 2 assigned to VLAN ID and a network of management with no Vlan ID.  This vSwitch will use physical NIC grouped to route this traffic to a physical Dell Force10 MXL switch.  My understanding of the standard networking, a trunk port must be configured and VLAN must be added to this as labeled trunk port, while the traffic that has no Vlan ID is left unidentified and by default is the vlan by default (usually Vlan 1).  The attached picture is the topology I and I need to make this work, but do not have a lot of experience with Force10 switches and so far, it looks very different.  In addition, if it is relevant, the external switch in the diagram is actually 2 Force10 switches separated stacked, and there are two connections to the other switch (currently a 6224 not managed) between the firewall and F10s, which is a separate issue - those must be configured as an OFFSET on the F10s and the 6224? One or the other?  Or?  If anyone can help with the configuration for this topology?  Please help me out here.  Thank you!

    Currently, the best method to get assistance and recommendations with Force10 equipment, is through the Force10 support group. They will be more quickly and accurately help you with this inquiry.

    www.force10networks.com/.../ContactSupportGen.aspx

    Watching a white Force10 pages looks like a trunk can be configured with these commands.

    Configure VLANs tagged for an Interface of Port Trunk

    #configurer MXL2 MXL2 vlan (conf) #interface 11

    MXL2 (conf-if-vl-11) #tagged tengigabitethernet 0/1

    MXL2 (conf-if-vl-11) #no shutdown

    MXL2 (conf-if-vl-11) #exit

    MXL2 (conf) #interface vlan 12

    MXL2 (conf-if-vl-12) #tagged tengigabitethernet 0/1

    MXL2 (conf-if-vl-12) #no shutdown

    MXL2 (conf-if-vl-12) #exit

    MXL2 (conf) #exit MXL2 #.

    en.Community.Dell.com/.../download.aspx

    Thank you.

  • Voice VLAN help please

    My client has 2 SG300 - 52p and 5 SG300 - 28 p. We have installed a VoIP telephony system earlier this year. At the time of installation, we placed the phone on the native VLAN 1 System. Now, they want to pass the phone system to a new VLAN, because their class C subnet is running out of addresses. DHCP is managed by their Active Directory and their router/firewall is a box to sort out. The SG300 switches have a basic configuration only.

    To move the phone system to a new VLAN, I created 20 VLAN on each switch. I then turned on VLAN auto voice. I have all the ports on each switch setting on the trunk. Computers are plugged into the back of the phone. I then created a virtual interface in the box to unravel for VLAN 20. Box unravel also manages DHCP to the new VIRTUAL LAN. Active Directory is always manage DHCP for VLANS native.

    I ping from each switch to the bridge of the new VLAN. Since each computer I can ping the gateway and on the new LAN VIRTUAL phone system. However, phones will not seize an address on the VIRTUAL LAN and when they have the static value, they cannot communicate with other devices on the VIRTUAL LAN.

    Any help would be much appreciated. I don't know what I'm on.

    Here is an example of part of a switch configuration to work with Zultys phones where voice VLAN is 100 and data VLAN 10:

    database of VLAN
    VLAN 10,20,100
    output
    ID of the vlan 100 voices

    interface fastethernet1
    Description "RCP and voice."
    switchport trunk allowed vlan add 100
    trunk switchport vlan 10 native
    !
    interface fastethernet2
    Description "RCP and voice."
    switchport trunk allowed vlan add 100
    trunk switchport vlan 10 native

    In your case, you need a trunk port with 20 VLAN Tag on your firewall (or an access port to a separate physical port on VLAN 20.  The default gateway served on the phone (or put statically) should be the interface on intellectual property.  Then, you can also allow routing inter - vlan for admin access or MXIE if you use.

    One thing to note on Zultys is by default I think the device profile disables LLDP, but on phones, it is enabled out of the box.  For the first time that a phone downloads its config from the Zultys it can turn of LLDP unless you have checked the box to keep it on.

  • FCPX Play Back Lag! Help, please!

    I have Final Cut 10.2.1 and I get some serious reading lag! "I tried the obvious choice, best quality unclicking also change the proxy, but nothing works." Here are the clips shot from a camera Canon T3I 1080 p. I have troubleshooted this thing and I still get a reading. I don't know if it's my computer, because I just got an imac two months ago. I started Adobe Premiere pro cloud thinking it is the CPF, but reading it is trolling to! I thought it was my Ram, but I'm well below requirements. In addition, it's frustrating, because my wife and I edited a documentary set on a macbook pro with only 4 GB of Ram and it worked perfectly. I am at my end. The files are stored on an external hard drive, is not on my system. I can't think what's wrong with my system. My computer specs are in the background. Thank you!

    iMac (21.5 inch, end of 2015) processor 2.8 GHz Intel Core i5 8 GB 1867 MHz DDR3 memory Intel Graphics Iris Pro 6200 1536 MB graphics

    What type of disc external hard is exactly?

    Also, how is it formatted?

    Al

  • Need help to write the query to extract the value of the previous row - Lag not help


    Hello

    I created follwing table.

    Create table test

    (number of fi,

    number of fo_fv

    number of jup_fv

    action varchar2 (10)

    );

    insert into TEST(1,1,1,'LOAD');

    Insert into TEST (2, NULL, 2, "ROLL");

    insert into TEST(3,,3,'ROLL');

    insert into TEST(4,,4,ROLL);

    insert into TEST (5,2,5,LOAD);

    I want the result of the query as below:

    FI FO_FV JUP_FV ACTION

    -------------------------------------------------------------------

    1          1                    1                    LOAD

    2          1                    2                    ROLL

    3          1                    3                    ROLL

    4          1                    4                    ROLL

    5          2                    5                    LOAD

    Help, please.

    Thank you!

    SQL > select fi
    2, max (fo_fv) on fo_fv (fi control)
    3, jup_fv
    4, action
    5 of the test;

    FI FO_FV JUP_FV ACTION
    ---------- ---------- ---------- ----------
    1 1 1 LOAD
    ROLL OF 2 1 2
    3 1 3 ROLL
    4 1 4 ROLL
    5 2 5 LOAD

    OR

    SQL > select *.
    2 test
    model 3
    Dimension 4 by (fi)
    5 measures (fo_fv, jup_fv, action)
    6 rules
    7   (
    8 fo_fv [any] = case when fo_fv [cv ()] is null
    9. can fo_fv [cv () - 1]
    10 fo_fv [cv () else]
    11 end
    (12);

    FI FO_FV JUP_FV ACTION
    ---------- ---------- ---------- ----------
    1 1 1 LOAD
    ROLL OF 2 1 2
    3 1 3 ROLL
    4 1 4 ROLL
    5 2 5 LOAD

  • Run gta4 smoothly and without lag (please help)

    My new computer details: processor Intel Core i7-2600, 4 GB DDR3 Apacer, MB Intel P67 chipset, VGA 1 GB AMD Radeon HD 6870 DVI, 1500 GB SATA3 HARD drive and I want to know gta4 will run very smoothly and without delay.

    Yes... but you will not be able to use 100% draw distance.

  • First Pro LAG! Help, please!

    Hello, Premiere pro is really laggy. It is installed on an SSD and it has 8 GB of RAM just for him. It is also using CUDA acceleration. And when I hit the space bar to pause the video; It takes about 1 to 2 seconds to answer. I'm on Adobe Premiere Pro CC 2014. Thank you!

    YES! I FOUND A SOLUTION! Delete your profile. Windows my documents > adobe > first pro > 8.0 > (unless you want to) and close the pro first, then delete 'profile - your name' :))

  • Restart Powerconnect 6248 without disturbing the Configuration

    I apologize in advance for the entry-level position and if that's the answer elsewhere, please point me in the right direction:

    I inherited load on a network LAG / VLAN with a central 2-battery Dell switch Powerconnect 6248 functioning as a main switch and routing of traffic between the VLANs that are shared it resources.

    I want to restart this switch without losing any configuration, because I'm just to enter this network, I don't want to disrupt or rebuild the configuration.

    I can get Telnet or SSH access to the switch but now use the GUI. When I go to reboot I choose to restart the two batteries and am met with the message:

    "The unit will restart with the startup configuration, not the running configuration. Do you want to continue? »

    I had a contractor separate network restart the switch before and I don't know if it simply ignored the message and proceeded. I would like to be able to restart this switch without losing any configuration.

    My question is, I'm ok to move forward through this error message? Or do I need to configure backup to restart? What is the best way to proceed with a simple reboot of two chimneys, while maintaining the current configuration.

    Here is the procedure, I suggest you take.

    -If the running configuration is operational and you want to keep on the switch, and then save it in the startup configuration.

    -before to restart, save the configuration.

    -Keep the battery restart.

    You can then use this backup config as a reference in case something happens to the configuration of the switch. It's a good idea to take the habit of saving after all change config, before the updates of the firmware, reboot, etc.

    Here is an article that will guide you through the commands to perform these actions.

    http://Dell.to/1NPR5aY

    Hope you find it useful.

  • PowerConnect 2716 default VLAN1 trunkable switch?

    Compared to my other question (http://en.community.dell.com/support-forums/network-switches/f/866/t/19537080.aspx), I wanted to know if I put 1 LAG VLAN 1 I will be able to manage the switches through the trunk because it is not marked? I'm assuming that only tagged packets would cross the switches as I had set on the frame Type LAG1: admit Tag only, default 1 VLAN is untagged, and when I tried to change my PVID for port one at the time to use a new VLAN (I created 11 hoped trunk web management) I altogether lost access to web management.

    I think I remember reading somewhere before that 1 Port must always be in the VLAN 1 / 1 PVID in order to access the web administration gui, I'd rather be able to manage the two switches to a single cable to my management station and keep them off the network. (I am unable to test the trunk at the moment that I can't change the live environment until a maintenance window 25)

    Management accessible only VLAN 1. If you only allow packets marked and then unmarked VLAN 1 pass, if you let packets not marked, you can be able to make it work, but only if you have other devices on the VLAN 1 on the other end of the trunk, and all not marked traffic communicated. Unfortunately this switch has the capacity as our most end switches run management on any VLAN or have a dedicated management port.

  • 11 Firefox crashes and is lagging after a few minutes. YouTube videos are lag while the sound is normal. Can you help me solve this problem?

    If I restart my browser everthing works very well for at least 5 minutes. When I watch several videos to youtube, the LAG comes back and the video begins to freeze aboud every second for just a fraction of a second. The sound is stil played properly it only affects the graphics...
    After about 10 minutes watching videos, the whole browser gets lag. Sometimes when I type fonts appear only about a second later. Scrolling is also affected. A few minutes later everything is back to normal, but it' not always t like that?

    I don't know what to do, I already rebooted with disabled modules, but I did not notice any difference. My ati graphics card drivers are up to date and I have the problem with firefox, chrome works perfectly.

    Best regards, Jan

    The offset is now gone. Removal and reinstallation of the plugins and the deactivation of my modules to speed dial (which is sad cause I like them) fixed. I think that's their function to auto-update the previews leading the video shift.
    Thank you very much for your quick response and your help. I appreciate it.

  • With Windows 7 online game lag s for 1 min every 15-20 minutes. Help, please!

    Just downloaded Battle of the Immortals free MMORPG and every 15-20 minutes I have a lag of 1 min where the game slows to an almost unplayable State. First I thought that maybe my internet has strangled so I called my ISP. They ran a few test and said that everything was running at 100%... So next time, I contact the support team technique video games... They had run me a dxdiag and a program to hack... I also ran a tracer on my connection just to show them this is not not my internet... Then, they responded and said "it could be Windows, Windows Firewall, Admin, UAC, network or anti-virus settings you need to change so that they are not blocking or limiting the game." I tried everything until I even contacted them... I watched my CPU usage and prosesses and nothing no longer uses the CPU than normal usage... I have no virus and I just bought this processor so there may not be a hardware malfunction about 2 months... More 5 other online games I play run very well... I also tried setting the game as high priority in windows Task Manager... That which seemed to work for about 6 hours but now my windows task manager keeps reseting back to normal priority. I downloaded a program called Prio which is suppose to set a permanent priority... Well, this program has not completely... I also tried to run the program with the resolution of the problems of compatibility and as an administrator... Without success... I have also all the drivers for all... I have triple checked the drivers... Help, please!

    MY CPU Specs:

    AMD Athlon (TM) II X 4 820 2.80

    RAM: 8,00

    64-bit operating system

    Graphics card: Nvidia Geforce 9100

    1 Terrabyte HARD drive

    Well I think I got myself the solution...  I discovered that the game made my jump 20 c cpu temp... So when my CPU hits 50 - 54 c temp the game hits a pic gal... Currently, I have on my open cpu and a fan blowing on the one side and I had 3 hours of spike no lag... It was difficult to find a limit temp CPU specific before you start to make mistakes, but what I found said it was about 50 to 60 c Temp...

  • Need help setting up a configuration of VLAN special using WRVS4400N

    Hi guys,.

     

    I need your help on how to implement a configuration of VLAN somehow non-standard.

    The situation is the following:

    The customer wants a WLAN set up for the company and the other for guests. Now, wouldn't that be not so difficult if we'd be using the internal internet connection. But the WRVS4400N will be used to implement wireless LANs / VLAN only.

    The company uses the DHCP protocol on both of their subnets, provided by a Watchguard Firebox XTM510.

    Now, what we would do is set up the back door #1 for the connection to the subnet of the client and the #2 for the connection to the optional subnet for the guests. The first problem is that we were not able to configure DHCP forwards to the VLAN2. It works very well on the 1st but the 2nd doesn't allow that either ENabled or disabled, grayed out DHCP.

    To work around the problem that he would be allowed to set up DHCP WRVS4400N providing in itself for the subnet invited, but try that didn't work at all.

    Is it possible? Thanks in advance!

    Best,

    Ralph.


  • Need help to configure the VLAN on a powerconnect 5448

    Hello world

    I am currently working on 2 switches PowerConnect 5448 but I'm completely lost in configuring VLAN.

    My bow:

    My needs are:

    -J' have 2 different networks that need to be isolated in different VLANS

    -I want to port 11-14 to use for network backup, all others must be used for the production network.

    -This 2 networks must pass through the port 48 (fiber)

    How can I configure this kind of network on the powerconnect interface (or via telnet)?

    My understood are the following, I have to create 2 different VLAN tag all ports, switch to safe mode all ports of the entitlement each port to the VLAN voted. Am I wrong?

    How the fiber port?

    Thanks in advance for your help on this matter.

    Since your 2 VLAN need not communicate with each other, you should be able to get this working.

    The easiest way to do this would be to have your production on VLAN 1 and VLAN 2 second network.

    Assign an IP address to the switch with the command IP #.

    Assign a default gateway with the # ip default-gateway command.

    Create a VLAN 2:

    Database console (config) # vlan

    Console (config - vlan) # vlan 2

    Set 11-14 ports to access the mode for VLAN 2

    Console # switchport mode access

    Console # switchport access vlan 2

    Set 48 on trunk or general mode ports.

    Console # switchport mode Trunk

    console # permit trunk switchport vlan add 2

    You should get pretty close to a work environment. You may encounter some problem with VLAN 2 contacting 192.168.1.0, maybe just need to put it up and test.

    Here are a few links to software packages and manuals that can help.

    Firmware.

    http://Dell.to/1tz8tW0

    Manuals.

    http://Dell.to/1yqV4DJ

    Keep us on how will your configuration.

  • Help with the VLAN routing

    I'm pretty green when I just went and routing configurations please bear with me.  I'm available what I want to achieve and what I could do until now (although it may be completely wrong).

    I have an office where we run low on IP addresses for our local network, the obvious answer is to get VOIP phones on their own subnet.  So, I have a switch PC6224 I want to use to create the second subnet.

    Existing Workstation LAN = 172.22.144.0 (255.255.255.0)

    Default GW for the LAN = 172.22.144.1 for all devices on that subnet

    I would like to create an IPPhone = 172.22.145.0 (255.255.255.0) subnet

    Here's what I have "Achieved" so far:

    Currently, I can ping from a client on 172.22.145.x to the 172.22.144.12 (VLAN 3 ip interface) but cannot ping any other 172.22.144.x that is not directly connected to the 6224 switch device.  Trying to ping the network 172.22.145.x device leave a device plugged into the 172.22.144.x VLAN on the switch of packets results was sent to the default gateway for the network (172.22.144.1) who does not know what to do with them.

    Here is my config of 6224 switch operation:

    Console execution #show
    ! Current configuration:
    ! Description of the system "PowerConnect 6224, 3.3.6.4, VxWorks 6.5.
    ! 3.3.6.4 system software version
    ! Passage mode is configured as disabled
    !
    Configure
    database of VLAN
    VLAN 2-3
    VLAN 2 1 routing
    VLAN 3 2 routing
    subnet of VLAN association 172.22.144.0 255.255.255.0 3
    subnet of VLAN association 172.22.145.0 255.255.255.0 2
    output
    battery
    1 1 member
    output
    IP address no
    IP routing
    IP route 0.0.0.0 0.0.0.0 172.22.144.1
    interface vlan 2
    name "IPPhone.
    Routing
    IP 172.22.145.1 255.255.255.0
    output
    interface vlan 3
    name "TWLAN".
    Routing
    IP 172.22.144.12 255.255.255.0
    output
    level of 746f7a78621059d80fdc538acc40cbf2 user name 'admin' password encrypted 15
    !
    interface ethernet 1/g3
    switchport access vlan 3
    output
    !
    interface ethernet 1/g4
    switchport access vlan 3
    output
    !
    interface ethernet 1/g5
    switchport access vlan 2
    output

    !
    interface ethernet 1/g6
    switchport access vlan 2
    output
    !
    interface ethernet 1/g7
    switchport access vlan 2
    output
    !
    interface ethernet 1/g8
    switchport access vlan 2
    output
    !
    interface ethernet 1/g9
    switchport access vlan 2
    output
    !
    interface ethernet 1/g10
    switchport access vlan 2
    output
    !

    interface ethernet 1/g11
    switchport access vlan 2
    output
    !
    interface ethernet 1/g12
    switchport access vlan 2
    output
    !
    interface ethernet 1/g13
    switchport access vlan 2
    output
    !
    interface ethernet 1/g14
    switchport access vlan 2
    output
    !
    interface ethernet 1/g15
    switchport access vlan 2
    output
    !
    interface ethernet 1/g16

    switchport access vlan 2
    output
    !
    interface ethernet 1/g17
    switchport access vlan 2
    output
    !
    interface ethernet 1/g18
    switchport access vlan 2
    output
    !
    interface ethernet 1/g19
    switchport access vlan 2
    output
    !
    interface ethernet 1/g20
    switchport access vlan 2
    output
    !
    interface ethernet 1/g21
    switchport access vlan 2

    output
    !
    interface ethernet 1/g22
    switchport access vlan 2
    output
    !
    interface ethernet 1/g23
    switchport access vlan 2
    output
    !
    interface ethernet 1/g24
    switchport access vlan 2
    output
    output

    Console #.

    Any help would be greatly appreciated.

    Thanks, Grant

    What port connects to 172.22.144.1 the jump according to the internet?

    What should happen is we need a VLAN 'remote' separate just for the connection between the 6224 and your 172.22.144.1 jump following the internet device.

    If 172.22.144.1 remains the same, then you must create another local network VIRTUAL to "TWLAN".  Eventually, VLAN 4 with a range of ip addresses of 172.22.146.1 - 254 255.255.255.0.  Where the VLAN 4 interface has an IP address defined as 172.22.146.1.  Once that all connected devices again VLAN 4 that were in the VLAN 3 need to change there IPs and gateway 172.22.146.1

    So the only port that has configuration of VLAN 3 is the connection to 172.22.144.1 port next to the internet break.  The IP address defined on the interface VLAN 3 should be in the same subnet as 172.22.144.1 range.

    Here is a diagram that can help you to see the whole upward.  VLAN 100 in the diagram represent VLAN 3 in your case.  Switch 2 would represent your device from the internet of next hop.

  • Help design 6224 Vlan stack config

    Hi all

    I'm looking for help for what I feel should be a simple configuration.

    I have 2 6224 switches in what will be a stacked config.

    I need to put in place the following VLANs

    VLAN Database 5,6,7,8,9,90,100-254

    VLAN 6,7,8,9 should be isolated from each other.

    VLAN 100-254 should occupy 12 ports to resources shared between the two switches (6 per switch). 18-24 ports each switch.

    VLAN 100-254 should be able to communicate with vlan 5 via IP routing Vlan in the switch.

    Each of the VLAN 100-254 will have a 24 assigned ip subnet.

    I am new switches from Dell and I'm a little wrong with setting to the top of any help would be greatly appreciated.

    To create the VLAN on the 6224 orders will look like this.

    Console # config

    Console (config) # vlan database

    VLAN console(config-VLAN) # 2

    output console(config-VLAN) #.

    To place a port in an OFFSET, you use the channel-group command on ports you want in this SHIFT.

    The following example shows the 1/g5 port to the port-channel configuration

    Number 1 without LACP.

    Console (config) # interface ethernet 1/g5

    Console (Config-if-1/G5) # channel-group mode 1 on

    To allow multiple VLANs through a connection, you would use general/trunk switchport mode.

    Console (config) # interface ethernet 1/g5

    console switchport mode trunk #.

    console # permit trunk switchport vlan add 2,3,4 tag

    Console # end

    When you make the VLANs, they will inherently be not able to communicate with each other. So that they can communicate with each other VIRTUAL LAN routing must be enabled. Here are the basic commands needed for the VLAN routing to work.

    Console #config

    Console (config) #ip Routing

    Console (config) #interface vlan 2

    Console (config-if-vlan2) #routing

    Console (config-if-vlan2) #exit

    Console (config) #interface vlan 3

    Console (config-if-vlan3) #routing

    Console (config-if-vlan3) #exit

    Console (config) #interface vlan 4

    Console (config-if-vlan4) #routing

    Console (config-if-vlan4) #end

    If you have some VLANs, you do not want to communicate with any other VLAN, you should be able to do so by activating only not routing on VIRTUAL LAN.

    If access restrictions are to go beyond that, you may need to look at the implementation of the CAA.

    Here are a few blank pages that go on the use of ACLs and their implementation.

    www.Dell.com/.../pwcnt_IP_ACLs.pdf

    www.Dell.com/.../app_note_10.pdf

    www.Dell.com/.../app_note_3.pdf

    Hope some of this information help.

    Thank you.

Maybe you are looking for

  • downloaded files more open automatically - I need to double click on it in the downloads window

    In the past when I have they automatically open downloaded files. I use Windows Vista

  • Compaq presario: Revamp

    Hi all I'm looking for buy a new desktop HP, my Compaq presario, 5/6 year is very tired and needs a rest. My question is can I reorganize and adapt a new hard drive to it and perhaps speed up a bit, if possibal I would keep just to attach a slide sca

  • Can I use an older iMac as a monitor for a MacBook Pro?

    Can I use an iMac (oct 2009) more elderly as a monitor for a MacBook Pro laptop?

  • Clarity vs AF Liveview

    I have a new EOS Rebel of T5 1200D. I've been trying it and it seems to me that the AF in the viewfinder is very soft/blurry. The Liveview is crunchy and large, but it is slower adjust and prepare the call for certain types of photography. I don't kn

  • Average read time IC Agent

    All, I use the IC agent seriously for the first time.  Just lie be of the opinion that all other settings other than the average playing time is not collected. Host > Hostname > physical disks > sda > average length of reading Other measures are coll