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

VRF with Radius AVP

ssg14
Level 1
Level 1

Hi Guys,

Imagine you have got a L2TP connection with your provider that everythings comes through that as mixed,

if I push authenticated ppp session into separate VRF using Radius AVPs(hence they are all coming from a single link) , would the routes be populated in their corresponding address families?

I mean , will I be able to segragate the incmong client's traffic ?

Thx

1 Reply 1

Yes, traffic would be directed to VRF specified by Radius.

VRF needs to be preconfigured at router

Radius config like this:

2410@cust.com Cisco-AVPair += ip:route=vrf customer_vrf 172.27.5.192 255.255.255.224 172.27.49.2

2410@cust.com Cisco-AVPair += lcp:interface-config=ip vrf forwarding customer_vrf\n ip unnumbered loopback2410

2410@cust.com Framed-IP-Address := 172.27.49.2

2410@cust.com Framed-IP-Netmask := 255.255.255.252

Jon