Layer 2 across Layer 3

Is it possible to pass layer 2 traffic across a layer 3 link between a Catalyst 4500 and Catalyst 6500.  I basically have OSPF connection between the 2 devices but need to extend the same subnet across both devices. I don't have any more physical connections or budget for more hardware..
Inquiring minds want to know.

Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Well you could do that across a VLAN trunk while also having L3 across the same link too.  The latter could be done using a "p2p" VLAN.

Similar Messages

  • Shift+Click to Select Layer is moving layer across workspace

    Hello everyone.
    When I Shift+click to select a layer, this layer moves and continues to move across the stage with each shift+click?
    Weird!
    Anyone ever have a similar issue or any suggestions?
    Thanks hardlee

    No the layer object starts moving across the stage.
    I hook up my laptop to my office monitor and use usb keyboard and mouse while at office.  It happens in this scenario and also happens when out of the office using my laptop touch pad.  Shift plus LeftClick and the layer starts moving, sometimes it will move clear off the main stage in to the greyed out area around the graph.
    Again  weird...
    Hardlee

  • How to separate layer in layer palette using colour?

    How can I separate the layer in layer palette using colour to increase the visualbility like the image below?

    You could right click on the eye in the layer thumbnail
    or from the layer panel flyout, select layer/group properties.
    MTSTUNER

  • Photoshop Rename layer if layer exists?

    I need to rename "Original Layer" to Original Image" When this layer exists. In photoshop
    I've been trying this, but I get this error
    error "Can’t make «class cCLr» 1 of document \"DE00ER515.psd\" of application \"Adobe Ph
    otoshop CS6\" into type boolean." number -1700 from «class cCLr» 1 of document "DE00ER515.psd" to boolean
    tell application "Adobe Photoshop CS6"
              tell current document
                        if (quick mask mode) then delete channel ¬
                                  "Quick Mask"
                        if layer "Original Layer" then ¬
                                  set OriLayer to "Original Layer"
                        set OriLayer to make layer with properties {name:"Original Image"}
                        delete layer "Original Image"
              end tell
    end tell

    Thats still gave an error. The error it first runs into the if layer.....
    this appears to work now like this.
    tell application "Adobe Photoshop CS6"
              tell current document
                        if (quick mask mode) then delete channel ¬
                                  "Quick Mask"
                        if (exists layer "Original Layer") then ¬
                                  tell layer "Original Layer" to set name to "Original Image"
              end tell
    end tell
    Many thanks
    Matt

  • How to create new canvas at photoshop and apply a layer by layer name?

    How to create new canvas at Photoshop and apply a layer by layer name ?
    So simply what i want is
    Create a new canvas certain size such as 150x40 pixels
    Apply a layer to that canvas. Script will select the layer by layer name
    How can i do that these 2 simple things with Photoshop scripting
    CS6

    JJMack wrote:
    Something like var doc = app.documents.add(width, height, res);
    When you write Apply a layer what do you mean Script will select layer by name. A new document will have a background layer or a normal layer do you want to rename that there is onle one layer. Or do you want to add a layer by name what kind?
    thanks for answer. you know like background layer. for example when you are generating web buttons you are preparing background layers. it will select a layer like that.
    also can you post full script here if possible ? thank you.
    example : http://img12.imageshack.us/img12/844/examplepx.png
    after this i will write a text on that canvas but i will ask that after learnt this 2 steps

  • Moving Objects from Layer to Layer

    Yes I knwo this is probably a very naive question but I'm
    learning Flash 8 here and it says nothing in the documentation
    about moving an object from one to layer to another. I'm sure in
    Flash 5 you selected the object and then simply clicked the layer
    which you wanted it on. This seems to have changed and Adobe/MM
    have forgotten to say how you do it now.

    When you say "move" an object from layer to layer - you
    simply want to cut the object on the stage
    in one layer and paste it in place on another? You will have
    to manually cut and paste it. Flash 5
    or any previous version never had an "auto-move" feature,
    esprcially the way you describe: "...you
    selected the object and then simply clicked the layer which
    you wanted it on..."
    That type of functionality would be disasterous - if any
    object on stage was selected and then you
    clicked on a layer would force that object to move to that
    layer, would cause major headaches and
    render the program unusable - because 99% of the time, anyone
    who was not wanting to move the object
    would have a very hard time keeping them on the intended
    layer while tying to use other features in
    flash (like renaming layers, or moving the stacking order of
    layers, or creating layer folders or
    motion paths or mask layers, etc...
    Are you really asking about "merging" 2 layers together?
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    Sean Sykes wrote:
    > Yes I knwo this is probably a very naive question but
    I'm learning Flash 8 here
    > and it says nothing in the documentation about moving an
    object from one to
    > layer to another. I'm sure in Flash 5 you selected the
    object and then simply
    > clicked the layer which you wanted it on. This seems to
    have changed and
    > Adobe/MM have forgotten to say how you do it now.
    >

  • Rename layers with layer 1, layer 2 till and layer N

    My Name is Sathya Murthy
    I have psd files with many layers each with different names
    I want to rename the layer which i have selected using right click with name Layer 1
    Next layer which I right click with layer 2 and so on till layer N
    and layers with are left out without renaming should be put in a new layer set or group in layers separately in the same file.
    which i have opened
    and layers should be arranged like this
    till Layer N
    Layer 4
    Layer 3
    Layer 2
    Layer 1
    Group or Layer Set
    Background
    I hope you understand what i am saying
    I want scripting for that action as I have more files to rename layers so by using scripts i can work little bit faster
    anyone knowing please help
    Thanks In Advance
    Sathya Murthy

    I don’t think one can select Layers in the Layers Panel or on the Canvas while a Script is running.
    One could select the Layers via a dialog, but that would take focus and need to present a list of the Layers.
    Alternatively it might be possible to set up a work-around by selecting a Layer, invoking a Script (either by Keyboard Shortcut or from a Configurator Panel) that stores data (the activeLayer in this case), repeating that as often as needed and at the end of the selection process trigger another Script (or possibly the same with the shift-key pressed) that then processes that stored information.
    But maybe someone else has more insightr or a better idea.

  • ISDN BRI layer 1 & layer 2 do not sustain "active" statuses

    Hi Expert,
    I have some routers which can not sustain the ISDN layer 1 & layer 2 statuses correctly. Whenever, the ISDN line is manually activated or the ISDN BRI ports are manually reset, the layer 1 & layer 2 statuses become active but they become deactivated after a while. I have changed the ISDN module and the same symptom is observed. Would you advise what is the cause and resolution. Your advice in this matter is greatly appreciated.
    Thanks and Regards,
    Jason Peh

    Hi Rick,
    Below is the show interface for BRI1/0,
    router_2#sh isdn status
    Global ISDN Switchtype = basic-net3
    ISDN BRI1/0 interface
    dsl 8, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
    DEACTIVATED
    Layer 2 Status:
    TEI = 66, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
    Layer 3 Status:
    0 Active Layer 3 Call(s)
    Activated dsl 8 CCBs = 0
    The Free Channel Mask: 0x80000003
    router_2#sh int BRI1/0
    BRI1/0 is up (spoofing), line protocol is up (spoofing)
    Hardware is BRI
    MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation PPP, loopback not set
    Last input 00:04:39, output 00:04:39, output hang never
    Last clearing of "show interface" counters 24w4d
    Input queue: 0/75/0 (size/max/drops); Total output drops: 0
    Queueing strategy: weighted fair
    Output queue: 0/1000/64/0 (size/max total/threshold/drops)
    Conversations 0/1/16 (active/max active/max total)
    Reserved Conversations 0/0 (allocated/max allocated)
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    27807 packets input, 207167 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    27921 packets output, 209138 bytes, 0 underruns
    0 output errors, 0 collisions, 551 interface resets
    0 output buffer failures, 0 output buffers swapped out
    1680 carrier transitions
    router_2#sh int BRI1/0:1
    BRI1/0:1 is down, line protocol is down
    Hardware is BRI
    MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation PPP, loopback not set
    Keepalive set (10 sec)
    LCP Closed, multilink Closed
    Last input 04:59:17, output 04:59:17, output hang never
    Last clearing of "show interface" counters never
    Queueing strategy: fifo
    Output queue 0/40, 108 drops; input queue 0/75, 1 drops
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    7434 packets input, 1689890 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    2 input errors, 0 CRC, 1 frame, 1 overrun, 0 ignored, 1 abort
    10743 packets output, 782350 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 output buffer failures, 0 output buffers swapped out
    4682 carrier transitions
    router_2#sh int BRI1/0:2
    BRI1/0:2 is down, line protocol is down
    Hardware is BRI
    MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation PPP, loopback not set
    Keepalive set (10 sec)
    LCP Closed, multilink Closed
    Last input 04:59:22, output 04:59:22, output hang never
    Last clearing of "show interface" counters never
    Queueing strategy: fifo
    Output queue 0/40, 3 drops; input queue 0/75, 3 drops
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    6902 packets input, 1530090 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    3 input errors, 0 CRC, 3 frame, 0 overrun, 0 ignored, 3 abort
    7527 packets output, 594592 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 output buffer failures, 0 output buffers swapped out
    25 carrier transitions
    I have another router with the same configuration and the statuses are able to sustain correctly. Thus, I doubt that the backup interface command has any effect on the layer 1 & layer 2 statuses.
    Best Regards,
    Jason Peh

  • Wake on LAN across Layer 3

    When setting up WOL across a Layer 3 boundary you have to enter an ' ip helper ' address on the WOL server L3 vlan for each subnet you want to ' wake '.
    What if you have 200+ subnets , I'm fairly sure the practical limit for ' ip helper ' addresses is 16 ?

    I wonder where the original poster got the idea that the practical limit for ip helper-address was 16? I agree that there is some additional overhead on the router for each helper-address that you add to the configuration. But a router should be able to process a lot more than 16 helper-addresses.
    200+ would be a lot of helper-addresses and depending on what kind of router (how much CPU does it have) and what other features are configured doing 200+ might be a stretch. But most routers should be able to do lots more than 16.
    HTH
    Rick

  • Sharing master page layer across frames

    FW CS3...
    As I see it, a common use for "Pages" in CS3 would be to have
    one page for
    the "homepage" of a site and another for each major
    section... For all the
    common elements (like the main BG i use a master page). In my
    example I
    would also like ot have a sepearte page for the main nav. The
    nav page will
    have 2 frames: one for the normal state and one for the over
    state.
    Makes sense so far...
    Problem is that the "master page" layer that I see in the
    layers pallette
    when my Nav page is active does not share across the 2
    frames... I can
    duplicate the appropriate background areas, but that defeats
    the purpose of
    having a master page layer doesn't it.
    I feel like I am missing something when it comes to using
    frames and pages
    appropriately. Thoughts?
    Alex

    Thats a valid point, but with normal layers (as oposed to the
    "Master Page"
    layer) you get to pick whether or not the layer is shared
    across frames ...
    why not with teh "Master Page" layer?
    A
    "deebs" <[email protected]> wrote in message
    news:ffvq9n$kbp$[email protected]..
    > One thought is:
    >
    > one approach may be fine for website but how about
    animated GIFs? (I still
    > like to lay with animated GIFs)
    >
    > So, in the case of animated GIFs one may wish to have
    one background for a
    > few frames and a different background for others. It
    seems to add a bit
    > of complexity?
    >
    > Alexander Ross wrote:
    >> FW CS3...
    >>
    >> As I see it, a common use for "Pages" in CS3 would
    be to have one page
    >> for the "homepage" of a site and another for each
    major section... For
    >> all the common elements (like the main BG i use a
    master page). In my
    >> example I would also like ot have a sepearte page
    for the main nav. The
    >> nav page will have 2 frames: one for the normal
    state and one for the
    >> over state.
    >>
    >> Makes sense so far...
    >>
    >> Problem is that the "master page" layer that I see
    in the layers pallette
    >> when my Nav page is active does not share across the
    2 frames... I can
    >> duplicate the appropriate background areas, but that
    defeats the purpose
    >> of having a master page layer doesn't it.
    >>
    >> I feel like I am missing something when it comes to
    using frames and
    >> pages appropriately. Thoughts?
    >>
    >> Alex

  • Tuxedo configuration across layer 3 network.

    Hi,
    We need to configure tuxedo across two data-centers. we cannot have a vlan between these two data-centers. Is it possible to setup to do so? If yes, how?
    Data-centers fall in a metro cluster.
    Early response would be appreciated.
    Regards,
    Manav

    Hi Manav,
    Tuxedo uses standard TCP/IP communication. To have two Tuxedo domains communicate with each other requires a TCP/IP connection between the various machines, either BRIDGE communication if in an MP configuration, or GWTDOMAIN communication if operating as separate domains in each data center. There are no subnet requirements for Tuxedo. All that is required is the ability to open a TCP/IP connection from one or more machines to the remote machine(s).
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Can't move objects from layer to layer

    Hi all,
    I have been using illustrator for years and only now happened upon this issue. When I try to move on object or text from one layer to another, I a red "Not allowed to do" symbol, to the right side, within that layer.
    How can I correct this issue?
    Many thanks,
    NT

    Gary
    The objects that I am trying to move, are plane black line drawings, no fills. Every time I drag the small color box (in the layers pallet)from one layer to the next, I get the red cirle with a diagonal line through it. This symbol appears where the layer color should be. The layers are not locked. Thank you for any help you can give me.
    NT

  • Twisting a Layer, Vector Layer and/or Text Layer?

    Hello everyone,
    I'm stuck and could use a hand.
    Here at work, I have the entire CS5 Master Suite at my disposal.
    Although I'm familiar with the Adobe Suite, I'm having a hard time figuring out the best/most efficient way to do this effect:
    Now, my boss would like concept designs of our logo (let's say it reads "That One Guy") on our white mannequin,
    which we use to shoot articles of clothing.
    I would like to show her a design with many instances of the "That One Guy" logo twisted/wrapped (like as if I wrapped a string around my finger or curled a balloon string) atop the mannequin's head to create like an afro or long dreads look.
    The layer doesn't have to have any extrusion/3D.
    I mean... it CAN, but if it's just flat AND is twisting/wrapping... that's cool too.
    I would like to be able to twist the layer, and then bend it so it looks like it's actually hanging off the mannequins head.
    Here's an example. Not much bend on each of her strands, but you get the idea: http://www.probeauty-supply.com/images/Afro-Curl_1b-330076.jpg
    What program would allow me to accomplish this best?
    Photoshop? Illustrator?
    Any help would be highly appreciated and would serve me well in the future =)
    Thanks, everyone.
    _Chris

    You can do this type of manipulation in Illustrator. You have to do four things: 1) create your artwork, in this case your text "That One Guy" 2) Change your art work into a symbol 3)  Create a 3D shape, say a cylinder at some angle, onto which you will map your artwork (now a symbol)  and 4) hide the 3D shape.
    A couple of comments: If you are new to Illustrator you probably do not want to do this as your first project. While the steps are few you have to know your way around Illustrator to get it done in a reasonable time and have it look right. Even if you managed to do it I suspect that a small number of letters wrapped around something is going to be very difficult to read/recognize. You might try sketching your idea out on paper (TO SCALE) along with the mannequin to see if the notion still feels good to you and the boss before investing a lot of time at the computer.
    An alternative that you might consider that can be done in Photoshop is to create a series of curly paths ( like hair or rising smoke) and use the type on a path tool to make the text follow those paths.  Here also you probably would want to use say a continuously repeating version of your logo text instead of just the three words.  The work for this approach is significantly less and is easier than what you asked for and should be much more readable.
    Good luck,
    Paulo

  • When i click on one layer, the layer on top get picked instead. How do i fix this?

    Hi, as the headline says, im having trouble with layers. How do i fix this? Thank you for your concern.

    Sounds like the auto layer select is enabled in the top toolbar. Just uncheck the box, then you can select the layers from the layer panel or hold down the ctrl(windows) or cmd(mac) keys and select from the document. Having that option checked allows you to select from the document with needing the modifier key.

  • Adjustment layer causes layer to disappear

    I have a bunch of 3D precomped layers which are stacked underneath some other layers. I want to add an adjustment layer above the 3d layers but when I add one its ok if its at the top but if drag it down to sit above my 3d layers they turn invisible.   Not sure why. There is no effect on the adjustment layer.   I can still see thir outline but the image disappears.

    What Rick and Mylenium are describing is detailed here:
    http://helpx.adobe.com/after-effects/using/3d-layers.html#3d_layer_interactions_render_ord er_and_collapsed_transformations

Maybe you are looking for

  • Some fonts don't display properly

    have a problem in IE9/firefox, today for some reason my browsers started having very bad font rendering, it's not all fonts but especially bolded fonts like the ones on youtube and on here, as if clear type decided to take a pass on those fonts, here

  • Replacement of obsolete FM 'HELPSCREEN_NA_CREATE'

    hi all, Any one can help me with the replacement of 'HELPSCREEN_NA_CREATE'? Thanks Protyusha

  • Rac Configuration?

    Hi, Can i create more than one instances for single database in localhost?if it possible provide sufficient document. Thanks,

  • Downloaded Movie Trailers Can Not Be Watched

    Right after I download trailer of a movie, it shows the file can't be found sign right next to it in the podcast menu. I don't know why iTunes changed it in that way that we have to download the video to watch, it was better.

  • Trying to update Ipad first generation, how to I do this?

    I am trying to update my IPad 1st generation, which now has an operating system of 5.1.1 -- I can't seem to get the proper instruction from the store/apps only guides.  Nothing is working.  I want to be able to follow friends on Instagram.  Please gi