cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
239
Views
0
Helpful
1
Replies

Leased line traffic manipulation

miskinmohiuddin
Level 1
Level 1

I have recently installed a Cisco 1721 router for 512 kbps internet leased line. I want to install another internet leased line on the same router, but dont want the traffic from s0 to s1 or vice versa. I mean i want the traffic to remain seperate from each other.

Could anyone give me the required conf or access list statement.

Thanks and with regards,

Miskin Mohiuddin.

1 Reply 1

beth-martin
Level 5
Level 5

You can not control the path the return traffic will take, but you can configure your router to policy route certain users out one serial link or another. For example, if you have a router with one ethernet and two serial links (assuming you have a class C network)

interface ethernet 0

ip policy route-map internet

!

route-map internet permit 10

match ip address 100

set interface s0

route-map internet permit 20

match ip address 101

set interface s1

!

access-list 100 permit 10.10.10.0 0.0.0.127

access-list 101 permit 10.10.10.128 0.0.0.127