Vlan setup E2500

just got a switch with vlan support and i plugged it into the e2500 when it occured to me i didn't see documentation on e2500 vlan support. went to google and i found out a firmware update took care of that. after the firmware update we get the same nice gui you see here. then i occured to me, aren't we suppose to have different gateways for each vlan specially if that vlan has a different subnet as the one on the e2500?
anyone who can point me to some good ol' fashioned documentation?

Traditionally, it is better to have the "Router" (hereinafter referred to as the "AP") only as the access point i.e. the only cable connected will be from the managed switch to one of the LAN ports of the AP. The trunk line from switch port going to the AP must have corresponding tagged vlans. i.e. VLan on switch 24 are of 802.1Q IDs 10 and 20~ these need to be tagged on both switch and AP. Separate SSIDs can be created for each VLAN.
As far as routing is concerned; a separate router with both NAT/PAT translation AND the abilty to perform traditional routing is required. This can be connected to the managed switch and configured with VLAN subinterfaces, nodes will use the routers' IP as their default gateway as opposed to the AP. DHCP could be installed on the router or a separate DHCP Server in which case DHCP Helper will be required if configured to give out addresses from to nodes in different subnets i.e. DHCP Scopes. Multihoming is possible but may lead to issues in the future. A enterprise class router such as running Cisco IOS is preferred.
HTH

Similar Messages

  • VLAN setup at home

    I'm definitely out of my comfort zone here...but after reading a bit, I think a VLAN setup is what I'm after.  I'd like 2 networks at my house sharing the internet connection. One network for my computers, One network for my kids.  The purpose is security...my kids have been bringing home biological virus' since they were tiny...I'm certain they're the ones who'll let something in the house now as well.
    I have a WRVS4400N small business router with VLAN capability.  I've explored the setup pages and can't make heads or tails of what I'd need to do there.  I've set up 2 BSSID's and isolated them, next I'd like to set up the vlans and assign the bssids to them. Can someone look at this setup pic and walk me through this?  I appreciate the education!
    Alternatively, if vlan is not the solution for my purpose, I'm open to suggestions.  Thank you for your consideration.
    -Scott

    These might help.
    https://www.myciscocommunity.com/message/36120;jsessionid=31011407BD6D879C90AF5B18540D3634.node0
    https://www.myciscocommunity.com/thread/7996;jsessionid=8844A249A148FC7E71732CEBFA84EE42.node0?tstart=-1
    http://www.cisco.com/en/US/docs/routers/csbr/wrvs4400n/administration/guide/WVRS4400N_Admin_Guide_v2.pdf
    Shell.

  • SLM 2024 vlans setup

    Hi,
    I purchased the SLM2024 switch recently, but still not able to get it works in vlans setup. Appreciate if someone can help me on this.
    I have configured my router to have two vlans in two interfaces. Each vlan will serve as dhcp server with subnet .10 and .20. I would like to segregate my switch into 2 different vlans, then connect the dhcp interface from my router to each one of the vlan on my switch. So I can have two vlans on switch serve two subnets. How can I do it? I'm new to cisco product, hope someone can guide me thru the setup.
    Thanks,
    Jim

    Hi Ishal, disconnect the switch from all network elements. Reboot the switch. Attach 1 computer to the switch and assign a static IP address on the 192.168.1.x subnet and try to access the switch. Ensure you do not have any wireless connection active on the computer you're using.
    -Tom
    Please mark answered for helpful posts

  • VLAN setup on SF302-08P switch

    I have the following setup using two SF302-08P PoE switches:
    1st floor
    =========
    Switch #1 <-------> private network
              <-------> public network
    2nd floor
    =========
    Switch #2 <-------> private network
                ....    public network (visible but devices can't connect)
    I have tried to make the config in switch #2 identical to switch #1, but something is still wrong.
    Is this most likely a VLAN setup problem, or what?
    Thanks.
    Ken Watkins

    Tom,
    Thanks so much for your help. In my case, the second VLAN is VLAN 50. Here are the pics of what I think you are talking about through the web interface. Do these look like what you are suggesting?
    Thanks again.
    Ken

  • VLan setup for a 2950 and 2611

    Im trying to setup a real basic VLan setup for 1 2950 switch. I would like to have 3 Vlans on it including the default Vlan. So my understanding is that for all 3 of the VLans to talk to each other I will need a router to be the layer 3 device that routes the Vlans.
    On my 2611 it looks like this:
    interface Ethernet0/0
    no ip address
    full-duplex
    interface Ethernet0/0.1
    encapsulation dot1Q 1 native
    ip address 172.16.10.1 255.255.255.0
    no snmp trap link-status
    interface Ethernet0/0.2
    encapsulation dot1Q 2
    ip address 172.16.20.1 255.255.255.0
    no snmp trap link-status
    interface Ethernet0/0.3
    encapsulation dot1Q 3
    ip address 172.16.30.1 255.255.255.0
    no snmp trap link-status
    Then my 2950 looks like this:
    interface FastEthernet0/1
    description Connection to router
    switchport mode trunk
    speed 10
    duplex full
    interface FastEthernet0/2
    switchport access vlan 2
    interface FastEthernet0/3
    switchport access vlan 3
    interface Vlan1
    ip address 172.16.10.2 255.255.255.0
    no ip route-cache
    ip default-gateway 172.16.10.1
    Ok so as it currently stands the switch and router will not talk to each other at all. From the switch I can not ping the router and vice a versa. If I plug a laptop into one of the ports using VLan1 I can ping the switch IP 172.16.10.2 but obviously can not ping the default gateway which is the router...
    I didnt think this looked very hard but for some reason it does not want to work for me at all...
    Any ideas?
    LR

    I have two things you might try. First set your trunking interface on your switch to auto.
    interface fastethernet 0/1
    speed auto
    duplex auto
    This will help to make sure that the ethernet on the 2611 will negotiate the duplex with the switch. I've had issues with 2611's trying to do full duplex on there ethernet ports.
    Another Option turn on CDP on your router and switch and do a show cdp neighbor to make sure there plugged into the right ports.
    Three you could move the vlan 1 ip address on the 2611 to the main interface. Example below. Then try pinging the switch. Your other tagged vlans should still work at that point. Also if you have multiple switches make sure to setup Vlan Trunk Protocol see NOTE A.
    no interface Ethernet0/0.1
    no encapsulation dot1Q 1 native
    no ip address 172.16.10.1 255.255.255.0
    no snmp trap link-status
    interface Ethernet0/0
    ip address 172.16.10.1 255.255.255.0
    NOTE A
    Add the following commands to each switch to setup your Vlan Trunk Protocol. These are pretty much the minimum amount of commands you can use to setup VTP.
    vtp domain CISCO1
    vtp version 2

  • VLAN SETUP - NEEDS YOUR OPINION

    HI,
    We just purchased 3 Cisco SG200 50 Port Switch. Please bear with me because I am only
    new to Cisco switch and no nothing about IOS only rely on GUI. I also have a query on VLANS
    settings. I am new to VLANS though I have read information about it and now I am applying it into production.
    My first query is:
    Is the Cisco SG200 50 Ports Switch is a Layer 2 or Layer 3 switch? if Yes how to convert it.
    I want to separate all the servers, printers and  users into different vlans and switches.
    I am not sure as well if this is a good setup.
    Switch 1 - VLAN 10 = All the Servers  (6 Servers)
         E/01 DC
         E/02 DC
         E/03 FILE STAFF
         E/04 FILE STUDENTS
         E/05 WEB
         E/06 BACKUP
    Switch 1 - VLAN 20 = All the Printers  (3 Printers)
    Switch 1 - VLAN 30 = Wireless Access Points (5 WAP)
    Switch 1 - VLAN 40 = All IP Phones (VOICE) (12 IP Phones)
    Switch 2 - VLAN 50 = Staff PC   (40 Machines)
    Switch 3 - VLAN 60 = Student LAB 1  (25 Machines)
    Switch 3 - VLAN 70 = Student LAB 2  (25 Machines)
    A. Let say how can VLAN 50 (staff) access VLAN 10 (servers) without using a Router
    and I am only using the said model above? Is this possible?
    B. How can I connect VLAN 60 (Student Lab 1) to access on 1 server on VLAN 10 on this port E/04?
    C. Also connecting VLAN 50 (Staff PC) to access the Printer on VLAN 20 in switch 1?
    D. Do different VLANS mentioned above needs to be in separate subnets or one will work?
    Sorry and be patient about me I am just a newbie in Cisco and VLAN.
    Any suggestion will highly be appreciated.
    Many Thanks.

    Hi Arth020271,
    Keeping in mind you have a SG200 smart switch that is supported by the wonderful  poeple at  Small Business Support Center.
    There are lots of router choices that support trunked VLANsyou have a few choices. 
    I persoanally like the SA500 series that supports routing between  16 VLANs, specifically the SA540 due to it's large number of  SSL VPN capacity.
    Datasheet on this product follows;
    http://www.cisco.com/en/US/products/ps9932/prod_models_comparison.html
    The benefit of this router is that it is also supported by the Small Business Support Center which makes support for the overall solution much much easier.
    If you wish to see the easy GUI of these product, there is also a emulator or simulator for the SA500 product at the URL  below.
    https://supportforums.cisco.com/community/netpro/small-business/onlinedemos?view=overview%20target=
    Remember, these Small Business routers as used for small business, so really,  if you have more than 100 IP hosts using the LAN, you might be better off looking at a IOS/CLI solution from a Cisco Partner.  These IOS routers can be members of the  integrated servicers routers (ISR) models 2900 or 1900.  These ISR are better for larger routed networks such as yours.
    Since you have over 110 users on your network including voice users, maybe you can have a word to your local Cisco partner and then decide regarding which router best suits your needs.
    Regards Dave

  • 300 Series Switch VLAN Setup

    Hello,
    I  am trying to setup vlans on sf 302 switch and been unsuccesful. My idea  is having 2 separate networks and both connecting to internet
    192.168.2.0/24  Gaming Network
    192.168.3.0/24  Work Network
    Router ( Linkys) connected to port 8 on the switch - 192.168.4.1
    I have attached the serial cable and made the following changes
    Creating VLAN's
    Created Vlan 20 for gaming network
    #config t
    #vlan database vlan 20
    exit
    Created Vlan 30 for work
    #config t
    # vlan database vlan 30
    #exit
    Asigned ports to VLAN's
    #config t
    # int fa2
    # switchport mode access
    # switchport access vlan 20
    #exit
    #config t
    #int fa3
    # switchport mode access
    # switchport access vlan 30
    #exit
    Assigning IP address to VLAN
    #conf t
    #int vlan 20
    # ip address 192.168.2.1 255.255.255.0
    #end
    #conf t
    #int vlan 30
    # ip address 192.168.3.1 255.255.255.0
    #end
    I  am stuck after this. Now i want to connect vlan 20 and vlan 30 on to  router attached to port8 on switch so that computers on both vlans have  access to internet. The IP address of router is
    192.168.4.1.
    Please explain what needs to be done to acomplish this. 
    Thanks
    Maakri

    Hello Randy,
    The switch is already set to router mode.
    I have attached a belkin router on port 8 of the switch. The LAN IP of router is 192.168.4.2
    On the switch I have configured port 8 as follows
    #int fa8
    #ip address 192.168.4.1
    # switchport mode trunk
    #switchport trunk allowed vlan add vlan 20
    #switchport trunk allowed vlan add vlan 30
    #no shutdown
    #exit
    #ip routing
    From  PC connected to vlan 20 and VLAN30 I can ping 192.168.4.1 but not 192.168.4.2. I want to access internet from my PC's on Vlan20 and VLAN30
    I can ping PC in  vlan30 from my pc in Vlan20 but cant access the router IP and so no internet. What am I missing? Please let me know
    Thank you
    Maakri

  • 2 building VLAN setup; WLAN problems (RV110W)

    Hi everyone,
    I've set up a System consisting of two RV110W at one of our small sights. We use 3 separated networks for different purposes (security reasons).
    - The first RV110W operates as a gateway connecting all the tree networks to the internet and is the DHCP server for all 3 networks.
    - The second RV110W is in another building, connected to the first one over tagged VLAN Ethernet and has the function of an "access point".
    Here the setup:
    The problem is that WLAN access is not working properly (LAN works perfectly though):
    - Often internet access over WLAN is not possible on "Guests network" (but connection to the network can mostly be established)
    - The private networks can't be accessed at all. The client tries to connect but drops the attempt after a few seconds.
    What is wrong?
    Thank you very much for your help

    Thanks Marty for your reply.
    I'm sorry I might have been a bit too imprecise on the VLANs. The numbers are wrong. Sorry, I just saw that now. Here the right ones:
    Private 1: VLAN ID 1 (default) - is that ok from the security perspective? "fallback" into a private network? I read that VLAN ID 1 has special properties.
    Private 2: VLAN ID 3
    Guest: VLAN ID 5
    As proposed by Marty I added VLAN ID 1 as untagged member on port 4 of router #1 and on port 1 of router #2. But it didn't change anything. The behavior is still exactly the same.
    Could you elaborate a bit on your answer, so I could understand the mistake I did by setting all on tagged? Currently I don't.
    Other suggestions to solve the problem?
    I spotted "AP Management VLAN:" in the Wireless settings. It is currently set to VLAN 1. Is that ok? What is this setting for?
    Thank you for your help!
    Best wishes

  • VLAN Setup for VMware

    I'm new to creating VLANs on a Cisco switch, and I'm trying to create VLANs using the SG 300-10 for a VMware environment.  I'd like to use Virtual Switch Tagging on the ESX hosts, so I can use many VLANs over few physical NICs.  Plus using VST, I can just specify the VLAN ID (setup on the physical switch), on the port group for each VLAN.
    I've changed the SG 300 to layer 3, as I'd like inter-routing between my VLANs.  This is the type of setup I'm looking for:-
    VLAN1 - Default
    VLAN 10 (192.168.10.1) to 20 (192.168.20.1) linked to ports GE3 & GE4.  I've connected port GE3 to ESX1 (vmnic2) and port GE4 to ESX2 (vmnic2)
    The problem is when I check my physical network adapters (i.e. vmnic2) in vSphere, the IP Ranges for observed traffic in every VLAN specified for the configured port are not showing (i.e. networks 192.168.10.1 to 192.168.20.1) 
    I have attached screen captures of all my setup & configuration so far, I'm obviously making a mistake...
    Could someone please advise what I'm missing?
    Thank you

    I'm new to creating VLANs on a Cisco switch, and I'm trying to create VLANs using the SG 300-10 for a VMware environment.  I'd like to use Virtual Switch Tagging on the ESX hosts, so I can use many VLANs over few physical NICs.  Plus using VST, I can just specify the VLAN ID (setup on the physical switch), on the port group for each VLAN.
    I've changed the SG 300 to layer 3, as I'd like inter-routing between my VLANs.  This is the type of setup I'm looking for:-
    VLAN1 - Default
    VLAN 10 (192.168.10.1) to 20 (192.168.20.1) linked to ports GE3 & GE4.  I've connected port GE3 to ESX1 (vmnic2) and port GE4 to ESX2 (vmnic2)
    The problem is when I check my physical network adapters (i.e. vmnic2) in vSphere, the IP Ranges for observed traffic in every VLAN specified for the configured port are not showing (i.e. networks 192.168.10.1 to 192.168.20.1) 
    I have attached screen captures of all my setup & configuration so far, I'm obviously making a mistake...
    Could someone please advise what I'm missing?
    Thank you

  • VLAN Setup – WRT1900AC

     I have a home network that includes a Windows 2012 server running Active Directory.  Because of this, I use my server to provide DHCP and DNS services on the network so I have to disable DHCP services on the WRT.  This in turn prevents me from using the Guest Network services on my WRT1900AC (which is very strange in my opinion!).  anyway…… I’m curious if I can use the VLAN features on the WRT to resolve this in some way?  Shouldn’t I be able to setup one VLAN for my home network, and a 2nd VLAN for the purposes of enabling the Guest network? 

    The WRT1900AC Guest Network doesn't work that why. When you enabled the WRT1900AC Guest Wireless an isolated IP Subnet is created usually 192.168.2.0 and DHCP Server configured to hand out those IP Addresses on the VWLAN Guest wireless specifically for the Guest network client devices.

  • VLAN setup WRVS4400N firmware 1.1.03

    I need to setup different VLANs (4,251) on the router and pass DHCP to clients from the 251 vlan. Firmware 1.1.03 is much better at handling vlan. How can I set up vlan in the office (no WAN only LAN).
    Thanks for your help.

    i think you can only create 4 VLANS since it is port based

  • Tough Switch and UAP Vlan Setup

    Similar thread question in this community discussion: 
    http://community.spiceworks.com/topic/1080225-isolate-guest-network-by-vlan?page=1#entry-4846326
    This discussions goes into great detail about tagging and untagging and pvid. 

    This seems to be a theme this week.First you need to confirm that your AP supports multiple SSIDs. If it does then the typical process is to create your multiple SSIDs and connect them to a defined vlan. In most installations your business (private) SSID will be connected to your native vlan (typ VLID 1) and your guest SSID will be connected to some other vlan ( VLID 200 ?)Inside your switch you will need to create vlan 200, and then on the port that goes to your AP you will need to setup the PVID to VLID 1 (should be already set), make vlan 200 a member of that port and set it up for tagging. So the port going to the AP will have VLID 1 untagged (native vlan) and VLID 200 tagged.From there you say you have two routers. Your current primary router you will leave as is, but for you guest network router you will take port 8 and set the...

  • RVL200 and SRW2008 VLAN setup

    I have the RVL200 as my internet gateway and i have 3 VLAN's configured. i have set port 4 as my trunk and added all VLAN's to that port as tagged. I have setup a subnet for each of the VLAN's.
    My question is what do i need to do on the SRW2008 so that all VLAN's are configured and have access to the internet

    The IP's are being handed out by the DHCP correctly and clients in a VLAN can communicate with others in that VLAN.
    As for my configuration i thought i would upload pictures of each of my settings on both devices. if you need more let me know.
    The Port settings on the RVL200
     The VLAN membership on the RVL200
    The Port settings on the SRW2008
    Ports to VLAN settings on the SRW2008
     the VLAN to Ports settings on the SRW2008

  • Slm224g4s vlan setup

    Hi all
    I recently bought myself a linksys slm224g4s. I want to get vlans working on it and so far i keep hitting a wall.
    i have vlans set up like so:
    vlan 1
    vlan 20
    vlan 30
    vlan 40
    vlan 50
    I keep reading about a trunk port, but cannot find a single option to make a port a trunk. does anyone have any experience setting this up?
    TIA
    Solved!
    Go to Solution.

    Hi GV
    Once again, thank you for the info, it is a great help.
    If there is anything else you need just let me know.
    Sadly I am unable to get a config list from my switch, it is a webgui based one and telnet port is not open. HyperTerminal just gives me options to manipulate instead of being able to use a CLI. 
    Here is my setup:
    Switch
    vlan1 - standard management vlan with IP 192.168.1.254
    vlan20 - 10.100.20.0/24
    vlan30 - 192.168.30.0/28 
    vlan40 - 192.168.40.0/28
    vlan50 - 10.100.50.0/28
    vlan60 - 10.100.60.0/29
    My routers ifconfig is:
    re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING>
    inet6 fe80::211:3bff:fe11:225a%re0 prefixlen 64 scopeid 0x1 
    inet 192.168.1.131 netmask 0xffffff00 broadcast 192.168.1.255
    ether 00:11:3b:11:22:5a
    media: Ethernet autoselect (100baseTX <full-duplex>)
    status: active
    re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING>
    inet6 fe80::211:3bff:fe11:790%re1 prefixlen 64 scopeid 0x2 
    ether 00:11:3b:11:07:90
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=9<RXCSUM,VLAN_MTU>
    inet 192.168.1.20 netmask 0xffffff00 broadcast 192.168.1.255
    inet6 fe80::2b0:d0ff:feb8:306d%xl0 prefixlen 64 scopeid 0x3 
    ether 00:b0:d0:b8:30:6d
    media: Ethernet autoselect (100baseTX <full-duplex>)
    status: active
    pflog0: flags=100<PROMISC> mtu 33208
    enc0: flags=0<> mtu 1536
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    inet 127.0.0.1 netmask 0xff000000 
    inet6 ::1 prefixlen 128 
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 
    pfsync0: flags=41<UP,RUNNING> mtu 2020
    pfsync: syncdev: lo0 syncpeer: 224.0.0.240 maxupd: 128
    vlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet 10.100.20.1 netmask 0xffffffc0 broadcast 10.100.20.63
    inet6 fe80::211:3bff:fe11:225a%vlan0 prefixlen 64 scopeid 0x8 
    ether 00:11:3b:11:07:90
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    vlan: 20 parent interface: re1
    vlan1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet 192.168.30.1 netmask 0xfffffff0 broadcast 192.168.30.15
    inet6 fe80::211:3bff:fe11:225a%vlan1 prefixlen 64 scopeid 0x9 
    ether 00:11:3b:11:07:90
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    vlan: 30 parent interface: re1
    vlan2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet 192.168.40.1 netmask 0xfffffff0 broadcast 192.168.40.15
    inet6 fe80::211:3bff:fe11:225a%vlan2 prefixlen 64 scopeid 0xa 
    ether 00:11:3b:11:07:90
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    vlan: 40 parent interface: re1
    vlan3: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet 10.100.50.1 netmask 0xfffffff0 broadcast 10.100.50.15
    inet6 fe80::211:3bff:fe11:225a%vlan3 prefixlen 64 scopeid 0xb 
    ether 00:11:3b:11:07:90
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    vlan: 50 parent interface: re1
    vlan4: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    inet 10.100.60.1 netmask 0xfffffff8 broadcast 10.100.60.7
    inet6 fe80::211:3bff:fe11:225a%vlan4 prefixlen 64 scopeid 0xc 
    ether 00:11:3b:11:07:90
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    vlan: 60 parent interface: re1

  • SRW224P VLAN setup question

    I want to setup a VLAN to segment a subnet for security reasons.
    The difficulty is I want both VLANs to use the same gateway.  How do I do this?
    I thought I would just create the 2nd VLAN and then assign the port of the gateway both VLANs (PVID); have the two VLANs use the same port for the gateway, but I do not see a way to assign more than 1 VLAN to a port. (multihome the gateway)  If that is not the case please let me know how to accomplish this.
    So ... I thought maybe I would phyically connect the gateway with 2 ports, but that doesn't work.  The VLAN 2 doesn't communicate with the gateway.  (I think this is because the MAC address of the gateway is in the switch, and the switch is sending the return traffic on the other port, so maybe I create a LAG with both ports, but that seems over engineered for what I want to do.)
    What am I missing here, please help
    Bedrock

    It is not possible what you want to do. If you want to connect both VLANs through a gateway (i.e. a router) you must use a VLAN router, i.e. a router which supports multiple VLANs and 802.1q. With a VLAN router you can route between VLANs. But for this to work you must use different subnets on each VLAN, e.g. 192.168.10.0/24 and 192.168.20.0/24. Of course, each VLAN subnet has it's own gateway IP address inside the subnet which will point to the same router. So this kind of setup only depends on the capabilities of your router. If it is a VLAN router, set up a trunk port and add all necessary VLANs tagged to this trunk port. Make the same setup on the VLAN router and configure your inter-VLAN routing and filtering.
    If you want to use the identical subnet in both VLANs and use the identical gateway IP address in both VLANs then you need something like a transparent L2 bridge/firewall which you would have to configure how to forward traffic between each segment. The bridge would only pass traffic from each VLAN to the gateway and not to the other VLAN. But here again, the detailed setup depends on the device you put in.
    Bottom line: the SRW224P is a L2 managed switch. You can set up VLANs but each VLAN is fully separated unless you add another device which manages the interconnection.

Maybe you are looking for

  • Soap response mapping error

    hi i got payload of response from webservice as below;   <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Request Message Mapping   --> - <m:requestResponse xmlns:m="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xm

  • Using 27 monitor for face time

    How do I use my macbook pro and my 27 iinch apple monitor with face time.

  • Desktop Picture Changes to Solid Blue Automatically

    I have never seen this problem. I have had one of Apple's standard black and white pictures as my desktop for years. All of a sudden (don't recall any changes to system) my desktop is solid "Apple" blue. If I change it to anything else it reverts bac

  • Trouble with HD videos on Satellite M70

    HI, I recently bought a M70-208. It seems that I experience trouble with HD video both with VLC and WMP. For example, while playing the demo video of "HDtoGo", the flow is very slow. Other non Toshiba notebook that I'm using for my job is playing thi

  • Work around to display large .txt files in Nanos?

    I'd like to read a large .txt file on a Nano...breaking the .txt file into 4k increments isn't feasible. Anyone know how to display a large .txt file on a Nano's screen -- from the Notes folder, or, elsewhere? Thanks!