New to VLAN - needs assistance

Hi Guys,
I just want to ask how to configure the router to connect to VLANs together.
Please bear with me because I am new to VLANs and Cisco devices and only
familiar with GUI config not the CLI/IOS.
SWITCH 1 SG200 50-50 IP:192.168.1.250
VLAN 10 = PORT 1-20 ACCESS MODE
SWITCH 2 SG200 50-50 IP:192.168.1.251
VLAN 10 = PORT 1-20 ACCESS MODE
They said I would need a router to let these vlans connect to each other so we
bought the Cisco SA 520 router. So from the router where should I start to connect
vlan 10 on switch 1 and vlan 10 switch 2?
I know this is simple to you guys but please show me the initial configuratioin
and I will try to do the rest of it.
Many thanks.

Hi Sunil,
Our school has plenty of students and staff.
We are planning to segregate the students machines to staff machines plus the new voip and the servers as well.
So the school director suggested to use VLAN and use Cisco switches.
Network Plan:
Router: Cisco SA 520 router
We are all connected in 1 Domain and just want to segregate traffic.
SWITCH 1 SG200 50-50 IP:192.168.1.250
VLAN 10 = PORT 1-10 ACCESS MODE (This is for the Servers & Printers)
VLAN 20 = PORT 11-48 ACCESS MODE (for the Staff)
SWITCH 2 SG200 50-50 IP:192.168.1.251
VLAN 30 = PORT 1-20 ACCESS MODE (for the IP Phones) VOICE
VLAN 40 = PORT 21-48 ACCESS MODE (for Students)
Please bear with me because I am new to cisco devices and work only on GUI.
So I just need some simple tutorial let say if I want:
1. VLAN20 (staff) can access VLAN 10 (servers)
2. VLAN 40 (student) can access VLAN10 (servers)
3. VLAN 40 (student) can access only let say port 1-3 in VLAN 10
4. VLAN 20 and VLAN40 should not have an access.
To help myself as well, I am reading documents about VLANs and trying to understand its configuration
but since we need to setup this soon, I have asked an assistance here.
Hope for your assistance.
Many Thanks.

Similar Messages

  • New to SCOM need assistance setting up an Alert / Monitor

    I've recently deployed SCOM 2012R2 to accompany our SCCM deployment and to replace other monitoring software. I'm having difficulty figuring out how to create a monitor that will alert us when a logical drive falls below a specified value of free megabytes.
    I'm having difficulty in finding documentation that will help me do the following:
    We have a 2 node cluster with a 5GB drive (X:) we use as a mounting drive to mount larger disks within as spanned volumes.  We need to have a monitor in place so that we know when these drives are reaching the end of their capacity and we need to bring
    a new one online.  The volumes being mounted here are approximately 2.4TB each.  The monitors we want in place are for if the disk has less than 20GB, 15GB, 10GB, 5GB, 1GB, & 512MB ... so I am looking at 6 alerts total for one disk.
    Once a disk fills up it we stop all write actions to it and start using the new one, so I also need to stop/prevent any space monitoring on disks not currently being written to.
    Any assistance greatly appreciated!
    # When I wrote this script only God and I knew what I was doing. # Now, only God Knows!

    Hi There,
    You can create a basic Simple threshold unit monitor. Target the monitor to "Windows server operating system" with the below configuration as per your screenshot.
    The below setup will do good for Space below 20GB.
    This setup will work if your instance remains same "X:\IMGWH29-33" same all the time in all the machines in which you want this alert.
    So what i have mentioned is for the below X:\ Drive throw a alert if the disk space goes below 20 GB.
    And as the Permfon is collecting data in MB and not in GB hence i have mentioned threshold as 20000 so if the space goes less than 20000 MB (20 gb) throw me an alert.
    Threshold settings Under threshold is critical i.e If it is below 20 Gb throw me an alert, If it is above 20 Gb dont throw me an alert.
    Hope this helps. Also confirm if the instance name  "X:\IMGWH29-33" remains same all the time or not.
    Gautam.75801

  • New to B2B - Need assistance for Starting programing in B2B

    Hi,
    I'm New to B2B. Anybody have links how to start programming in B2B. Prerequisites and how to download them. Currently im able to open b2bconsole.
    I need how to start programming. Any links plz...

    Oracle B2B is not a programming language or a programming based tool. It's a configuration based tool. All the standards have been already implemented as part of the product. You need to just configure it as per your need and you will be good to go.
    Please refer B2B user guide for detailed information about the product and it's offerings -
    http://docs.oracle.com/cd/E23943_01/user.1111/e10229/toc.htm
    Ready-to-use samples are available here -
    http://java.net/projects/oraclesoasuite11g/pages/B2B
    Tutorials are available at OTN B2B Home Page -
    http://www.oracle.com/technetwork/middleware/b2b-integrations/overview/index.html
    B2B product development team's blog is here -
    https://blogs.oracle.com/oracleb2bgurus/
    Regards,
    Anuj

  • New to BW Need Assistance

    Hi all! I've just been assigned to a BW project and have been given a short introduction to BW. I've been doing some reading but I need help on how to go about creating reports. How to use Bex and the Modeling Tool. How to go about creating an infosource, infoprovider, infocube. I tried looking up the documentation at help.sap.com but the link is not working and I'm just getting a blank page. I would really appreciate all your help.
    Thanks in advance!

    I started a month ago in a BW project, so I may know your issues.
    Another good place to start:
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/ee14e25d-0501-0010-11ad-8eb2861a7ec0 [original link is broken]
    and the general BI Startpage on sdn
    https://www.sdn.sap.com/irj/sdn/developerareas/bi
    The first week, there will be a lot to read for you,
    so make a huge cup of coffee and have fun.
    greets

  • New to Java, need assistance

    First, I'd like to apologize in case this post is in the wrong place.
    Now I'm new to Jcreator and I missed about a month from my computer programming class in school, and am far behind. My assignment right now is this problem p5.12 from Computing Concepts with Java Essentials it says:
    "A year with 366 days is called a leap year. A year is a leap year if it is divisible by 4 (for ex.,1980). However, since the introduction of the Gregorian calender on October 15, 1582, a year is not a leap year if it is divisible by 100 (for ex., 1900); however, it is a leap year if it is divisible by 400 (for ex., 2000). Write a program that asks the user for a year and computes whether that year is a leap year., Implement a class *Year* with the method *boolean isLeapYear*
    This is the code that I came up with:
    import javax.swing.JOptionPane;
    public class LeapYear {
         public static void main(String[] args) {
              String input = JOptionPane.showInputDialog("Enter Year");
              double year = Double.parseDouble(input);
              LeapYear newYear = new LeapYear(year);
              System.out.println(newYear.boolean isLeapYear()); //line 11
    public class LeapYear {
         private double year;     
         public LeapYear(double year)
                   a = year;
              public boolean isLeapYear(){
                   if(a % 4 == 0)
                             if(a % 100 != 0) System.out.println("Leap Year");
                   else if (a % 400 == 0) System.out.println("Leap Year");
                   else System.out.println("Not Leap Year");
    The error I am receiving is on the 11th line of the test class. I know if there is something wrong besides that. I'm not asking for someone to fix this for me but I would like if somebody could give me advice on what to do, hints, explain where I went wrong, or know of any good tutorials I could read that could help me with this it would be much appreciated.

    Year           Is Leab Year?
    1           no      
    4            yes
    1580            yes
    1582           no      
    1584            yes      
    1600            yes      
    1700            no      
    1800            no      
    1900            no      
    1996            yes      
    1997           no      
    1999            no      
    2000            yes      
    2100            no      
    2200            no      
    2300            no      
    2400            yes      
    2800            yes      
    2900            no      
    3200            yes      
    3300            no      
    3600            yes      
    3800            no      
    4000            yes      
    4200            no      
    4400            yes      
    4700            no      
    4800            yes      
    5100            no      
    5200            yes      
    6400            yes      
    6500            no      
    6800            yes      
    6900            no      
    7200            yes      
    7400            no      
    7600            yes      
    7800            no           

  • New to Flash need assistance with autoplay

    I purchased a template from template monster that has a Flash Intro. It has a header with a previous and next button and three photos.  When the site loads up the first photo drops into place and text flies out from the sides of the photo then when you hit the next button the next photo drops in with its text and so on.  I was able to change the photos and text and all works fine.  What I want is for the banner to automatically rotate these three images and texts every 4 seconds or when someone hits those next or previous buttons.
    Right now the images/text only move if you hit the next or previous buttons.  Can someone please point me in the right direction to get this to automatically move by itself.
    In dreamweaver I set the Flash to autoplay and loop but that did nothting.

    use setInterval (as2) or the timer class to call the next button's onRelease().  (be sure to clear and re-set/re-start the interval/timer when the next or previous button is clicked).

  • Why does my new iMac say Migration Assistant on old iMac needs to be upgraded?

    New iMac: 2.5 GHz Quad core i5 running Lion 10.7.2
    Old iMac: Power PC G4 running Tiger 10.4.11
    Migration Assistant app is installed on the G4.
    OX software is updated.
    Connected via Ethernet cable.
    But computers are not seeing each other and the new iMac says "Migration Assistant on the source computer needs to be updated".
    Any ideas what is wrong?

    You need to use the Migration Assistant on the new computer. You have to boot the G4 into Target Disk Mode - Transferring files between two computers using FireWire. Boot the new computer normally, and you should see a Desktop drive icon for the G4. Open Migration Assistant on the new computer in the Utilities folder.
    How to use Migration Assistant to transfer files from another Mac
    Migration Assistant tips and tricks

  • Need assistance to update Photoshop cs6 and Lightroom to version 2014. Please help!

    Need assistance to update Photoshop cs6 and Lightroom  to version 2014.
    I have a Mac. I am not a member in Creative Cloud, invested big and bought CS6 and LR in the beginning of last year.
    Please help!

    These are not updates (just as CS6 was not an update to CS5), but upGRADES. They are available to CC (Creative Cloud) subscribers. While in the past you might have been able to pay for an upgrade (e.g. CS5 to CS6) you now have to subscribe. Once you are a subscriber you can upgrade to each new version as it comes along.
    As well as the full CC subscription there is a $10/mo plan with only Photoshop and Lightroom. Creative Cloud Photography plan | Adobe Creative Cloud

  • Compiling a driver, need assistance on kernel source configuration

    Hello BBS.
    I am compiling a module for the Asus PCE N53 wireless pci-e card. I have obtained the driver source, and followed the instructions, and have gotten to the point where I need assistance. The instructions requires the kernel source, i have successfully obtained and configured it using the Command line prompt, except for one feature. I need to enable the intel IPW2200 driver code in the kernel source for this driver. What procedure do I follow to enable it?

    > I know in face value, that my request may seem odd. I just need to use the source of the kernel, not a new kernel... I have found that what I am requesting... will fix the problem, based on a Gentoo solution: http://forums.gentoo.org/viewtopic-t-93 … art-0.html. Needing to know how to configure the kernel source to enable the intel driver still stands. The source I am using is the latest arch kernel source.
    ===============
    RT5592 Linux Driver quick start       
    ====================
    Check tools: 
    ====================
    *Before install driver, please check already install compile tool and  kernel source code
    1>Install compile tool
        $yum install gcc-c++
    2>check kernel source code exists /usr/src/kernels/ "kernel name"
        Download your kernel source code
        *http://www.kernel.org/pub/linux/kernel/        
        or
        $yum install kernel-devel
    ====================
    Build Instructions: 
    ====================
    1> $tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x.tar.bz2
         go to "DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x" directory.
    2> In Makefile
         set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
         define the linux kernel source include file path LINUX_SRC
         modify to meet your need.
    3> In os/linux/config.mk
         define the GCC and LD of the target machine
         define the compiler flags CFLAGS
         modify to meet your need.
         ** Build for being controlled by NetworkManager or wpa_supplicant wext functions
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
             => $wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
         ** Build for being controlled by WpaSupplicant with Ralink Driver
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
             => $wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
    4> $make           
         # compile driver source code, need administrator.
         # To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
            => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
    5> $make install
         #install driver
         #copy RT2860STA.dat to /etc/Wireless/RT2860STA/RT2860STA.dat
    6>$vi /etc/rc.d/rc.local
         #input "ifconfig ra0 up"
        $reboot
    7> unload driver   
         $ifconfig ra0 down
         $rmmod rt5592sta
    ======
    Heres the output of my error, when I compile:
    =======
    make -C tools
    make[1]: Entering directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools/bin2h
    cp -f os/linux/Makefile.6 /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/Makefile
    make -C /home/white/linux-3.2.9 SUBDIRS=/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux modules
    make[1]: Entering directory `/home/white/linux-3.2.9'
      WARNING: Symbol version dump /home/white/linux-3.2.9/Module.symvers
               is missing; modules will have no dependencies and modversions.
      CC [M]  /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: error: unknown field ‘private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: initialization from incompatible pointer type [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: (near initialization for ‘rt28xx_iw_handler_def.get_wireless_stats’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: error: unknown field ‘num_private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:2: error: unknown field ‘private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: error: unknown field ‘num_private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    make[2]: *** [/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o] Error 1
    make[1]: *** [_module_/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
    make[1]: Leaving directory `/home/white/linux-3.2.9'
    make: *** [LINUX] Error 2
    Last edited by confusedoldman (2012-12-25 20:14:34)

  • How to move to new computer without migration assistant?

    I am getting a new iMac and need some help with how to move photos, mail, music etc. I am going from iMac power pc to an intel based iMac. I do not have a firewire cable, and am not anxious to spend any more than I already have on computer equipment just to transfer files. Is there a way to move things using flash drives or something to recreate my iTunes library, photo library, mail and such?
    Any easy, step by step instructions?
    Many thanks in advance,
    Jane

    Jane C wrote:
    It all has me a bit nervous, which is another reason I find myself leaning toward just moving music, photos, calendar, addresses, and some documents manually.
    Keep in mind that:
    1. You still have to connect the computers together in some way. A Firewire connection is many times faster than an Ethernet one.
    2. Kappy's manual migration method specifies copying over a long list of *home folder items* for good reasons. Basically, you should consider your home folder's contents as an interrelated set of items designed to be used together. If you try to pick & choose among them, there is a good chance some things will not work as expected, at least not without more work to (for example) reset user preferences or go back & find missing application support file(s) you neglected to copy over on the first try. This can become tedious & frustrating unless you understand the function of each file.
    3. There is very little chance that using Setup or Migration Assistant will cause any operating system 'malfunction' of any sort, & even less of one that this will cause any issues that are more difficult to resolve than an inadequate partial manual migration.

  • I am unable to login from my login page after I restarted my mini mac running snow leopard 10.6 server. I am a new user. Need help

    I am unable to login from my login page after I restarted my mini mac running snow leopard 10.6 server. I am a new user. Need help

    Try clearing your cache, [https://support.mozilla.org/en-US/kb/How to clear the cache Instructions here]. Then, try going to [https://accounts.google.com Google Accounts]. If there is currently an account singed in, sign out, then back in. After that, try going to Google Adwords.

  • Hi...lags animations in games and messages and album pic..when disable assistive touch,it's true and fix..please release update to fix this in ios 7.1..i need assistive touch and fast game and animation booth!!

    Hi...lags animations in games and messages and album pic..when disable assistive touch,it's true and fix..please release update to fix this in ios 7.1..i need assistive touch and fast game and animation booth!!

    No Apple here, user to user forum.
    I will not be releasing any version of iOS ever.

  • I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    Which version of OSX and what email provider are you using.

  • Pages will no longer let me open files that I have previously downloaded, worked on and then saved on my mac. However it will let me open pages documents that I have started from new. I need the other documents to open and can't figure it out. PLEASE

    Pages will no longer let me open files that I have previously downloaded, worked on and then saved on my mac. However it will let me open pages documents that I have started from new. I need the other documents to open and can't figure it out. PLEASE

    I just got my mac a month ago so go easy on me but I was just working with the pages that was already on it, and then today I know it updated, and now I am unable to open a lot of my documents!:(  Idk what you mean by the icloud version lol sorry! As for the version, when I open pages from my apps and click 'about' it says version 5.1? And when I open the document it just goes grey and kind of blinks and doesnt open? No error message or any indication of why it will not open now when I for sure have opened it in the past! Andddd for the OS X I think it is 10.9.1 ??

  • I have inherited an ICloud account from one of my employers when transferring from old MacBook Pro to new MacMini and need to separate from this, presumably by setting up a new ICloud account.  How do I do this ?

    I have inherited an ICloud account from one of my employers when transferring from old MacBook Pro (which belonged to them) to new MacMini and need to separate from this, presumably by setting up a new ICloud account.  How do I do this ?  And is there any danger, in doing so, that I might delete any of her ICloud information ?

    Sign out in System Preferences>iCloud. This will remove any synced data such as Calendars, emails and Contacts from your Mac, but will have no effect on the data on the server - so that other devices logged into it will continue to see the data.

Maybe you are looking for