I've got a situation where I need to do some policy based routing( I think) on an N7 based on source. The set next hop I don't think is going to work in this scenario so I thought I would through it out here and see how you guys would handle this. I have a second ISP coming online and currently I have two routers. One is an N7 and the other is a Cisco 7K Nexus. I need to keep the internal traffic still passing across the lag between the two boxes so the clients that are to go out the second ISP still get services, such as DHCP.
Right now I have the default route from the N7 going to the Cisco device as that is where my firewalls and the current ISP hangs off. My plan is to add a default roué for 10.0.0.0 pointing to the Cisco device and then point 0.0.0.0 to the new ISP. I would like to be able to do this form the source address, but I'm not sure exactly how to best accomplish this. I need to be able to only push certain vlans through the new ISP. Has anyone done anything like this and can you point me to some good examples on how to accomplish it with the least disruption? Here are my current routes. N7 - The IP of this router is 10.254.2.1 ip route 192.168.80.0 255.255.255.0 10.254.0.1 1 permanent ip route 10.1.3.0 255.255.255.0 10.254.0.1 1 permanent ip route 10.0.0.0 255.0.0.0 10.254.0.1 1 permanent ip route 0.0.0.0 0.0.0.0 10.254.0.1 1 permanent Cisco Nexus The IP of this router is 10.254.0.1 ip route 0.0.0.0/0 10.10.1.1 --- This is the current firewall ip route 10.0.0.0/8 10.254.2.1 ip route 10.10.60.0/24 10.254.2.1 ip route 10.20.51.0/24 10.20.51.1 1 Thanks Bruce --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
