Where does the 10.258.52.x network reside in your
network? I'm guessing it also uses a 255.255.255.0
mask. 

If there is a PC or PC's on one of the 1605 ethernet
segments with a 10.258.52.x address then you will need
to add a secondary IP address to the interface those
devices are off of. This is also called a multinetted
interface.

interface e0
  ip address 10.258.52.x 255.255.255.0 secondary

If the 10.258.52.x is on another router in your
network then you add a static route or enable a
dynamic routing protocol between the routers. The
static route next hop will be an adjancent router off
one of the 1605 interfaces.

Example: 

ip route 10.258.52.0 255.255.255.0 10.1.1.1.x

where x is the other router on the 10.1.1.x/24
network. That router would also need routes back to
the 1605 networks. 

HTH, Erick

--- Craig Robertson  wrote:
> Hi guys,
> I am having a problem with routing on a Cisco1605
> router.  Ethernet0 is set
> to 10.1.1.17 255.255.255.0 and ethernet1 is set to
> 10.128.52.1 255.255.255.0
> My problem is:
> 
> From the 10.1.1.0 network i can ping 10.1.1.17
> (ethernet0)
> From the 10.1.1.0 network i can ping 10.128.52.1
> (ethernet1)
> From the 10.1.1.0 network I can NOT ping
> 10.258.52.101 (pc on subnet)
> 
> I have enabled ip routing on the router, however,
> nothing has changed.
> 
> Can anyone please advise of the command(s) for a
> static route, if indeed
> this is the problem.  Any suggestions would be
> appreciated.
> 
> Thanks


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52344&t=52340
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to