Xtrkcad dependency availiblity question

Hello all,
I am about to make the switch from Fedora to Arch but one thing that is stopping me is a model railroad cad program called xtrkcad. I looked to see if the dependencies were all available but it looks like none of the packages I need are. Can someone tell me if the following are available in Arch: libc6, X11R6, GTK+2.0, gtkhtml2  I would think so but maybe I am just missing something. But if not, I do not want to wipe a perfectly good system only to be unhappy about one program in a new system.
Thanks,
Steve

Arch Linux uses the latest stable packages and X is version X11R7.5.. Don't think the other packages should be a problem, never used an application wich dependencies wasn't in the repostory, if it isn't there it's probably in the AUR, and if not there, manually download and compile it... Hope someone else can help you more.
Last edited by Corex (2010-02-21 15:34:26)

Similar Messages

  • Dependency of Questions in a Questionnaire

    Hi,
    Can we maintain dependency between questions in the sense that on selection of the answer option the next question should be coming.
    Question 1
    If Yes - Question 2
    If No - Question 3
    Regards,
    Karunakar

    Hi Karunakar,
    your questions is marked as answered, but I can´t find the answer. I have a similar problem. I have the following situation: Can I make a questionnaire where different questions pop up when certain answer are given. For instance when you answer that you live in Germany, that the question u201Cwhich federal staeu201D (answer options: bavaria, lower saxony etc.) pops up?
    Thank your and KR
    Martin

  • MessageChoice dependency - Last question

    Here's my last post concerning MessageChoice Dependency. Please help if possible. I've provided all my code below.
    I have the need to join Carrier and Service Level. When selecting the Carrier poplist, I need the appropriate service levels to appear in the poplist beneath.
    CarrierVO query:
    select distinct freight_code from org_freight_vl
    where (disable_date is null
    or disable_date > sysdate) order by freight_code
    __Carrier MessageChoice:__
    Add Blank - True
    ActionType - firePartialAction
    Event - changeServiceLevel
    Submit - True
    View Def - ...CarrierVO
    Picklist View Inst - null
    Picklist Display Attr - FreightCode
    Picklist Value Attr - FreightCode
    ServiceLevelVO query:
    select distinct meaning
    from splwms.so_lookups
    where lookup_type = 'SHIPMENT_PRIORITY'
    and enabled_flag = 'Y'
    and attribute4 = :carrier
    order by meaning
    ServiceLevel MessageChoice:
    AddBlank - True
    View Def - ...ServiceLevelVO
    Picklist View Inst - null
    Picklist Display Attr - Meaning
    Picklist Value Attr - Meaning
    //Code in process request
    OAMessageChoiceBean FreightCode = (OAMessageChoiceBean)webBean.findChildRecursive("FreightCode");
    carrier.setPickListCacheEnabled(false);
    //Similarly for second Poplist
    OAMessageChoiceBean ServiceLevel = (OAMessageChoiceBean)webBean.findChildRecursive("FreightCode");
    ServiceLevel.setPickListCacheEnabled(false);
    OATableBean XXX = (OATableBean)webBean.findChildRecursive("carrier");
    ServiceLevel.setListVOBoundContainerColumn(0, XXX,"carrier");
    //Controller - Process Form Request
    if("changeServiceLevel".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    String carrier = pageContext.getParameter("carrier");
    //Priniting the value selected
    System.out.println("value_selected in FreightCode>>"+carrier);
    OAAdvancedTableBean FreightCode = (OAAdvancedTableBean)webBean.findIndexedChildRecursive("carrier");
    if ( carrier != null )
    Serializable[] param = {carrier};
    am.invokeMethod("initServiceLevel", param);
    //Code in ServiceLevelVOImpl.java
    public void initServiceCode(String carrier)
    setWhereClauseParams(null); //Always reset
    setWhereClauseParam(0, carrier);
    executeQuery();
    ServiceLevelVORowImpl row1 = (ServiceLevelVORowImpl) this.first();
    //Code in AM
    public void initServiceLevel(String carrier)
    ServiceLevelVOImpl elementVO = getServiceLevelVO1();
    elementVO.initServiceCode(carrier);
    Anyone have any idea why my form compiles without error but when running I get a Null Pointer error against my Controller's process request?
    Do I have the messageChoice lists and their variables referenced properly?
    Any help would be greatly appreciated.
    Thanks,
    -Scott

    Hi Scott,
    //Code in ServiceLevelVOImpl.java
    public void initServiceCode(String carrier)
    setWhereClauseParams(null); //Always reset
    setWhereClauseParam(0, carrier);
    executeQuery();
    *//ServiceLevelVORowImpl row1 = (ServiceLevelVORowImpl) this.first();* -- comment this line.
    Thanks,
    Kumar

  • Questions on ROS

    Hi Gurus,
    I have a list of questions regarding the Implementation of Supplier Self Registration scenario in SRM 7.0 using ROS component
    1)     Is it possible the implementation of ROS without SUS? If yes, is it mandatory the utilization of XI? If yes, what would it be the reason for utilization of XI?
    2)     In ROS it is possible to define different kind of qualification questionnaires depending on the Category Id choosen by the potential supplier during the Self Service Registration; Is it possible to influence the content of a questionnaire so to have different questions depending on other information inserted by the Potential Supplier (e.g. different kind of Supplier u2013> different questions: eg set of questions 1 for manufacturer and set of questions 2 for a law office)? If Not, are there BADIs able to influence the standard behaviour?
    3)     In the standard system the questionnaire can be category dependent: My question is: is it possible to define different questionnaires for different level of Material Group Hierarchies?
    4)     Is it possible to define Workflows for evaluation of questionnaires sent by the Potential Supplier? (E.g. before qualifying a Supplier the questionnaire must be evaluated  1° by the Purchasing Department 2° by the technical specialist 3° Finance and so on). If Not, is there something like a BADI allowing the implementation of a complex Workflow at the end of which we have the Qualification of the Supplier?
    5)     Is it possible (always according to the standard functionality) to allow the evaluator of a Questionnaire to assign a score to the single value of the answer given by the Supplier or to the Entire Questionnaire?
    6)     Is there an automatic update of the SRM EBP Object u2018Vendor Listu2019 when a Supplier is qualified for a certain category id?
    7)     When a Supplier is qualified for a Product Category , how the Supplier Master Data is created in SRM-EBP? Do we need XI?
    8)     How can the same supplier transferred to ERP system? Is there an automatic way to transfer the information from ROS->EBP->ERP?
    a.     If Yes, do we need XI to manage the Master Data transmission from EBP to ERP?
    b.     If not, how can I create the Supplier Master Data in ERP?
    i.     Manually and then transfer if (via BBPGETVD) to SRM-EBP?  (how can the system create a match between the ERP number and the SRM Number  - only according to the address data? -)
    ii.     Manually creation in ERP and then (always manually, maintaining the ERP number in the EBP Supplier Master data?)
    9)      THANKS  IN ADVANCE FOR YOUR ANSWERS!!!
    Best Regards
    Nuz
    Edited by: massimiliano colombo on Jan 29, 2010 4:01 PM

    Hi Masa,
    I've posted new messages related to ROS according to your suggestion.
    Thanks
    Nuz

  • NWDI CMS Assembly broken DC - missing DCs as Dependency

    Hi Everyone,
    I need your advise/help:
    in NWDI CMS, when assembly my custom application i.e. b2b_bd, I got broken DC error with below details from CBS log file.
    Seems there are 2 missing DCs:
    sap.com/tc/bi/bp/enterpriseApplication' DC, does not exist [public-part: enterpriseApplication] AS Build Plugin Dependency
    'sap.com/crm/isa/web/b2b' DC, does not exist [public-part: war] AS Build-Time Dependency
    My question is  prior to my custom application assembly, do we need to do any dependency steps - sap standard DCs (SP related DCs) assembly?
    here is the CBS's log details:
    Analyze effect of applied changes to buildspace state... started at 2009-10-27 19:45:59.564 GMT
    INVALID DEPENDENCIES: The following dependencies of the DCs in this request are being marked as invalid as they refer to non-existent public parts.
    'sap.com/b2b_vanilla' DC of 'sap.com_CUSTCRMPRJ_1' compartment USES 'sap.com/tc/bi/bp/enterpriseApplication' DC, does not exist [public-part: enterpriseApplication] AS Build Plugin Dependency
    [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]: Invalidated
    'sap.com/b2b_bd' DC of 'sap.com_CUSTCRMPRJ_1' compartment USES 'sap.com/tc/bi/bp/enterpriseApplication' DC, does not exist [public-part: enterpriseApplication] AS Build Plugin Dependency
    [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]: Invalidated
    'sap.com/b2b_vanilla' DC of 'sap.com_CUSTCRMPRJ_1' compartment USES 'sap.com/crm/isa/web/b2b' DC, does not exist [public-part: war] AS Build-Time Dependency
    [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]: Invalidated
    'sap.com/b2b_bd' DC of 'sap.com_CUSTCRMPRJ_1' compartment USES 'sap.com/crm/isa/web/b2b' DC, does not exist [public-part: war] AS Build-Time Dependency
    [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]: Invalidated
    Skip check for build time dependency cycles. DC metadata is not changed.
    Determine components that have become DIRTY due to the results of this request started at 2009-10-27 19:45:59.615 GMT
    No such components have been found.
    Determine components that have become DIRTY due to the results of this request finished at 2009-10-27 19:45:59.616 GMT and took 1 ms
    No Internal Build Requests are canceled by this request
    Any advises / suggestions / help?
    Thanks, Jin

    Hi eCommerce Developer,
    Thank you so much for your quick response, email and help.
    The DC was broken because of a problem in a used DC or build plug-in, 'sap.com/tc/bi/bp/enterpriseApplication'  and 'sap.com/crm/isa/web/b2b', are not available while assembling.  My question is how to make them avaiable?  I don't think I can edit/activate them from NWDS, only Basis can import a patched version of the used SC into CMS, please correct me if I'm wrong.
    Any advises / suggestions?
    Thanks again, Jin

  • Client independent and dependent transport request

    Hi
    I have a list of transport requests, I need to find which is a client independent and which is client dependent request.
    I am aware that workbench req is client independent and customizing req is client dependent.
    But i think i need to look someting else also, please help
    Regards

    Very interesting!
    As we all know that customizing requests are always client dependent, the question obviously target workbench requests.
    To my knowledge tables are always cross-client, but their contents are not necessarily.
    As one can put table -contents- into a workbench request as well, this one would thus be client dependent. Same applies e.g. for forms.
    But E070* does not give any information about the transport contents.
    E071* however states the objects included, but not if those are client dependent or not.
    How are table -contents- and forms reflected in E071* ? Can I filter for those somehow?
    Thanks
    Christoph

  • Profit center Time dependent and other Time Dependent Master Data

    Hello Friends . I ticked one of the attribute of 0Vendor -
    Attribute = Profit center Time dependent. Now I get
    Date To and Date From Field. I read that we need to set this in BI via routine. Can u Suggest the below
    Date From Field = GO live Date
    Question 1 : If I set Date To FIELD to be Month end like for oct 10/31/2007 and make a routine that will increase the Date To FIELD to November 11/30/2007. Will it spoil the load since I read in SAP Expert that we cannot have same date to field. But i guess we can have it, Like If i load it today Date to will be 10/31/2007 and tomorrow load will also have 10/31/2007 . so it will have monthly snap shots of master data
    Question 2 : what is advisable if I create Daily snap shots of master data like Date To FIELD will be Loading Date . Will that logic in routine to create daily loading date set to Date To FIELD will overburden the system and make the system die in few months or it is ok. we will have about 12 fields which will be time dependent.
    Question 3: If you have any routine that set Date To field please email me at [email protected]
    Please help
    soniya
    null

    Soniya,
    If you really need to do it, Quarterly is a better option than monthly so that you can reduce the number of records in master data.
    For the time stamp, you will have to write some code.
    Since you are going to use 0PROFIT_CTR object, the business content on this is still based on the old data flow. You have multiple places to write this code. The best place is to create a transformation between your Infosource and the InfoObject. Once you have the update rule, you can write a start routine.
    you have to populate the date from and date to field.
    date to = first day fo the current qtr.
    date from = last date of the current qtr.
    to get the first date and last date you can use the following logic.
    1. pass current date and fiscal variant to fm DATE_TO_PERIOD_CONVERT.
    2. get the first period and last period from the output of 1. (for example, the current date is converted to period 003, and year 2007, then for this value the first period will be 001, and last period will be 003 and so on)
    3. use fm FIRST_DAY_IN_PERIOD_GET to get the first date of the period.
    4. user fm LAST_DAY_IN_PERIOD_GET to get the last date of the period.
    If you don't know much abap, take help of abap developer.
    -Saket

  • Dependant Requirements and Planned Orders

    Hi,
    For dependant requirement, question is whether once the planned orders (of independent requirements) are converted to production orders, then only will the dependant requirements be converted to planned orders…or it is converted once independent requirements are converted to planned orders? I.e. independent requirements are blown down all the way in MRP.
    Thanks.
    Rgds,
    Sue

    Hi,
    Let us take some example so that it is easier to explain.
    Material A - Finished Good
    Material B - Raw material
    PIR generated for A - 100 Nos , MRP is run and Planned order created for A - 100 Nos. Now
    For Mtl B Dep reqt is generated for 100 Nos.
    If No stock is available then a planned order for 100 nos generated.
    IF Stock is availabel then no planned order is generated.
    When production order is created for Mtl A then the "dep reqt" status of Mtl B changes to
    "ordres"(order reservation)status.U can check this MD04.
    Thanks and regards,
    Rajesh

  • Copy Pricing Cond. from PO to Billing Doc. in 3rd Party Sales

    Background
    For Third Party Processing, the standard SAP "Document Flow" is:
    Sales Order -> Purchase Order -> Invoice Receipt -> Billing Document
    Question 1
    We have this Third Party Model described above mplemented with my current customer.  Standard SAP Condition Type VPRS is in the SD Pricing Procedure and during Sales Order creation it is determined via Material Master.  However, after the Invoice Receipt is created against the PO, it appears that VPRS is redetermined in the Billing Document based off of the 'Cost' from a Condition Type in the PO. 
    My question is as follows:  How does it 'know' to do this???  I do not see any code or calculation type in the Pricing Procedure that tells it to pull it from the condition type in the Purchase Order.  Where is this code - or - where is this functionality derived from in Pricing Configuration???
    Question 2
    This question is dependent on Question 1, but is it possible to pull other pricing values from the PO into a different Sales Order condition type(besides VPRS of course) using stricly Pricing Configuartion or do I have to code some sort of Calculation Type to do this? 
    Thanks for any help here!
    Mike

    Hello Mike
    Question 1:
    It knows it from config as you rightly guessed. Let me quote from SAP help documentation:
    Documentation for VPRS says "For a third-party business transaction, the costs are determined from the purchase order:"
    If Customizing has been configured appropriately, the system determines the cost for third-party order processing from the value of the vendor invoice plus proportional statistic conditions (for example, cash discounts or statistical freight) from the purchase order in Materials Management.
    The quantity indicator in the billing documentu2019s document flow then controls where the cost comes from. Activate indicator F in the Billing quantity field (billing quantity equals goods receipt quantity minus quantity already billed).
    This is in copy control. VTFA - Item cat settings
    Links:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/d7/5cf0e89e5911d2959e00a0c9306794/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/eb/85a078893811d2ac830000e8a5bd28/frameset.htm
    Question 2:
    I don't think it is  possible to pull other pricing values from the PO into a different Sales Order condition type using strictly Pricing Configuration. You will have to  code some sort of formula ( Alt. Cond. Base value/Alt. Condition Value)  to do this.
    Hope this helps.

  • Feedback on NI Search Results

    Greetings! We are trying to make it easier for customers to find solutions
    on our web site, and I would like your feedback. We are considering changing
    the titles on documents so that the area of the site is displayed prominently
    in the title. Thus, when you run a search on our main site, the type of
    material would be prominently displayed in the title. For example, if you
    ran a search on the main area of the site, you would return results like
    this:
    KnowledgeBase - LabVIEW 5.0 CIN Manual has incorrect instructions
    Tutorial - Using a CIN in LabVIEW
    Example - Using a CIN to Create an array
    Manual - LabVIEW Developer's Manual
    The second format we are considering is title of document followed by type
    of document, ie.
    Using
    a CIN in LabVIEW - Tutorial
    Using a CIN to Create an Array - Example
    LabVIEW Developer's Manual - Manual
    Do you think it is helpful to have the type of material listed first in the
    title or is it distracting? When you run a search, are you generally looking
    for something specific like an example, tutorial, or manual, or are you looking
    for anything that will answer your question? If you are looking for something
    specific, do you run a search on the main site, or do you go to that area
    of the site?
    I really appreciate your help,
    Sarah

    Sarah Patterson wrote:
    > Greetings! We are trying to make it easier for customers to find solutions
    > on our web site, and I would like your feedback. We are considering changing
    > the titles on documents so that the area of the site is displayed prominently
    > in the title. Thus, when you run a search on our main site, the type of
    > material would be prominently displayed in the title. For example, if you
    > ran a search on the main area of the site, you would return results like
    > this:
    > KnowledgeBase - LabVIEW 5.0 CIN Manual has incorrect instructions
    > Tutorial - Using a CIN in LabVIEW
    > Example - Using a CIN to Create an array
    > Manual - LabVIEW Developer's Manual
    >
    > The second format we are considering is title of document followed by type
    > of document, ie.
    > Using a CIN in LabVIEW - Tutorial
    > Using a CIN to Create an Array - Example
    > LabVIEW Developer's Manual - Manual
    >
    >
    > Do you think it is helpful to have the type of material listed first in the
    > title or is it distracting? When you run a search, are you generally looking
    > for something specific like an example, tutorial, or manual, or are you looking
    > for anything that will answer your question? If you are looking for something
    > specific, do you run a search on the main site, or do you go to that area
    > of the site?
    >
    > I really appreciate your help,
    > Sarah
    Second format seems better to all. For me second is better as well.
    If I'm searching for exact phrase which I know should exist in
    databases, -searching through main search page. If not, digging deeper
    in a particular product/knowledge area.
    I'm very familiar with NI many years, so having bookmarks and using them
    more often. Search page should not contain many selectors with huge
    number of items to select. Never using them. I see that it's more
    convenient to the DB developer, but need fastest access to particulat
    product area very fast. So keeping one input text box is more clear and
    convenient for the beginning. Advanced search seldom using. Depends on
    question, though, what to use - search or expanding tree-like navigation
    to product page.
    Sergey Krasnishov
    Automated Control Systems
    National Instruments Alliance Member
    Moscow, Russia
    [email protected]
    http://acs.levsha.ru

  • Collections Problem

    Hello
    First I want to sorry for my english, it's not good, but I hope that anybody understand me. I am student learning java for some time, and I'm creating a small project (program to test knowledge from specified domain) as my homework. I try to explain my problem.
    In my program I have three types of questions that user can see during the test: single selection, multiply selection and answer input to text field.
    User can back to the previous questions.
    I have three methods to check answers, activate when button "next questions" is pressed. A the end of all this methods I have a code responsible for sending selected answers to collection stored that answers, so if user back to the previous questions, previously selected answers can appear.
    private List<String> list_ans = new ArrayList<String>();
    //this list store selected answers to the currrent question, clear everytime at the end of method.
    private Map<Long, List<String>> map_all_ans = new HashMap<Long, List<String>>();
    //this collection store all selected answers from all questions. Piece of code from one of that methods for storing answers:
    //method for check questions of type 1
    private void checkType1() {
        ///the code at the bottom od the method
                 //id_q : id of actual questions, id: id of question in database
                 list_ans.add(answers); // single string or arraylist, depends from question type
                System.out.println(questions[id_q].id);
                System.out.println("list_ans contains:"+list_ans);
                if (map_all_ans.containsKey(questions[id_q].id)) {
                    System.out.println("Data in map_all_ans:"+map_all_ans);
                    map_all_ans.remove(questions[id_q].id); //delete old answers in the collection
    //from current question if answers  selected for this question are in the map_all_ans
                    System.out.println("Data in map_all_ans:"+map_all_ans);
                    map_all_ans.put(questions[id_q].id, list_ans);
                    System.out.println("Data in map_all_ans:"+map_all_ans);
                } else {
                map_all_ans.put(questions[id_q].id, list_ans);
                System.out.println("Final data in map_all_ans:"+map_all_ans);
                list_ans.clear();
                answers.clear();
         }My problem is why selected answers are stored not only under questions[id_q].id key (always unique), but under all previous keys in collection, so whole collection contains answer from only last checked question???, for example:
    //step : answers for current questions (in this case this is first question)
    //step2 :checkType1() -->Final data in map_all_ans :{1=[Yes]} <---ok
    //step 3: answers for current questions ( 2nd question )
    //step4 :checkType2() -->Final data in map_all_ans :{1=[answer1, answer2, answer3 ], 2=[answer1, answer2, answer3]}  <--not good:/Why? I thought that I clearly specify key where put method should store data.
    Thanks for yours patient.
    Could anybody help?
    Regards
    Edited by: tua1 on Dec 20, 2008 9:48 AM
    Edited by: tua1 on Dec 20, 2008 9:54 AM
    Edited by: tua1 on Dec 20, 2008 9:54 AM
    Edited by: tua1 on Dec 20, 2008 9:56 AM
    Edited by: tua1 on Dec 20, 2008 9:56 AM
    Edited by: tua1 on Dec 20, 2008 9:57 AM
    Edited by: tua1 on Dec 20, 2008 9:59 AM
    Edited by: tua1 on Dec 20, 2008 10:03 AM

    tua1 wrote:
    I try something like this but I am getting nullpointerexception.
    map_all_ans.put(questions[nr_q].id, new ArrayList<String>()).addAll(list_ans)I can't figured out how I can do it properly:/
    RegardsLearn to use a debugger or how to do poor man's debugging using System.out.println() statements at strategic locations printing the variables of interest.
    In the line which you gave, there are potentially three points which could throw a NullPointerException. If you separate each action/call which happens in this single code line over separate code lines, you would more easy trackdown the piece which was causing the problem by just looking to the first line number of the NullPointerException stacktrace.
    Oh, there's a 'New to Java' forum around at those forums. This really isn't rocket science. Just know the Java basics and make use of the human logical thinking powers (if any available).

  • Product for Generating Dynamic Forms

    Hi,
    Adobe has a myriad of products.  Which product is suitable to create dynamic PDF forms, downloadable to client (not necessary to integrate with browser).  The "dynamicity" of the forms are dependent on questions answered by the user - which in all likelihood would be better asked "outside" the Adobe form.  In other words, generate a PDF Form for entry using Adobe technology in conjunction with a web technology like ASP, Java or other?
    Regards,
    Gawie

    Stars, snowflakes? A database for Data Warehouse with facts and measures connected in a star/snowflake like schema? It remains a database. And SSIS already has stock components for processing DW as SSAS Cube processing, merging data, lookups, you name it.
    They are graphical.
    You can achieve all this by just using SSIS which is tailored exactly to doing that.
    The rest, if there is a gap, there are third party components available for as BIML http://varigence.com/Products/Biml/Capabilities that can automate things and take away the routine.
    Arthur My Blog

  • Read xml file from jsp/servlet

    Hi all,
    I am a new comer to jsp and really appreciate if someone can help me on this:
    I will like to use a xml file to control access to my web app instead of using a database. Let say user.xml that will contains user name and password. Questions:
    1. where should I put this file? Under WEB-INF?
    2. In my jsp or servlet, how do i read the xml file, i mean how to i refer to the file (depend on question 1 as where the file should be placed)?
    Thank you very much.
    Sim

    Hi jlsim,
    you can place the xml file where you want, but remember that placing it under /WEB-INF is the most security way.
    I had a similar problem and I placed the xml file under /WEB-INF directory.
    To refer to it I did something like this:
    String realPath=getServletContext().getRealPath("WEB-INF/xml/workspaces.xml");//obtain the real path
    File f=new File(realPath);//obtain an instance of your file usable
    //to create an InputStream

  • Block Traffic under two VLAN's : Unidirectional OR Bidirectional ???

    I have a Ciso L3 switch with 4 VLANs and all host computer connected to rest of 8 cisco 2960 switch's:
    VLAN 1  : 192.168.1.0/24
    VLAN 10: 192.168.10.0/24
    VLAN 20: 192.168.20.0/24
    VLAN 50: 192.168.30.0/24
    There are list of my some Questions about Extended ACL serialwise :
    1. For Restrict traffic from VLAN 10 to VLAN 20, I am using  only one ACL is : Access-list 100 deny ip 192.168.10.0 0.0.0.255 192.168.20.0 0.0.0.255.
        What will happen in this scenerio if we talk about traffic from VLAN 20 to VLAN 10. Will it communicate or not ???
    2.   How to Block the traffic from VLAN 10  to  VLAN 20 but allow the traffic from VLAN 20  to  VLAN 10 ? Plz tell access list command for this.
          Question # 2 Depends on Question# 1...................
    Plz find here My cisco 3560 switch configuration in Blog below :
    Regards
    Kuldeep

    Hi Richard,
                      See this cisco 3560 switch Configuration, and tell me answers accordingly:
    CORE_3560#sh run
    Building configuration...
    Current configuration : 5299 bytes
    version 12.2
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname CORE_3560
    enable secret 5 $1$d6GO$No/vGsChZP5O.5ANOYI2m/
    no aaa new-model
    ip subnet-zero
    ip routing
    no file verify auto
    spanning-tree mode pvst
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    interface Port-channel1
    description *** CONNECTING TO CISCO-2960 SWITCH-1 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface Port-channel2
    description *** CONNECTING TO CISCO-2960 SWITCH-2 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/1
    description *** CONNECTING TO CISCO-2960 SWITCH-1 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    channel-group 1 mode on
    interface GigabitEthernet0/2
    description *** CONNECTING TO CISCO-2960 SWITCH-1 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    channel-group 1 mode on
    interface GigabitEthernet0/3
    description *** CONNECTING TO CISCO-2960 SWITCH-2 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    channel-group 2 mode on
    interface GigabitEthernet0/4
    description *** CONNECTING TO CISCO-2960 SWITCH-2 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    channel-group 2 mode on
    interface GigabitEthernet0/5
    description *** CONNECTING TO CISCO-2960 SWITCH-3 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/6
    interface GigabitEthernet0/7
    description *** CONNECTING TO CISCO-2960 SWITCH-4 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/8
    interface GigabitEthernet0/9
    description *** CONNECTING TO CISCO-2960 SWITCH-5 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/10
    interface GigabitEthernet0/11
    description *** CONNECTING TO CISCO-2960 SWITCH-6 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/12
    interface GigabitEthernet0/13
    description *** CONNECTING TO CISCO-2960 SWITCH-7 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/14
    description *** CONNECTING TO CISCO-2960 SWITCH-8 ***
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/15
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet0/16
    interface GigabitEthernet0/17
    interface GigabitEthernet0/18
    interface GigabitEthernet0/19
    interface GigabitEthernet0/20
    interface GigabitEthernet0/21
    interface GigabitEthernet0/22
    interface GigabitEthernet0/23
    interface GigabitEthernet0/24                       
    description Connecting to Cisco-1800 Router             
    switchport access vlan 50
    switchport mode access
    interface GigabitEthernet0/25
    interface GigabitEthernet0/26
    interface GigabitEthernet0/27
    interface GigabitEthernet0/28
    interface Vlan1                                     ***** L2 switch's Vlans
    ip address 192.168.1.1 255.255.255.0      
    interface Vlan10
    ip address 192.168.10.1 255.255.255.0
    ip access-group 101 in
    interface Vlan20
    ip address 192.168.20.1 255.255.255.0
    ip access-group 101 in
    interface Vlan50
    ip address 192.168.30.1 255.255.255.0
    ip classless
    ip route 0.0.0.0 0.0.0.0 192.168.30.10
    ip http server
    access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.20.0 0.0.0.255
    access-list 101 permit ip any any
    access-list 101 permit icmp any any
    control-plane
    line con 0
    line vty 0 4
    password cisco
    no login
    line vty 5 15
    no login
    end

  • Pooling, SOAP, etc...

    We have a situation where we developed an app for a customer and they were experiencing problems with connection times.
    We tweaked the connection pooling code in Nco 1.x, and now they are running into problems with "maximum conversations exceeeded".  We're resolving that currently, but they may want to move to 2.0.
    If we do that, does anyone see significant advantage to using SOAP to do our calls.  We do quite a few calls per transaction to read data, etc.

    Both versions, 1.x and 2.0 support both features RFC/Soap and RFC connection pooling. In both areas version 2.0 just has some enhancements. The decision to use Soap or RFC usually depends on questions:
    - Is there a Firewall between client and server that only supports Soap.
    - Is the app performance critical? Usually RFC is significantly faster than Soap.

Maybe you are looking for

  • Where is the show menu in iTunes 11.3.1?

    The directions say it is at the bottom of the iTunes screen, but I cannot find it. I have home sharing turned on and I'm even playing music from one computer on another. But, I cannot find the place to copy the files onto the second computer.

  • Video length iPhone 4

    I have been trying to find out what the maximum video length shot by the camera will be on the iPhone 4 without any success. I have also had no success in finding out the maximum video length for video on the 3GS too. I was wondering if anyone knows

  • Itunes devices are grayed out

    I have an iphone 4S and iTunes on my PC, running Windows 7. Until recently, I was able to sync my calendar with my outlook calendar. Since the last iTunes update,  in iTunes, the Devices choice is grey-out. I have reinstalled iTunes and it did not he

  • I occassionally work with 1GB+ image files, PS CC locks up after...

    I create photorealistic backgrounds for dye sublimation printing, amongst thousands of other things. These are large images, such as yesterday's which was 58x84 inches at 300 dpi, created from a scanned transparency. I tried Photoshop 6 from the Crea

  • What should/can be an alternative for public folders?

    Hi people! Scenario: Exchange 2010 SP3, Outlook 2013 on client side. Users like to work with public folders especially because the share the same folder and then they drag & drop items to subfolders. Now the plan in near future is to migrate Exchange