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

1721's with WIC-1ENET routing between...cant ping between interfaces!! 2

Status
Not open for further replies.

flyboy1701

Technical User
May 10, 2008
15
GB
Hi everyone, I would really appreciate some help here, on something which I am sure is very basic, but nevertheless I am banging my head against a brick wall.

I have 2 x 1721's both runnning IOS 12.3(1a) with WIC-1ENET modules in slot 0, I am trying to route between the two interfaces, but cannot get each router to ping the others ethernet interface. As a test though I have given my laptop the IP address of the other ethernet interface and connected directly to the router...essentially simulating the other router, and I can ping between them, but when I plug the routers back-to-back....nothing again.

I have attached the 2 configs, and would really appreciate any help.

Thanks

sh conf
Using 823 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Wheatsheaf_Pub
!
!
ip subnet-zero
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.1.1 192.168.1.9
ip dhcp excluded-address 192.168.1.200
ip dhcp excluded-address 192.168.1.108
ip dhcp excluded-address 192.168.1.250 192.168.1.254
!
ip dhcp pool Wheatsheaf_Pub
network 192.168.1.0 255.255.255.0
dns-server 194.72.9.38
default-router 192.168.1.1
!
!
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
full-duplex
!
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
speed auto
full-duplex
!
ip classless
ip route 192.168.2.0 255.255.255.0 Ethernet0
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
!
end

Wheatsheaf_Pub#


version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Function_Room
!
!
ip subnet-zero
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.2.1 192.168.2.11
!
ip dhcp pool 1
network 192.168.2.0 255.255.255.0
dns-server 62.6.40.162
default-router 192.168.2.3
!
!
!
!
interface Ethernet0
ip address 192.168.100.2 255.255.255.0
full-duplex
!
interface FastEthernet0
ip address 192.168.2.3 255.255.255.0
speed auto
full-duplex
!
ip classless
ip route 192.168.1.0 255.255.255.0 Ethernet0
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end

Function_Room#
 
You need a crossover cable between the two routers, not a straight through.

Burt
 
Yeah, I have a cross-over between them, the interfaces are up and LINK light active
 
Wheatsheaf_Pub#conf t
Wheatsheaf_Pub(config)#no ip route 192.168.2.0 255.255.255.0 Ethernet0

Function_Room#conf t
Function_Room(config)#no ip route 192.168.1.0 255.255.255.0 Ethernet0

No need to confuse the routers---the interfaces (and thus the two networks) are directly connected. Post an extended ping result from Wheatsheaf_Pub to Function_Room, choosing int e0.

Burt
 
Removed the route and still no joy, here is the ping results

TO OTHER ROUTERS DIRCETLY CONNECTED INTERFACE

Wheatsheaf_Pub#ping 192.168.100.2 repeat 10

Type escape sequence to abort.
Sending 10, 100-byte ICMP Echos to 192.168.100.2, timeout is 2 seconds:
..........
Success rate is 0 percent (0/10)

TO LOCAL ROUTER INTERFACE

Wheatsheaf_Pub#ping 192.168.100.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.100.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Wheatsheaf_Pub#
 
Wow...try
int e0
speed auto

on both routers...

What I meant by extended ping...example...

___ _ ____ _ ___
/ \__/ \__/ \__/ \__/ \ Hey Rocky!
| _|@ @ __ | Watch me pull a hacker's IP
\________/ | | \________/ address out of my log files!
__/ _/
/) (o _/
\____/
Edge>en
Password:
Edge#ping
Protocol [ip]:
Target IP address: 10.68.68.1
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 10.68.68.1
Type of service [0]:
Set DF bit in IP header? [no]: y
Validate reply data? [no]: y
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.68.68.1, timeout is 2 seconds:
Packet sent with a source address of 10.68.68.1
Packet sent with the DF bit set
Reply data will be validated
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/4 ms

That way, you can pick the source interface.

Burt
 
Sorry about that burtsbees, here is what you requested.

Wheatsheaf_Pub#ping
Protocol [ip]:
Target IP address: 192.168.100.2
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: ethernet0
Type of service [0]:
Set DF bit in IP header? [no]: y
Validate reply data? [no]: y
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.100.2, timeout is 2 seconds:
Packet sent with a source address of 192.168.100.1
Packet sent with the DF bit set
Reply data will be validated
.....
Success rate is 0 percent (0/5)
Wheatsheaf_Pub#




Still no joy though, I have checked all off the basics, i.e. IOS version, processor etc and all match, but this just will now work when the routers are back to back, yet when i place a laptop with a static address of the reciprocal address, it works......I am puzzled :)
 
No, I know the difference between a straight through and a cross-over :)like I said the interface and line protocol for both routers are up
 
Could this explain why I am not able to get this to work

MPC860P processor: part number 5, mask 2
Bridging software.

 
sh run
Building configuration...

Current configuration : 778 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Wheatsheaf_Pub
!
!
ip subnet-zero
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.1.1 192.168.1.9
ip dhcp excluded-address 192.168.1.200
ip dhcp excluded-address 192.168.1.108
ip dhcp excluded-address 192.168.1.250 192.168.1.254
!
ip dhcp pool Wheatsheaf_Pub
network 192.168.1.0 255.255.255.0
dns-server 194.72.9.38
default-router 192.168.1.1
!
!
!
!
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
full-duplex
!
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
speed auto
full-duplex
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
!
end

Wheatsheaf_Pub#




sh run
Building configuration...

Current configuration : 612 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Function_Room
!
!
ip subnet-zero
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.2.1 192.168.2.11
!
ip dhcp pool 1
network 192.168.2.0 255.255.255.0
dns-server 62.6.40.162
default-router 192.168.2.3
!
!
!
!
!
interface Ethernet0
ip address 192.168.100.2 255.255.255.0
full-duplex
!
interface FastEthernet0
ip address 192.168.2.3 255.255.255.0
speed auto
full-duplex
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end

Function_Room#
 
router#conf t
router(config)#int e0
router(config-if)#speed auto

Do this on both routers! If this does not work, I would say it is a cable problem. If you can attach a laptop on one fastethernet port and ping the other router's e0, and do this with both routers, I would definitely say that it is a cable problem. Post a sh cdp nei det, sh ip int bri, and sh ip route from both routers.
Sorry---forgot you had already posted the configs!

Burt
 
Hi Burt, I am 100% confident the cable is ok, I have already tested this, and the wic-1enet only operates at 10 mpbs so there is no speed command applicable to it
 
Crap---that's right...
Please post what I have asked you for, and let me know what can ping what (laptop to what interface? Both routers, etc.).

Burt
 
Function_Room#sh ip int bri
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 192.168.2.3 YES NVRAM up up

Ethernet0 192.168.100.2 YES NVRAM up up

Function_Room#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.2.0/24 is directly connected, FastEthernet0
C 192.168.100.0/24 is directly connected, Ethernet0
Function_Room#

Device ID: Wheatsheaf_Pub
Entry address(es):
IP address: 192.168.100.1
Platform: cisco 1721, Capabilities: Router
Interface: Ethernet0, Port ID (outgoing port): Ethernet0
Holdtime : 155 sec

Version :
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.3(1a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Fri 06-Jun-03 20:01 by dchih

advertisement version: 2
Duplex: full

Function_Room#
 
Wheatsheaf_Pub#sh cdp nei det
-------------------------
Device ID: Function_Room
Entry address(es):
IP address: 192.168.100.2
Platform: cisco 1721, Capabilities: Router
Interface: Ethernet0, Port ID (outgoing port): Ethernet0
Holdtime : 168 sec

Version :
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.3(1a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Fri 06-Jun-03 20:01 by dchih

advertisement version: 2
Duplex: full

Wheatsheaf_Pub#

Wheatsheaf_Pub#sh ip int bri
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 192.168.1.1 YES NVRAM up up

Ethernet0 192.168.100.1 YES NVRAM up up

Wheatsheaf_Pub#

Wheatsheaf_Pub#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, FastEthernet0
C 192.168.100.0/24 is directly connected, Ethernet0
Wheatsheaf_Pub#
 
heres the info you requested Burt....and thanks for your help


PC A- 192.168.2.10
Router (Function _room) F/E0 192.168.2.3 & E0 192.168.100.2

PC B- 192.168.1.10
Router (Wheatsheaf_Pub) F/E0 192.168.1.1 & E0 192.168.100.1

PC A can ping router function room (F/E0) and vice versa

PC B can ping router Wheatsheaf_pub (F/E0) and vice versa

PC A cannot ping PC B

Router fucntion room E0 cannot ping wheatsheaf_Pub E0 when back to backed with a cross-over cable, though when a laptop is connected to e0 and given other routers address, this works.



 
So a laptop was connected to e0 of BOTH routers, and in BOTH cases it was able to ping the IP address of E0???
One more thing---post sh int e0 from both routers---let's look and input/output errors/giants, etc...

Burt
 
Yep thats correct and the router coudl ping the laptop, it appears to an interoperability issue between the e0 interfaces

Here is the sh int info

sh int e0
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 0004.dc0c.b55b (bia 0004.dc0c.b55b)
Internet address is 192.168.100.1/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 10BaseT
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
370 packets input, 35385 bytes, 0 no buffer
Received 54 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
371 packets output, 36128 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Wheatsheaf_Pub#


Wheatsheaf_Pub#sh int e0
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 0004.dc0c.b55b (bia 0004.dc0c.b55b)
Internet address is 192.168.100.2/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 10BaseT
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:01, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
386 packets input, 37552 bytes, 0 no buffer
Received 57 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
386 packets output, 37101 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Function_Room#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top