From: Victor Cappuccio (victor@ccbootcamp.com)
Date: Tue Apr 17 2007 - 14:33:41 ART
Hi Mustafa
I hope this helps a little bit..
The Topology
CA-1 -- PE1 -- P -- PE2 -- CA-2
and the Scriting
CA-1(config-router)#red stat metric 1 1 1 1 1
CA-1(config-router)#^Z
CA-1#
CA-1#wr
Building configuration...
rack11>4
[Resuming connection 4 to R4 ... ]
PE1(config-router-af)#
PE1(config-router-af)#do show ip route vrf CA
Routing Table: CA
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static
route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 192.168.1.1 to network 0.0.0.0
10.0.0.0/32 is subnetted, 1 subnets
D 10.2.2.2 [90/156160] via 192.168.1.1, 00:07:06, FastEthernet0/0.1
C 192.168.1.0/24 is directly connected, FastEthernet0/0.1
D*EX 0.0.0.0/0 [170/2560002816] via 192.168.1.1, 00:00:05, FastEthernet0/0.1
PE1(config-router-af)#
rack11>6
[Resuming connection 6 to R6 ... ]
PE2#show ip bgp vpnv4 all
BGP table version is 5, local router ID is 172.16.6.6
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
Route Distinguisher: 65001:111 (default for vrf CA)
*>i10.2.2.2/32 172.16.4.4 156160 100 0 ?
*>i192.168.1.0 172.16.4.4 0 100 0 ?
PE2#
rack11>4
[Resuming connection 4 to R4 ... ]
PE1(config-router-af)#
PE1(config-router-af)#default-information originate
PE1(config-router-af)#
rack11>6
[Resuming connection 6 to R6 ... ]
PE2#show ip bgp vpnv4 all
BGP table version is 6, local router ID is 172.16.6.6
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
Route Distinguisher: 65001:111 (default for vrf CA)
*>i0.0.0.0 172.16.4.4 2560002816 100 0 ?
*>i10.2.2.2/32 172.16.4.4 156160 100 0 ?
*>i192.168.1.0 172.16.4.4 0 100 0 ?
PE2#
rack11>
[Resuming connection 6 to R6 ... ]
PE2#
PE2#conf te
Enter configuration commands, one per line. End with CNTL/Z.
PE2(config-router-af)#do show run | b router eigrp
router eigrp 8080
auto-summary
!
address-family ipv4 vrf CA
redistribute bgp 8080 metric 1 1 1 1 1
network 192.168.2.0
no auto-summary
autonomous-system 111
exit-address-family
!
router ospf 1
router-id 172.16.6.6
log-adjacency-changes
network 172.16.6.6 0.0.0.0 area 0
network 172.16.56.6 0.0.0.0 area 0
!
router bgp 8080
no synchronization
bgp log-neighbor-changes
neighbor 172.16.4.4 remote-as 8080
neighbor 172.16.4.4 update-source Loopback0
neighbor 172.16.4.4 next-hop-self
no auto-summary
!
address-family vpnv4
neighbor 172.16.4.4 activate
neighbor 172.16.4.4 send-community both
neighbor 172.16.4.4 next-hop-self
exit-address-family
!
address-family ipv4 vrf CB
no synchronization
exit-address-family
!
address-family ipv4 vrf CA
no synchronization
exit-address-family
!
!
PE2(config-router-af)#router eigrp 8080
PE2(config-router)# !
PE2(config-router)# address-family ipv4 vrf CA
PE2(config-router-af)#red bgp 8080 metric 1 1 1 1 1
PE2(config-router-af)#
rack11>9
[Resuming connection 9 to BB1 ... ]
CB-3(config)#^Z
CB-3#
CB-3#wr
Building configuration...
CB-3#
CB-3#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static
route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 192.168.2.254 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D 10.2.2.2/32 [90/158720] via 192.168.2.254, 00:00:16, FastEthernet0/0
C 10.9.9.0/24 is directly connected, Loopback0
D 192.168.1.0/24 [90/30720] via 192.168.2.254, 00:00:16, FastEthernet0/0
C 192.168.2.0/24 is directly connected, FastEthernet0/0
D*EX 0.0.0.0/0 [170/2560005376] via 192.168.2.254, 00:00:16, FastEthernet0/0
CB-3#
rack11>4
[Resuming connection 4 to R4 ... ]
PE1#show ip bgp vpnv4 all labels
Network Next Hop In label/Out label
Route Distinguisher: 65001:111 (CA)
0.0.0.0 192.168.1.1 21/nolabel
10.2.2.2/32 192.168.1.1 18/nolabel
192.168.1.0 0.0.0.0 20/aggregate(CA)
PE1#
thanks,
Victor Cappuccio.-
Network Learning Inc - A Cisco Sponsored Organization (SO) YES! We take
Cisco Learning credits!
victor@ccbootcamp.com
http://www.ccbootcamp.com (Cisco Training and Rental Racks)
http://www.ccbootcamp.com/groupstudy.html (groupstudy member discounts!)
Voice: 702-968-5100
FAX: 702-446-8012
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Mustafa Bayramov
> Sent: Tuesday, April 17, 2007 11:24 AM
> To: ccielab@groupstudy.com
> Subject: CE-PE EIGRP default route not redistributed to VRF.
>
> Folks,
>
> Anyone faced with following issue with MPLS ?
>
> EIGRP between CE1-PE1 and EIGRP between CE2-PE2.
>
> CE1 advertise default route and PE1 redistribute all learned route to X VRF
> to BGP , PE2 receive all prefix for X VRF and redistribute to EIGRP
process.
>
> PE2 see default route in BGP table and routing table for VRF X.
>
> But I don't see default route in EIGRP topology and don't see it in debug
> output of eigrp.
>
> I was able to fix this issue by using different EIGRP AS number between
> CE-PE1 and CE-PE2 in other word before that all AS number was same in MBGP
> and EIGRP on both side and customer side.
>
> Many thanks.
>
> Mustafa Bayramov
> Systems Engineer,
> CCIE,CISSP
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:36 ART