SG300: How to set up routing between VLANs?

I have recently purchased a Cisco SG300-10.  I need it to perform routing between two VLANs on the switch. Seems like this should be quick and easy to do from the built in GUI. When I configure it according to the documentation, it does not ropute between the VLANs.
I have set the system mode to L3 (for level 3 switching).
I have followed the instructions on pages 26 through 33 of the attached PDF (which I obtained from the Cisco site). I used the same ports on the switch and the same IP addresses as shown in the document.
Everything works until I attempt the step "ping 10.1.1.10" on page 33. This is the step to verify the level 3 switching between the 2 PCs (on separate VLANs).
The switch Firmware Version (Active Image): 1.3.5.58
I have attached the running configuration from the switch. It is the file named "running-config.txt".   
The 2 PCs that I am using are running Windows 7 and Windows 8.

Hi jkst,
There is a very minimum requirement to obtain layer 3 intervlan routing
1- 2 VLAN in layer 3 mode assigned an IP address
config t
vlan database
vlan 2
int vlan 1
ip address 192.168.1.1 /24
int vlan 2
ip address 192.168.2.1 /24
2 - Active link state on each VLAN - Define a port for the second vlan then connect an IP device to that port and another device to another port since the rest of the ports will default to vlan 1
config t
int gi2
switchport mode access
switchport access vlan 2
3 - Assign your device #1 that connects to any port an ip address on the same subnet as vlan 1
Computer in vlan 1 IP info=
192.168.1.100
255.255.255.0
192.168.1.1
Computer in vlan 2 IP info-
192.168.2.100
255.255.255.0
192.168.2.1
Assuming these devices respond to ping and do not have external wireless communication, this will provide basic IP connectivity through the switch across vlans.
-Tom
Please mark answered for helpful posts

Similar Messages

  • How to Set Up SSO Between IBM WebSphere and SAP EP Using JAAS

    Hi
    I have read the article on SDN called "How to Set Up SSO Between IBM WebSphere and SAP EP Using JAAS", which is also the name of my posting.
    The reason why I post this is that I've tried to follow the links in the PDF to get the file WebsphereEpSsoLib.zip but I get an error 403, which tells me that the file is not there.
    Does anybody know where this file went or can somebody tell me an alternative place to get this file?
    Jacob

    Please open the associated whitepaper, and you can find the download link to the .ZIP file on page 4.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ibm/how to set up single sign-on between an ibm websphere portal and the sap enterprise portal using jaas.pdf
    Hope that works!
    Elise

  • How e-mail is routed between two servers

    Hi ,
    Please anybody tell me how e-mail is routed between two servers , from the software point of view as well as hardware point of view .
    And how Java mail API related to that .
    Thanks,
    Kiz

    If you're looking for a simple answer there isn't one. Here's a place to start.
    http://community.roxen.com/developers/idocs/rfc/rfc974.html

  • How to set the router and play the Command & Conquer using direct IP mode?

    My router is WRT54GFirmware Version: v3.03.1
    How to set the router and play the Command & Conquer using direct IP mode with other computer?

    Hi, when you say direct IP mode, what do you mean ? do you wanna play the game online or on the LAN ??
    can you give a few more details.

  • How to set up router as base station

    Hi -
    I've recently purchased an Airport Express for the purpose of playing music from iTunes on my stereo. I've plugged the AE into my wall outlet and hooked up cables to my stereo. The AE is now flashing amber, which I understand means that I still need to establish a connection to a network.
    Because my desktop uses a DSL internet connection, I acquired and set up a Netgear wireless router. My goal is to have my AE (as client) communicate with my router (as base station) wirelessly.
    I tried using Airport Express Setup Assistant, but it scans for a base station and tells me it can't find one.
    When I try using the Base Station Chooser on the Airport Admin Utility, it asks for the IP address and password of my base station. This presupposes that I know how to set up a base station.
    Can anyone help me set up my router as a base station?
    Thanks
    John

    When I open up Network Connections, I do not see any
    reference to a wireless network. When Netgear
    configured my router, did they necessarily set up a
    wireless network? If so, how do I find it?
    The Netgear is either configured by the supplied Netgear configuration utility or via a web browser.
    Check the manual on how to do this.
    Also, when I open Airport Setup Assistant, I receive
    an error message stating that my computer has no
    wireless interface enabled or Windows isn't set up to
    manage wireless networks.
    In this can you will need to use the Airport Admin Utility rather than the Setup Assistant.
    It tells me to either
    enable the wireless interface and allow Windows to
    configure a wireless network, or to configure the
    base station using Ethernet.
    Which of these options
    should I be pursuing?
    Using ethernet, plug the Airport initially into the Netgear router.

  • How to set up connection between S and C

    I want to realize a chat between server and client.
    on both side ,there is a textArea to get the information to send to the other.
    I know the socket is must be used,but how to set up the data source(from textarea or textfield),and how to store the data?
    can some one tell me how to do this?
    thanq!

    So what are you saying you dont know how to use the textarea and textfield?Cause it is ez to convert that code that dunedinhigh gave you from console to a gui like what you want I think.So here is a link that shows you how to use text component.You learn this then you can put 2 and 2 together.Also check out the java tut page.
    http://java.sun.com/docs/books/tutorial/
    http://java.sun.com/docs/books/tutorial/uiswing/components/simpletext.html
    good luck

  • How to set gap length between regions?

    say i want 1 second between each region.. is there a way to select all regions and set gap length? thanks.

    Hi there Barry124,
    You may find the article below helpful,
    How to adjust audio gaps between songs in an album
    http://support.apple.com/kb/HT1900
    -Griff W.

  • How to set up SSO between e-portal employee node & ebill customer node?

    We have a requirement to set up SSO between e-portal employee node & ebill customer node.
    I am told that sso is possible only between 2 employee nodes.
    Please advise.

    Not sure I understand which part is failing.
    Is it the C program calling your packaged function? Or does the error occur in the PL/SQL code, in which case you should be able to pinpoint where it's wrong?
    A few comments :
    1) Using DOM to build XML out of relational data? What for? Use SQL/XML functions.
    2) Giving sample data is usually great, but it's not useful here since we can't run your code. We're missing the base tables.
    3) This is wrong :
    vStrSqlQuery := 'SELECT * FROM ' || vTblName                     || ' WHERE record_update_tms <= TO_DATE(''' || TO_CHAR(vLastPubTms, 'MM/DD/YYYY HH24:MI:SS') || ''', ''MM/DD/YYYY HH24:MI:SS'') ' ;
    A bind variable should be used here for the date.
    4) This is wrong :
    elmt_value := xmldom.createTextNode (doc, l_clob(1));
    createTextNode does not support CLOB so it will fail as soon as the CLOB you're trying to pass exceeds 32k.
    Maybe that's the problem you're referring to?
    5) This is most wrong :
         l_clob(1):=REPLACE(l_clob(1),'&lt;?xml version=&quot;1.0&quot;?&gt;', NULL); 
         l_clob(1):=REPLACE(l_clob(1),'&lt;', '<'); 
         l_clob(1):=REPLACE(l_clob(1),'&gt;', '>'); 
    I understand what you're trying to do but it's not the correct way.
    You're trying to convert a text() node representing XML in escaped form back to XML content.
    The problem is that there are other things to take care of besides just '&lt;' and '&gt;'.
    If you want to insert an XML node into an existing document, treat that as an XML node, not as a string.
    Anyway,
    Anyone that can help me to find out the required magic number
    That would be a bad idea. Fix what needs to be fixed.
    And please clearly state which part is failing : the C program or the PL/SQL code?
    I'd vote for PL/SQL, as pointed out in [4].

  • How to set white spaces between the fields in dataset??

    Hi all,
    I am writing a set on information to from infotypes to a text file. Its a fixed width file. How do set white spaces in the fields for dataset?
    Example:
    TYPES: begin of header,
                    filler(40)  type c,
                    id(3)        type c,
                    filler2(7) type  c,
                    delimiter  type  c,
                 end of header.
    DATA header type header.
    header-filler1 = ' '.
    header-id       = '100'.
    header-filler2 = ' '.
    header-delimiter = cl_abap_char_utilities=>newline.   ( do it to get a new line)
    my_table = header.
    append my_table.
    DATA: out_file(256) type C,
          codepage_ref type ref to CX_SY_CONVERSION_CODEPAGE,
          out_char type c,
          size type i,
          insert_string type string,
          insert_size type i.
      out_file = filename.
      open dataset out_file for output in text mode ENCODING NON-UNICODE.
      LOOP AT my_table.
        size = strlen( my_table ).
        insert_string = ''.
        DO size TIMES.
          offset = sy-index - 1.
          try.
              out_char = my_table+offset(1).
              IF out_char = SPACE.
                CONCATENATE insert_string '' INTO insert_string SEPARATED BY SPACE.
              ELSE.
                CONCATENATE insert_string out_char INTO insert_string.
                transfer insert_string to out_file NO END OF LINE .
                insert_string = ''.
              ENDIF.
            catch CX_SY_CONVERSION_CODEPAGE.
              insert_size = strlen( insert_string ) - 1.
              insert_string = insert_string(insert_size).
          endtry.
        ENDDO.
       transfer CL_ABAP_CHAR_UTILITIES=>NEWLINE TO out_file NO END OF LINE.
      ENDLOOP.
      close dataset out_file.
    How do I get to insert the space for filler1 and filler2?
    Edited by: Siong Chao on Oct 4, 2011 4:56 AM
    Edited by: Siong Chao on Oct 4, 2011 8:27 AM
    Edited by: Siong Chao on Oct 4, 2011 8:29 AM

    problem lies in the open dataset codes
    Used:
    open dataset out_file for output in text mode encoding non-unicode message msg.
    if sy-subrc= 0.
    loop at my_table.
    transfer my_table to out_file
    transfer cl_abap_char_utilities=>newline to out_file no end of line.
    endloop.

  • How to set execution preferences between Data Objects

    Hi Experts,
    I have  2 data Objects(one Bidrectional and another Upload Only) in my SWCV and according to my requirement i have to execute first DO(Bidirectional) before execution of Second DO(Upload Only).
    Is there any way so that i can set execution  preferences between these two DOs.
    Regards,
    Abhishek

    Hi Liji,
    Execution preference is more related to the "Semantic Compression" capability of the application/framework than the "backward compatiblity" with 04/04s.
    Whenever the semantic compression is enabled, sync order has to be present for the set of data object to ensure the correct order of the data going to the server.
    As all the backward compatible applications are "Semantic compression enabled" this option is mandatory for those applications.
    But non-backward compatible applications might also want to use "semantic compression" feature to reduce the traffic over the network. In this case, those applications will also need this feature. Hence this feature of settting the sync order is available for all the SWCVs.
    Regards,
    Ramanath.

  • How to Set Up Network Between IMAC and Windows XP

    Hi
    I have a new Imac 27 inch in my study and a PC running Windows XP downstairs - I don't know how to set up the PC and when I phone apple support they could only tell me how to file share from the IMAC end - would be grateful for some help

    First of all, it is easier if your Windows user has a password, it may not be the case, if not, you should set one.
    Then check your firewall settings. if it is activated, go to your network connection's properties, choose the Exceptions tab, and check "File sharing" so that it will no longer be blocked.
    From now on, you should be able to connect to your computer from the finder.
    Choose Go > Connect to server
    Then in the address, type smb://ip.address.of.windows/ and OK
    after a short time, it will prompt you for your username and password, and you should be able to access your Windows resources.
    If your Mac and Windows are in the same workgroup (set in computer properties in Windows, and in Network properties in Mac) it will appear in any finder window side bar.

  • Please can someone tell me how to set up FaceTime between 3 devices all using the same apple ID ( 2 iPads and a iPhone)????, Please can someone tell me how to set up FaceTime between 3 devices all using the same apple ID ( 2 iPads and a iPhone)????

    I am trying to set up FaceTime on all my apple devices so I can FaceTime each device but all 3 devices are using the same apple Id and I have no idea how to sort this???

    Facetime only works with two devices at a time. You can have the same Apple ID, but the two devices can't have the same email address. Get a new gmail account. Normally you use wifi for connection, however, with iOS 6 and an iPad 3 you can use cellular.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
    I saw one post where a user said dust got inside the small microphone hole. Using a vacuum cleaner removed the dust and restored the audio.
     Cheers, Tom

  • Advice on how to set up router

    My internet provider is Fido and it's a plug and go set-up whereby you just plug in the modem and you're connected. It's like Bell and Rogers internet anywhere services. I have purchased a Linksys WRT150N router and a WMP300N wireless PCI adapter. What I want to do is have the modem and router upstairs and connect wirelessly to the PC that is in the basement. The reason for this is that the modem, while not line of site, works much better upstairs near a window. I set up the router by hardwiring it to the computer, then detached it, moved it upstairs along with the modem, then installed the wireless PCI adapter. It worked fine until the first time that I shut down the computer. After that the internet speed was terrible (about 1/10 normal speed). So I took everything apart and I'm going to start over. Is there a better way for me to configure my set-up? What would be the best way to set things up? Thanks, Jeff

    It's probably not an issue with your router. I had the same thing happen with my PC on a setup that is very similar to yours. In my case it turned out that Windows XP and the Linksys program were both trying to manage the network settings and WRT300N at the same time. For some reason XP has a habit of turning the settings to lowest performance. So if possible go into your network settings and change the performance levels backup. That should cause your connection speed to increase. I'm still trying to find a way to cut out the Windows settings all together, but Microsoft doesn't make that very easy. Hopefully that will fix it for you, if you need more specific settings let me know and I can try and collect a screen shot. Good luck.

  • How to set up ALE between 4.7 and ECC 6.0 version

    Hi,
    We are running on 4.7 EE version of SAP with all main modules. Now we are building another system for HR module in ECC 6.0 version of SAP.
    Now the requriement is all the HR transactions posted in ECC 6.0 version shoule be moved to 4.7EE SAP system. For that i need to set up a ALE between ECC 6.0 and 4.7EE.
    So please hlep me the process flow to set up this. Is there any pre-requisites?
    Please suggest me..
    Thanks
    Yadayya

    Hi Yadayya,
    Please follow the link below for details:
    <link to blocked site removed by moderator>
    You can easily transfer IDoc's from 4.7 to ECC 6.0
    Regards,
    Pranav.
    Edited by: Thomas Zloch on Oct 18, 2011 2:09 PM

  • How to set my router to allow one site entrance??

    Hello I need  help with limit my surfers form surfing outside my web.
    I have internet spot with WRT54G Linksys Router, the access to the router is free at my Cafe place.
    I would like the customers to only be able to surf to the cafe site and the options I will give in it like google search and more.
    How do I make them see my site after they had logged on to the router?? like home page.. and how do I block them from free surfing to other www sites??
    bottom line I want the user to access my free Wi-Fi and see the Cafe www page as the homepage at his device and not be able to get out of it to other sites on the net. All he will be able to surf trough  will be my site, the google search I will define in my site and more..
    Thanx a lot.

    Look at 3rd party firmware like dd-wrt or tomato. They may have support for hot spot functionality. Standard Linksys firmware won't do it.

Maybe you are looking for

  • Not able to use my Apple Remote with my 24" iMac

    I have searched a little high and low for the resolution and it's still not working. The Infrared receiver appears to show in System Profiler I tested the remote by holding it in front of the iSight camera and it appears to have the light emitting fr

  • Need download for Acrobat 6.0 Pro Upgrade

    I'm using Acrobat 9 on my new computer but still use the old 6.0 on old one.  I just updated the old one and it says my download file is corrupt when I go to install on the "newer" system.  The product is shown as active on my Adobe account but I can

  • How to make fields invisible dynamically in standard transaction?

    When we visit T-Code FB60 there are tabs like Basic data, Payment , Details ,Tax ,Notes ,Local Currency. In the Tax tab there are fields like Tax code, Rep. Date etc. The Rep.Date has value from BKPF-VATDATE and value for tax code from RTAX1U12-MWSKZ

  • Refresh subtotal in ALV OO for an editable field

    Hi friends, i have 3 editable quantity fields with subtotal on them.I need to refresh these subtotals when the user gives a new value and press' ENTER' ? I tried REFRESH_TABLE_DISPLAY but it doesn't work... Any ideas ? Regards, Soufiane

  • My friend lost her iPad, how do we locate it's

    I Need help with using find my iPad.  My friend lost her ipad, can she use my iPad to find it and how do we do it. Please help!