2 VLAN ACL with what Miss me

Thanks for reading.
This topology consists of one 6224 and two 2824 Powerconnect switches.
Right now, we're looking to build two VLANs, routed, sharing a small range of IPs on VLAN 20.
Also want to route out to the interwebz for both nets. Do I need a third vlan for that?
 Presumably one for each actual route out I would think.
I've entered the following commands into the 6224.
- -
confvlan databasevlan 10vlan 20exitinterface vlan 10ip address 192.168.1.1 /24ip access-group 'BUSINESS'name SALESroutingexitinterface vlan 20ip address 172.16.1.1 /24ip access-goup 'SALES'name BUSINESSroutingexitip access-list SALES permit ip 192.168.1.0 0.0.0.255 anyip access-list SALES permit ip 172.16.1.0 0.0.0.255 anyip access-list BUSINESS permit ip  172.16.1.204 0.0.0.7 anyip access-list BUSINESS permit ip 192.168.1.0 0.0.0.255 anyinterface range 1/g9-1/g16 ---these are untagged in both Vlan 1 and vlan 10switchport mode access each has a PVID of 1 in both Vlans??switchport access vlan 10exitinterface range 1/g17-1/g24 ---these are untagged in vlan 20switchport mode access PVID of 1 or 20 neither changes anythingswitchport access vlan 20exitip routing
- -
From VLAN 10 on the 6224 , all addresses in VLAN 10 and 20 can be pinged.
From VLAN 20 on the 6224 all addresses in VLAN 10 and 20 can be pinged,
2824-1 is connected via its port 24, (a member of vlan 20 in switchport mode access)
to port 24 on the 6224.
Port 1/g23 on 2824-1 is connected to a host at 172.16.1.240. that host can  ping nothing
beyond 172.16.1.1. But if I plug both the switch uplink and the host to a Cisco 3524xl in factory defaul
I can ping everyhthing on the 172.16.1.0 /24 subnet right across the uplink. I'd like to at the least
get help on what the issue is with the pings from the 2824.
The ACLs aren't actually in play but they are intended as part of the config.
thanks in advance for your help.

I think you're on the right track, leave the configuring ACLs for now. Once we have connectivity, then add them in.

With the connections between the two switches, we use mode Trunk/general instead of the access mode.

If the 6224 performs the Routing and connects to your external connection. While the connection must have its own dedicated VLAN. The 6224 also has a static route in place, helping to direct traffic on.

Here's a post with some info to look over.

en.Community.Dell.com/.../19506015.aspx

Keep us updated.

Thank you

Tags: Dell Tech

Similar Questions

  • I used numbers for a long time, but only make spreadsheets base.  With the latest updates, I couldn't change my information.  What Miss me?

    I used numbers for a long time, but only make spreadsheets base.  For about a year and with the latest updates, I couldn't change my information.  What Miss me?

    Hi Deb,

    There not really enough information in your message to help you. How things don't work, exactly? Is there any alerts or messages?

    Quinn

  • Inter-Vlan ACL

    Hi all

    I'm having some trouble getting the ACL work they way I want. I have a lot of clients in differnet VLAN (vlan 6-10) and my ASA (10.1.99.254) on vlan 99 for internet access. I need VLAN 6-10, to have access to the ASA for internet, but VLAN 6-10 should not have access to the other. For the moment, I do apply the access group of rules in the directon out on the vlan 6 SVI.

    VLAN 6-10.2.1.0/24

    VLAN 7-10.2.2.0/24

    VLAN 8-10.2.3.0/24

    VLAN 9-10.2.4.0/24

    I tried

    10 permit ip 10.1.99.254 0.0.0.255 10.2.0.0 0.0.255.255

    20. denying a whole

    I could do a ping of the ASA and made was not able to access the other vlan. However, I also don't no matter what internet access. DNS responses are not passed without traffic ICMP passed the ASA.

    The switch is a 3560G

    Any help would be appreciated.

    Robert

    The acl should not prevent the devices in the same vlan talk to each other, it will stop devices outside of this vlan only so what you see is not good.

    Regarding your general question, usually you use inbound ACL on the source rather than outgoing ACL on the destination VLAN vlan. You can use either but blocking the packets at the source is the most common approach.

    So if I understand correctly, you need to block all traffic between any vlan 10.2.x.x/24 subnet?

    If so and you are not bothered on the specification of the source IP subnet in each acl.

    extended IP access list

    deny ip any 10.2.0.0 0.0.255.255

    allow an ip

    int vlan 10

    IP access-group to

    So let's say vlan 10 is 10.2.5.0/24. What the foregoing, block any package from clients in the vlan 10 with a IP address of destination of 10.2.x.x. All other packets will be allowed. This same acl could apply to all L3 10.2.x.x VLAN interfaces.

    Note that, in the acl, I used the source of everything rather than "10.2.5.0 0.0.0.255. This is because with 'all' the same acl could be applied to all the 10.2.x.x VLAN entering without any modification. You can if you want to be more specific to a specific acl for each vlan that is to say. for the same example above.

    extended IP access list

    deny ip 10.2.5.0 0.0.0.255 10.2.0.0 0.0.255.255

    IP 10.2.5.0 allow 0.0.0.255 any

    It would be more specific and would stop to any client no 10.2.5.x on this vlan to send packets, but most of communication would not work in all cases that the return should not would be routed packets properly to the customer.  But like I said this makes the unique acl to the vlan specific so you would need different ACLs by vlan.

    A few additional points-

    (1) if clients use DHCP and the DHCP server is a 10.2.x.x device that you need to allow that, before the line to deny

    (2) customers will not be able to ping to their default gateway, that is to say the interface vlan L3. This isn't a problem because the destination IP address is never usually the interface vlan L3, but if you want to be able to do you need an online permit before the line to refuse. Also note that this means that your acl would be different for each vlan, IP because of the vlan L3 is different by vlan

    (3) If you use the same real acl for each interface vlan all hits on the acl will be for all the VLANS so you will not be able to see visits by vlan. This may or may not be important to you. Often, this is why you see unique ACL (in terms of number or name but not necessarily input) use. If you do not want to see the visits by vlan and then simply to reproduce the acl, but with a new name by acl (assuming that you go with the ability to use 'everything' in your ACL).

    Hope all that makes sense. Doubts please ask for more.

    Jon

  • Does not work by clicking the shortcut of Firefox to specific profile when it is already open. What Miss me?

    Well, it's a difficult problem to describe in one sentence.

    I am currently using windows. I have 2 Firefox profiles, and all of them have desktop shortcuts to the:
    "C:\Program Files (x 86) \Mozilla '-no-remote Pei"Developer ".
    "C:\Program Files (x 86) \Mozilla '-no-remote Pei"lazy ".

    They work very well. The thing is: If the profile is already active and I click on the shortcut, I get the error "Firefox is already running but not responding do not ' (fails just Firefox to open. The current open window still works). The behavior I want is either maximize/orientation of the corresponding window, or open a new window with the same profile. Is it possible to do this? What Miss me?

    I don't know if I'm being clear. In other words:
    -Shortcut to a specific profile works very well
    -When the profile is opened, double-click the shortcut for the office even
    -Receive an error popup "Existing Firefox to run"
    -Press ok, the current profile still works, but new window opens as expected

    You can't open a link if you use the - No.-line of remote control switch.
    You will need to start a profile without the - non-interrupteur to distance.
    Then you can open external links in this instance of profile (but not in the other).

  • Catch 22 - Port Trunk Configurations: how to combine identifiers VLAN native with DHCP (but allows traffic of VM)

    Catch 22 - Port Network Configurations: how to combine identifiers VLAN native with DHCP (but allow the virtual computer)

    I came across a Catch 22.  Maybe someone can restore the directly here.  I found a "witch hunt" for sure.

    It comes with the Ports of junction on the side of the switch of the ESX host network.

    Context:

    Ok. The Setup is a HP Blade C7000 enclosure.  I try to configure ports for switching to the blades.  ESX 3.5 U4 will be installed the BL460cs.  Installation is preferred method: revive unattended.  No problem with the syntax of Kick-Start,

    I am here, it's the side network.

    The problem:

    I find a major complication in that the switch ports must be configured for both traffic Service Console and VMkernel, more Virtual Machine since only two NICs by blade. Not best practices, but we have only two switches Cisco 3020 inside.  The two uplink physical NIC is paired in the same vSwitch.  (No iSCSI does fortunately).

    So the Catch 22 question is as follows:

    If the id VLAN native set up on the switch port, DHCP works of course and the VMware boot loader is able to grasp a binary / packets on the network (FTP Site) and install OK.  But after no installation, no communication with SC unless I set the VLAN id of the SC to '0 '.  The value "4" 0 does not communication, but "40" is the VLAN native.

    If id configuring VLAN native retired from the Switch port, DHCP will not work and host does not have IP address during the VMware boot process.  This is as expected as traffic without label is not assigned an eligible

    VLAN, so no comms.

    The Port of the Switch configuration:

    interface GigabitEthernet0/16

    SERVERNAME description

    switchport trunk encapsulation dot1q

    switchport trunk vlan native 40

    switchport trunk allowed vlan 40-254

    switchport mode trunk

    switchport nonegotiate

    Speed 1000

    No cdp enable

    spanning tree portfast trunk

    end

    Summary

    OK, let's summarize where things are and if possible please attach responses to their digital identity.

    (1) is there a way to delete the VLAN tagging altogether side ESX host? Not only the id '0 '. The problem is with clearly with the VLAN native defined as "40".  If "40" IDs specified on the Group of ports for the Service Console, no joy, no comms. If the id of '0' value, capable of ping gateway and communicate on the network.

    (2) what is the problem with the definition of VLAN native as "40" when the config for the switch port is set as VLAN native "40"?  Or if it was a problem?  Both parameters clearly do not work together.

    (3) a switch receiving a unmarked frame it will assign to the VLAN Trunk native. Ok. Trunking bases and why I need a VLAN specified on the port for DHCP native work.  But it seems that since the id VLAN is set manually even as VLAN native, closed communications and no traffic as possible.

    (4) executives made tag 802. 1 q VLAN native?  I think that it is not and this could well be the problem. Since the id VLAN "40" is not labeled, but try to score the side host vSwitch port group.

    Please let me know your thoughts, community and how in general, we are approaching 2 NIC ESX configurations.

    When trunking multiple VLANs, you either have a default VLAN is nothing is tagged, or you don't.  That's what the vlan native to you, it defines which VLAN would be used if no tag is visible on the packets traversing the network.  For servers, if you are marking, then everything has to tag, if you're not marking at the server level, then the port must be either an access port or a VLAN native or default must be set.  I also don't keep your service console the same network as your vm.  Keep this isolated for the security of the network.  If you isolate this VLAN, you can separate and use a single IP address for installation and one for post construction.

    Or, you can provide an IP address during the build.

    -KjB

    VMware vExpert

  • How is it all my apps SDK Adobe crash hard? What Miss me?

    I believe I copied carefully the instructions included with the Kit SDK Adobe. In all my apps, my code is inserted as follows:


    try {}

    my code here

    }

    catch (...) {

    ASGetErrorString (ERRORCODE, buf, sizeof (buf));

    ECRR < < "error code:" < < error code < < ", Error Message:" "< < buf;

    }

    Here's a simple example:

    http://Patriot.NET/~Ramon/Misc/attach-A-file-code.PNG

    All the error messages look like this:

    Program received SIGSEGV, Segmentation fault signal. 0x804d8909 to the? ()

    IOW, the Adobe code intercepts not anything.  :-(

    What Miss me?

    Note: This is on Linux, less GUI, CLI-application type.

    -Ramon

    now that's useful!

    He told me that you have some incorrect compiler settings.

    Since it is clearly PDFL - you're better off sticking to people you licensed the PDFL leave (we or Datalogics)

    Leonard

  • My wife 6 iPhone would not take a charge.  The Apple store in Raleigh NC replaced with what they said, it was a NEW pohone.  I suspect that it was not new, but handed to nine. Can I know the serial number if it is new or refurbished?

    Tooke, he calls to the Apple store in Raliegh NC.  They were replaced with what they said, it was a NEW phone for $299.  I suspect that the phone is not NEW but handed to nine.  I can top by the serial number if the new or refurbished?  Number of Sedrial is FD * 5MD

    < personal information under the direction of the host >

    In general the replacements are not new.  They can be given to nine units, which are like new, maybe better.

    Apple has no obligation to provide a new iPhone in replacement under warranty or out of warranty replacement.

  • I'm hearing popups that interfere with what I read or listen to. How can I stop them?

    I'll listen to a local radio station which is streaming or read something in the news on the Internet and all of a sudden there is a sound diffusion that interferes with what I do. They are short excerpts, but MORE annoying and I want to stop them. How?

    Make sure that your enable pop-up is blocked.

    Seehere

    Try this Addon

  • I downloaded the latest version 3 times and I still get a message saying that I don't have the version lasted. I can not open Pandora because of this. What Miss me?

    I downloaded the latest version of firefox 3 times and always get the message that I don't have the current version. I'm not able to open Pandora.com because of this. What Miss me?

    Hi cheryl28,

    It seems that the details of your system, would you say that you are still on version 3. How have you tried to update Firefox? There were errors during the update? You should look at Firefox updated to the latest version for more details.

    You can also try to go to http://www.mozilla.org/en-US/firefox/new/

    1. Download the full installer for 8.0.1 to your desktop.
    2. Closing Firefox. Remember that she is still ongoing in the background.
    3. Run the Setup program and re-open Firefox.

    Hope this helps!

  • I can't activate Microsoft Word with a missing product key.

    I bought a second hand laptop and I can not activate Micrsoft Word 2007 with a missing product key (laptop don't have the program cd with it when I bought it).

    Tried to activate it online.

    Any kind of help would be appericated.

    Hello

    Office is not provided with a computer purchase for free.

    Most new computers for the last years came with a trial version of Office that lets 'x' number of days usuage.

    After this test times out, you will have to buy Office.

    And the product key on the cover of laptop for the Windows operating system, not for the desktop Suite.

    Here is the link for the Microsoft Store to Office products:

    http://www.microsoftstore.com/store/msstore/HTML/pbPage.Office_Category_Page?ICID=Home_4up_1_OfficeCatPage

    And you might be interested in the free Open Office Suite of Office Applications.

    http://www.OpenOffice.org/

    For any other question about Office, please repost in the Office Forums:

    http://answers.Microsoft.com/en-us/Office

    See you soon.

  • In XP, whenever I try to open something with what it asks which program I want to open it

    whenever I try to open something, with what it asks which program I want to open it. can I choose a program and wants me to download something. Help, please!

    * original title - why can't open any programs on my computer? whenever I try to open something, with what it asks which program I want to open it. can I choose a program and wants me to download something. Help, please! *

    Try to fix .exe file association.
    http://www.dougknox.com/XP/fileassoc/xp_exe_fix.zip

    CleanAutoRun.
    http://support.Kaspersky.com/FAQ/?QID=208281743
    http://support.Kaspersky.com/viruses/cleanautorun

  • Someone is sending emails with my windows live address to all my contacts without my permission, spamming other mailboxes with what looks like messages from me.

    Someone is sending emails with my windows live address to all my contacts without my permission, spamming other mailboxes with what looks like messages from me.

    Help with this!

    Apparently, someone broke your Hotmail account. Change your password immediately. For more information, visit these web pages:

    Compromised account - unauthorized account access
    Hotmail hacked? Take these steps
    Hotmail: Tips to help protect your account

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • SmartWatch 3 is compatible with what smartphones accept sony?

    SmartWatch 3 is compatible with what smartphones accept sony?

    No matter what android running 4.3 or later and to carry android app

  • I have an old Presario SR1909UK is still possible to upgrade the processor and if so with what?

    I have an old Presario SR1909UK is still possible to upgrade the processor and if so with what?

    AM2 are listed here:

    http://support.HP.com/us-en/document/c00714578

  • with what program Windows7 Premium family can make me see my dvd movies

    I just buy a new pc Windows7 Premium family and I don't know with what program I can watch my DVDs, movies and listen to my music CDs - ^ can you help me s v p thanks for your collaboration

    Hello

    See this page to select your language:

    http://support.Microsoft.com/common/international.aspx

    ====================================

    Or sorry that it is area English.

    Left click at the bottom of the Microsoft Community page

    English and set your language.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for

  • I can't find other devices on my network.

    I use a WNDR3700x2 router with a wireless on another floor extension. When I connect to the router itself, I can see all of our devices, wired and wireless. I also downloaded the netgear genius app, and they appear there, too. The problem is that my

  • Windows 7 update

    I chose the Donwloat updates but let me choose whether to install them option.  The problem is that they load automatically when I shut down my computer.  Under XP I was able to close without having to install the updates, now I don't have this optio

  • CSR Bluetooth Radio device works do not permanently

    My laptop is an Asus F50GX. As I read it, he may have built in Bluetooth (option) but mine did not. I bought a dongle Bluetooth USB Laser $ 20 made by CSR. All the drivers work fine and displays the Bluetooth icon. When I try to use the Bluetooth don

  • My graphics nividia card is coming as a standard vga adapter

    Hello guys,. Ive been working this problem for a while now and not one thing works. my Sony vaio model vgn-sz75gn use to run windows 32 bit vista desktop using a nividia geforce 8400 so I decided to update the system for windows 7 ultimate 64-bit, bu

  • The search function will find the content of the banner?

    I see that the search only works with items and NO banners and collections. It will be something that will be added to collections or banners.