When does this cmd need?

Well, here is my lab NP.  but i find it can reflect so many problems.
As you know, we often use loopback interface to establish ibgp peer in one AS, and use connected interface to establish ebgp peer between diferent AS(s).
just like my lab, i use loopback int 0 of R2 and loopback int 0 of R3 to establish neighbor. then i should configure an IGP protocol or static route for TCP connection, or 2.2.2.2 can not reach 3.3.3.3. and now i was confused that  why CISCO officail file suggest us to do like this and not use connected interfaces.
when we use loopback interface between two AS(s), we must add cmd: neighbor x.x.x.x ebgp-multihop 0~255, which specify the least hops before destination. so message from R1 can reach R2 successfully. but why could we never use this cmd when we establish neighbor between R2 and R3 even we use loopback interface, three shake-hands also can be done.

Hi Wei yao,
just like my lab, i use loopback int 0 of R2 and loopback int 0 of R3 to establish neighbor. then i should configure an IGP protocol or static route for TCP connection, or 2.2.2.2 can not reach 3.3.3.3. and now i was confused that  why CISCO officail file suggest us to do like this and not use connected interfaces.
we use the loopback interface because they are very much reliable.loopback comes up as soon as device starts there are no chance like loose cable problem so its good to form neighborship with the help of loopback in case we have redundant links, if we form neighborship with the help of the physical interface then if one of the redendant  interface which is used to form neighborship goes down it means neighbor ship goes down but the neighbor is still reachable with another interface.
when we use loopback interface between two AS(s), we must add cmd: neighbor x.x.x.x ebgp-multihop 0~255, which specify the least hops before destination. so message from R1 can reach R2 successfully. but why could we never use this cmd when we establish neighbor between R2 and R3 even we use loopback interface, three shake-hands also can be done.
The ebgp-multihop command is used to disable the connect check mechansim and this can be used when we form the neighborship with the help of loopback or when we are no able to form the neighborship with the help of directly connected interface.
Regards,
Wei yao.

Similar Messages

  • Whenever i try and send an imessage to someone that has an iphone it gets stuck at times and won't go through. I then have to send it as a basic text and then it will respond message failed to send what should i do when it does this i need help

    Whenever i try and send an imessage to someone that has an iphone it gets stuck at times and won't go through. I then have to send it as a basic text and then it will respond message failed to send what should i do when it does this i need help

    The use of iMessage depends on both the sender and the receiver having an active data connection. If either of the two connections are interrupted, the message can fail. The sending of an iMessage differs from the sending of an SMS, and if you are having SMS failures, that would be a carrier concern.

  • Can someone please help. I have a really old MacBook that is running really slow. I want to wipe everything and reinstall the latest software but don't know how to do this. Also is there a way of keeping Microsoft Office when doing this? Thanks in advance

    Can someone please help. I have a really old MacBook that is running really slow. I want to wipe everything and reinstall the latest software but don't know how to do this. Also is there a way of keeping Microsoft Office when doing this? Thanks in advance

    You do realise that wiping the disk means that everything on the disk is erased. Everything. Photos, music, emails, ...
    So the first piece of advice is to make sure you have a back up of everything.
    You need the OS disk to reintsall the operating system. You will use that disk first to erase the drive, then to reinstall the OS.
    Here's the link for the US.  http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    As for MS Office, you will need the original disk that it came on to reinstall it.

  • HT4859 does anyone have any idea how one can keep their data on iPad after leaving icloud as it appears that you loose all data when doing this...its killing me!!!

    does anyone have any idea how one can keep their data on iPad after leaving icloud as it appears that you loose all data when doing this...its killing me!!!

    rtilghman wrote:
    telling me to buy a new router is NOT a solution.
    And why not? Apple is selling these things like BigMacs. They can't make enough of them. You've been suffering since May because you refuse to get a decent router.
    Can you imagine if a company that makes a refrigerator told me that I needed to upgrade my electrical system to rectify a problem with their device? What kind of response IS that?!?!
    What if the problem with their device is that it requires a new-fangled "grounded" outlet and your circa 1890 house doesn't have grounded outlets. Would you refuse to purchase a $ 25 adapter on principle?

  • HR triggers in GRC CUP.. How and when does this work

    Dear Experts,
    I would really appreciate if some one could shed some light on how HR triggers work in GRC CUP ?
    When does this get triggered ?
    Is it when the the user master record is saved or when the Info type 105 is linked ? Are there any pre-requisities that should be taken care from the Hr perspective so that I can set the expectations accordignly with HR team ?
    P.S I already went through the article " How to configure HR triggers with GRC CUP ?
    Thanks
    Kumar

    I configured HR trigger rule for infotype 0000 & subtype Z1,field MASSN with value equal to 01 to trigger new hire...i don't see any data being populated into table /VIRSA/INT_TRIG & ?VIRSA/DATA.
    I could see the rule in table /VIRSA/RULEATTR.
    Any help would be appreciated.
    Thanks,
    Srinu

  • When does this kind of error come in RTF Editors?

    Hi All
    I am writing an applet based text editor, based on RTF Editorkit, i have got this pecular error when doing executing this statement.
    rtf.read(fileInputStream1,ep.getDocument(),0)
    Where rtf is my RTFEditorKit instance.
    ep is my JTextPane
    and fileInputStream1 is the fileInputStream which i am using
    The above line of code threw me an IOException saying the below
    'Too many close-groups in RTF text'
    I am unable to understand what could be the source of this error, or may be what will trigger this particular error.
    Please help
    Swaraj

    This happen if u got more closing braces than opening braces in your rtf.. RTFeditor Kit calculate level base on braces

  • When does this gets trigerred CRM_MKTTG_SEG_MEM_EX

    Hi All,
        I want to check when does the BADI gets triggered CRM_MKTTG_SEG_MEM_EX , i have implemented this BADI and put up a break point but didnt actually start when i did Right click on target group -> target group follow up proc. ->  Export in File.
       Any one worked on the similar lines?
    Thanks in Advance
    Regards,
    Kishore Yerra.

    Kishore,
    Perhaps the SAP help is wrong.  The underlying function module to export a target group is:
    CRM_MKTTGGRP_SEND_TO_CHANNEL.  If you see this BADI called in this function module then you can use it, otherwise try using the other BADI that I have mentioned before.
    I don't know know what to tell you at this point.  The cod for this looks pretty simple. the method IF_EX_CRM_MKTTG_SEG_MEMBER_EX~GET_TG_MEMBER_STRUCTURE .
    looks like:
       check flt_val eq '05'.
       ev_members_structure = 'ZSMS_MKT_BUPA'.
       ev_members_field_guid = 'PARTNER'.
    As far as the other method SELECT_TG_MEMBER_DETAILS I just coded routines to fill in the data into the field for the structure.
    Good luck,
    Stephen

  • When does a developer need to pay Apple? (App on App Store)

    If I was to create an app for the app store (a hotel comparison app, for example) in which a user can check for a product and then be linked directly to the appropriate site (i.e the hotel) or third party (i.e paypal) for billing purposes - as the app itself is not directly dealing with money transactions - would I still be liable to make additional payments to Apple?
    I'm new to this and doing research for my boss, and I've so far understood that we would need to be $99 to join the iOS development program but I cannot seem to find any information about what other charges we were likely to incur should we create an app.
    So for example:
    Customer downloads the app (more than likely it would be a free app)
    Customer uses it to search for (as an example, cheapest hotels in an area).
    Customer can view information about the hotel and then should they choose to make a booking, the app then links to an external website (either directly to the hotel or integrate, somehow, with the hotels internal payment system) in which to complete the transaction.
    So whilst the app would not physically process payments - would there be any limitations?
    If you understand what i'm saying...
    For the record, i'm not making a hotel comparision app - it's just an example!

    Well this is why i'm confused - because the service we want to provide doesn't require the need for "In-App" purchases in the sense that most people think of In-App purchases. The idea is that I open the app, compare deals and prices on something and then when I click on the "book now" for example - it takes me to the actual site to make payment. The transactions are not handled by the app - the app is purely a resource. But as I understand, any app that has in-app payments are subject to the 70/30 split with apple - but as we are not directly taking payment - I wanted to know whether that was still applicable - but it would now seem that it's not possible to develop an app that redirects a customer to make payment - is that correct?

  • Standard v Professional and when does this beta expire?

    I just saw the email from adobe that included this little
    nugget of info:
    We're also offering new Flex 3 packaging and pricing when it
    ships in early 2008.
    Adobe Flex™ Builder™ 3 Standard Edition
    $249
    Adobe Flex™ Builder™ 3 Professional Edition
    $699
    Flex Builder 3 Professional Edition adds the following
    features:
    * Data visualization and charting components
    * Memory and performance profilers
    * Flex test automation framework
    This appears to be great news for us that just to pure AS3
    development as I don't use the charts and such. The memory and
    performance profilers seem interesting but I'm not sure they are
    $450 interesting.
    Why not an ActionScript developers edition? Take out the Flex
    designer and add back the memory / performance profiler and sell it
    for the same $250....Just a thought. Would be great for people like
    me...and for those that just want a better AS editor for CS3.
    So this says that Flex 2 pricing will be effected Nov 1, I'm
    assuming that this beta will run for 30 days and then I could by
    flex builder 2 for $250 and then enter that serial number and run
    until flex builder 3 is released, at which point I'd need to buy a
    second license for flex builder 3 standard for $250....which means
    that I could end up with flex builder 3 now (running beta then full
    version) for the same $500 that I can get flex builder 2 for
    today...as long as I plan out my trial/ purchase.
    Thanks for listening Adobe!
    C.

    I've read all this info in a couple of places. The fact
    remains, here on November 2nd, that when I go to the adobe web
    site, to purchase my copy, the price is still $499 for the standard
    version of 2, and $299 to add charting. my boss is ready, willing,
    and able over here to buy Flex2, with I guess the "support" package
    to allow getting flex3 when it ships. But, why spend $499 for a
    product that is supposed to have dropped about in half? Where is
    the magic place to go to get the new pricing?

  • Friend installed lightroom cc and now cannot run Fishsim 2 (for general use and competitions)as it comes up with faulty picture files any work around to stop lightroom doing this He needs lightroom for his photo work and cannot uninstall it

    Can anyone solve this problem as this is a world wide community (Fishsim) and its a shame that this person cannot fish our competitions

    Hi Thanks for your reply
    he did reinstall other program with no results
    I do know that sometimes installing 1 program does interfere with
    other programs and just because lightroom has not done it before
    does not mean it wont do it.
    The main problem is that fishsim has faulty jpeg files in it only
    since LR installed and it wont load.
    Thank you for your advice and help
    David Turner

  • What files does this code need?

    I am trying to use this code from Java Examples In A Nutshell.
    It is a short program that involves reading one and writing to another (I think!) The way I understand things is that there has to be two files for the program to be able to run, from_file & to_file . I have attempted to creat two txt files and saved them as these names in the same folder as the app. The code complies as you would expect, when I try to run it I get Usage: FileCopy <source> <destination> and the app never runs. I suspect I have not created the external files properly. If you can see where I have gone wrong let me know, layman's terms please, Dave.

    When running the compiled "FileCopy.class" with java command you must enter the names of files, i.e.;
    java FileCopy "from_file" "to_file"
    in the command line.
    In this case args[0] is "from_file" and args[1] is "to_file."

  • What files does this code need part II?

    This is a continuation of a question asked earlier today http://forum.java.sun.com/thread.jsp?forum=54&thread=321833 . I now have been able to run this app & it seems okay. But I am confused as I expected the to_file to be overwritten by the from_file.
    However when I check text files they appear to be the same as they were at first. Why? Dave.

    Try again after deleting the "to_file" or use another name for the output file.

  • Does this query need function based index?

    Hello All,
    I have a strange problem. I have a table DM_T_CLEAN_EXCEPTION_LOG and I am doing a query in reports as follows:
    select COUNT(*) NO_OF_ALL_RECORDS
    FROM DM_T_CLEAN_EXCEPTION_LOG
    WHERE CREATE_DATE > to_date(to_char(sysdate -1 ,'dd-mon-yyyy') || ' 05:00:00PM' ,'dd-mon-yyyy hh:mi:sspm')
    AND EXCEPTION_SEVERITY = :EXCEPTION_SEVERITY
    AND EXCEPTION_DESCRIPTION = :EXCEPTION_DESCRIPTION
    Now I created indexes on CREATE_DATE, EXCEPTION_SEVERITY and EXCEPTION_DESCRIPTION. It says Index Skip Scan so I think it is slow. I tried even creating function based index on create_date using the to_date(to_char(create_date,'dd-mon-yyyy') but then it does a full table scan. Can anyone tell me what is the right way in this situation?
    Thanks

    It says Index Skip Scan so I think it is slow.Is it really slow or do you only think that it is slow ?
    If it is slow, please show us the explain plan with cardinalities, so we can figure out if an index on (exception_severity,exception_description,create_date) is more beneficial than your current one on (create_date,exception_severity,exception_description).
    Regards,
    Rob.

  • HP Simplepass and Chrome - When does this get fixed?

    Over the last few months, I've read a number of workarounds / fixes all of which appear to be temporary at best.
    I'm wondering, after literally hundreds of posts/threads etc, 
    Why hasn't HP delivered a permanent solution to those of us who
    Purchased a product with this technology installed - It's a fingerprint reader integrated in our computers for pete's sake
    Expected said technology to work and be supported
    Have been more than patient
    It would seem that HP's support system would rather that we tweak/workaround and possibly / maybe leave our systems vulnerable rather than 
    Fix the problem at hand... after nearly 6 months or more (some threads go back a year). This is inexcusable in my opinion. 
    Yes, google made a decision to not allow 3rd party extension... oh well. This was/is obviously in an effort to better secure their platform. 
    As HP user's, we purchased a product and expected it to work as described. There has been no effort made (or even announced?) to simply build/make an extension that can work or migrate within google? How much time is enough???

    See iTunes for Windows: "Registry settings" warning when opening iTunes and/or iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install.
    tt2

  • How does this work, need info

    is this thing any good, It doen't tel me anything about how to use it.

    Which of Adobe's products or services are you attempting to use?

Maybe you are looking for

  • Purchase order against statistical order

    Hi All, Can i have a purchase order account assigned to a statistical internal order. If yes, i will also need to maintain a real cost object like cost centre. Where can i maintain it? Regds Pooja

  • Error when setting up connection from Universe Designer to Oracle database

    Hello, I am attempting to create a connection to an Oracle 10 database in Universe Designer.  I am currently running Business Objects XI 3.1 SP3 on a 32 bit machine.  I have the Oracle client installed.  In Universe Designer when I attempt to create

  • 2nd Gen Ipod wont charge

    my ipod wont charge i have replaced the cord and everything, all it does is show the apple icon then go to a battery sign of red then back to the sign its a constant repeating session what is wrong with it???

  • Oracle10g Installation problem Solaris 10

    I have tried to install Oracle 10G on Solaris 10 but it failed at Starting Database Control, So for fresh installation I have uninstalled Oracle and by mistake removed the oraInventory directory also. Now when I run ./runInstaller getting the followi

  • Trying to find a new Graphics card for G4 Quicksilver Dual 1 ghtz

    Hello All, I am looking to upgrade my video card for gaming purposes. I have been doing research and thought I had found a card I could use. Then I researched more, and confused myself. There comes a point when one must ask So I have the Geforce 4 MX