I'm back working on this issue (was working on other things, and now this is important again). What I really want to have happen is that all "Corp" traffic gets routed out ISP2, while VoIP traffic, gets routed out ISP 1. Then if either ISP is down, the traffic fails over to the other ISP. I'm sure this can be done, by stringing several independant pieces together. Any help would be great.
I also didn't ever get the VoIP traffic to actually go out a particular interface. I have since pulled the rule, but attached is the code I have pertaining to the routing instances as I have it now. I believe I'm supposed to add the firewall rule to the described vlan interfaces for ingress traffic? so in this section? And then how to do the RPM with it all ?
unit 114 {
description "VoIP VLAN Interface";
vlan-id 114;
family inet {
address 192.168.1.254/24;
}
}
unit 214 {
description "Corp VLAN Interface";
vlan-id 214;
family inet {
address 192.168.2.254/24;
}
}
}
Thank you!
Sean Garland
Garland Tech