|
Try changing the set interface to set next-hop. Use set next hop when you
know the next hop address. In your case: change "set interface serial0"
to "set ip next-hop 192.168.3.2" and "set interface serial1" to "set ip
next-hop 192.168.4.2"
When you said that your configuration wasn't working; was the traffic being dropped or routed out only one interface? Tim Nurarif Wibawa wrote: Hi guys, Please see configurations below :ISP A owned 192.168.1.0/24 and ISP B owned 192.168.2.0/24 ISP A ISP B | | | | serial0 serial1 ethernet0 -> using secondary address | | | |192.168.1.0/24 192.168.2.0/24 Customer which has 2 ISP using 2 serial interfaces and 1 ethernet interface.Lets say, user which configured with network 192.168.1.0 should go through serial0 and user which configured with network 192.168.2.0 should go through serial1Please correct the router configuration below :-------------------------------------------------------------------------------------interface serial0 ip address 192.168.3.1 255.255.255.252 interface serial1 ip address 192.168.4.1 255.255.255.252 interface ethernet0 ip address 192.168.1.1 255.255.255.0 ip address 192.168.2.1 255.255.255.0 secondary ip policy route-map test route-map test permit 10 match ip address 10 set interface serial0 route-map test permit 20 set interface serial1 access-list 10 permit 192.168.1.0 0.0.0.255-------------------------------------------------------------------------------------- Did I miss something ? because it won't work. Thank you |
- Policy routing Evans Peake
- policy routing Nurarif Wibawa
- Re: policy routing Tim Evens
- Re: policy routing Cormac Long
- Re: policy routing Jamie Byrne
- policy routing Gabriel . Neagoe
- Re: policy routing Ejay Hire
- RE: policy routing Gabriel . Neagoe
- Re: policy routing Jeff Kell

