I NEED SOME HELP PLEASE!
My Problem here is to create some of policy based routing in my QFX5100 that have many of vlans and i want to do match on VLANs Not in interface
Here i want to match if traffic comming from source address 10.70.0.0/18 and destination to ANY then forward traffic to another Default Gateway
1 - do some fitering in QFX5100 to match a specific subnet for MLI Network
set firewall family inet filter PBR term t1 from source-address 10.70.0.0/18
set firewall family inet filter PBR term t1 from destenation-address 0.0.0.0/0
set firewall family inet filter PBR term t1 then routing-instances RI1
set firewall family inet filter PBR term t2 then accept
2- Next we create Routing instances to specify what we will do with the if statement condition so we do next
set routing-instances RI1 instances-type virtual-router
set routing-instances RI1 interfaces ae22
set routing-instances RI1 routing-options static route 0.0.0.0/0 next-hop 10.70.64.108
3- Final we apply the filter to virtual interfaces
set interface irb unit 120 family inet filter input PBR
****** and after we follow the instraction we noties that there loops in Network.
Thanks