Hello Amit,

Ranma is right, you could use policy routing. Let's say you want to have all
traffic from xxx.xxx.xxx.240/28 routed through interface serial1. The config
would look like this:

route-map MAP1 permit 10
 match ip address 1
 set interface serial1 
!
access-list 1 permit xxx.xxx.xxx.240 255.255.255.240
!
interface serial1
 ip policy route-map MAP1

Actually, thinking about it, wouldn't it be easier to just add a static
route:

ip route xxx.xxx.xxx.240 255.255.255.240 serial1

Regards,

Georg



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=36193&t=36166
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to