Adding a DSL route to a Cisco 2611 router - TechRepublic
Question
August 13, 2009 at 10:40 AM
deity_chooch

Adding a DSL route to a Cisco 2611 router

by deity_chooch . Updated 16 years, 11 months ago

Hi, all! I’m having an issue getting a Cisco 2611 router to use a DSL router as a gateway and am not skilled enough in Cisco to determine the problem.

I’ve got the DSL router connected via ethernet to the Ethernet0/1 port on the Cisco and have the following configuration for it:

interface Ethernet0/1
bandwidth 7168
ip address 75.160.162.65 255.255.255.192
ip access-group 120 in
ip ospf authentication-key 7 047803570C204B1E
no ip mroute-cache
full-duplex
no cdp enable
!

The access-list in question is as follows:

access-list 120 permit icmp any any
access-list 120 permit ip 75.160.162.64 0.0.0.63 any
access-list 120 permit ip 172.16.0.0 0.0.255.255 any
access-list 120 permit ospf any any
access-list 120 deny ip any any

The DSL router’s IP address is 75.160.162.126/26, which pings from the Cisco router whether the ethernet cable is connected or not. I’ve also just discovered that I’m unable to ping the IP address of the Cisco’s Ethernet0/1 interface (75.160.162.65/26) from the Cisco. I’m stumped on this and would appreciate any help you folks can give. Thanks!

This discussion is locked

All Comments