RE: Tunnel not receiving???

From: Fred Collett (fcollett@xxxxxxxxxxxxx)
Date: Sun Oct 29 2000 - 19:11:29 GMT-3


   
You have not disabled the appletalk rtmp protocol on router c interface
tunnel1.

Don't know if it will fix it but it won't work completely without it.

Fred

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
JKimes1@aol.com
Sent: Sunday, October 29, 2000 10:39 AM
To: ccielab@groupstudy.com
Subject: Tunnel not receiving???

Well, now that the "zone problem" is resolved... (thanx to everyone who
replied) I'm still
working on the same lab. Trying to tunnel appletalk through an ip cloud.
It
appears that
the tunnel interface on RouterC is not receiving any packets. Any ideas on
this one? Here
are my configs:

version 12.0
!
hostname RouterA
!
appletalk routing eigrp 1
appletalk route-redistribution
!
interface Tunnel1
 no ip address
 no ip directed-broadcast
 appletalk cable-range 600-600 600.79
 appletalk zone test
 appletalk protocol eigrp
 no appletalk protocol rtmp
 tunnel source Ethernet0
 tunnel destination 195.1.1.1
!
interface Ethernet0
 ip address 194.1.1.1 255.255.255.0
 no ip directed-broadcast
 no keepalive
 appletalk cable-range 400-499 410.1
 appletalk zone accounting
 appletalk zone service
!
interface Serial0
 ip address 192.1.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 no ip mroute-cache
 no fair-queue
!
router rip
 network 192.1.1.0
 network 194.1.1.0

version 12.0
!
hostname RouterC
!
appletalk routing eigrp 3
appletalk route-redistribution
!
interface Tunnel1
 no ip address
 no ip directed-broadcast
 appletalk cable-range 600-600 600.95
 appletalk zone test
 appletalk protocol eigrp
 tunnel source Ethernet0
 tunnel destination 194.1.1.1
!
interface Ethernet0
 ip address 195.1.1.1 255.255.255.0
 no ip directed-broadcast
 no keepalive
 appletalk cable-range 500-599 599.1
 appletalk zone sales
 appletalk zone service
!
interface Serial0
 ip address 193.1.1.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 no ip mroute-cache
 no fair-queue
!
router rip
 network 193.1.1.0
 network 195.1.1.0

Connectivity appears to be good...

RouterA#p 195.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 195.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/60/64 ms

RouterC#p 194.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 194.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/59/61 ms

Looking at the tunnel interfaces though show:

RouterA#sh int tu1
Tunnel1 is up, line protocol is up
  Hardware is Tunnel
  MTU 1514 bytes, BW 9 Kbit, DLY 500000 usec, rely 255/255, load 1/255
  Encapsulation TUNNEL, loopback not set, keepalive set (10 sec)
  Tunnel source 194.1.1.1 (Ethernet0), destination 195.1.1.1
  Tunnel protocol/transport GRE/IP, key disabled, sequencing disabled
  Checksumming of packets disabled, fast tunneling enabled
  Last input 00:00:00, output 00:00:02, output hang never
  Last clearing of "show interface" counters never
  Queueing strategy: fifo
  Output queue 0/0, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     10484 packets input, 676947 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     20244 packets output, 1434035 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 output buffer failures, 0 output buffers swapped out

RouterC#sh int tu1
Tunnel1 is up, line protocol is up
  Hardware is Tunnel
  MTU 1514 bytes, BW 9 Kbit, DLY 500000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation TUNNEL, loopback not set
  Keepalive set (10 sec)
  Tunnel source 195.1.1.1 (Ethernet0), destination 194.1.1.1
  Tunnel protocol/transport GRE/IP, key disabled, sequencing disabled
  Checksumming of packets disabled, fast tunneling enabled
  Last input never, output 00:00:02, output hang never
  Last clearing of "show interface" counters never
  Queueing strategy: fifo
  Output queue 0/0, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     10496 packets output, 677583 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 output buffer failures, 0 output buffers swapped out

RouterA is both sending and receiving packets... RouterC is only sending???

Any ideas?



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:31 GMT-3