Setup 3 subnets across fiber to new IDF (SRW2048) from MDF (existing SRW2024, SRW2024, SRW 2048)

Hello. First of all, please forgive my lack of knowledge as I am trying to seek the assistance of those who can help a fellow 'Go to IT Guy' at work.
I have three subnets that im trying to push to our new idf closet which we had built to acommodate these subnets (1=workstation 10.51.x.x, 2=wireless 10.50.x.x (WS2000, 6x AP300 motorola/symbol, and 3=production servers 10.60.x.x used for testing units (putting units into test).
We ran a 400ft 12 strand fiber armored with 4 term'd (i think its 3). but so far i have one (tx/rx)  being used for our motorola/symbol ws2000 & ap300 accessports and our sec dvr camera system.
instead of purchasing an extra two switches for the idf closet and also purchasing an additional 4 mgbsx1 (2 per subnet? (10.51.x.x ) (10.60.x.x)), could it be possible to setup a vlan configuration for this? If so, how would i go about in doing this?
I kinda get the idea of setting the or a port to a specific vlan but just not sure how will this work across a single pair of fiber (rx/tx) from the mdf closet to a single unit switch (srw2048) in the idf closet and split the 3subnets (as an example: ports 1-8= vlan 1 (10.51.x.x) , ports 8-16 = vlan2  (10.50.x.x) , ports 17-47 = vlan 3 (10.60..x.x)    )
mdf switches:
10.51.x.x / SRW2024
10.50.x.x / SRW2048
10.60.x.x / SRW2024
idf switch(es):
SRW2048
Connection type bewteen MDF and IDF: 400ft 12strand fiber
Any help is greatly appreciated and I thank you in advance.
sincerely,
jay

To carry multiple VLANs across a single LAN you use 802.1q tagged ethernet frames. On the SRW you would configure the connecting ports into trunk mode. Then you add all necessary VLANs which are supposed to cross through that link to the port. (If you only have a few VLANs and it varies where you need which VLAN exactly you can simply add all your existing VLANs to the trunk mode port).
On a trunk port all VLANs are tagged except the default management ("native") VLAN which remains untagged. With this setup both ends know to which VLAN any particular ethernet frames belongs to: all untagged frames (i.e. standard ethernet frames) belong to the default VLAN and all other frames are 802.1q tagged with the VLAN id. This way, both ends can run all VLANs and still keep traffic separated.
Of course, please keep in mind that the SRWs are only level 2 switches. Routing between different VLANs and between VLANs and other networks (i.e. the internet) must be handled on other devices. You cannot connect multiple VLANs to a non 802.1q VLAN router. If you need routing, you either need a 802.1q capable router or L3 switch or you need multiple routers and run separate cables for each VLAN to different routers.

Similar Messages

  • Help with creating a new XML file from an existing DOM tree!!

    i want to create a new XML file from an existing DOM tree
    i used this code to create a new document:
    static public Document createDocument(String fileName) throws ParserConfigurationException//,IOException,SAXException
              try {
                   DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                   factory.setIgnoringComments(true);
                   factory.setIgnoringElementContentWhitespace(true);
                   factory.setValidating(true);
                   DocumentBuilder builder =factory.newDocumentBuilder();
                   return builder.newDocument();
    //          handle exception creating DocumentBuilder
              catch ( ParserConfigurationException parserError ) {
                        throw new ParserConfigurationException();
              }then i used this code to transform the DOM :
    public void exportDocument(Document document) {
              try {
                   Source xmlSource = new DOMSource( document );
                   Result result = new StreamResult( System.out );
                   TransformerFactory transformerFactory =
                        TransformerFactory.newInstance();
                   Transformer transformer =transformerFactory.newTransformer();
                   transformer.setOutputProperty( "indent", "yes" );
                   transformer.transform( xmlSource, result );
           //then catching the exceptions
    But the file was not created and i didn't find where can i specify the DTD that the XML file should use and where can i enter the name of the XML file itself
    Another questoin can i write a DTD file dynamically during the execution of the program??

    Cross-post: http://forum.java.sun.com/thread.jspa?threadID=784467&messageID=4459240#4459240

  • Creating new graphics object from a existing one and sending it for print

    Hello,
    i have a graphics object which is big in size, I am creating a new graphics object from the existing one as given below
    //map is a graphic object
    Graphic g1 = (Graphic)map.create(x,y,width,height);
    Graphic g2 = (Graphic)map.create(x,y,width1,height1);
    Graphic g3 = (Graphic)map.create(x,y,width2,height2);
    arrayList.add(g1);
    arrayList.add(g2);
    arrayList.add(g3);
    Now I want to send the graphic object g1,g2,g3 for print in the method
    public int print (Graphics g, PageFormat pf, int idx) throws PrinterException {
    // Printable's method implementation
    if (curPageFormat != pf) {
    curPageFormat = pf;
    pages = repaginate (pf);
    if (idx >= 3)) {
    return Printable.NO_SUCH_PAGE;
    g = (Graphics) arrayList.get(idx);
    return Printable.PAGE_EXISTS;
    This is not working... what is wrong. can anybody suggest..
    I tried standardprint.java to print a object inside a scrollpane, it is not printing the entire diagram. so I am thinking of something like this.... Please let me know what to do....
    Thanks
    Serj

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • HT3406 Can I restore a new Iphone 5 from an existing 4GS backup and then still use the existing backup?

    Can I restore a new iphone 5 from an existing 4GS backup and then still use the 4GS backup for another phone?

    Sorry, a 4G. Its not my phone. its for my employer. He just got a 5 and wants both phones to use the same backup information in itunes.

  • Best Practice for Creating a New WebHelp Project from an Existing One

    I'm currently working in WebHelp Pro (RH version is 9.0.2.271).
    I have a WebHelp project which currently supports the 2012 version of one of our projects. What I needed to do was to create a separate 2013 project, using the 2012 files as the starting point. I couldn't find a way in RH to create a new project by importing an existing WebHelp project, so I copied the 2012 files to a new directory, opened up the project, and renamed it.
    What prompts this question is that following this exercise, all seemed well, for a time. However, I have recently had to create new topics in the 2012 version. However, when I imported these topics to the 2013 project and compiled, they vanished--although the htm files still appear in the appropriate 2013 file folder (when viewed with Windows Explorer).
    After reading some forum postings, I thought that I might have corrupted my database by improperly creating the new project--but if what I did is the wrong way to go about it, I'm not sure what the correct way is. I will be grateful for any suggestions.

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How a new application derivated from an existing application?

    I have built a application in jdev10g using ADF BC and JSF. It has been tested and deployed for user to use.
    Now, my another subsidiary company wants to use this application too, but the functions requested is just the subset of the application deployed. They may also asked some changes eg. image, logo etc.
    I prepare to derivate a new application from the existing application. of course, these two applications will be deployed on the same application server but with different project name and deploy directory in the application server.
    please guide me on that, Thanks in advance!
    Rgds!

    In 10g you'll basically need to make a copy of your whole application directory and in the project properties set a different context-root for your Java EE application.
    Then you'll be doing the changes you want on the new copy.
    If you were using 11g you could have used MDS to do the customization and then keep a single instance of the application.
    Basic demo:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/111demos/mds/mds.html

  • New user session from an existing logged in user browser window

    Hi,
    I have a requirement that says, a new browser window should be popped up with a new user session from the current "logged in user" browser window when he clicks a button event.
    What I have with me is the "UserID" of that new user. Is it possible in portal?
    Let me know.
    Thanks,
    Megha.

    Megha,
    I know that you can manually click CTL-N to open a new browser window and the user is still authenticated. 
    So I would think that you could code a similar function into the button event.
    Hope it helps.
    Regards,
    Keith

  • How do I create a new boot disk from an existing one?

    I have a G4 Quicksilver with internal PATA disk, running 10.4. I want to upgrade the internal disk from 40 GB to 160 GB. I have installed a second disk and can see it fine, but what I really want is to put the system on the new disk and have it be the one and only boot disk in the system. Is there a straightforward way to do this? Is a carbon copy cloner the way to go? Will that have problems with the different disk sizes? Will it handle bad blocks properly? Isn't there a way to just use drag-and-drop?
    Once I have made a copy, how do I make it the boot disk? Do I have to swap it into the PATA "master" position to do this?

    Cloning And Backup Tools
    A bootable clone is an exact copy of your drive which is capable of booting your computer. Making a copy of your computer which is capable of actually starting the computer requires special copying procedures. Some people just back up data files but if you have problems you have to reinstall all your operating system and all your applications. With a bootable clone you just start up from the backup drive and clone back everything.
    To copy files from one hard drive to another hard drive you can use:
    [CarbonCopy Cloner|http://www.bombich.com/software/ccc.html] (donationware)
    [SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html] (shareware)
    [IBackup|http://www.grapefruit.ch/iBackup/index.html] (free)
    The Restore function of Disk Utility included in OS X. [Kappy's directions|http://discussions.apple.com/message.jspa?messageID=8799711#8799711]
    [Tri-Backup (commercial)|http://www.tri-edre.com/english/tribackup.html] (payware)
    [Silverkeeper|http://www.lacie.com/silverkeeper> (free) - version 2 has some issues (references: [1|http://www.macintouch.com/readerreports/backup/index.html#d12jan2009],
    [2|http://www.macintouch.com/readerreports/backup/index.html#d13jan2009]) and it is recommended Tiger users stick with 1.1.4.
    [Kappy's Backup Software Recommendations|http://discussions.apple.com/message.jspa?messageID=9065665#906 5665]
    [Overview of Mac OS X Backup Programs|http://8help.osu.edu/1247.html]

  • How to create a new database instance from an existing one?

    Hi, I basically want to create a snapshot of a production
    instance (version 8.1.7) for querying purposes. Would anyone
    tell me the steps involved? What I did as follows:
    1. Copy all data files to a new location
    2. Modify init.ora accordingly. I believe there is no separate
    control file for this version.
    But when I startup the instance, got this error:
    ORA-01103: database name 'TRITON' in controlfile is not 'HERCULE'
    What is missing? Do these data files contains links to the
    previous instance name?
    Thanks for any help.

    Hi All,
    I need some help in recreating new database instance.
    Here are the steps I have done so far:
    1. Created a database with name 'LASTDB' using DBCA
    2. Connected to RMAN.
    3. RMAN>SET DBID=******; (of the source database)
    4. Connect to target. RMAN>connect target SYS/*****;
    5. Executed controlfile restore on RMAN.
         RMAN>Run{
    Allocate channel D1 Type DISK;
              Set controlfile autobackup format for device type DISK to
    ‘\\<ip_address>\Backup\Prod\%F’;
    Restore controlfile from autobackup;
    6. RMAN> ALTER DATABASE MOUNT;
    Now got an error saying ORA-01103: database name ‘PRODDB' in control file is not ‘LASTDB’
    I tried using NID to change the database name but it's throwing an error that database is not mounted.
    I have browsed a lot and found that I need to recreate a control file of the production database using ALTER DATABASE BACKUP CONTROLFILE TO TRACE and should edit the trace file. But it also says to shutdown the source database which is production database and I cannot try that.
    Also I have tried adding a line to init.ora like lock_space_name = LASTDB. Also tried replacing everything from LASTDB to PRODDB but that didn't work either.
    I have been trying to find a solution to this. Please bear with me as I'm a beginner and please let me know how I can fix the error.
    I am running oracle 10.1.0.2.0 enterprise edition on windows 2000.
    Thanks for your patience,
    KG

  • Trouble in creating a new iCloud account from the existing one

    my dad gave me his iPad which he bought(iPad 2) it's troubling me with the iCloud account, the iPad has my dad's existing iCloud account and I want to delete it but I don't have the password so does my dad he doesn't have the password for the account.so my question is could you assist me on how to create a new iCloud account without having the password of the old one.it uses iOS 7.1.2.

    You won't be able to delete the existing account in order to set up a new one without the password for the old account.  If your father doesn't remember the password, he can reset it as explained here: iCloud: Change your iCloud password.

  • Create a new MP3 file from an existing AIFF or MPEG file

    The iTunes 9 on my old Mac allows me to create an MP3 version of a song track in the Advanced pull-down menu. The iTunes 10 on my new iMac only allows me to create an AIFF file in Advanced. Is there a way to make these conversions in iTunes 10? I want to be able to create a CD using MP3 files (of classical music NOT purchased from the iTunes store). Thanks for advice.

    The conversion setting in the Advanced menu reflects the Import Setting in iTunes > Preferences > General. Change the Import Setting to MP3 and the Advanced menu will also change to MP3. When you have finished your conversions, reset the Import Setting to the format you prefer.

  • Making a new Movie video from an Existing DVD?   How do you do it?

    I have IMovie 6.0.3 and IDVD 6.0.4. I have my daughter's wedding on a DVD, put together by a wedding videographer. I want to make another copy, but edit it first, then make a new copy of the edited version.
    What are the steps to do that? I tried importing it into IMovie, and it won't work. I've tried everything, and any help screens are useless. Am I missing something here? Maybe it can't be done.
    Sorry, but I'm very new to this technology.

    Hi
    If this is true then I suggest it to.
    Take a look at Cinematize 2, I've used it with iMovie 06 and iDVD 09. It has several modes of converting the data. One mode is called "lossless".
    But I've never seen a lossless back conversion from DVDs.
    I prefere to either
    • Use Roxio Toast 10 - Export back function
    • Connect miniDV tape Camera to a DVD-player and record onto a new tape
    My list on this
    *DVD back for further editing*
    A. don't put a mini DVD into Your Mac unless it’s a trayloaded DVD burner/reader
    B. iMovie’08 prob. 09 can import from DVD (homemade without copyprotection)
    C. Read what Karsten collected.
    DVD back to iMovie.
    .. and here the complete 'full 9 yards' ... .
    //discussions.apple.com/thread.jspa?messageID=3822853&#3822853
    DVDs are in a socalled delivery format (mpeg2), which isn't meant and
    made for any processing as editing... or, as honorable forum member
    QuicktimeKirk stated. I use the analogy of the old Polaroid
    "instant" cameras. Push the button, wait for the print to develop and
    show it off. ..
    for using the iLife apps, you have to convert'em first, in
    recommended order, choose one of the following tools/workarounds.
    • DVDxDV (free trial, 25$, Pro. 90$)
    • Apple mpeg2 plugin (19$) + Streamclip (free)
    • Cinematize >60$
    • Mpeg2Works >25$ + Apple plug-in
    • Toast 6/7/8/9/10 allows converting to dv/insert dvd, hit apple-k
    • connect a miniDV Camcorder with analogue input to a DVD-player and transfer disk to tape/use as converter
    • Drop2DV (free) a free tool claiming to convert DVDs into dv-stream...
    • Use iSquint for your conversions . www.iSquint.org
    from. Bobby Keene
    none of these apps override copyprotection mechanisms as on commercial dvds...
    //danslagle.com/mac/iMovie/tips_tricks/6010.shtml
    //danslagle.com/mac/iMovie/tips_tricks/6018.shtml
    be nice to copy rights ^-^
    ... and, next time, try the forum's search-feature...
    from Beverly M.
    //docs.info.apple.com/article.html?artnum=42724
    Yours Bengt W

  • How do I make a new shape from 2 existing shapes in Ps CS6?

    Once I have drawn the shapes the 'intersecting shape area' etc option is greyed out, I can draw a new shape to do thins but how do I use 2 existing shapes. I know this should be easy I just can't work out how to do it.

    Wow dude thanks for the help that's very cool of you to bother to do that, but no sorry that's not what I mean either, That is useful but I actually can't select shapes like you do in the video I get a "could not select blar blar blar because its not inside the vector mask of a visible layer" warning, and again sorry for my late replies I'm very busy, new baby, work, etc etc and I really do appreciate your help. I want to make a new shape form the overlapping parts of 2 existing shapes. So I draw a shape (shape 1), make a new layer and draw another shape (shape 2), and then later decide the overlapping parts need to be a new shape (shape 3). So I could duplicate shape 1 and then using the pen tool select 'Intersecting shape area' and try and draw the same shape 2 again but that seems to be a stupid way to do it, I'd like to know the process to make this new shape 3 from the existing shapes 1 & 2, there must be an intelligent way.

  • I declined the option to setup my iPhone as a new iPhone and backed it up as another linked to my account. Can I set this phone up as a new device? Help!!

    I just got my iPhone set up the way I wanted. Then I went to back it up on my laptop for the first time. I accidentally declined the option to set it up as a new phone and set it to back up from my boyfriend's phone. I lost all my contacts. All i want to know is, can I still go back and set this phone as a new phone on my apple account or will it always back up as his phone?

    Yes as outlined by Ralph.
    settings - general - reset - erase all contents and settings - this will wipe your phone as new, during setup - set up as new and not from backup.

  • How to setup a default direction for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default direction for new divs in fluid grid layout in dreamweaver? I am an RTL interface user, I need my new divs to be inserted from right to left not Left to Right! could it be in dreamweaver?
    Thanks.

    This may get me into strife, but my experience is that you are better off finding another platform for your RWD.
    The framework that I tend to use is by Zub-Foundation http://foundation.zurb.com/.
    A commercial product that I have come to appreciate can be found here http://www.projectseven.com/products/tools/composer/index.htm. Please do not mention me if you happen to choose this product.

Maybe you are looking for

  • Eurosign not displayed correctly when picked from database

    Hi .. I'm having a problem getting a eurosign stored in an Oracle Database to be displayed correctly in my Crystal Reports 11.5. When using the built in (preview) Crystal Viewer, the eurosign is displayed correctly, but when I want to print the repor

  • TV on MacBook w/ names of shows?

    I have a macbook 120g 1.5g ram and i want to watch tv on it. I bought TVMicro Express. But i didnt like it because it didnt say the name of the show. i also want to do "future" recordings like a dvr. thanks for the help.

  • IMovie hung reading iMovie Library.imovielibrary

    This is probably the first time I've tried to open iMovie at least since upgrading to Yosemite - maybe longer. iMovie has been hung for hours now saying "Reading "iMovie Library.imovielibrary" library. I can't do anything with iMovie. I can't even qu

  • Logic Express & Snow Leopard

    Can't open Logic Express 8.0.2 in Snow Leopard 10.6.8 (just upgraded) - worked great under Leopard. Suggestions?

  • How to pass bind variable into oracle reports 6i - Parameter form

    Hello All, I want to pass bind variable into Oracle Reports 6I - Parameters. I have tried out that but got the below error :- rep-0781 : Bind variables are not allowed in the select statement Kindly help me is there any option which allow me to pass