11-18-2024
01:51 AM
- last edited on
11-18-2024
03:09 AM
by
rupeshah
Below is the client requirement for that I have prepared proposed solution diagram in attached where both data and management vrf ingress and egress through same MPLS ISP by static route pointing to the next-hop IP addresses that are reachable through the MPLS tunnel.
ip route vrf Mgmt-intf <management_vlan_subnet> 255.255.255.0 <gateway_ip>
ip route vrf Data-intf <data_vlan_subnet> 255.255.255.0 <gateway_ip>
Please let us know any correction needs to be done to achieve the below client requirement. :- What about the routes from 2 difference VRF?
R1 (the local router) and R2 (the remote router).
The revise direction has to work as well. Meaning, the monitoring system in the Management VLAN, to the remote router having the IP within the same subnet as management IP of local router, has to reach the remote router.
R1
interface GigabitEthernet0
description -= Management Intf =-
vrf forwarding Mgmt-intf
ip address <masked> 255.255.255.0
negotiation auto
ip route vrf Mgmt-intf <masked> 255.255.255.255 <masked>
11-18-2024 02:43 AM - edited 11-18-2024 02:44 AM
The way I uderstood this, it will not work. I believe you need something similar to explained on this doc
Interface Gi0/0/2 seems to be part of Global routing table but you are trying to use it as gateway for MGMT VRF ?
11-18-2024 09:53 AM - edited 11-19-2024 08:38 PM
@Flavio Miranda As per this Diagram R1 is local router and R2 is remote router,
1) Between local and remote router 1 tunnel is already available for data traffic which is present in router R1,
2) Client want one more tunnel between Local and remote router for management traffic over same MPLS link.
3) This management Vlan Subnet 192.168.1.0/24 remote router to have a IP within the same subnet as the Management Intf of R1
4) how to separate data and management traffic in R1 and forward in MPLS how to achieve this could you please help ?
11-20-2024 06:14 AM
can you more elaborate
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide