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

Traffic Shaping

manish-young
Level 1
Level 1

I have two internet Links 1 Serial and 1 ADSL terminating on same router, Need to route SMTP Traffic from serial int and all other traffic from ADSL,

1. Which will be my default route (Serial or ADSL)

2. Adsl is configured for DHCP how will i use !set ip next-hop! Command for non SMTP traffic

3. Fastethernet Int will be configured with ip nat inside command (ADSL int with IP NAT out)

Pls. let me know how to fix this thing up

Regards

2 Replies 2

scottmac
Level 10
Level 10

Since most traffic will be directed out your ADSL inteface, that would be the best choice for the default route.

Next, add a static route for the address of your external mail handler/MTA/POP server, i.e.,

(default route comes form the DHCP info on the ADSL interface)

IP route 1.1.1.1 255.255.255.255 interface S0/0

OR

IP route 1.1.1.1 255.255.255.255 2.2.2.1

Where "1.1.1.1" represents the address of your external mail server (put in your real address) and 2.2.2.1 would be the next hop (your ISP's router).

You can use either syntax: the first sends all traffic with the address of your mail router out to the specified interface (note: the 32 bit mask represents a single address ... your mail server).

The second example send all traffic to the next-hop address. This is the more common syntax.

Ther are some other ways to do it with policy routing and othe lists, but a simple static route should do the trick.

Good Luck

Scott

Thanks Scott,

but my email server is hosted in side of my network.

The catch is, if my email server route mails via ADSL Interface (Dynamic IP), recipient gets as a Spam and cannot reply to those mail, that's why I need to send emails via Serial interface, Serial link is only 128 kbps which is very slow for normal internet browsing

Hope you get my scenario

Regards

Manish

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card