Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi !I have to ISP, one slow ISPSlow, one fast ISPFast.
I want only some computer (range 192.168.2.224 0.0.0.7) to have access to ISPFast - fast one.
But I can't manage to get it work
Every thing goes to ISPSlow, until I had the static route to ISPF...
Thanks a lot for your answers.
I will use them for optimisation and clarity.
However, the real issue was relative to NAT.
I added
route-map ISP4G permit 10
match ip address 23
match interface Vlan12
!
route-map ISPADSL permit 10
match ip address...
Hi !Thanks for your suggestion. I already tried, so I tried again. Here are the differences :
interface Vlan11
description LAN
ip address 192.168.2.1 255.255.255.0
ip flow ingress
ip flow egress
ip nat inside
ip virtual-reassembly in
ip policy...