[c-nsp] PBR two default gateway

Satish Patel satish.txt at gmail.com
Thu Jun 23 13:46:11 EDT 2016


I have router with two subnet A & B connected on related physical
interface. and we have two ISP link so i want to send subnet A to
ISP-A and subnet B to ISP-B.

is it enough if i do this or do i need to use match interface F1/1?
Because i want to do whatever coming from my source interface go to
ISP-A and rest will use ip route 0.0.0.0 0.0.0.0 ISP-B

!
interface FastEthernet1/1
 description subnet-A
 ip address x.x.x.x 255.255.255.0
 ip policy route-map FOO
!
!
route-map FOO permit 10
 set ip next-hop x.x.x.x
!


More information about the cisco-nsp mailing list