Community discussions

MikroTik App
 
borisk
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 97
Joined: Mon Jul 04, 2016 10:02 pm
Location: Nizhniy Tagil, Russia

VRF for management

Tue Jul 05, 2016 2:00 pm

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
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7216
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: VRF for management

Tue Jul 05, 2016 2:06 pm

Any management services will not work from VRFs in ROS v6. 
 
steger
Frequent Visitor
Frequent Visitor
Posts: 79
Joined: Sat Jul 29, 2006 9:17 am

Re: VRF for management

Mon Apr 23, 2018 4:19 pm

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
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7216
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: VRF for management

Mon Apr 23, 2018 4:30 pm

We have plans to change this in the future, but most likely it will not happen in ROS v6
 
steger
Frequent Visitor
Frequent Visitor
Posts: 79
Joined: Sat Jul 29, 2006 9:17 am

Re: VRF for management

Fri May 25, 2018 11:04 am

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
 
smirre
just joined
Posts: 12
Joined: Thu Feb 16, 2006 3:12 pm

Re: VRF for management

Tue Aug 20, 2019 7:02 pm

+1 for that
 
Poki
just joined
Posts: 12
Joined: Thu Jul 26, 2012 3:42 pm

Re: VRF for management

Fri Feb 11, 2022 8:12 pm

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.