Difference between sh ip bgp & sh ip route? BGP tables and main routing table.

Difference between sh ip bgp & sh ip route?
sh ip bgp :::: loc-rib ?
sh ip bgp nei x.x.x.x advertised-routes : adj-rib-in.
sh ip bgp nei x.x.x.x recieved-routes : adj-rib-out.
sh ip bgp nei x.x.x.x routes : loc-rib ?
sh ip route = rib ? if yes does it mean its loc-rib ?
so in a given router with bgp running, will there be 5 tables (sh ip bgp; adj-rib-in; loc-rib;adj-rib-out; sh ip route) ? if yes where are they saved ?

sh ip bgp
shows the BGP table (where are stored info coming from BGP update) 
sh ip bgp nei x.x.x.x advertised-routes 
shows networks that your router will advertise to a specific neighbor
sh ip bgp nei x.x.x.x recieved-routes 
shows advertisement received from a specific neighbor;  networks (NLRI) filtered with route-map distribute-list,... are included  (Inbound soft reconfiguration must be enabled)
sh ip bgp nei x.x.x.x routes 
shows only routes sent by a specific neighbor and not filtered or discarded (i.s accepted)
sh ip route 
show routing table; it contains the best route for each network (best is first of all the lowest administrative distance, then the lowest metric)
Bye,
enrico.
PS please rate if useful

Similar Messages

  • Whats the difference between the 13-inch: 2.5GHz with Retina display and the 2.6GHz macboock pro?

    whats the difference between the 13-inch: 2.5GHz with Retina display and the 2.6GHz macboock pro?

    http://www.apple.com/macbook-pro/specs-retina/
    At the top of the page youi can cycle between the Macbook Pro specs and the Macbook Pro with Retina specs.

  • What are the differences between the Apple 64GB iPad Air with Retina Display and the Apple 64 iPad with Retina Display MD512LL/A 4th Generation

    what are the differences between the Apple 64GB iPad Air with Retina Display and the Apple 64 iPad with Retina Display MD512LL/A 4th Generation ?

    The iPad with retina display only comes in the 16GB version and it has the A6 processor which is a step down from the Air model. Having said that, I stream movies on my iPad 3 with retina and it has the A5 processor and the movies stream just fine as does everything else that I do on the internet.
    If 16GB is enough storage for you, the $100 savings compared to an iPad Air model is a fair amount of money and that might sway me if I was just worried about saving some money. However, that's not my style. I always go for the largest capacity that I can afford and the faster processor if I have the choice.
    Having said that, if it were me, I would select the 32 GB iPad Air. But in spite of the information that you provided in which you want to base your decision, only you can be the judge of what will be best for you, and remember that you cannot add storage capacity to the decide later. You can purchase external WiFi drives if you need the storage, but to me, that takes away from having the really small footprint and portability of only having to carry the iPad around gives you.

  • Difference between a Apple LED Cinema Display (27" flat panel) and a Apple Thunderbolt Display (27-inch)?

    May i know the difference between a Apple LED Cinema Display (27" flat panel) and a Apple Thunderbolt Display (27-inch)? both products look the same to me, even the prices are the same, but the name of the product is different. Its so confusing! I want to purchase a secondary display for my 21" iMac, but idk the difference between the two.
    furthermore, another question i have is, is 27" the largest display i can get? is there larger ones (just the screen, not the computer)?
    please help, thanks!

    rae90 wrote:
    May i know the difference between a Apple LED Cinema Display (27" flat panel) and a Apple Thunderbolt Display (27-inch)? both products look the same to me, even the prices are the same, but the name of the product is different.
    One has thunderbolt capabilities, the other doesn't.
    is 27" the largest display i can get? is there larger ones (just the screen, not the computer)?
    No you can get a larger one.  Maybe not an Apple one, but certainly another brand.

  • What is the difference between LTE mode, CDMA mode, LTE/legacy 3GGPP mode, and Global mode in Preferred Network?

    What is the difference between LTE mode, CDMA mode, LTE/legacy 3GGPP mode, and Global mode in Preferred Network?

        Great question alczervik!
    LTE- is our 4G network.
    All CDMA/LTE Legacy are going to be related to our 1X, 3G/ EVDO network.
    Global is GSM. Meaning you can use Internationally.
    I hope this helps.
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • Difference between client dependent table and client independent table

    hi all,
                  i m new in sap pls tell me the difference between client dependent table and client independent table.
    tell me in detail.
    thanks and regards
      vikas saini

    HI
    Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients
    Like SAP SCRIPTS and STD texts data
    where as Client Independent means the data if you create in one client that is available in that as well as in other clients
    Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..
    There is no specific reason behind why scripts are client dep[endent and smartforms are client independent!!!
    As for SAP -- Scripts are called client dependent because if you create client in say,200 it would be available in that only.If you want to test the script in client 300 then it won't be there,you will have to go to transaction se71 in 300 .Then Utilities-> Copy from client.Give the source as 200 & form name(i.e. script name) & copy.
    Few more reasons why....? Please read below:
    SAPscript technology is based on a mainframe product from the 1980s.SAPscript forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports;
    if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean.
    Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    What is client dependent and Client Independent
    https://www.sdn.sap.com/irj/sdn/forums

  • Difference between a value table and a check table?

    What is the difference between a value table and a check table?

    Value Table
    This is maintained at Domain Level.
    When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S.
    When ever you use this Domain, the system will forces you to enter only these values.
    This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request & transport the same.
    Check table
    For example you have Employee master table & Employee Transaction table.
    When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table.
    This is nothing but a Parent & Child relationship .  Here data can be maintained at client level , no development involved.
    As per DBMS what we call foregin key table, is called as check table in SAP.
    Reward points for the answer

  • Multiple 'logical joins' between a fact table and one dimension table

    It appears that one cannot create multiple ‘logical joins’ between a fact table and one dimension table in OBIEE using the Oracle BI Administration Tool. For example, considering a Business Model with a dimension table TIMES and a fact table FACT containing START_TIME and END_TIME, we would like to create separate logical joins from FACT to TIMES for the START_TIMEs and END_TIMEs? Obviously, the underlying foreign keys can be created, but as far as I can tell the Oracle BI Administration Tool doesn’t support this. The workaround would be to replicate the TIMES table, but that’s ugly.
    I seek an alternative approach.

    Try this. Create an two aliases for the TIMES dimension (Start & End) in the Physical Layer and then remove foreign key to the "Parent" Times dimension. Create the Foreign Key in the Physical Layer to the new aliases and then create the complex joins in the BMM Layer to the new aliases as well. This will allow you to present both dates within the same table in the Presentation Layer. Not the most elegant solution but it works.

  • How to provide joins between oracle tables and sql server tables

    Hi,
    I have a requirement that i need to generate a report form two different data base. i.e Oracle and Sql Server.
    how to provide joins between oracle tables and sql server tables ? Any help on this
    Regards,
    Malli

    user10675696 wrote:
    I have a requirement that i need to generate a report form two different data base. i.e Oracle and Sql Server. Bad idea most times. Heterogeneous joins do not exactly scale and performance can be severely degraded by network speed and b/w availability. And there is nothing you can do in the application and database layers to address performance issue at the network level in this case - your code's performance is simply at the mercy of network performance. With a single glaring fact - network performance is continually degrading. All the time. Always. Until it is upgraded. When the performance degradation starts all over again.
    If the tables are not small (few 1000 rows each) and row volumes static, I would not consider doing a heterogeneous join. Instead I would rather go for a materialised view on the Oracle side, use a proper table and index structure, and do a local database join.

  • How to synchronize between DHCP binding table and DHCP snooping table ?

    I clear DHCP snooping table with command "clear ip dhcp snooping binding " , and PC can't communicate with other any more. So how to synchronize between DHCP binding table and DHCP snooping table ?
    dhcp-test#sh ip dhcp bind
    IP address Client-ID/ Lease expiration Type
    Hardware address
    99.1.65.32 0100.1125.353c.25 Mar 02 1993 01:05 AM Automatic
    99.1.65.33 0100.1438.059f.85 Mar 02 1993 12:01 AM Automatic
    dhcp-test#sh ip dhcp snooping binding
    MacAddress IpAddress Lease(sec) Type VLAN Interface
    Total number of bindings: 0
    thanks!

    ip dhcp snooping binding mac-address vlan vlan-id ip-address interface interface-id expiry seconds
    Add binding entries to the DHCP snooping binding database. The vlan-id range is from 1 to 4904. The seconds range is from 1 to 4294967295.
    Enter the above command for each entry that you add
    To delete the database agent or binding file, use the no ip dhcp snooping database interface configuration command. To reset the timeout or delay values, use the ip dhcp snooping database timeout seconds or the ip dhcp snooping database write-delay seconds global configuration command.To renew the database, use the renew ip dhcp snooping database privileged EXEC command.

  • Whats the link between Pur. Tables and KONH & KONP tables

    Hi!
      Whats the link between Pur. Tables i.e EKKO EKPO etc and KONH & KONP tables?
      and
      Link B'tween KONH, KONP & EINA, EINE Tables?
       and
      Link b'tween the LFA1 Table and EINA, EINE Tables?
      Link b'tween the LFA1 Table and KONH, KONP Tables?
    Pls reply guys
    Thanks,
    Imran.

    Hi Imran,
    EKKO gives you the Header data of the purchasing documents (Vendor , Dates, Etc)
    EKPO gives the item Data (The materials ordered, Qty of each material etc)
    KONP & KONH store the condition records used for price calculation
    KONH is the header data
    KONP is the item data
    EINA &  EINE -> These are Purchasing info records Used in source of supply determination & price calculations , the Condition record number for pricing is obtained from EINA & EINE
    EINA is for Purchase org level data
    EINE is for vendor level data
    The link to LFA1 is the vendor master data & while picking up the price you can have different price for different vendor .
    Hope you find it useful.
    Kindly reward helpful answers
    Best regards,
    gaurav

  • What's the difference between "login block-for X attempts X within X" and "security authentication failure rate X"?

    What's the difference between, just for example, "login block-for 100 attempts 15 within 100" and "security authentication failure rate 3"?
    Please ignore the numbers, I need to know what the differences are in commands and what they do, what they affect.

    security authentication failure rate number_of_failed_attempts : A global configuration mode command used to specify the maximum number of failed attempts (in the range of 2 to 1024) before introducing a 15-second delay
    login block-for 100 attempts 15 within 100 : Block all access after 15 failed login attempts within 100 Secs for the period of 100Secounds (1.40 Minutes).
    The Cisco IOS Login Enhancements (Login Block) feature allows users to enhance the security of a router by configuring options to automatically block further login attempts when a possible denial-of-service (DoS) attack is detected.
    The login block and login delay options introduced by this feature can be configured for Telnet or SSH virtual connections. By enabling this feature, you can slow down "dictionary attacks" by enforcing a "quiet period" if multiple failed connection attempts are detected, thereby protecting the routing device from a type of denial-of-service attack.

  • Course Content difference between C_TBW45_70 (BI 7.0), C_TBW55_73  (BI 7.3) and C_TBI30_73 (BI 7.3)

    At the face of it the syllabus for BI 7.0 version certification: C_TBW45_70 is entirely different - notice the different course codes - from the BI 7.3 version certification exams - which are C_TBW55_73 (BackEnd BW) and C_TBI30_73 (FrontEnd BI-Reporting). Also BI 7.3 has introduced BODI and BO parts to it's curriculum. Looks like it has also reduced BW material a lot.
    Q1. BW 7.3 may have significantly changed with introduction of HANA database under the hood of BW, but fundamentally BW7.3 should be the same as BW 7.0, so why such a drastic change in the syllabus of both the exams?
    Q2, Is it true that BW7.0 certification exam C_TBW45_70 has more extensive coverage of BW concepts than C_TBW60_74 certification exam
    Q3. For a person certified in C_TBW45_70, does he have to undertake all additional courses of  C_TBW55_73 to get certified for BW 7.3. That's like prepairing everything afreash.
    Q4. For a person certified in C_TBW45_70, does he have to prepair for both certifications C_TBW55_73 and C_TBI30_73 to get certified in BW7.3
    C_TBW45_70 Coverage
    TBW10: BW Enterprise Data Warehousing
    TBW20: BI Reporting & Query Design
    TBW41: BI Extraction with UDI & XI & APD
    TBW42: BI Advanced Enterprise Data Warehousing & Reporting
    TBW45: BI Integrated Planning
    --Notice how fundamentally different the coverage of C_TBW55_73 is from C_TBW45_70. Looks like SAP has reduced BW coverage in BW7.3 certification to compensate for BO and BODS.
    C_TBW55_73 Coverage:
    TBW10: BW Enterprise Data Warehousing
    TBW30: BW Modelling & Implementation
    TBW50: BW Data Acquisition
    TBW55: SAP Business Objects Reporting Clients & information
    BOE315: SAP BO Enterprise XI 3.0/ XI 3.1 Administration
    BODS15: SAP Business Objects Data Integration 4.0
    C_TBI30_73 Coverage:
    TBI10: BW Query Design & Analysis
    TBI20: Web Application Designer & Datawarehousing Fundamentals
    TBI30: SAP Business Objects  Business Intelligence with SAP BW
    BW307: BW Web Application Designer
    BW308: BW Protal Integration
    BW309: BW Workbook design with BEx Analyzer

    SAP BI is the latest version, SAP removed BW 3.5 certifications long back.
    Major Difference between SAP BI 7.0 and SAP BW 3.5
    1) Administrator Workbench is renamed as Data Warehousing Workbench.
    2) There are additional modeling options available at left hand side panel in transaction RSA1 as shown below. The additions are 'DataSources' and 'Open Hub Destination'.
    3) The functions of the InfoPackage tree are fully covered by process chains.
    4) Process Chains are used instead of Event Collector.
    5) The 'Remodelling' transaction help you add Key Figures and Characteristics in a Infocube while handling historical data effectively.
    6) Infocubes can be included in Infosets.
    7) Transformation is used instead of update and transfer rules.
    8) ODS objects have been renamed as DataStore Objects.
    9) You can access objects till InfoPackage directly from InfoCube as shown below.
    Curriculum:
    http://www.sap.com/services/education/certification/curriculum.epx?context=%5b%5bNW04s_BI_SC_BASIC%5d%5d%7c
    TBW10 (BI – Enterprise Data Warehousing)
    TBW20 (BI – Reporting & Query Design)
    TBW41 (BI – Extraction with UDI & XI and APD)
    TBW42 (BI – Advanced Enterprise Data Warehousing & Reporting)
    TBW45 (BI – Integrated Planning)
    All the certification materials are copyright of SAP and this is not freely available.
    Search in google it and you will find lots of downloads
    Regards,
    Phani

  • Differences between different  versions of BW 2.1C,3.0A and 3.5

    Can anybody tell me the differences between different versions of BW.
    I m new to SAP BW,i directly learned in BI7.0.So please anybody let me know the difference in implementation of features in 2.1C, 3.0A ,3.5 ,if possible BI7.0 also

    please read this:
    http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm

  • What's the difference between tracking movements from iPhone 5s with m7 coprocessor and iPhone 4s/5

    can any one tell me all the difference between the tracking system of these iPhones. And do both of them need gps and internet

    Read http://support.apple.com/kb/HT5262

Maybe you are looking for