Router Config Problem

I have a Cisco 2620 router running IOS ver 12.0(7)T. FastEthernet 0/0 has an ip 69.92.216.130 255.255.255.252 FastEthernet 0/1 has

69.92.216.145 255.255.255.240.

When I run show ip route it shows:

69.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 69.92.216.144/28 is directly connected, Ethernet1/0 C 69.92.216.128/30 is directly connected, FastEthernet0/0

This works fine.

My problem is I want to configure an older router as a spare. It is a

2514 running IOS version 12.1(16). When I configure the Ethernet0 with 69.92.216.130 255.255.255.252, the port comes up and the line protocol comes up. When I configure Ethernet1 with 69.92.216.145 255.255.255.240 the interface comes up but the line protocol does not.

When I run show ip route it shows:

69.0.0.0/30 is subnetted. 1 subnets 69.92.216.128 is directly connected. Ethernet 0

Any ideas on how I can get the 2514 to route those two subnets?

Thanks

Reply to
tman
Loading thread data ...

Can you post the config of Cisco 2514 once?

Reply to
CK

Thats normal.

You need to troubleshoot why the line protocol doesn't come up. Don't worry about the IP info and routing. You aren't getting that far.

Check your ethernet media transceiver on the 2514. Check the cabling. Swap the transceivers around.

The reason the 2nd route isn't there is the interface isn't up. You need to get the interface up first.

Reply to
Doug McIntyre

I swapped the tranceiver that works on eth0 to eth1 and it does not come up. I also swapped the cable that works on eth0. The interface is up but the line is down.

The config on the 2514 currently consists of the ip address and mask. I wanted to keep it simple to troubleshoot this problem.

Reply to
tman

Sounds like a bad hardware port then.. Probably either the receiver or transmit pair is bad, especially if you already swapped the transceiver.

Yeah, but what I'm saying is that you are stuck at Layer-1 problems, long before you to get to Layer-3 configs.

There's not a whole lot to configure at the layer-1 level, let alone anything at the upper layers that can mess it up.

Reply to
Doug McIntyre

This sounds nuts but I even tried another 2514 and the same thing happens. I even tried these two addresses on the ether ports:

192.168.1.1 and 192.168.2.1 and Ether1 still does not come up.

I guess at this point I am asking the wrong question. The question should be:

How do I configure a Cisco 2514 with 192.168.1.1 255.255.255.0 on Eth0 and 192.168.2.1 255.255.255.0 on Eth1 and make it route ip between the two interfaces? Maybe I am missing something basic here.

Thaks

Reply to
tman

tman,

If the physical interface comes up, but the line protocol stays down, this usually indicates a Layer 1 or 2 issue (more likely layer 2). You're not even hitting Layer 3 reachability yet, so it's best to not worry about that at this point. If you're plugging these in back-to- back, are you using a cross-over cable? Also, it looks like you're connecting FastEthernet to Ethernet. Make sure to hard-code the speed and duplex on both routers: Speed at 10Mbps (Ethernet being the lowest common denominator), duplex at half or full.

HTH, neteng

formatting link

Reply to
pcmccollum

The 2514 has two AUI ports so there's no issue with speed or duplex - it's 10M and half duplex whether you like it or not. A crossover cable may be required. Since there must be transceivers involved, we need to know whether the link comes up or not - should be lights on the transceivers to say so.

Sam

Reply to
Sam Wilson

Thanks guys. I finally broke the code. I was not using a xover to connect laptop to router. What through me even further off was that one of them worked on eth0 but not on eth1. I put another kind of tranceiver on eth1 and it worked with an xover cable. I flipped the little switch on the transceiver on eth0 and now it needs an xover cable but it works. Sheeeeeeeeeeesh!

Reply to
tman

You should also be able to turn off keepalives on the Ethernet interfaces...this will bring them up without external carrier from another device. Nice way to test the physical interfaces/configs without having to connect something to them.

Reply to
fugettaboutit

Hello tman,

What is the output of "show int e1"?

Reply to
Helge Olav Helgesen

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.