Hi I have some problems...
In practice, I would like to configure an AR1220 with 2 SIC ADSL and connect 2 Firewalls.
The scenario is as follows:
Huawei AR1220
Gigabitehernet 0/0/0 - IP interface 192.168.1.254 sub 255.255.255.0 (The firewall will be 192.168.1.253)
Gigabitehernet 0/0/1 - IP interface 192.168.2.254 sub 255.255.255.0 (The firewall will be 192.168.2.253)
The router 1220 configures 2 SIC VDSL (Ethernet 1/0/0 Interface and 2/0/0 Ethernet Interface)
I want all traffic coming from network 192.168.1.0 comes out using Ethernet 1/0/0
and that all traffic coming from network 192.168.2.0 comes out using Ethernet 2/0/0.
For this I have created 2 static routes with the same preference:
0.0.0.0 0.0.0.0 outbound Ethernet Interface 1/0/0
0.0.0.0 0.0.0.0 outbound Ethernet Interface 2/0/0
I have created 2 acl:
Acl 2000 permit 192.68.1.0
Acl 2001 permit 192.168.2.0
I have created the policy-based "samurai" route:
Policy-based-route samurai permit node 10
If-match acl 2000
Apply outbound Interface Ethernet 1/0/0
Policy-based route foo permit node 20
If-match acl 2001
Apply outbound Interface Ethernet 2/0/0
My problem is that navigation does not work, it goes very low, there seems to be an important problem in the configuration.
What am I wrong?