Greetings. I’m new at OSPF so I would be grateful for OSPF configuration advice.
I have a main site that is connected to several remote sites in the hub-spoke design. Each of the spikes (remote site) is connected to the main site using two VPN tunnels, one we use for VOIP (172.16.0.0./16) traffic, and the other one for domain traffic (192.168.0.0/16). Each spike site also has its own default gateway interface directly to the internet (main site(hub) isn’t default gateway for remote sites).
The question is, how to achieve OSPF route distribution so that certain routes go through the VOIP tunnel, and others over the tunnel for the domain traffic? If I put static or connected routes redistribution, then the routes are distributed over both tunnels, and I want to separate them so that VOIP traffic goes through the VOIP tunnel and the Domain Traffic through the Domain Tunnel.
I have configured two Instance: VOIP Instance and Domain Instance, and also two Areas: VOIP Area and Domain Area. I also added two OSPF Networks which are pptp networks subnets. Is this ok setup?
Thank you.