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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encapsulation failing for fast ethernet.

Status
Not open for further replies.

aballant

Programmer
Jan 31, 2002
46
US
Hi,

I've got two ethernet interfaces configured between two routers, but when I ping them I get an encapsulation error?

01:13:03: IP: s=200.200.50.2 (local), d=200.200.50.1 (FastEthernet0), len 100, encapsulation failed.

Router 1....

interface FastEthernet0
ip address 200.200.50.1 255.255.255.0
speed auto

Router 2....
interface FastEthernet0
ip address 200.200.50.2 255.255.255.0
speed auto

What could cause this I? Or what is the next step in debugging. I did a 'debug ip packet'



cheers,
Andrew
 
Hi,

The ARP table was corrupted as I had previous assigned the same IP address to both interfaces

~(_8(|)



cheers,
Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top