I see your "disclaimer" so disregard my last email "uses the local policy
route-map to PBR routes sourced from the router, vs int PBR of packets sent
through the router""

 

 

From: garry baker [mailto:[email protected]] 
Sent: October-17-10 9:02 PM
To: Jason Maynard
Cc: [email protected]
Subject: Re: [OSL | CCIE_RS] Routing Manipulation

 

this should do it, uses the local policy route-map to PBR routes sourced
from the router, vs int PBR of packets sent through the router

ip access-list extended ONEONE
 permit ip host 192.168.1.1 any
ip access-list extended ONETWO
 permit ip host 192.168.1.2 any
!         
route-map SERIAL_PBR permit 10
 match ip address ONEONE
 set interface Serial1/0
!         
route-map SERIAL_PBR permit 20
 match ip address ONETWO
 set interface Serial1/1

ip local policy route-map SERIAL_PBR

--
Garry L. Baker

"There is no 'patch' for stupidity." - www.sqlsecurity.com



On Sun, Oct 17, 2010 at 7:13 PM, Jason Maynard <[email protected]>
wrote:

How do you ensure that any packet sourced from 192.168.1.1 uses serial 1/0
and packets sourced from 192.168.1.2 uses serial 1/1? All other packets use
the best route.

 

 

Diagram and question can be found here.
http://packetsanalyzed.blogspot.com/2010/10/question-140.html

 


_______________________________________________
For more information regarding industry leading CCIE Lab training, please
visit www.ipexpert.com

 

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to