cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
919
Views
0
Helpful
1
Replies

Redistribute Static route into RIP / VRF

info
Level 1
Level 1

Hi,

I am having a little trouble redistributing a per user static route (PPPOE) into an instance of RIP running inside a VRF.

I am receiving routes from the neighboring router however the PPPOE static route is not being placed in the neighboring routers routing table.

Please see config below:


Current configuration : 606 bytes
ip vrf Greatham
rd 65001:9
route-target export 65001:9
route-target import 65001:9
!
!
interface GigabitEthernet0/3
no ip address
ip flow ingress
duplex auto
speed auto
media-type rj45
negotiation auto
!
!
interface GigabitEthernet0/3.108
encapsulation dot1Q 108
ip vrf forwarding Greatham
ip address 10.82.255.253 255.255.255.252
ip flow ingress
!
router rip
!
address-family ipv4 vrf Greatham
redistribute static
network 10.0.0.0
no auto-summary
exit-address-family
!
ip route vrf Greatham 0.0.0.0 0.0.0.0 10.82.255.254
ip route vrf Greatham 10.82.0.0 255.255.0.0 10.82.255.250
end

----------

Routing Table 

Gateway of last resort is 10.82.255.254 to network 0.0.0.0

S* 0.0.0.0/0 [1/0] via 10.82.255.254
10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks
U 10.82.0.0/16 [1/0] via 10.82.255.250
C 10.82.255.250/32 is directly connected, Virtual-Access5
C 10.82.255.252/30 is directly connected, GigabitEthernet0/3.108
L 10.82.255.253/32 is directly connected, GigabitEthernet0/3.108
R 192.168.109.0/24
[120/1] via 10.82.255.254, 00:00:18, GigabitEthernet0/3.108

Any ideas would be greatly appreciated.

Thanks

Chris

1 Reply 1

jgraafmans
Level 1
Level 1

Hi,

You need to assign the VRF through a radius attribute.

Cisco-AVPair = "ip:vrf-id=Greatham",

Edit:

Sorry, I misread your post. Could you also post the config and show route of the neighbor router?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: