From: Liu_Liao (liu_liao@yahoo.com.tw)
Date: Sat Dec 23 2006 - 04:20:29 ART
Hi All
Thanks
I found something problem.
R5 and R6 have two links by ethernet and run eigrp.
I redistribute the igp between the eigrp and ospf but I can't see the
subnet 11.11.56.0 or 11.11.65.0 in others router.
If I shutdown the r5's e1/0 or e1/1 and the subnet will show in others
router.
router eigrp 100
redistribute ospf 5 metric 1544 200 255 1 1500
network 11.11.56.5 0.0.0.0(e1/0)
network 11.11.65.5 0.0.0.0(e1/1)
no auto-summary
!
router ospf 5
log-adjacency-changes
redistribute connected subnets route-map lb0
redistribute eigrp 100 metric 800 subnets
network 11.11.125.5 0.0.0.0 area 0.0.0.0
neighbor 11.11.125.2
neighbor 11.11.125.1
route-map lb0 permit 10
match interface Loopback0
!
!
R6 <===> R5
|
R1 <--> R2 <-->R4 <-> R3
(IGP)
R1,R2 and R5 OSPF area 0.0.0.0
R5 and R6 EIGRP100
BGP(Can't use bgp route-id)
R1,R5,R2 AS65111
R6 AS65113
R4 AS65112
R3 AS254
Happy Holidys
Richard
Victor Cappuccio fe0:
>Hi Liu,
>
>Can you please show us a show ip bgp 200.201.3.6 at R1
>And Show ip bgp 197.68.0.0 at R2
>
>Also at R3 please can you show us the
>Ping 150.100.2.4 rep 1 source 150.100.2.254
>show ip bgp summ
>Show ip bgp 197.68.0.0
>show ip bgp neigh 150.100.2.4 adver
>show ip bgp neigh 150.100.2.4 route
>Show ip bgp
>Show ip proto
>
>at R4 a
>ping 150.100.2.4 source 150.100.2.254
>show ip bgp sum
>show ip bgp neigh 150.100.2.254 adver
>show ip bgp neigh 150.100.2.254 route
>show ip bgp neigh 11.11.2.2 adver
>show ip bgp neigh 11.11.2.2 route
>
>would be great
>
>Thanks
>Victor.-
>
>-----Original Message-----
>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
>Liu_Liao
>Sent: Thursday, December 21, 2006 7:38 AM
>To: 'ccielab groupstudy'
>Subject: Can't see route table ob BGP
>
>Hi All
>
>R6 <----> R5
>|
>R1 <--> R2 <-->R4 <-> R3
>R1,R5,R2 AS65111
>R6 AS65113
>R4 AS65112
>R3 AS254
>
>I can 't see(show ip bgp) route table from R3.
>I can't see(show ip bgp) route table from R6(loop 1)
>
>R1============
>router bgp 65111
>no synchronization
>bgp router-id 11.11.1.1
>bgp log-neighbor-changes
>bgp confederation identifier 11
>bgp confederation peers 65112 65113
>network 200.200.1.1 mask 255.255.255.255
>neighbor 11.11.2.2 remote-as 65111
>neighbor 11.11.2.2 update-source Loopback0
>neighbor 11.11.2.2 route-reflector-client
>neighbor 11.11.5.5 remote-as 65111
>neighbor 11.11.5.5 update-source Loopback0
>neighbor 11.11.5.5 route-reflector-client
>no auto-summary
>!
>R1#sh ip bgp
>BGP table version is 2, local router ID is 11.11.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
>*> 200.200.1.1/32 0.0.0.0 0 32768 i
>* i200.201.3.6/32 11.11.56.6 0 100 0 (65113) i
>
>R2=============
>router bgp 65111
>no synchronization
>bgp router-id 11.11.2.2
>bgp log-neighbor-changes
>bgp confederation identifier 11
>bgp confederation peers 65112 65113
>neighbor 11.11.1.1 remote-as 65111
>neighbor 11.11.1.1 update-source Loopback0
>neighbor 11.11.4.4 remote-as 65112
>neighbor 11.11.4.4 ebgp-multihop 3
>neighbor 11.11.4.4 update-source Loopback0
>no auto-summary
>!
>
>R2#sh ip bgp
>BGP table version is 4, local router ID is 11.11.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
>* 197.68.0.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.1.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.2.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.3.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.4.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.5.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.21.0 150.100.2.254 0 100 0 (65112) 254 i
>* 197.68.22.0 150.100.2.254 0 100 0 (65112) 254 i
>*>i200.200.1.1/32 11.11.1.1 0 100 0 i
>
>R3=============
>router bgp 254
>no synchronization
>bgp router-id 150.100.2.254
>bgp cluster-id 3368616193
>bgp log-neighbor-changes
>network 197.68.0.0
>network 197.68.1.0
>network 197.68.2.0
>network 197.68.3.0
>network 197.68.4.0
>network 197.68.5.0
>network 197.68.21.0
>network 197.68.22.0
>neighbor 150.100.2.4 remote-as 11
>no auto-summary
>!
>
>R4============
>router bgp 65112
>no synchronization
>bgp router-id 11.11.4.4
>bgp log-neighbor-changes
>bgp confederation identifier 11
>bgp confederation peers 65111 65113
>neighbor 11.11.2.2 remote-as 65111
>neighbor 11.11.2.2 ebgp-multihop 3
>neighbor 11.11.2.2 update-source Loopback0
>neighbor 150.100.2.254 remote-as 254
>no auto-summary
>!
>
>R5============
>router bgp 65111
>no synchronization
>bgp router-id 11.11.5.5
>bgp log-neighbor-changes
>bgp confederation identifier 11
>bgp confederation peers 65112 65113
>neighbor 11.11.1.1 remote-as 65111
>neighbor 11.11.1.1 update-source Loopback0
>neighbor 11.11.56.6 remote-as 65113
>neighbor 11.11.65.6 remote-as 65113
>no auto-summary
>!
>
>R6===========
>router bgp 65113
>no synchronization
>bgp router-id 11.11.6.6
>bgp cluster-id 3368616710
>bgp log-neighbor-changes
>bgp confederation identifier 11
>bgp confederation peers 65111 65112
>network 200.201.3.6 mask 255.255.255.255
>neighbor 11.11.56.5 remote-as 65111
>neighbor 11.11.65.5 remote-as 65111
>no auto-summary
>!
>
>_______________________________________________________________________
>Subscription information may be found at:
>http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Tue Jan 02 2007 - 07:50:39 ART