bgp and eigrp

From: James R Big (ccieboy2002@yahoo.com)
Date: Wed Jul 30 2003 - 09:29:59 GMT-3


Hello, Group
I really can't figure out...question below ..
could you look at this please...

# rule : keep synchronization on
# rule : no default route or static route
 

Question: make best bgp route ..!!!
 

R2#sh ip bgp
BGP table version is 1, local router ID is 192.168.2.2
Status codes: s suppressed, d damped, h history, *
valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
   Network Next Hop Metric LocPrf
Weight Path
* i100.100.100.0/24 192.168.1.1 0 100
    0 ?
===================
   |
   |--> change it to *> 100.100.100.0/24 HOW?
 
 
 
R1
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.0
!
interface Loopback100
 ip address 100.100.100.1 255.255.255.0
!
interface Ethernet0/0
 ip address 10.10.10.1 255.255.255.0
!
interface Serial0/0
 no ip address
 shutdown
 no fair-queue
!
interface TokenRing0/0
 no ip address
 shutdown
 ring-speed 16
!
router eigrp 100
 network 10.10.10.0 0.0.0.255
 network 192.168.1.0
 no auto-summary
 eigrp log-neighbor-changes
!
router bgp 100
 bgp log-neighbor-changes
 redistribute connected route-map loop
 neighbor 192.168.2.2 remote-as 100
 neighbor 192.168.2.2 update-source Loopback0
 no auto-summary
!
ip classless
ip http server
!
route-map loop permit 10
 match interface Loopback100
!
!
!
 
 
 
R2
interface Loopback0
 ip address 192.168.2.2 255.255.255.0
!
interface Ethernet0/0
 ip address 10.10.10.2 255.255.255.0
!
interface Serial0/0
 no ip address
 shutdown
 no fair-queue
!
interface TokenRing0/0
 no ip address
 shutdown
 ring-speed 16
!
interface Serial0/1
 no ip address
 shutdown
!
interface Serial0/2
 no ip address
 shutdown
!
router eigrp 100
 network 10.10.10.0 0.0.0.255
 network 192.168.2.0
 no auto-summary
 eigrp log-neighbor-changes
!
router bgp 100
 bgp log-neighbor-changes
 neighbor 192.168.1.1 remote-as 100
 neighbor 192.168.1.1 update-source Loopback0
 no auto-summary
 
 

R2#sh ip bgp
BGP table version is 1, local router ID is 192.168.2.2
Status codes: s suppressed, d damped, h history, *
valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
   Network Next Hop Metric LocPrf
Weight Path
* i100.100.100.0/24 192.168.1.1 0 100
    0 ?

---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software



This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:58 GMT-3