cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
480
Views
0
Helpful
3
Replies

Routing configuration

prince.p
Level 1
Level 1

Hi Cisco support,

we are using Cisco 2911 series router. we want to configure static route with our PPPoE supported modem.

our broadband service provider has given staic WAN IP address (117.218.241.243) and configured internet in Dlink ADSL modem.

we need to configure static route with this wan IP.

we did static route configuration by inserting one LAN  cable end Dlink lan interface and next end in cisco 2911 series router.

we given the command as 

Ip route 0.0.0.0 0.0.0.0 218.248.161.170

we find the next hop address by tracert.

 

                          tracert google.com

Tracing route to google.com [216.58.196.174]
over a maximum of 30 hops:

1 1 ms 1 ms 1 ms 192.168.1.1
2 21 ms 22 ms 21 ms 117.218.241.1
3 22 ms 22 ms 22 ms 218.248.161.170
4 23 ms 48 ms 22 ms 218.248.235.141
5 22 ms * 22 ms 218.248.235.142
6 22 ms 22 ms 21 ms 72.14.211.114

but my static route is not working 

can anyone help me to do 

3 Replies 3

chrihussey
VIP Alumni
VIP Alumni

What is the IP address of the LAN interface on the Dlink ADSL modem and what is the IP address of the 2911 interface that connects to the Dlink?

Thanks

my Dlink LANIPp address is 192.168.1.1 and my  cisco router interface LAN IP is 10.1.0.10

So the Dlink LAN IP is 192.168.1.1, the interface of the router that connects to the Dlink must be in the same subnet. What is it? Does it get it by DHCP or is it statically assigned?

Regardless the default route from the router should be the next hop Dlink:

!

ip route 0.0.0.0 0.0.0.0 192.168.1.1

!

Then if you are accessing the internet from the LAN 10.1.0.x (another interface on the router), the Dlink will need the route to that network pointing towards the router.

 

Perhaps if you post the router config it may be easier to identify a solution.