Multiple VLANSs with 1 bridge group for DLSw+

I am working on a network with a DLSw+ on a 6500 MSFC with multiple VLANs. There is one bridge group and it is mapped to DLSw + and to each VLAN. It is working, but I want to know if there is an and advantage placing each VLAN in it's own bridge group and mapping each bridge group to DLSw+.
I have an example of the config I am referring to below: I would appreciate any feedback or comments on this.
bridge 1 protocol ieee
dlsw local-peer peer-id 10.88.1.2 group 1 border promiscuous
dlsw bridge-group 1
dlsw bridge-group 2
dlsw bridge-group 3
dlsw bridge-group 4
dlsw bridge-group 5
dlsw bridge-group 6
dlsw bridge-group 7
dlsw bridge-group 8
int vlan 10
bridge-group 1
int vlan 11
bridge-group 2
int vlan 12
bridge-group 3
int vlan 13
bridge-group 4
int vlan 14
bridge-group 5
int vlan 15
bridge-group 6
int vlan 16
bridge-group 7
int vlan 199
bridge-group 8
Thanks,
Bruce

exactly.
When the router receives bridged packet whose destination MAC address is not on the router's bridge table, the router will flood the packet to all the VLANs if all the VLANs are on the same bridge group. Similary, the router forwards broadcast traffic to all VLANs.
If different VLANs are under different bridge group, the traffic mentioned above is noly forwarded to DLSw.l

Similar Messages

  • Multiple PO's per material group for same vendor in ME59 / ME59N

    HI ,
    We have following issue
    We create PO's automatically from PR's using ME59 .
    PR's are Stock Transport Requisitions for intercompany STO.
    in ME59 , options active are Per Plant / Per Vendor Sub Range( Vendor sub range is active but no values maintained )
    When we create a PO , then system does not consolidate all items in single PO even if Plant is same . It actually creates a different PO based on Material Group in a line item .
    It groups all line items with similar material group in single PO .
    What is the issue with material group .
    is it not possible to have different line items with different material groups in a single PO in above scenario.
    Pls. help.
    Thanks ,
    Prasad

    Ajit ,
    That is what I enquired , where do we do this assignment , i.e. Material group to PR document type
    I do not know where to do this assignment .
    Thanks ,
    Prasad

  • Error in multiple operation with change document object for custom table

    hi all,
    I have developed a change document object for a custom table ZTEST and developed a report program for insertion, updation & deletion..everything works fine if I do only once ie. if I created only 1 entries. If I created 2 new entries , I am getting an Error "DUPREC:POS&Z3RL_TAB&Z3RL_TAB" and EXIT the transaction.
    why I am getting this error??? is it not possible to do multiple operation with the change document???
    kindly help.
    Edited by: JaiKarthik on Apr 7, 2010 6:20 AM

       LOOP AT ts_mod INTO wa_mod.
                READ TABLE <i_itab> INTO <wa_tab> INDEX wa_mod-row.
    * Select the existing entries in table Z3RL for change history
                    SELECT SINGLE * FROM z3rl
                           INTO wa_z3rl
                           WHERE vkorg   = <wa_tab>+3(4)
                           AND   zzkunnr = <wa_tab>+7(10).
    * Move the old entries
                    IF sy-subrc = 0.
                      CLEAR ls_z3rl.
                      ls_z3rl = wa_z3rl.
                    ENDIF.
    * Update the table
                 MODIFY (viewname) FROM <wa_tab>.
                   CLEAR wa_z3rl.
                    wa_z3rl-mandt      = <wa_tab>+0(3).
                    wa_z3rl-vkorg      = <wa_tab>+3(4).
                    wa_z3rl-zzkunnr    = <wa_tab>+7(10).
    * Populate change tables
                    CLEAR wa_change.
                    wa_change-teilobjid = 'Z3RL'.
                    wa_change-textart = 'TEST_2'.
                    wa_change-textspr = 'EN'.
                    wa_change-updkz = 'U'.
                    APPEND wa_change TO ts_change.
    *call the fM to log the values in CDHDR table.
                    CALL FUNCTION 'Z3RL_WRITE_DOCUMENT'
                      EXPORTING
                        objectid                 = 'Z3RL'
                        tcode                    = sy-tcode
                        utime                    = sy-uzeit
                        udate                    = sy-datum
                        username                 = sy-uname
                        planned_change_number    = ' '
                        object_change_indicator  = 'U'
                        planned_or_real_changes  = 'U'
                        no_change_pointers       = 'U'
                        upd_icdtxt_z3rl= 'U'
                        n_z3rl= wa_z3rl
                        o_z3rl        = ls_z3rl
                        upd_z3rl= 'U'
                        lv_opt                   = ' '
                      TABLES
                        icdtxt_z3rl= ts_change.
                CLEAR : wa_mod, <wa_tab>.
              ENDLOOP.
    Edited by: JaiKarthik on Apr 7, 2010 6:49 AM

  • Service entry sheet error.with new material group for services

    Dear Experts
    We need to create material group for  roll shop spare parts service,we created a new material group.
    when we are creating PR/PO with item category as D and a/c assignment K( entered cost center here).its giving error message
    as RC= 3M8 47 Account determination for entry JSL KBS J001 not possible(while making service entry sheet)
    after that i changed PR/PO and gave cost center and G/l account.now the service entry sheet is accepted.
    is it necessary give G/L account manually,if user chose wrong G/L account how to avoid this problem.
    please clarify me,
    do we need to assign valuation class for material group for services?(where to assign)
    or
    should assign G/L account manually to cost center while creating PR/PO
    Please clarify me
    Regards,
    Varun
    Edited by: madhu varun tirupati on Sep 8, 2010 2:48 PM

    Hi,
    Option-1:-- >
    Without creating material group and you can use your other service material group(existing service material group) and  create a service master  in AC03 as spareservice. Create a Service PO with text as roll shop spare parts service with other details as required like quantity of service, cost center & G/L account etc. After service being completed you can do SES in t.code: ML81N
    Option-2:-- >
    If you want report at the end based on different material/service group level, you can create a material/service group in OMSF for roll shop spare parts service and then you can assign to valuation class to material group in OMQW t.code. Then carry out regular process service order, SES etc.
    Based on requirement, you can enter G/L account manually or can set default G/L account in purchasing document with help of t.codes: OMSK, OMQW, OME9, OMGO & OBYC
    For error u201CAccount determination for entry JSL KBS J001 not possibleu201D, you cannot assign KBS transaction/event key to an account in OBYC t.code. Only you can assign G/L account to cost center with your CompanyCode in OKB9 t.code. Check the SAP note: 364570 & 106981
    Regards,
    Biju K

  • Multiple emails with their own icons for q10!!!!! And Hide option missing?

    As i understood, it is at this time impossible to have email icon outside HUB. I dont like that because many of us enjoyed having separate email account icons. For multiple reasons. One of them is privacy. If I want to use HUB, but still want to have few email accounts NOT listed in HUB, i dont have that option. Also option to HIDE any icon is not available which is preety incredible.... I kindly ask developers to add this issue. One more reason is if more people are using same smartphone. I am using 9700, I bought to my wife q10, but now I wont buy q10 for myself because for me it is absolutely essential to have HIDE and separate emails not included in Hub option. Option like "integrate this account or dont integrate( email, fb, twitter, sms, whatever) in HUB would solve issue. Please let me know if there is a plan in future to develop app or update to fix this issue. If anyone has any info or solution please let me know. Thanks, Igor.

    Hi and Welcome to the Community!
    Please look deeper...I suspect that what you desire is almost completely attainable, just in a different way. You may need to consider upgrading the Q10 OS as some of this is not available in the early OS levels, but is fully available in the most recent (10.2.1.2141).
    There are two HUB things to consider -- the Hub itself, and the Hub Messages List.
    The Hub itself is what appears when you have any Messages list displayed, and then you pull to the right (sometimes also called the Hub Peek Menu)...it is the selection of different messaging accounts that has been integrated to the device. As such, this replaces the Legacy BBOS homescreen individual icons...they are still individual, just accessed via a different means. You have complete control over the order of this list...you can re-arrange it such that those accounts that matter to you most are at the top, and those less important are at the bottom. You can't hide any of them, but you can push them down the list out of your way. (I honestly don't understand the desire to hide a message account selector anyway...if you are going to hide it, just remove it from integration to the device.)
    The Hub Messages List itself can be controlled as to which accounts display within it. Just like in Legacy BBOS, the Hub Messages List can be configured as a unified list showing messages from all accounts, some accounts, only a few accounts, or none at all. You select, account by account, which show in the Hub Messages List Only, their individual account only, or in both.
    BB10 is very very different from Legacy BBOS...but, like all technology things, the "best" one is the one that the user has become the most familiar with. In time, I'm sure that you will find that BB10 can be equally as optimally used as legacy BBOS...you just have to give yourself time to get used to it, and try to not expect it to be identical to BBOS.
    Lastly, no one here in this user-user-community can reveal if they know anything about the future plans that BB has. Such information is simply not knowable by the users who volunteer their time here to help others (or, if they do happen to know, revealing it would be a violation of the site Ts and Cs plus any NDA that the individual may be bound by).
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • SQL Server SUM of Multiple rows with where and group by

    I have a table Transaction that looks something like the following :
    TransactionID          
    Currency        
    Credit             
    Debit
    1                                USD                   
    500               0
    2                                Afcu                    
    6000             0
    3                                INR                     
    0                   200
    4                                Pfc                      
    7000             0
    5                                AUD                     
    0                  200
    6                                INR                     
    7000              0
    7                                USD                    
    1000              0
    I write query like this
    select SUM(credit)-SUM(Debit)as [Balance] ,Source from Transaction group by Source
    and it came like
    Balance
    Source           
    1500                        USD
    6000                        Afcu
    6800                        INR
    7000                        Pfc
    -200                         AUD
    But I also want to add  Afcu , Pfc with
    USD and  want output like
    Balance
    Source           
    14500                        USD
    6800                          INR
    -200                           AUD
    Any Idea?

    Here is how you can do it, but you 
    DECLARE @TransTable TABLE
    (TransactionID INT IDENTITY(1,1),
    Currency varchar(10),
    Credit DECIMAL,
    Debit DECIMAL)
    INSERT INTO @TransTable VALUES
    ('USD',500,0),('Afcu',6000,0),('INR',0,200),('Pfc',7000,0),('AUD',0,200),
    ('INR',7000,0),('USD',1000,0)
    SELECT Currency, SUM(credit)-SUM(Debit)as [Balance]
    FROM @TransTable
    WHERE Currency NOT IN ('Afcu', 'pfc','USD')
    GROUP BY Currency
    UNION
    SELECT 'USD', SUM(credit)-SUM(Debit)as [Balance]
    FROM @TransTable
    WHERE Currency IN ('Afcu', 'pfc','USD')
    SQL fiddler example
    Output:
    Hope this will help
    Glad to help! Please remember to accept the answer if you found it helpful. It will be useful for future readers having same issue.
    My Profile on Microsoft ASP.NET forum

  • FWSM logging from a transparent context with more bridge-group.

    When I'm using FWSM in transparent mode and with more than one bvi what is the source IP of syslog messages?
    Is it the IP of bvi that it uses to reach the syslog server?
    Thanks.

    Jump!

  • Multiple devices with a bridge/router?

    I have an e3000 router running off of a cable modem and added a WET610N bridge to hook up a tv, blue ray, and receiver in a media counsel in another room. Since i have 3 devices but only 1 port on the bridge, what else should i get? Should i have purchased a different bridge? Add another switch/router?

    Get a standard ethernet switch and connect it to the bridge.

  • Multiple Browsers with the same Page Flow

    I have a legacy application that I am working on migrating to Weblogic. The
    legacy application allowed the user to have multiple windows of the same
    module open at the same time. Users found this useful if they wanted to look
    at two different records in the same module. For example, if you had a
    registration app and you wanted to look at Joe's registration information
    and Sue's registration. Is it possible to have two browsers within the same
    session open and pointing to the same RegistrationController.jpf?
    Thank You.
    Michelle

    I believe our problem is that our form beans are class members of the page
    flow thus when you open another instance of the same controller the form
    beans are overwritten. Our GUI is displayed as modules containing multiple
    tabs with a form bean for each tab. The module has a controller, signifying
    the page flow for the module. So, one record in a module will span multiple
    tabs. We did not want to have one big form bean that is why we multiple
    form beans. But it now looks like we will need to store these form beans
    perhaps to the session in a collection identified by the window instance
    they belong to.
    We also need to do multiple different page flows but I don't think nested
    page flows will not work here because the page flows would almost need to be
    nested of each other. I guess you could almost think of as each module is
    an independent application however some can be invoked by others.
    <Rich Feit> wrote in message news:[email protected]..
    Hi Michelle,
    Yes, that should be just fine. That page flow will remain the "current
    page flow" as requests from both browser windows hit it. The NetUI
    runtime synchronizes the action methods, so you don't need to worry about
    thread-safety within them.
    There's also a way to have multiple different active page flows at the
    same time, but in this case you don't need to do anything special.
    Rich

  • Print multiple handouts with notes from powerpoint 2011

    Does anyone know how to print multiple handouts with notes (not lines for notes, notes I have taken in addition to the slides) from powerpoint 2011?  Thanks!

    I tried some things and came to conclusion, that the more pages I print the more bugs I got. Bit by bit I printed seperate pages again and replaced the wrong ones by them. But couldn't be the solution, could it?
    Thanks for you help!

  • Bridge-group

    Anyone know why bridge-group are not available in Nexus switch ?
    I need to migrate a customer network that has bridge-group for SNA connectivity within the DC.
    Thanks

    Anyone know why bridge-group are not available in Nexus switch ?
    I need to migrate a customer network that has bridge-group for SNA connectivity within the DC.
    Thanks

  • Multiple Problems with PDF InDesign, Bridge, and Acrobat Reader

    I create proof books with a blend of Adobe Bridge & InDesign.
    Here is my work flow: I will BOLD the errors I am having and need help with.
    Step 1.) I create contact sheets in Bridge and save them as PDF's
    Problem with Bridge ( I have another posting for this thread as well under Bridge) I cannot save PDF's larger than 400ish photos at 300ppi (important for my printer) without it saving as a blank PDF. COMPLETELY EMTPY! So I have to split up my photos into groups of 400 or less photos then patch them back together.
    Problem with Acrobat: If I patch those PDF’s back together with Adobe Acrobat (a suggestion from another person on here) they save great but I get an error when I try to import them in indesign. The error reading: ERROR. Cannot determine page count.
    Please open the PDF file in Acrobat, do a “Save As…” and try again. (99)
    Step 2.) I use a script (MultiPageImporter2.2.1.jsx) to import the PDF's into Indesign. (if saved as one pdf in acrobat I get the above error)
    Problem With InDesign: I run this importer script in InDesign to create my books with a template I use from my printers. Well since I have to import multiple pdf with multiple pages ( because I can’t piece them together without the above error. Then I have this problem:
    I place a pdf with 1-226 pages in. I start this on page 1.
    I place the next pdf with 1-141 pages in. I start this on page 227.
    An error pops up that says I MUST start my import on page 226!!!!!!!!!! I don’t want to import on page 226 because I have two photos on that page!
    I tried it several ways and no matter what I loose my last page of my first import.
    PLEASE someone help me! I feel like I might be doing something really silly but I’ve spent 7.5 hours today working on this books with error after error.
    I have done all the updates on my computers and nothing works. I use two macs and both have the same errors. I have a mac-book Pro | snow leopard and a Imac | snow leopard.
    Thanks much!

    All your problems seem to stem from the PDFs that you are making from Bridge.  What you are describing should be perfectly possible, but the fact that Bridge doesn't want to make a PDF with more than 400 photos and it all goes downhill from there makes me suspect Bridge.
    Here's a plugin that may help?  Looks pretty cheap for what it does.
    Apart from that I'd try to clean up the PDFs that Bridge is producing if Indesign doesn't like them.  One way would be to print to a new PDF, after you've combined them as necessary.
    As to the last pronlem you mention, where it forces you to place on page 226, have you tried creating a blank page 227 first, before you try placing?

  • Bridge CS4 won't output to pdf multiple images with same filename

    Hiya...my googling efforts have thus far failed!
    I've got CS4, and in Bridge, I created a New Smart Collection to find all filenames in a folder containing "." or ".jpg" - which in turn searched through all the subfolders like what you used to be able to do in Photoshop CS3.  Very simple stuff, but all the images are jpg's, but in multiple folders (I don't want to move them out of the folders, as the files came from an external source, and there are heaps of folders, and I don't want to pdf each subfolder seperately as it will take forever).
    The problem is that some of the files have the same filenames (again I'd prefer not to rename, as it happens a lot on this project, and they are all over the place).  So whilst Bridge will show the thumbnail images correctly in the content tabbed screen in my New Smart Collection, but once I've done the Output to PDF thing, for example, instead of showing both different images it has pdf only the first image but repeated it twice.  And this happens multiple times throughout the pdf, the more times the same filename is used, the more times the first image gets repeated.
    I know that it is messy to have multiple similar filenames, but why can't bridge just place the image anyway?  It allocated a space for it on the pdf and does show it in bridge, it just doesn't seem to survive the transfer to pdf well.
    The only other thing that I have done is use the below link (which was posted on another adobe forum thread) to create a custom pdf output template (nothing too fancy, just number of rows / columns, size, font etc).  But I've tried using the standard bridge templates and it does the same thing.
    http://www.proficiografik.com/2009/08/03/save-custom-pdf-output-template-in-adobe-bridge-c s4.html
    Any help would be appreciated...even if to tell me that I am being unreasonable!
    UPDATE 16/11/09
    Just to let you know that I seem to have resolved the bug inadvertently with one of the Adobe updates. The below is the link for the AdobeOutputModule-2.1-mul-AdobeUpdate.zip which was released on 2/19/2009 - which allows for headers & footers to be placed in the Ouput pdf. I finally installed it today, and everything seems to be working fine now (i.e. I can pdf multiple images with the same filenames and the pdf will actually show each different image rather than repeating only 1 of the images).
    Must have been a fix installed in the contact sheet templates that get installed with the update - not sure why the original version was corrupted, but I've left that with the Adobe guys (I submitted a bug report - and they were able to replicate the problem but hadn't fixed it as yet).
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4228
    Message was edited by: djtun71 (16/11/09)

    When I click import from disc I am asked to choose a disc and then I get this message:
    The following photos will not be imported because they are already present in the catalog. To see these photos in the catalog select 'Show in Library' (the import will be canceled).
    This is followed by a long list of images. If I click 'Show in Library' I can see all the images with the same filename. And then they start to automatically write over those images with images from the disc. However they keep the same metadata and keywords from the previous images. If I click on Import and deselect the "don't reimport suspected duplicates" box, it imports only the images that don't share filenames and none of the images that do.
    Is there a way of setting the "Don't reimport suspected duplicates" box in preferences?

  • Can I Turn off iMessage in a group text with multiple people with different devices? There's 1 person in the group text that doesn't use iPhone anymore and they can't see any messages that are sent unless we send as regular text individually.

    Is there a way to turn off iMessage for a group text that includes multiple people with different non-apple devices? When a message is sent, only the iPhone users can see the iMessage. Those without them cannot see the texts unless we send individual Text Messages or turn off iMessage completely.

    now I have this and it still doesn't work.
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "OffTime" "1"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
    EndSection

  • Single step workflow with multiple approvers (without using a group)

    Hi,
    is it possible to have a single step workflow with multiple approvers without using a group? This is for a contract document.
    i want to add a number of users based on particular logic. The approvers are random and do not belong to any particular group.
    DO let me know if it is possible or if any of you have done that.
    thanks in advance.
    regards,
    rubio

    Hi Rubio,
    I believe the behavior would be, if individual users are added as approvers then the system would require each approver to approve the document. However, if you use the user group, you could set the role so that it would be either ALL or ANY.
    Regards,
    Vikram

Maybe you are looking for

  • Payment clearing of a partially cleared document.

    Hello, I have a question on how the payment clearing works for the below scenario: When we post a credit memo for Vendor through MIR7, the below accounts will hit: Dr Vendor Cr GR/IR Dr Costs (Expense a/c) Cr Tax Cr Cash Discount Clearing a/c. As par

  • Looking for a simple example of how to query all the accounts

    I'm new to the web service model in oracle crm and have been trying to just get a list of the accounts in the system. I generated a .cs class from the account wsdl and added it to my asp.net project. I'm able to get a handle on the account class but

  • No Pro because Player won't install

    I've just bought QuickTime Pro. Unfortunately I hadn't installed the QuickTime player before purchasing. Now I find that the player won't install: it looks for the QuickTime.msi file so that it can uninstall a previous version of the player, but the

  • JFileChooser weird problem (Help!!!)

    Does anyone here have loading problem with JFileChooser? I have a class that inherited the JFileChooser class and another class that inherited the JFrame class and this class create an instance of the JFileChooser class. My program sometime will not

  • Is Hard Drive Dead???

    Hello, Thanks for anyone that posts and helps me out here. These forums help alot. I have iMac G5 Isight (model before intel) 200GB HD 2.5GB Ram. Stopped working and saw blue screen with question mark the other day. uh oh. Attempted restart -> not so