cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2371
Views
0
Helpful
3
Replies

VRF Redistribute

feroz syed
Level 3
Level 3

Hello,

 

 i have very little knowledge about VRF. i was following one lab topology from past two days and am confused and struck in Redistribute part, since am self study guy from past 5 years, i have many friends and Instructor in my social media but they all skip my messages and am helpless. so finally decide to post my question here.

questions:- How R4 inserting those VRF routes in to EIGRP. (there is no redistribute cmt like under vrf redistribute to eigrp).

why i can't see eigrp route coming from R6 to R4 (sh ip route eigrp). i have EIGRP neighbor R4 to R6., i know VRF separate routing table, but eigrp should show the routes coming from neighbor.

 

R4 PE         R6 CE

R5 PE         R7 CE

 

--------------------------------------------------------

R4#sh run | se router eigrp
router eigrp FOUR
!
address-family ipv4 unicast vrf FOUR autonomous-system 1
!
topology base
redistribute bgp 65000 metric 1 1 1 1 15000
exit-af-topology
network 4.4.4.4 0.0.0.0
network 10.4.6.4 0.0.0.0
exit-address-family
R4#sh ip vrf br
Name Default RD Interfaces
FOUR 10.4.6.0:1 Fa0/1
R4#sh run | sec ip vrf
ip vrf FOUR
rd 10.4.6.0:1
route-target export 10.4.6.0:1
route-target import 10.5.7.0:1
ip vrf forwarding FOUR

---------------------------------------------

R6#sh run | se router eigrp
router eigrp 1
network 6.6.6.6 0.0.0.0
network 10.4.6.6 0.0.0.0

 

-----------------------------------------------

R5#sh run | sec router eigrp
router eigrp FIVE
!
address-family ipv4 unicast vrf FIVE autonomous-system 1
!
topology base
redistribute bgp 65000 metric 1 1 1 1 1500
exit-af-topology
network 5.0.0.0
network 5.5.5.5 0.0.0.0
network 10.5.7.5 0.0.0.0
exit-address-family
R5#
R5#
R5#sh run | sec ip vrf
ip vrf FIVE
rd 10.5.7.0:1
route-target export 10.5.7.0:1
route-target import 10.4.6.0:1
ip vrf forwarding FIVE

 

---------------------------------------------------

R7#sh run | se router eigrp
router eigrp SEVEN
!
address-family ipv4 unicast autonomous-system 1
!
topology base
exit-af-topology
network 7.7.7.7 0.0.0.0
network 10.5.7.7 0.0.0.0
exit-address-family

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

 

R4#sh ip route vrf FOUR

Routing Table: FOUR
Gateway of last resort is not set

6.0.0.0/32 is subnetted, 1 subnets
D 6.6.6.6 [90/2662400] via 10.4.6.6, 00:45:22, FastEthernet0/1
7.0.0.0/32 is subnetted, 1 subnets
B 7.7.7.7 [200/103040] via 5.5.5.5, 00:44:14
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
C 10.4.6.0/24 is directly connected, FastEthernet0/1
L 10.4.6.4/32 is directly connected, FastEthernet0/1
B 10.5.7.0/24 [200/0] via 5.5.5.5, 00:44:14

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

 

R5#sh ip route vrf FIVE

Routing Table: FIVE
Gateway of last resort is not set

6.0.0.0/32 is subnetted, 1 subnets
B 6.6.6.6 [200/2662400] via 4.4.4.4, 00:45:27
7.0.0.0/32 is subnetted, 1 subnets
D 7.7.7.7 [90/103040] via 10.5.7.7, 00:46:40, FastEthernet0/0
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
B 10.4.6.0/24 [200/0] via 4.4.4.4, 00:45:27
C 10.5.7.0/24 is directly connected, FastEthernet0/0
L 10.5.7.5/32 is directly connected, FastEthernet0/0

 

-------------------------------------------------------------------------------------------

 

 

 

 

 

 

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

Lets address one segment once that is fixed you can fix other one easy :

 

why i can't see eigrp route coming from R6 to R4 (sh ip route eigrp). i have EIGRP neighbor R4 to R6., i know VRF separate routing table, but eigrp should show the routes coming from a neighbor.

 

1. Can you post full configuration of both R4 and R6

2. Do you see Eigrp neighbourship?

3. is the Fa0/1 ( R4) - configured to be part of VRF FOUR (i may be missed any where in the post just want to check).

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

R4#sh run
Building configuration...

Current configuration : 1719 bytes
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
ip vrf FOUR
rd 10.4.6.0:1
route-target export 10.4.6.0:1
route-target import 10.5.7.0:1
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
mpls label range 400 499
multilink bundle-name authenticated
!
!
!
!

!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
ip address 10.24.34.4 255.255.255.0
ip ospf network point-to-point
speed auto
duplex auto
!
interface FastEthernet0/1
ip vrf forwarding FOUR
ip address 10.4.6.4 255.255.255.0
speed auto
duplex auto
!
interface FastEthernet1/0
ip address 10.2.4.4 255.255.255.0
ip ospf network point-to-point
duplex full
!
!
router eigrp FOUR
!
address-family ipv4 unicast vrf FOUR autonomous-system 1
!
topology base
redistribute bgp 65000 metric 1 1 1 1 15000
exit-af-topology
network 4.4.4.4 0.0.0.0
network 10.4.6.4 0.0.0.0
exit-address-family
!
router ospf 1
router-id 4.4.4.4
redistribute connected subnets
network 10.2.4.0 0.0.0.255 area 0
mpls ldp autoconfig
!
router bgp 65000
bgp log-neighbor-changes
neighbor 5.5.5.5 remote-as 65000
neighbor 5.5.5.5 update-source Loopback0
!
address-family vpnv4
neighbor 5.5.5.5 activate
neighbor 5.5.5.5 send-community extended
exit-address-family
!
address-family ipv4 vrf FOUR
bgp router-id 4.4.4.4
redistribute eigrp 1
exit-address-family
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
mpls ldp router-id Loopback0
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end

 

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

 


R6#sh runn
Building configuration...

Current configuration : 1099 bytes
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname R6
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
mpls label range 600 699
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 6.6.6.6 255.255.255.255
!
interface FastEthernet0/0
ip address 10.4.6.6 255.255.255.0
speed auto
duplex auto
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
duplex auto
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
!
router eigrp 1
network 6.6.6.6 0.0.0.0
network 10.4.6.6 0.0.0.0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
mpls ldp router-id Loopback0
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end

R6#sh ip ei nei
EIGRP-IPv4 Neighbors for AS(1)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.4.6.4 Fa0/0 13 00:01:09 46 276 0 7
R6#

 

 

 

 

hello,

 

i have posted requested configs, could you check it and reply.