Hello all – I’m trying to get router rules to work on CHR 7.1.1. In 6.x, at least for V4, I could make it work. What I’m trying to do:
- I have two ISPs using BGP[/list
- I want to set up a source-based routing rule that either says "if the incoming interface is ether3, or the source address is 199.181.204.x/24, use routing table ISP2
] - If it’s anything else, use ISP1 “main”
So I created a routing table “isp2” in /routing/table. I then created a /routing/rule (2 actually) that siad - If the src address is 199.181.204.0/24, set routing table isp2
- If the incoming interface is ether3, set routing table isp2[/list
In ROS 6.x, just doing /ip/route/rule did the trick, but I must be missing something in ROS 7.1.1. The rules are accepted, but they don’t appear to route.]