VRF+PPP Secret Routes

Hi Guys,
Is that possible to add VRF in PPP secret routes?
Something like this: ppp/secret/add routes=“10.0.0.0/24 172.16.0.1@vrf_test”
I am trying to add some routes to VRF table in VPN server.

It doesn’t seem to be implemented. Even at client side, if you set add-default-route to yes and the interface is in a vrf, the default route is added to routing table main. Only the conected route is added to the vrf table.

As a workaround, you should be able to create a copy of the /ppp profile row you normally use for that /ppp secret row, and use the on-up and on-down script of that profile to add the routes to the corresponding routing table. If you specify the routes in the routes item the way you suggest, 7.2rc4 doesn’t add them at all but the interface does come up, so you can use the routes item as a storage area for the script.