Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ip routing

Status
Not open for further replies.

koshu

ISP
Joined
Apr 18, 2002
Messages
22
Location
IN
HI group ,


I have a problem. we have a customer who have 128 kbs leased line from us and another line from another service provider.Both links r
terminated on cutomers 2500 series router.My side link is terminated on serial one and another is terminated on serial 0.here is the
conf of the router.

int e0
ip address 210.212.99.65 255.255.2555.224
ip address 216.252.243.57 255..255.255.248 secandory
!
int s0
ip unnumered e0
!
int s1
ip address 216.252.243.22 255.255.255.252
!
ip subnet-zero
ip classless
ip route 0.0.0.0 0.0.0.0 s0
ip route 216.252.243.56 255.255.255.248 216.252.243.21

...

If i give a ip from my network which is 216.252.243.56/29 to a machine and make 216.252.243.57 as gateway of that machine.If a do a
traceroute to any site from this machine the traffic of my network is going to default route that is serial 0 after putting the
static route.Can some one help me to identify what could be the problem.

Thanx in advance
kaushalender




Thank in advance
kaushalender
 
you need to get rid of the first route and replace it with your 210.212.99.65 route.

It is reading the first route and saying ok all traffic goes out this interface. Instead it needs to say traffic from 210.212.etc goes out interface ser0. And traffic from 215.252.etc goes out ser1.

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top