cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
0
Helpful
5
Replies

ROUTE LEAK between a VRF and EIGRP GRT

titusroz03
Level 1
Level 1

Dear All,

I am having a Guest VRF and Eigrp configured as globally in a single router. I want to import or redistribute the static routes in the GUEST VRF into eigrp and eigrp routes should be exported to guest vrf. Do someone have a similair config for this or need help on the appropriate commands

1 Accepted Solution

Accepted Solutions

Hello


@titusroz03 wrote:

Can someone help me to make All the routes in both the GRT and VRFS should be reachable.



no ip route vrf AV 172.16.0.0 255.255.255.0 Serial1/0
no ip route vrf AV 192.168.1.0 255.255.255.0 192.168.0.2
ip route vrf AV 0.0.0.0 0.0.0.0 Serial1/0 172.16.0.x global

router eigrp xx
redistribute static


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

5 Replies 5

!!

MHM

 

titusroz03
Level 1
Level 1

I configured a LAB based on the above requirement, My guest VRF is mentioned as AV and GRT is configured under eigrp. I want to leak the AV vrf routes to Global so the Users in GRT can access to AV networks.

 

OFFRTR#sh ip route vr
OFFRTR#sh ip route vrf AV

Routing Table: AV
Codes: L - local, 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, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is not set

172.16.0.0/24 is subnetted, 1 subnets
S 172.16.0.0 is directly connected, Serial1/0
192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.0.0/24 is directly connected, Serial1/1
L 192.168.0.1/32 is directly connected, Serial1/1
S 192.168.1.0/24 [1/0] via 192.168.0.2

 

OFFRTR#sh ip route
Codes: L - local, 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, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 1 subnets
D 10.200.2.0 [90/2172416] via 172.16.0.1, 04:12:19, Serial1/0 - EIGRP Learned route
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.16.0.0/30 is directly connected, Serial1/0
L 172.16.0.2/32 is directly connected, Serial1/0
S 192.168.0.0/24 is directly connected, Serial1/1

 

OFFRTR#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES NVRAM administratively down down
Serial1/0 172.16.0.2 YES NVRAM up up
Serial1/1 192.168.0.1 YES NVRAM up up
Serial1/2 unassigned YES NVRAM administratively down down
Serial1/3 unassigned YES NVRAM administratively down down
Serial1/4 unassigned YES NVRAM administratively down down
Serial1/5 unassigned YES NVRAM administratively down down
Serial1/6 unassigned YES NVRAM administratively down down
Serial1/7 unassigned YES NVRAM administratively down down

OFFRTR#sh run | i route
router eigrp 100
ip route 192.168.0.0 255.255.255.0 Serial1/1
ip route vrf AV 172.16.0.0 255.255.255.0 Serial1/0
ip route vrf AV 192.168.1.0 255.255.255.0 192.168.0.2

I have a static routes for AV and GRT networks pointing to the respective interfaces.But still I can only ping the connected interfaces but not the networks learned.

For ex:

OFFRTR#ping 192.168.0.1 source Serial1/0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:
Packet sent with a source address of 172.16.0.2
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 48/61/68 ms
OFFRTR#ping 192.168.0.2 source Serial1/0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.2, timeout is 2 seconds:
Packet sent with a source address of 172.16.0.2
.....
Success rate is 0 percent (0/5)

And from VRF I can ping the connected ..

OFFRTR#ping vrf AV 172.16.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 48/56/64 ms

But not the connected.
OFFRTR#ping vrf AV 172.16.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
OFFRTR#

Can someone help me to make All the routes in both the GRT and VRFS should be reachable.

!!

MHM

Hello


@titusroz03 wrote:

Can someone help me to make All the routes in both the GRT and VRFS should be reachable.



no ip route vrf AV 172.16.0.0 255.255.255.0 Serial1/0
no ip route vrf AV 192.168.1.0 255.255.255.0 192.168.0.2
ip route vrf AV 0.0.0.0 0.0.0.0 Serial1/0 172.16.0.x global

router eigrp xx
redistribute static


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

titusroz03
Level 1
Level 1

@paul driver Thanks ..I was able to reach the networks in both the VRF and GRT.Remote machines end to end reachablity is fine.

Review Cisco Networking for a $25 gift card