Spend several layers (Layer-3) routing!

Hello community, I need help in this topology.

the topology of the network.

# Switch / 1000 CISCO - SG300 28 p - CORE SW

# Switch / CISCO - SG300 28 p - DISTRIBUTION SW 1000

# Switch / 100 CISCO - SF300 28 p - SW ACCESS PRODUCTION

# Switch 3com / 1000 8 p - SW ACCESS CAD

# Switch HP / SW 16 p 100 - ADMIN ACCESS

# HP / 100 switch 16 p - ACCESS DIR SW

VLAN1 - IT - 192.168.1.0/24
VLAN2 - PRODUCTION - 192.168.2.0/24
VLAN3 192.168.3.0/24 - CAD-
VLAN4 192.168.4.0/24 - ADMIN-
VLAN5 192.168.5.0/24 - DIR-
VLAN6 - MEETING - 192.168.6.0/24
VLAN7 - SERVICE - 192.168.7.0/24
VLAN8 - ACTIVE CONNECTIVITY - 192.168.8.0/24
VLAN9 - PRINTERS - 192.168.9.0/24
VLAN10 - SERVERS - 192.168.10.0/24
VLAN11 - DVR CAMERA - 192.168.11.0/24

my intention is to catch the subnets communicate to reach the server, also, I would say to activate the dhcp relay to receive the ip address of the server that is in the swcore.

Doubts;

-Where I put the IP addresses of interfaces? SW-core or sw-DIS? or both?

-What are the steps to make this purpose to work?

-I could not activate a tree covering weight in this sw model.

Thank you very much

Hi Elisamotta,

Is this requirement you are going to design and implement from scratch.

States of recommendation of normal design with legacy architecture must have three tier architecture with seen fast routing process, Distribution based political switching and access with end layer calculate basic connectivity.

So with devices of distribution best practices should be seen SVI all and routing connectivity with the layer of base to the outside world.

Hope that helps...

-GI

Rate if this can help

Tags: Cisco Network

Similar Questions

  • Possible to spend several layers of an Illustrator file to another?

    I have 2 great illustrator files (say version 1 and version 2). If I have 40 layers on version 2 I want to send/add to version 1, is - it possible (without copying and pasting in place each individual layer?)

    Thank you

    in the layers menu: "paste remembers layers" is checked. Select the illustration, the copy paste into the new document. It will recreate the layer like prev doc structure.

    G

  • Script to connect several layers to one layer draw

    I'm trying to bind several layers to one layer no animated but I want each layer to start the animation layer from time.

    What would be the script that I need to add instead of duplicating layer draw for each layers?

    I hope that this question is not too complicated to understand lol

    TIA

    W

    I think you can do it with an expression as follows:

    thisComp.layer("ROTATE").transform.xRotation.valueAtTime (time-inPoint)

    Dan

  • Management of several layers at the same point

    Hello

    I use the API in my application and Javacript Mapviewer, more than one layer can be established at the same point. I use MVThemeBasedFOI. If you click on this point, I want to give the possibly to choose which layer you want. Now when I have several layers, only the last can be clicked. Is there a way to solve it?

    MVThemeBasedFOI.setBringToTopOnMouseOver (boolean).   I found this method, but how do I access all layers when I click on a point?

    Thanks for help.

    ESC.

    I tried really hard things to fool this behavior. At the end of the search for new features that were not in the documentation, I found this: MVMapView.enableMultiThemeClickable (boolean). They should update the documentation because there are a lot of functions implemented that do not exist.

    Just enable it and it works perfectly!

    mapview.enableMultiThemeClickable (true);

    ESC

  • How to merge several layers in one without destroying the layers of origin?

    How to merge several layers in one without destroying the layers of origin?

    joelb2995629 wrote:

    How to merge several layers in one without destroying the layers of origin?

    The solution is a very useful shortcut, but requires a bit of dexterity.

    Of is it: Ctrl + Alt + Shift + e. (Yes, 4 keys at the same time).

    This creates a new layer that is the fusion of visible layers.

    To be on the top layer and don't have ensure that active useful layers.

  • Need help to count the characters in several layers of text

    I use following code to count the number of characters and words in a single text layer. Is it possible to count the number of characters and words in a several layers of text. ?? Help, please

    Java Script code:

    //

    /*

    < javascriptresource >

    < name > Count words and characters < / name >

    < / javascriptresource >

    */

    function run()

    {

    var layer = activeDocument.activeLayer;

    If (layer.kind is LayerKind.TEXT)

    {

    Var words = layer.textItem.contents;

    Words = words.replace (/ (\r\n|\n|\r) "/ gm," "");

    var countwords = words.split("").length;

    var compteLettres is words.split("").join("") .length;.

    Alert ("\n" + countwords + "Words\n" + compteLettres + "Characters", "Count");

    }

    on the other

    {

    Alert ("select a layer of text.', 'Count');

    }

    }

    Run();

    2015, use it at your own risk.

    #target "photoshop - 70.032»

    If (app.documents.length > 0) {}

    var theTexts = main();

    alert (count (theTexts.join ("\n")));

    };

    ////////////////////////////////////

    int main() {}

    the file;

    myDocument var = app.activeDocument;

    get the number of layers;

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var applicationDesc = executeActionGet (ref);

    var number = applicationDesc.getInteger (stringIDToTypeID ("numberOfLayers"));

    treat the layers;

    var theLayers = new Array;

    for (var m = 0; m<= thenumber;="" m++)="">

    try {}

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), m);

    var layerDesc = executeActionGet (ref);

    var layerSet is typeIDToStringID (layerDesc.getEnumerationValue (stringIDToTypeID ("layerSection")));.

    isBackground var = layerDesc.getBoolean (stringIDToTypeID ('background'));

    otherwise the layer group.

    If (layerSet! = "layerSectionEnd" & layerSet! = "layerSectionStart" & isBackground! = true) {}

    theName var = layerDesc.getString (stringIDToTypeID ('name'));

    theID var = layerDesc.getInteger (stringIDToTypeID ('layerID'));

    var hasText = layerDesc.hasKey (stringIDToTypeID ("textKey"));

    If the layer type;

    If (hasText == true) {}

    var textDesc = layerDesc.getObjectValue (stringIDToTypeID ('textKey'));

    Letexte var = textDesc.getString (stringIDToTypeID ("textKey"));

    theLayers.push (theText)

    }

    }

    }

    catch (e) {};

    };

    return theLayers

    };

    Count characters.

    function count (theString) {}

    Var words = theString//layer.textItem.contents;

    Words = words.replace (/ (\r\n|\n|\r) "/ gm," "");

    ////////////////////////////////////

    Remove double spaces and space at the end;

    While (words.indexOf("")! = - 1) {words = words.replace ("","")};

    spaces var end = \s$/;

    Words = words.replace (spaces, "");

    ////////////////////////////////////

    var countwords = words.split("").length;

    var compteLettres is words.split("").join("") .length;.

    return ("\n" + countwords + 'Words\n' + compteLettres + 'Characters');

    };

  • Capture several layers of application on a virtual machine

    Another newbee question. I'm following the VMware Horizon Mirage App layer v4.0 capture guidelines on page 9 where he describes the process if you are going to use a virtual machine, so you can capture several layers of app. I followed steps 1 - create own reference machine, install Client Mirage and centralize the unit to a CVD of reference; 2 take a snapshot of the State of cleanliness; 3. in the MMC, use the launch App layer Capture (actually called Capture App layer in the commune of assistants, unless I'm mistaken) option... Here's where I hit a roadblock. Unit is a CVD of reference, the wizard takes me to select from pending devices, and I can't access the device but it is located in the area of reference CVD. The virtual machine itself also appears in Devices.Do assigned I must withdraw from somewhere? I'm confused !

    To capture an application tier, you must have 'reference' machine in a wait state. To capture a base layer, you must have the machine of 'reference' centralized as a reference machine. It's a little confusing. You can use the same machine to capture both types of layers. You can remove the reference CVD of inventory and it will appear in the expectation of devices.

  • Simultaneously select several layers and sous-calques

    Hello

    I'll have to select several layers and their Undercoats in Illustrator 2014, but sticking to the procedure described in the post below only lets you select several "main layers" with the left sublayer deselected.

    Re: Is it possible to select more than one layer by selecting the first and the last layers?

    Could someone please explain how the layers and sous-calques can be selected in the layers panel?

    In Illustrator, make more and more confused about the layer control...

    Thank you in advance,

    EAD

    That would be nice.

    Looks like a candidate for a feature request:

    Adobe - feature request/Bug Report Form

  • Import Illustrator file with several layers and sublayers as composition by keeping all layers and sous-calques

    I drew a map of the country with several layers and sous-calques, including the streets, cities, railroads...

    Now, I want to create a template for my colleagues in After Effects.

    To do this, I want to import the AI in After Effects, holding all sublayers and layers in compositions and subcompositions.

    When I do, I get the first two layers correctly, others just in a merged publication.

    What can I do to get all the layers of each as a layer in After Effects?

    Best regards, Raphael

    Illustrator imports only the first level of the layers. If you have groups or paths below you must release layer groups. The layers will then be stacked in the order in the form of layers. Then you need to move them to the top.

    The procedure is to select a layer in the layer Illustrator Panel, then without selecting any which specific element in the layer click on the menu in the upper right corner and select release to layers. All an elements in this layer will be transformed into layers. Now, select all, and drag them to the top above the original layer. This will leave the empty original layer and put all the elements in new layers.

    Here is a tutorial I made there are a bunch of years and who uses this technique to transform a mixture in a morphing.

    Morphing with Adobe Illustrator. I hope this helps.

  • Photoshop CC 14.1 path on several layers turned off editing?

    Editing paths on several layers with the direct Selection tool has been disabled in Photoshop CC 14.1? I can't seem to find a way to do it now, shift - or command-click does nothing. In fact, I can't even click on individual trajectories on different layers, something Photoshop has had forever.

    While it was sometimes problematic how he was at 14.0 (always by selecting multiple layers and go into isolation mode to edit a single), there were moments when it was useful to edit several layers, or even just a click between the layers with the direct Selection tool.

    I saw this documentation on the site, but I'm not sure it's very useful. Can someone give me a help?

    Screen Shot 2013-09-09 at 11.58.44 AM.png

    In addition, what is the keyboard shortcut customized to enter/exit isolation mode? It is mentioned in the image above, but what really?

    You can always work with the railways of the way in which you could in the 14 0 - simply choose the mode of all layers in the path Selection tool or the direct Selection tool options bar. We have added the layer mode active for users who prefer to isolate the paths may be selected based on which layers they have already selected in the layers panel.

    To clarify:

    -Mode of active layers: by clicking or dragging on the canvas with the selection of vector tools will not affect which layers are selected in the layers panel. Double click to go into isolation mode is disabled.

    -All modes of layers: works exactly as in 14, 0 - by clicking or dragging on the canvas with the selection of vector tools can change which layers are selected in the layers panel. Double click to go into isolation mode is enabled.

    If you are a lot of switching between these two modes, you can add a custom keyboard shortcut that is alternate which mode is selected. In the keyboard shortcuts dialog box, choose shortcuts for: tools and scroll down to the option Direct selection Mode Toggle. Add your new shortcut here.

    As for your question on the hotkeys for the isolation mode, it simply means that you can assign a hotkey customized for this command as well (select > isolate the layers).

  • several layers with a reduced opacity

    Hi all

    I'm working on a file, Indesign has several layers which are both about a 10% capacity.

    When I just put the two on 10% obviously, you can see the bottom layer through the top layer.

    What I want is that you will not be able to see the layer of background (despite the top layer of 10% opacity), but simply to see the white background just as if it would be not another layer below.

    In the example image, you can see what I have now.
    So what I want, it's that you will not see the logo of the carbrands under the word Scantools.
    Is this possible?

    Thank you very much
    Eric.

    Screen Shot 2013-03-28 at 10.47.16 AM.png

    You can also simply use a tint of the color rather than reduce the opacity of the word SCANTOOLS.

  • Paste a shape as a mask when there are several layers?

    I have a couple of layers that I applied the auto vector command in order to hide. I want to now draw a rectangle rounded on part of my canvas, cut this rectangle with corners rounded and right-click on the drawing area and choose Edition > paste as mask, so the picture will be revealed due to the rounded rectangle shape. It works with a single layer, but now that I have several layers and masks vector auto I don't know which image/layer for click straight on and do with?

    Thanks for any help.1.png2.png

    Instead of cutting the rounded rectangle, leave it at the top of the stack of items, select all three objects, then select Modify > mask > Group as mask (or you can right click to select the group in the mask). This command will apply the object higher in the selection as a mask for the items below.

  • Place MULTIPLE image import... and "Save as...". "several layers in multipage PDF

    Hello

    just a few suggestions, I would like to see to speed to the top of my game and exit...

    I would like to import several images placed in illustrator CS4. Place of dialog box open and select several images for placement.

    regarding the output record under...

    • We can output from multiple layers into a single PDF in illustrator?  Or several layers in single format JPEG from illustrator with a single command instead to save individually each layer... would be a huge timesaver for me. I create different works on different layers...

    • Currently I pulled out each layer individually filled then right-click on these JPEG output files in the output folder and choose "combine taken supported files in acrobat... "to create a unique acrobat... I would do things in Illustrator "save to PDF" dialog box. Add something in the Save to output PDF save layers to a single PDF as dialog box several pages would be a useful time saver...

    • I would also like to be able to CTRL click several layers and go ' Save as... '. "only these layers be saved on...

    Output of layers multiple to several files seems to be a step backward. I guess you used several layers because that Illustrator had no feature of multiple pages or multiple-work plan. It does now, your request is rendered null and void.

  • Fields in forms on several layers

    Hi, I wonder if anyone can give me an answer on this or point me to a resource for this.

    I have an interactive brochure for a conference with muliple buttons that turns visabilities on layer and outside (there is a button for the time display every day for Conference etc.)

    I want to include a simple registration form and I want the form to be on a layer so that it can be displayed when you press a specific button (which sets the visibility of the layer).  Obviously if we can work on a single layer, why not several forms on several layers, hence the title of the post. :))

    Is this possible in Acrobat?  I have searched and tried and have not met with success.  BTW yes - I know that I could add an extra page with a button pointing to this page, but I was wondering if there was a more elegant solution :)

    Any help, guidance etc would be greatly appreciated.

    Grahame Dryden

    You pouvez promote fields of form on one layer (BCG) using preflight in Acrobat Pro, but it's a very bad idea - the specification PDF can allow it to happen, but the Acrobat user interface was never designed with fields covered in BCG in mind, so things like the ability to highlight the fields on DMB start to do strange things.

    The 'proper' method is to use scripts to show and hide individual fields by activating / deactivating the attribute visibility, rather than promotion of these in a BCG. The script can of course also set BCG States (e.g. to show/hide the labels) but the form lives on base level. The UI knows how to deal with very well hidden fields.

  • PSE7 several layers? Is there a limit?

    I works in PSE7. I have a complex shadow trying to calm him down. The more corrective cloning tool works well for what I want. My starting point is to create a double layer and correct flaws. Then, create another duplicate layer and clone on one shadow, followed another duplicate the background layer and fix even more shade, if I use the cloning tool, nothing happens on this layer, but I can see the changes that I made if I disable the previous layer.  I'm traveling with only PSE7 on my laptop and I'll be darn if I can solve this problem with several layers. I can make any changes that I need on a single layer, but I really want to blend in with the opacities on different layers to better control my results.

    I do not know I have it in CS3 on my graphics workstation main, I need more coffee or what?

    Thank you

    Roger

    Instead of duplicating your background layer and the top cloning, try to create a layer of white on the image and the clone or heal on the empty layer. You can also try to catch some well grounded, by copying it on what you want to clone. (The selection before you copy the good land of feathers or soften with an eraser or hide it once it is over the area that needs to be fixed, so it will blend in.)

    In the elements, you need to check a box in the options bar that says something like "Sample all layers" or "Use all layers" to allow cloning or healing on an empty layer.

    CS3 has a drop down which allows you to select the layer, current and below and all the layers. Perhaps, that's the difference you see.

    If your image is really high resolutions, you might run into a problem of memory by duplicating the background several times.

Maybe you are looking for