GNS3 issues
zrockstar
Member Posts: 378
in CCNA & CCENT
Has anyone had a problem in GNS3 where copy run start reverts your running config back to blank? Every time I do it it disappears. Sometimes doing a copy start run will bring it back but it goes away next time I copy run start. I have all the save options checked for the project too. I've reinstalled and tried 64 bit also. I don't know what's going on.
Comments
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□"copy run start" works like a charm for me every time in GNS3.
Are you sure you didn't accidently do something like this?HanSolo#copy run starrt
Destination filename [starrt]?
Erase flash: before copying? [confirm]
Erasing the flash filesystem will remove all files! Continue? [confirm]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erasedee
Erase of flash: complete
Verifying checksum... OK (0x2D21)
758 bytes copied in 0.736 secs (1030 bytes/sec)
HanSolo#
HanSolo#
Can you provide a log of what happens when you try--
1. show run int <any-configured-interface>
2. copy run start
3. show run int <that same interface> -
zrockstar Member Posts: 378R1#show run
Building configuration...
Current configuration : 909 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
ip auth-proxy max-nodata-conns 3
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int fa0/0
R1(config-if)#ip address 10.1.1.1 255.255.255.0
R1(config-if)#ip nat inside
R1(config-if)#n
*Mar 1 00:00:51.603: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state to upo shut
R1(config-if)#no shut
R1(config-if)#end
R1#
*Mar 1 00:00:59.839: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Mar 1 00:01:00.839: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1#
*Mar 1 00:01:01.015: %SYS-5-CONFIG_I: Configured from console by console
R1#show run
Building configuration...
Current configuration : 957 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
R1#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
R1#show run
Building configuration...
Current configuration : 957 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
R1# -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□Thanks in advance Vet.
No idea, mate. I would say post to the GNS3 forums, but you're already on top of that. -
zrockstar Member Posts: 378NetworkVeteran wrote: »No idea, mate. I would say post to the GNS3 forums, but you're already on top of that.
Thanks Vet, it is so frustrating because no matter what I do it still does the same thing. Even uninstalling and reinstalling does it. But yeah, I have it posted over on GNS3 forums also, but I figured people here would be quicker to respond, and this is my favorite forum! -
MrXpert Member Posts: 586 ■■■□□□□□□□Have you tried the "export startup config" option?I'm an Xpert at nothing apart from remembering useless information that nobody else cares about.
-
spd3432 Member Posts: 224What version of GNS3 are you using? There was a new release just a few weeks ago. Also, what IOS are you using? Just tested using GNS3-0.8.3 and two router images [1760 - 12.4(15)T14 AdvEnterpriseServices] and [2620xm - 12.4(25c) AdvIPServices]. Both saved the configuration.----CCNP goal----
Route [ ] Studying
Switch [ ] Next
Tshoot [ ] Eventually -
zrockstar Member Posts: 378Yeah I don't know what to do here. I wiped a whole computer clean, did a fresh install of W7, installed GNS3 all in one, still a blank running config after copy run start. I have tried a lot of different images, same on all of them. I have no idea what to do next besides give up on GNS3
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□If you don't get a reply on the GNS3 "General Issues" forum within 24 hours, try their Bug Report forum. From what I can see, the developers monitor that, and usually reply within a day.
-
zrockstar Member Posts: 378Thanks Vet, I will do that. I just don't understand what can be going on. I mean it has to be something I am doing because it is working for others, plus I started fresh on a clean install and still got the same results. Installed different releases and everything. Now it won't even write once, and the strange part is if I do a show ip int br it will show my ip address is assigned to the interface, but my running config is still empty.