Quote:
No one replies even after so many days
This is probably because you were not quite clear enough in your first request, but you did attempt to explain, so I'll tell you what I need to know.
In GNS3, locate the
GNS3 management console near the bottom of the screen. In the console, type
show run. You should get some output like this:
Code:
=> show run
autostart = False
[127.0.0.1:7200]
workingdir = /var/folders/53/sl8_hqnj0wn3gl14tst6sw3w0000gn/T/GNS3_vRLmSE/working
udp = 10001
[[3640]]
image = /Users/username/GNS3/Images/c3640-js-mz.124-25a.image
ram = 128
idlepc = 0x6050c570
sparsemem = True
ghostios = True
[[ROUTER R1]]
model = 3640
console = 2101
aux = 2501
slot0 = NM-16ESW
f0/0 = R2 f0/0
f0/1 = R3 f0/1
[[ROUTER R2]]
model = 3640
console = 2102
aux = 2502
slot0 = NM-16ESW
f0/0 = R1 f0/0
f0/1 = R3 f0/0
[[ROUTER R3]]
model = 3640
console = 2103
aux = 2503
slot0 = NM-16ESW
f0/0 = R2 f0/1
f0/1 = R1 f0/1
=>
That way I can build my config to match yours so I can help you.
If it is a router config issue, it is also a good idea to show the part of the config that you are having problems with (not the whole config, unless you don't know where the problem is)
For instance, you should now be able to use the config above to create a topology like mine (with 3 x 3650 routers with NM16-ESW cards).
And here's part of the config that shows I can't reproduce the error you explained:
Code:
R2# show running interface f0/1
Building configuration...
Current configuration : 80 bytes
!
interface FastEthernet0/1
no switchport
ip address 1.1.1.2 255.255.0.0
end
And
Code:
R3#show running interface f0/0
Building configuration...
Current configuration : 80 bytes
!
interface FastEthernet0/0
no switchport
ip address 1.1.1.1 255.255.0.0
end
R3#ping 1.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/23/28 ms
So given that *I* don't have the problem, you might start looking at the IOS image that you are using. As you can see from the output above, I am using an image called
c3640-js-mz.124-25a which makes it version 12.4(25a)
HTH
_________________
RedNectarhttp://rednectar.net@rednectarchrisGNS3 WorkBench-a VMware image of Ubuntu with GNS3 and VPCS installed and a collection of exercises/labs