cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
296
Views
4
Helpful
1
Replies

source-routing in CSS

Keong.leow
Level 1
Level 1

Are there any documents or examples to configures source-based routing for loadbalancing.

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

source routing is done exclusively with the acl option 'prefer'.

So, you will need to catch your traffic with the correct acl source/destination info and then use the 'prefer' option to determin where to forward the traffic.

ie:

acl 1

clause 10 permit ip 10.10.10.0/24 destination 10.10.20.0/24 prefer serviceA

clause 99 permit any any destination any

apply ...

Gilles.

Review Cisco Networking for a $25 gift card