RE: routing question [7:50434]

2002-08-01 Thread Priscilla Oppenheimer

Mishurov Art wrote:
> 
> Disable EIGRP auto-summary on both routers:
> 
> router eigrp 100
> no auto-summary

Oh, I bet that's it! I wish I had thought of that. :-) I just noticed that
network 10.10.10.0 is reachable via Router 1 and Router 2. I bet Router 1
does not add the 10.10.10.56/29 to its routing table since it can already
get to 10.10.10.0/24. Does that make sense?

Please quote messages so we can see the details in each message without
having to find the original. Here's a copy and paste from the original:

Router1 

fa0/0 = ip address 10.10.10.245 255.255.255.0 
serial 0/0 = ip address 11.11.11.1 255.255.255.0 
serial 0/1 = ip address 12.12.12.1 255.255.255.0 
router eigrp 100 
network 10.0.0.0 
network 11.0.0.0 
network 12.0.0.0 



Router2 

fa0/0 = ip address 10.10.100.58 255.255.255.248 
serial 0/0 = ip address 11.11.11.2 255.255.255.0 
serial 0/1 = ip address 12.12.12.2 255.255.255.0 
router eigrp 100 
network 10.0.0.0 
network 11.0.0.0 
network 12.0.0.0 


Priscilla


> 
> I assume that the "duplicate address" that other group members
> noticed, was just a typo.
> 
> Art Mishurov
> Network Engineer
> Enterprise Access Group
> AT&T Solutions
> ph. 614.244.4555
> fax 614.244.1901
> [EMAIL PROTECTED] 




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



RE: routing question [7:50434]

2002-08-01 Thread Vicuna, Mark

Hi Ricky,

Try changing the IP of MachineB first.  It's the same as Fa0/0 on R2.


Mark.

-Original Message-
From: Chan, Ricky [mailto:[EMAIL PROTECTED]]
Sent: Friday, 2 August 2002 05:30
To: [EMAIL PROTECTED]
Subject: routing question [7:50434]


Hi all,

I have a question about routing issue. Let's say I have two routers
interconnected with serial cables. Router1's s0/0 connected to Router2's
s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for
redundancy
purpose. MachineA at Router1 would be able to communicate to MachineB at
Router2. However, I won't be successful to nothing that. Do you guys
have
any idea? Please advice. Below are the configuration of Router1 and
Router2:

Router1

fa0/0 = ip address 10.10.10.245 255.255.255.0
serial 0/0 = ip address 11.11.11.1 255.255.255.0
serial 0/1 = ip address 12.12.12.1 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0



Router2

fa0/0 = ip address 10.10.100.58 255.255.255.248
serial 0/0 = ip address 11.11.11.2 255.255.255.0
serial 0/1 = ip address 12.12.12.2 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0

MachineA ip address 10.10.10.2/24
MachineB ip address 10.10.100.58/29

The purpose is able to let MachineA communicate to MachineB through the
routers interconnected with serial links. 


Thanks in advance.

Ricky




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



RE: routing question [7:50434]

2002-08-01 Thread Priscilla Oppenheimer

Chan, Ricky wrote:
> 
> Each machines have the default gateway. 
> 
> MachineA ip address 10.10.10.2/24 and gateway 10.10.10.245
> 
> MachineB ip address 10.10.100.59/29 and gateway 10.10.100.58
> 
> Routers can ping it's and other serial interfaces. However,
> machines can't
> ping across the serial interfaces.

Can the machines ping anything? Use a "troubleshooting outward" approach.
>From Machine A, ping:

Machine A's own Ethernet interface
any other devices that are local to that Ethernet
the Ethernet interface on the local router
the serial interfaces on the local router
the serial interfaces on the remote router
the Ethernet interface on the remote router
the Ethernet interface on Machine B

Where does it fail?

Priscilla

> 
> Please advice.
> 
> Ricky
> 
> -Original Message-
> From: Roberts, Larry [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 3:59 PM
> To: Chan, Ricky; [EMAIL PROTECTED]
> Subject: RE: routing question [7:50434]
> 
> 
> Do the machines have a default gateway? Do the remote routers
> show each
> others LAN's in their database ? Can you ping across the serial
> interfaces ?
> 
> Thanks
> 
> Larry
>  
> 
> -Original Message-
> From: Chan, Ricky [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, August 01, 2002 2:30 PM
> To: [EMAIL PROTECTED]
> Subject: routing question [7:50434]
> 
> 
> Hi all,
> 
> I have a question about routing issue. Let's say I have two
> routers
> interconnected with serial cables. Router1's s0/0 connected to
> Router2's
> s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for
> redundancy
> purpose. MachineA at Router1 would be able to communicate to
> MachineB at
> Router2. However, I won't be successful to nothing that. Do you
> guys have
> any idea? Please advice. Below are the configuration of Router1
> and Router2:
> 
> Router1
> 
> fa0/0 = ip address 10.10.10.245 255.255.255.0
> serial 0/0 = ip address 11.11.11.1 255.255.255.0
> serial 0/1 = ip address 12.12.12.1 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
> 
> 
> 
> Router2
> 
> fa0/0 = ip address 10.10.100.58 255.255.255.248
> serial 0/0 = ip address 11.11.11.2 255.255.255.0
> serial 0/1 = ip address 12.12.12.2 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
> 
> MachineA ip address 10.10.10.2/24
> MachineB ip address 10.10.100.58/29
> 
> The purpose is able to let MachineA communicate to MachineB
> through the
> routers interconnected with serial links. 
> 
> 
> Thanks in advance.
> 
> Ricky
> 
> 




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



Re: routing question [7:50434]

2002-08-01 Thread MADMAN

Your saying that the machines can only ping the local ethernet
interface and not beyond?  What if you ping a machine from it's local
router sourcing the serial?  If that fails you have a default gateway
issue or I have seen servers that supposedly support multiple defaults
but it doesn't works.  Can you ping the remote ethernets from each of
the routers??

  Dave

"Chan, Ricky" wrote:
> 
> Each machines have the default gateway.
> 
> MachineA ip address 10.10.10.2/24 and gateway 10.10.10.245
> 
> MachineB ip address 10.10.100.59/29 and gateway 10.10.100.58
> 
> Routers can ping it's and other serial interfaces. However, machines can't
> ping across the serial interfaces.
> 
> Please advice.
> 
> Ricky
> 
> -Original Message-
> From: Roberts, Larry [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 3:59 PM
> To: Chan, Ricky; [EMAIL PROTECTED]
> Subject: RE: routing question [7:50434]
> 
> Do the machines have a default gateway? Do the remote routers show each
> others LAN's in their database ? Can you ping across the serial interfaces
?
> 
> Thanks
> 
> Larry
> 
> 
> -Original Message-
> From: Chan, Ricky [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:30 PM
> To: [EMAIL PROTECTED]
> Subject: routing question [7:50434]
> 
> Hi all,
> 
> I have a question about routing issue. Let's say I have two routers
> interconnected with serial cables. Router1's s0/0 connected to Router2's
> s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
> purpose. MachineA at Router1 would be able to communicate to MachineB at
> Router2. However, I won't be successful to nothing that. Do you guys have
> any idea? Please advice. Below are the configuration of Router1 and
Router2:
> 
> Router1
> 
> fa0/0 = ip address 10.10.10.245 255.255.255.0
> serial 0/0 = ip address 11.11.11.1 255.255.255.0
> serial 0/1 = ip address 12.12.12.1 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
> 
> Router2
> 
> fa0/0 = ip address 10.10.100.58 255.255.255.248
> serial 0/0 = ip address 11.11.11.2 255.255.255.0
> serial 0/1 = ip address 12.12.12.2 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
> 
> MachineA ip address 10.10.10.2/24
> MachineB ip address 10.10.100.58/29
> 
> The purpose is able to let MachineA communicate to MachineB through the
> routers interconnected with serial links.
> 
> Thanks in advance.
> 
> Ricky
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




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



RE: routing question [7:50434]

2002-08-01 Thread Mishurov Art

Disable EIGRP auto-summary on both routers:

router eigrp 100
no auto-summary

I assume that the "duplicate address" that other group members noticed, was
just a typo.

Art Mishurov
Network Engineer
Enterprise Access Group
AT&T Solutions
ph. 614.244.4555
fax 614.244.1901
[EMAIL PROTECTED] 


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



RE: routing question [7:50434]

2002-08-01 Thread Roberts, Larry

Do a show ip route eigrp on each one and post if you can

I want so see if they are learning all the routes.

Thanks

Larry
 

-Original Message-
From: Chan, Ricky [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 01, 2002 3:08 PM
To: 'Roberts, Larry'; [EMAIL PROTECTED]
Subject: RE: routing question [7:50434]


Each machines have the default gateway. 

MachineA ip address 10.10.10.2/24 and gateway 10.10.10.245

MachineB ip address 10.10.100.59/29 and gateway 10.10.100.58

Routers can ping it's and other serial interfaces. However, machines can't
ping across the serial interfaces.

Please advice.

Ricky

-Original Message-
From: Roberts, Larry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 3:59 PM
To: Chan, Ricky; [EMAIL PROTECTED]
Subject: RE: routing question [7:50434]


Do the machines have a default gateway? Do the remote routers show each
others LAN's in their database ? Can you ping across the serial interfaces ?

Thanks

Larry
 

-Original Message-
From: Chan, Ricky [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 01, 2002 2:30 PM
To: [EMAIL PROTECTED]
Subject: routing question [7:50434]


Hi all,

I have a question about routing issue. Let's say I have two routers
interconnected with serial cables. Router1's s0/0 connected to Router2's
s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
purpose. MachineA at Router1 would be able to communicate to MachineB at
Router2. However, I won't be successful to nothing that. Do you guys have
any idea? Please advice. Below are the configuration of Router1 and Router2:

Router1

fa0/0 = ip address 10.10.10.245 255.255.255.0
serial 0/0 = ip address 11.11.11.1 255.255.255.0
serial 0/1 = ip address 12.12.12.1 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0



Router2

fa0/0 = ip address 10.10.100.58 255.255.255.248
serial 0/0 = ip address 11.11.11.2 255.255.255.0
serial 0/1 = ip address 12.12.12.2 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0

MachineA ip address 10.10.10.2/24
MachineB ip address 10.10.100.58/29

The purpose is able to let MachineA communicate to MachineB through the
routers interconnected with serial links. 


Thanks in advance.

Ricky




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



Re: routing question [7:50434]

2002-08-01 Thread MADMAN

Machine B has the same address the router2's fa0/0 interface!!!

  Dave

"Chan, Ricky" wrote:
> 
> Hi all,
> 
> I have a question about routing issue. Let's say I have two routers
> interconnected with serial cables. Router1's s0/0 connected to Router2's
> s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
> purpose. MachineA at Router1 would be able to communicate to MachineB at
> Router2. However, I won't be successful to nothing that. Do you guys have
> any idea? Please advice. Below are the configuration of Router1 and
Router2:
> 
> Router1
> 
> fa0/0 = ip address 10.10.10.245 255.255.255.0
> serial 0/0 = ip address 11.11.11.1 255.255.255.0
> serial 0/1 = ip address 12.12.12.1 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
> 
> Router2
> 
> fa0/0 = ip address 10.10.100.58 255.255.255.248
> serial 0/0 = ip address 11.11.11.2 255.255.255.0
> serial 0/1 = ip address 12.12.12.2 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
> 
> MachineA ip address 10.10.10.2/24
> MachineB ip address 10.10.100.58/29
> 
> The purpose is able to let MachineA communicate to MachineB through the
> routers interconnected with serial links.
> 
> Thanks in advance.
> 
> Ricky
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




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



RE: routing question [7:50434]

2002-08-01 Thread Chan, Ricky

-Original Message-
From: Chan, Ricky 
Sent: Thursday, August 01, 2002 3:30 PM
To: [EMAIL PROTECTED]
Subject: routing question [7:50434]


Hi all,

I have a question about routing issue. Let's say I have two routers
interconnected with serial cables. Router1's s0/0 connected to Router2's
s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
purpose. MachineA at Router1 would be able to communicate to MachineB at
Router2. However, I won't be successful to nothing that. Do you guys have
any idea? Please advice. Below are the configuration of Router1 and Router2:

Router1

fa0/0 = ip address 10.10.10.245 255.255.255.0
serial 0/0 = ip address 11.11.11.1 255.255.255.0
serial 0/1 = ip address 12.12.12.1 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0



Router2

fa0/0 = ip address 10.10.100.58 255.255.255.248
serial 0/0 = ip address 11.11.11.2 255.255.255.0
serial 0/1 = ip address 12.12.12.2 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0

MachineA ip address 10.10.10.2/24
MachineB ip address 10.10.100.58/29

The purpose is able to let MachineA communicate to MachineB through the
routers interconnected with serial links. 


Thanks in advance.

Ricky




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



RE: routing question [7:50434]

2002-08-01 Thread Chan, Ricky

Each machines have the default gateway. 

MachineA ip address 10.10.10.2/24 and gateway 10.10.10.245

MachineB ip address 10.10.100.59/29 and gateway 10.10.100.58

Routers can ping it's and other serial interfaces. However, machines can't
ping across the serial interfaces.

Please advice.

Ricky

-Original Message-
From: Roberts, Larry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 3:59 PM
To: Chan, Ricky; [EMAIL PROTECTED]
Subject: RE: routing question [7:50434]


Do the machines have a default gateway? Do the remote routers show each
others LAN's in their database ? Can you ping across the serial interfaces ?

Thanks

Larry
 

-Original Message-
From: Chan, Ricky [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 01, 2002 2:30 PM
To: [EMAIL PROTECTED]
Subject: routing question [7:50434]


Hi all,

I have a question about routing issue. Let's say I have two routers
interconnected with serial cables. Router1's s0/0 connected to Router2's
s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
purpose. MachineA at Router1 would be able to communicate to MachineB at
Router2. However, I won't be successful to nothing that. Do you guys have
any idea? Please advice. Below are the configuration of Router1 and Router2:

Router1

fa0/0 = ip address 10.10.10.245 255.255.255.0
serial 0/0 = ip address 11.11.11.1 255.255.255.0
serial 0/1 = ip address 12.12.12.1 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0



Router2

fa0/0 = ip address 10.10.100.58 255.255.255.248
serial 0/0 = ip address 11.11.11.2 255.255.255.0
serial 0/1 = ip address 12.12.12.2 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0

MachineA ip address 10.10.10.2/24
MachineB ip address 10.10.100.58/29

The purpose is able to let MachineA communicate to MachineB through the
routers interconnected with serial links. 


Thanks in advance.

Ricky




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



RE: routing question [7:50434]

2002-08-01 Thread Roberts, Larry

Do the machines have a default gateway? Do the remote routers show each
others LAN's in their database ? Can you ping across the serial interfaces ?

Thanks

Larry
 

-Original Message-
From: Chan, Ricky [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 01, 2002 2:30 PM
To: [EMAIL PROTECTED]
Subject: routing question [7:50434]


Hi all,

I have a question about routing issue. Let's say I have two routers
interconnected with serial cables. Router1's s0/0 connected to Router2's
s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
purpose. MachineA at Router1 would be able to communicate to MachineB at
Router2. However, I won't be successful to nothing that. Do you guys have
any idea? Please advice. Below are the configuration of Router1 and Router2:

Router1

fa0/0 = ip address 10.10.10.245 255.255.255.0
serial 0/0 = ip address 11.11.11.1 255.255.255.0
serial 0/1 = ip address 12.12.12.1 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0



Router2

fa0/0 = ip address 10.10.100.58 255.255.255.248
serial 0/0 = ip address 11.11.11.2 255.255.255.0
serial 0/1 = ip address 12.12.12.2 255.255.255.0
router eigrp 100
network 10.0.0.0
network 11.0.0.0
network 12.0.0.0

MachineA ip address 10.10.10.2/24
MachineB ip address 10.10.100.58/29

The purpose is able to let MachineA communicate to MachineB through the
routers interconnected with serial links. 


Thanks in advance.

Ricky




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



RE: routing question [7:50434]

2002-08-01 Thread Chris Charlebois

You are saying that this configuration doesn't work?  Nothing seems amiss. 
Are you sure the interfaces are up and working?  Clockrate and all.  Are the
routes not getting in the routing table?  A show ip route would help.


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



Re: routing question [7:50434]

2002-08-01 Thread Johnny Routin

Your machine B address is the same as your Router 2 f0/0 address. Give it a
valid address in that subnet and you should get better results.

--
Johnny Routin




""Chan, Ricky""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> I have a question about routing issue. Let's say I have two routers
> interconnected with serial cables. Router1's s0/0 connected to Router2's
> s0/0 and Router1's s0/1 connected to Router2's s0/1. It is for redundancy
> purpose. MachineA at Router1 would be able to communicate to MachineB at
> Router2. However, I won't be successful to nothing that. Do you guys have
> any idea? Please advice. Below are the configuration of Router1 and
Router2:
>
> Router1
>
> fa0/0 = ip address 10.10.10.245 255.255.255.0
> serial 0/0 = ip address 11.11.11.1 255.255.255.0
> serial 0/1 = ip address 12.12.12.1 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
>
>
>
> Router2
>
> fa0/0 = ip address 10.10.100.58 255.255.255.248
> serial 0/0 = ip address 11.11.11.2 255.255.255.0
> serial 0/1 = ip address 12.12.12.2 255.255.255.0
> router eigrp 100
> network 10.0.0.0
> network 11.0.0.0
> network 12.0.0.0
>
> MachineA ip address 10.10.10.2/24
> MachineB ip address 10.10.100.58/29
>
> The purpose is able to let MachineA communicate to MachineB through the
> routers interconnected with serial links.
>
>
> Thanks in advance.
>
> Ricky




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