This feels like a long shot, as nothing in the documentation suggests this is possible, and L2TP server settings are sparse at best.
Is there a way to bind the L2TP server to a VRF? If not, does anyone know if this is on the roadmap?
Thanks.
This feels like a long shot, as nothing in the documentation suggests this is possible, and L2TP server settings are sparse at best.
Is there a way to bind the L2TP server to a VRF? If not, does anyone know if this is on the roadmap?
Thanks.
My best guess would be to create server bindings and add them to the VRF, e.g.:
/interface l2tp-server
add name="descriptive_name" user="username_of_L2TP_user"
Thanks, I don't have any issue assigning the L2TP interfaces to a VRF (these are dynamically generated as this is an LNS) through the PPP profile. The issue is that the L2TP server itself only seems to be listening on main, when I ideally need it listening within a VRF.