From: Edward Norton (doubleccie@yahoo.com)
Date: Fri Mar 09 2007 - 16:07:09 ART
thats is because i switched the module to the second slot (which did not help to sort out the problem ..you can only count on my second post
now when i do show interface f0/1 ..i get something weird on the hardware (AmdFE ) while on other routers it is PQUICC_FEC
can this be of any help ? is something wrong with this hardware
I also connected the router directly to another one via cross cable ..the interface shows up/down ..while on the other end shows up/up ??
FastEthernet1/0 is up, line protocol is down
Hardware is AmdFE, address is 0010.7b04.8711 (bia 0010.7b04.8711)
Internet address is 20.1.24.2/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Auto-duplex, Auto Speed, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, 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
0 packets input, 0 bytes
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
39 packets output, 2642 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
Tony Schaffran <groupstudy@cconlinelabs.com> wrote:
Now, your original post showed R2 fa1/0 as:
interface FastEthernet0/1
ip address 20.1.23.2 255.255.255.0
duplex auto
speed auto
!
And now, your config shows R2 fa1/0 as:
interface FastEthernet1/0
ip address 20.1.24.2 255.255.255.0
duplex auto
speed auto
!
I can see how your original post would have been a problem because you had
the wrong IP address on the wrong Interface.
Which one is it? Can you paste the complete current config for R2 and SW1?
Have you rebooted after your config change? Could be a hung ARP cache
issue.
Tony Schaffran
Network Analyst
CCIE #11071
CCNP, CCNA, CCDA,
NNCDS, NNCSS, CNE, MCSE
www.cconlinelabs.com
Your #1 choice for online Cisco rack rentals.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Edward Norton
Sent: Friday, March 09, 2007 7:47 AM
To: Sasa Milic; ccielab@groupstudy.com
Subject: Re: simple problem
Sorry guys ..the router has two interfaces and i posted the wrong one , the
problem remains ....please check the shows below ..the second port ( the
concerned one ) is on vlan 7 ..the port is up and im not able to ping vlan
7 on the switch ( pingable from other router) .
is this a hardware issue ??
R2 is connected to the switch on port 2 and port 8
!
interface FastEthernet0/2
description To R2
switchport access vlan 3
switchport mode access
!
!
interface FastEthernet0/8
description To R2-port2
switchport access vlan 7
switchport mode access
!
SW1#show cdp nei
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone
Device ID Local Intrfce Holdtme Capability
Platform Po
rt ID
BB2-FRSW Fas 0/14 154 R 2522
Eth
0
BB1-TS Fas 0/13 149 R 2509
Eth
0
R2 Fas 0/8 144 R 3620
Fas
1/1
R2 Fas 0/2 143 R 3620
Fas
1/0
on the router
!
!
interface FastEthernet1/0
ip address 20.1.24.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
ip address 20.1.23.2 255.255.255.0
duplex auto
speed auto
!
----- Original Message -----
From: "Edward Norton"
To: "Muizebelt Danny" ;
Sent: Friday, March 09, 2007 3:43 PM
Subject: RE: simple problem
>I have checked all what you mentioned ...and the other post too
>
> 1-the router is connected to the correct vlan , according to show vlan
> and show interface status on the switch
>
> 2- the vlan is created properly , there is another router on the same
> vlan able to ping the switch (.8) successfully
>
>
> when i did show arp ..i can see the entry showing incomplete
>
> R2#show arp
> Protocol Address Age (min) Hardware Addr Type Interface
> Internet 20.1.23.2 - 0010.7b04.8712 ARPA
> FastEthernet1/1
> Internet 20.1.23.8 0 Incomplete ARPA
>
>
>
> here is some switch shows
>
> VLAN Name Status Ports
> ---- -------------------------------- ---------
-------------------------------
> 1 default active Fa0/10, Fa0/11, Fa0/12,
> Fa0/15
> Fa0/21, Gi0/1, Gi0/2
> 6 Vlan_r6 active
> 7 vlan_r2r3 active Fa0/3, Fa0/8
>
> show run on the switch
>
>
> !
> interface FastEthernet0/2
> description To R2
> switchport access vlan 3
> switchport mode access
> !
> !
> interface Vlan7
> ip address 20.1.23.8 255.255.255.0
> !
>
>
>
>
> can this be a hardware problem on my router ??
>
>
>
>
>
> Muizebelt Danny wrote:
> You have a L3-->L2 mapping problem. In other words, your L3 to L2 address
> mapping table is not correctly filled out, it's your ARP table.
>
> So now you have to figure out why the 20.1.23.8 address does not get
> resolved correctly. Line protocol on the router is up else he wouldn't try
> to send it out to the switch so now we have the following possible
> problems:
>
> - the 3620 is not connected to the correct vlan.
> - check if the port is in access mode
> - check if the vlan in up/up
> - And finally (this is my guess) the vlan you use is not defined in the
> vlan database
>
> Let me know what it was.
>
> -Danny
>
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Edward Norton
> Sent: Freitag, 09. Mdrz 2007 14:19
> To: ccielab@groupstudy.com
> Subject: simple problem
>
> guys
> .a router (3620) connected to switch and im trying to ping from the router
> to the switch vlan interface , for some unknown reason .. ping is not
> successful ...configuration on the router is very simple as
> !
> interface FastEthernet0/1
> ip address 20.1.23.2 255.255.255.0
> duplex auto
> speed auto
> !
>
> on the switch
> !
> interface Vlan7
> ip address 20.1.23.8 255.255.255.0
> !
>
> interfaces are UP ...vlan is configured properly .
>
> when i did debug to see why it is not pinging ..i got an encasultion
> failure ..routed via RIB ...wat is that ???
>
>
> *Mar 1 00:17:35.207: IP: s=20.1.23.2 (local), d=20.1.23.8
> (FastEthernet0/1), le
> n 100, encapsulation failed
> *Mar 1 00:17:35.207: ICMP type=8, code=0.
> *Mar 1 00:17:37.207: IP: tableid=0, s=20.1.23.2 (local), d=20.1.23.8
> (FastEther
> net0/1), routed via RIB
> *Mar 1 00:17:37.207: IP: s=20.1.23.2 (local), d=20.1.23.8
> (FastEthernet0/1), le
> n 100, sending
> *Mar 1 00:17:37.207: ICMP type=8, code=0
> *Mar 1 00:17:37.207: IP: s=20.1.23.2 (local), d=20.1.23.8
> (FastEthernet0/1), le
> n 100, encapsulation failed
> *Mar 1 00:17:37.207: ICMP type=8, code=0.
> Success rate is 0 percent (0/5)
>
>
>
>
> any help is appreciated
>
>
> ReGaRdS
>
>
>
>
>
> ---------------------------------
> Don't be flakey. Get Yahoo! Mail for Mobile and
> always stay connected to friends.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
----------------------------------------------------------------------------
-------------------------------------------------------------------------
> Diese Information ist vertraulich und ausschlie_lich zur Kenntnisnahme
> durch den (die) genannten Adressaten bestimmt.
> Wenn Sie nicht der vorgesehene Adressat sind, informieren Sie uns bitte
> unverz|glich.
> The information herein is confidential and intended solely for the
> attention and use of the named addressee(s).
> If you are not the intended recipient please inform us immediately.
>
----------------------------------------------------------------------------
-------------------------------------------------------------------------
>
>
>
>
> ---------------------------------
> Bored stiff? Loosen up...
> Download and play hundreds of games for free on Yahoo! Games.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
---------------------------------
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
This archive was generated by hypermail 2.1.4 : Sun Apr 01 2007 - 06:35:50 ART