cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
580
Views
0
Helpful
2
Replies

2FE2W -V2 Module Problem

rsjavahar
Level 1
Level 1

Hi

i recently we brought 3 2FE2W-V2 network modules. i have a tipical problem if i gave one ip address to once interface it will work if i give the same pool of IP address it will not work it is showing interface up Protocol UP but i packet loss . if i gave other pool of ip address it is working . or if i change the slot (i am using 3660 router 64DRAM/32Flash IOS c3640-i-mz.123-14.T6) then it is working but i don't have any problem with old cards. what could be the problem .

Please find the Output and config statements

cd-ajg#sh ip int brief

Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 unassigned YES unset administratively down down

FastEthernet0/1 unassigned YES unset administratively down down

cd-ajg#conf t

Enter configuration commands, one per line. End with CNTL/Z.

cd-ajg(config)#int f0/0

cd-ajg(config-if)#ip add 192.168.1.190 255.255.255.0

cd-ajg(config-if)#no shut

cd-ajg(config-if)#^Z

cd-ajg#

*Mar 1 00:04:46.563: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up

*Mar 1 00:04:47.107: %SYS-5-CONFIG_I: Configured from console by console

cd-ajg#

cd-ajg#

*Mar 1 00:04:56.623: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

cd-ajg#

cd-ajg#ping 192.168.1.41

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.41, timeout is 2 seconds:

.!!!!

Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms

cd-ajg#conf t

Enter configuration commands, one per line. End with CNTL/Z.

cd-ajg(config)#int f0/1

cd-ajg(config-if)#no ip add

cd-ajg(config-if)#int f0/0

cd-ajg(config-if)#no ip add

cd-ajg(config-if)#^Z

cd-ajg#

*Mar 1 00:05:56.723: %SYS-5-CONFIG_I: Configured from console by console

cd-ajg#conf t

Enter configuration commands, one per line. End with CNTL/Z.

cd-ajg(config)#int f0/1

cd-ajg(config-if)#ip add 192.168.1.190 255.255.255.0

cd-ajg(config-if)#no shut

cd-ajg(config-if)#^Z

cd-ajg#

cd-ajg#

*Mar 1 00:06:29.967: %SYS-5-CONFIG_I: Configured from console by consoleping

*Mar 1 00:06:30.563: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up

cd-ajg#

cd-ajg#ping 192.168.1.41

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.41, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

cd-ajg#

2 Replies 2

globalnettech
Level 5
Level 5

Hello,

assuming that 192.168.1.41 is a host, how is this host connected to the router (e.g. through a switch, trunk) ? Can you ping the host when you connect the host directly to the FE port(s) ?

Regards,

GNT

hi

i am using cross over cable to connect router to my laptop (192.168.1.41), and i worked with switch too.. i am not working on any trunks.