I currently have a Cisco 4506 doing my inter vlan routing (About 30 vlans). I have a default route pointing to an ASA5520 (static routes pointing to the 4506) and a default route pointing to our core router then to ISP1.
I added a second ISP. I have tried about 10 different solutions and none have worked so far. I have one vlan/subnet on my network that needs to go to ISP2 and the rest of the traffic needs to still go out ISP1. I have worked out a route map and not sure if it will work. I'd like an opinion. Basically i have two firewalls and two ISP's. I just need to divide the traffic. Can someone look at this route map,
access-list 1 permit ip 10.0.0.0 0.0.255.255
access-list 2 permit ip 192.168.100.0 0.0.0.255
route-map ISP1 permit 10
match ip address 1
set ip next-hop 10.0.0.75
route-map ISP2 permit 20
match ip address 2
set ip next-hop 192.168.250.2
interface FastEthernet5/45
ip policy route-map ISP1
interface vlan 40
ip policy route-map ISP2
10.0.0.0 255.255.0.0 is my entire network summarized.
192.168.250.0 255.255.255.0 is the subnet that needs to be pointed out to ISP2
CCNA, Network+
I added a second ISP. I have tried about 10 different solutions and none have worked so far. I have one vlan/subnet on my network that needs to go to ISP2 and the rest of the traffic needs to still go out ISP1. I have worked out a route map and not sure if it will work. I'd like an opinion. Basically i have two firewalls and two ISP's. I just need to divide the traffic. Can someone look at this route map,
access-list 1 permit ip 10.0.0.0 0.0.255.255
access-list 2 permit ip 192.168.100.0 0.0.0.255
route-map ISP1 permit 10
match ip address 1
set ip next-hop 10.0.0.75
route-map ISP2 permit 20
match ip address 2
set ip next-hop 192.168.250.2
interface FastEthernet5/45
ip policy route-map ISP1
interface vlan 40
ip policy route-map ISP2
10.0.0.0 255.255.0.0 is my entire network summarized.
192.168.250.0 255.255.255.0 is the subnet that needs to be pointed out to ISP2
CCNA, Network+