Lammle.com
  • Instructor-Led Training
    • Browse by Course
      • All Courses
      • CompTIA Courses
      • CiscoŽ Courses
      • Microsoft Courses
      • Wireless Courses
      • IT & Security Courses
      • Attend Online
    • Browse by Date
    • Browse by City
    • Deals and Discounts
      • Spring Specials
      • From CCENT to CCNA in 2 Weeks
      • From CCNA to CCNP in 3 Weeks
      • Corporate Solutions
      • Government Solutions
        • Government Solutions
        • GSA Pricing
      • Recent Newsletters
    • Corporate Solutions
    • Government Solutions
      • Government Solutions
      • GSA Pricing
    • Testimonials
    • Internetworking Salary Survey
  • Locations
    • Atlanta
    • Austin
    • Chicago
    • Dallas/Fort Worth
    • Denver
    • Durham
    • Glendale
    • Houston
    • Live Online Only
    • Los Angeles
    • New Hampshire
    • New York
    • Orlando
    • Raleigh
    • San Diego
    • San Francisco
    • Santa Rosa
    • Washington D.C.
    • England
    • Germany
    Locations
  • Self-Paced Learning
    • Online Live Training
    • E-Learning
    • Online CCNA Video Training
    • Practice Questions
    • DVD and Audio (Lammle Press)
    • Books
  • Blog
  • Forum
  • GlobalNet Consulting
    • Overview
    • Experience
    • Our Team
    • Methodology
    • Projects
    • Contact Us
  • About
    • About Todd Lammle
    • About GlobalNet Training & Consulting
      • About GlobalNet Consulting
    • Student Complaint Policy
    • Terms of Service
      • Privacy Policy
      • Why was my account disabled?
  • Contact
    • Feedback Form
    • Site Map
Home Forum

Official Lammle User Forum


Go Back   Lammle Forum > Cisco® CCNP > Routing
Reload this Page BGP Problem !!!
Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2010, 07:22 AM
anurag007 anurag007 is offline
Senior Member
 
Join Date: Jul 2009
Posts: 269
Default BGP Problem !!!

hello
m just doing simple bgp process and the best route are not showing op

Topology

R0-------->R1 (both f0/0)
Update source are loopbacks R0 loopback 2
R1 loopback 1

----------------------------------------------------------------------------------------------
************************************************** *************************
R0
router bgp 100
no synchronization
bgp log-neighbor-changes
network 2.2.2.0 mask 255.255.255.0
neighbor 1.1.1.1 remote-as 200
neighbor 1.1.1.1 ebgp-multihop 2
neighbor 1.1.1.1 update-source Loopback2
no auto-summary

ip route 1.1.1.0 255.255.255.0 10.0.1.1


interface Loopback2
ip address 2.2.2.2 255.255.255.0
!
interface FastEthernet0/0
ip address 10.0.1.2 255.255.255.0
duplex auto
speed auto

R0#sh ip bgp
BGP table version is 4, local router ID is 2.2.2.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path (WHY r?????)
r> 1.1.1.0/24 1.1.1.1 0 0 200 i

*> 2.2.2.0/24 0.0.0.0 0 32768 i

R0#sh ip bgp summary
BGP router identifier 2.2.2.2, local AS number 100
BGP table version is 4, main routing table version 4
2 network entries using 234 bytes of memory
2 path entries using 96 bytes of memory
3/2 BGP path/bestpath attribute entries using 348 bytes of memory
1 BGP AS-PATH entries using 24 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 702 total bytes of memory
BGP activity 4/2 prefixes, 4/2 paths, scan interval 60 secs

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
1.1.1.1 4 200 17 17 4 0 0 00:07:32 1

************************************************** ******************************************
------------------------------------------------------------------------------------------------------------------
R1
router bgp 200
no synchronization
bgp log-neighbor-changes
network 1.1.1.0 mask 255.255.255.0
neighbor 2.2.2.2 remote-as 100
neighbor 2.2.2.2 ebgp-multihop 2
neighbor 2.2.2.2 update-source Loopback1
no auto-summary

ip route 2.2.2.0 255.255.255.0 10.0.1.2

interface Loopback1
ip address 1.1.1.1 255.255.255.0
!
interface FastEthernet0/0
ip address 10.0.1.1 255.255.255.0
duplex auto
speed auto



R1#sh ip bgp
BGP table version is 4, local router ID is 1.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path
*> 1.1.1.0/24 0.0.0.0 0 32768 i
r> 2.2.2.0/24 2.2.2.2 0 0 100 i


R1#sh ip bgp summary
BGP router identifier 1.1.1.1, local AS number 200
BGP table version is 4, main routing table version 4
2 network entries using 234 bytes of memory
2 path entries using 96 bytes of memory
3/2 BGP path/bestpath attribute entries using 348 bytes of memory
1 BGP AS-PATH entries using 24 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 702 total bytes of memory
BGP activity 4/2 prefixes, 4/2 paths, scan interval 60 secs

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRc
2.2.2.2 4 100 18 18 4 0 0 00:08:14 1
************************************************** *************************************************
-----------------------------------------------------------------------------------------------------------------------


WHat Can be problem with this config ?????
__________________
******************************************
Anurag Gambhir , Delhi
India
CCENT,CCNA ,CCNA Security

anurag4friend@gmail.com


******************************************

Last edited by anurag007; 05-03-2010 at 07:24 AM.
Reply With Quote
anurag007
View Public Profile
Send a private message to anurag007
Find all posts by anurag007
  #2  
Old 05-03-2010, 07:45 AM
Big Evil Big Evil is offline
Moderator
 
Join Date: Mar 2008
Posts: 2,789
Default

The r> means RIB (Routing Information Base) failure (you can see this in the legend you put in, cmd sh ip bgp) You get the r> symbol is when BGP tries to install the bestpath prefix into RIB (for example, the IP Routing table), the RIB rejects the BGP route.

In your case a route with a better AD is present. The static one.

I just put a post for BGP on my blog.

HTH.
__________________
Maddox Thomas-Clark 14/10/2008
Bean Thomas-Clark 18/09/2007
Big Evils Cisco World
Linkedin
Reply With Quote
Big Evil
View Public Profile
Send a private message to Big Evil
Find all posts by Big Evil
  #3  
Old 05-03-2010, 08:43 AM
anurag007 anurag007 is offline
Senior Member
 
Join Date: Jul 2009
Posts: 269
Default

Quote:
Originally Posted by Big Evil View Post
The r> means RIB (Routing Information Base) failure (you can see this in the legend you put in, cmd sh ip bgp) You get the r> symbol is when BGP tries to install the bestpath prefix into RIB (for example, the IP Routing table), the RIB rejects the BGP route.

In your case a route with a better AD is present. The static one.

I just put a post for BGP on my blog.

HTH.
yeah i read your blog yesterday..and truly only the person who set up BGP lab can understand that BGP LAB is a lot of work !!!!!

Thnx BE ...static router lower AD was the problem .......!!!!!!!!
__________________
******************************************
Anurag Gambhir , Delhi
India
CCENT,CCNA ,CCNA Security

anurag4friend@gmail.com


******************************************
Reply With Quote
anurag007
View Public Profile
Send a private message to anurag007
Find all posts by anurag007
  #4  
Old 05-03-2010, 10:52 AM
Big Evil Big Evil is offline
Moderator
 
Join Date: Mar 2008
Posts: 2,789
Default

No problem. Please to read you like my blog, i will be posting once/twice a week on BGP. It is so hard to grasp (for me anyhow), i want to add labs that are easy to follow/run.
__________________
Maddox Thomas-Clark 14/10/2008
Bean Thomas-Clark 18/09/2007
Big Evils Cisco World
Linkedin
Reply With Quote
Big Evil
View Public Profile
Send a private message to Big Evil
Find all posts by Big Evil
  #5  
Old 05-03-2010, 12:03 PM
anurag007 anurag007 is offline
Senior Member
 
Join Date: Jul 2009
Posts: 269
Default

Quote:
Originally Posted by Big Evil View Post
No problem. Please to read you like my blog, i will be posting once/twice a week on BGP. It is so hard to grasp (for me anyhow), i want to add labs that are easy to follow/run.
yeah read all ur blog and its always good to follow and read from expert and get as much knowledge as we can ...
i got notification everytime u put something on ur blog

__________________
******************************************
Anurag Gambhir , Delhi
India
CCENT,CCNA ,CCNA Security

anurag4friend@gmail.com


******************************************
Reply With Quote
anurag007
View Public Profile
Send a private message to anurag007
Find all posts by anurag007
  #6  
Old 05-03-2010, 12:10 PM
Big Evil Big Evil is offline
Moderator
 
Join Date: Mar 2008
Posts: 2,789
Default

LOL.........easy on the expert.
__________________
Maddox Thomas-Clark 14/10/2008
Bean Thomas-Clark 18/09/2007
Big Evils Cisco World
Linkedin
Reply With Quote
Big Evil
View Public Profile
Send a private message to Big Evil
Find all posts by Big Evil
Reply

Bookmarks
  • Submit Thread to Digg Digg
  • Submit Thread to del.icio.us del.icio.us
  • Submit Thread to StumbleUpon StumbleUpon
  • Submit Thread to Google Google
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page
Display Modes
Linear Mode Switch to Linear Mode
Hybrid Mode Hybrid Mode
Threaded Mode Switch to Threaded Mode

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Rules
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BGP exam study material panai Announcements 1 11-03-2010 09:22 AM
Problem with PT 5.3 milanchatterjee CCNA Equipment 2 09-13-2010 10:47 AM
BGP problem vgshan Routing 4 04-04-2010 11:28 PM
BGP configuring thrillercd Routing 17 01-25-2009 08:28 PM
ip routing problem ! help! mmm07 Routing 0 05-04-2008 11:32 AM


All times are GMT -5. The time now is 08:04 PM.

Contact Us - Lammle.com - Archive - Top

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.

CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, Cisco, Cisco IOS, Cisco Systems, the Cisco Systems logo, and Networking Academy are registered trademarks or trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries. All other trademarks mentioned in this document or Web site are the property of their respective owners. The content of this website is the copyrighted property of Lammle.com.
© 2013 Lammle.comPrivacy Policy