cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1226
Views
0
Helpful
2
Replies

PPPoE session RADIUS VRF

thomas.feichter
Level 1
Level 1

Hi,

I have to deploy the following scenario:

PPPoE Sessions terminated on a 802.1q GEth Subinterface on a 7206 Router.

It should be possible to put some customers (based on domain name) into a VRF (vrf-lite) instance.

The vrf-id should provided by a Radius Server.

Has anyone a similar config to give me a feedback or a useful link) ?

Thanks and regards,

Thomas

2 Replies 2

ebreniz
Level 6
Level 6

You can assign VRF membership to virtual-access interfaces using

a) Cisco-avpair = "lcp:interface-config#1=ip vrf forwarding "

Cisco-avpair = "lcp:interface-config#2=ip unnumbered loopback"

or

b) Cisco-avpair = "ip:vrf-id="

Cisco-avpair = "ip:ip-unnumbered="

Option a forces full Vaccess interfaces, option b works with virtual-access subinterfaces, but is not supported in all releases..

http://www.cisco.com/en/US/docs/ios/mpls/configuration/guide/mp_vpn_half_dup_vrf.html#wp1099246

d.pehar
Level 1
Level 1

Hi,

I have the same problem on Cisco 10008.. it seems that it can't go without RADIUS server.

Domagoj