cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
457
Views
0
Helpful
2
Replies

smtp data

networkforumman
Level 1
Level 1

Given two sites linked with two WAN connections, can smtp traffic be routed accross one of the links and the other link be used for all other data?

Thanks.

2 Replies 2

dmbutko
Level 1
Level 1

Yes of course.

Try using policy routing (route map) to matching smtp traffic and transmitting it to specific interface.

Use this link: http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800c75d2.html

Match traffic by access-list, then set interface in route-map, and apply the route-map in LAN interfaces of both routers.

Thanks for your help.