VRF for management

Hello!

Is this possible to bind management services to specific vrf? I tried with no success. What I tried:

  1. Created vrf named vrf-management
    0 routing-mark=vrf-management interfaces=VL1.1 route-distinguisher=30910:1
    import-route-targets=30910:1 export-route-targets=30910:1

  2. assigned IP 172.16.2.13/24 to interface VL1.1

  3. in MAC server assigned telnet interface to VL1.1

And telnet to 172.16.2.13 from 172.16.2.20 did not work. When I move interface VL1.1 from VRF to MAIN table - I can telnet to device. So have I missed something or it is not possible to manage with vrf?

Help in advance,
Boris

Any management services will not work from VRFs in ROS v6.

hi boris,

any news regarding this yet?
may you have something similar implemented?
the goal should be to get access to the cpe within an vrf.

thank you!

christian

We have plans to change this in the future, but most likely it will not happen in ROS v6

hi mrz,

would be nice if an early testrelease is available to start some tests here.
(issue therefore for me is to have all interfaces “internetaccess and tr069” in the globale routingtable - would rather split it..)

thank you!

chris

+1 for that

Hey guys, sorry for bringing this old thread, but I hope someone find this helpful.

Defining IP Rule to lookup in the specific table (VRF) depending on the source address, seems to fix the management to the device within a VRF.

So in your case,

/ip route rule
add src-address=172.16.2.13/32 table=vrf-management

Best regards.