02-04-2013 11:13 PM - edited 03-10-2019 05:53 AM
Dear all
I am trying to realize the lab Configuring an Intrusion Prevention System (IPS) Using the CLI and CCP (chapter 05 for ccna security version 1.1) in GNS3
Router 7200 with a ios c7200-adventerprisek9-mz.124-22.T.bin
I have a problem in the3 Copy the signature package from the TFTP server to the router.
Here is the message
R1#copy tftp://192.168.1.3/IPS/ios-s364-CLI.pkg disk0: idcong
Destination filename [idcong]?
Accessing tftp://192.168.1.3/IPS/ios-s364-CLI.pkg...
Loading ios-s364-CLI.pkg from 192.168.1.3 (via FastEthernet2/0): !OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
I try with ios-s480-CLI.pkg and with ios-s348-CLI.pkg
Similarly I try with tftp Solard wind This is the same problem
for flash memory I emulate Cisco Router External Falsh Memory "ATA PCMCIA Card" in GNS3
is disk0
http://4.bp.blogspot.com/-LX1Q5Br8qJI/UOxGUwxXIPI/AAAAAAAAAw4/t5R0Nf09QO4/s1600/Untitled.png
http://2.bp.blogspot.com/-b7ozgcE5TmI/UOxE2BUxw3I/AAAAAAAAAv4/ie17gNrws48/s1600/1.PNG
but the GNS3 router will consider the flash memory configured previously disk0 or disk1, so we will format disk0 instead of slot0 as shown in the figure
http://4.bp.blogspot.com/-zEGMivEdywU/UOxE5RO7OtI/AAAAAAAAAwM/Gzrb5-t4skw/s1600/4.PNG
plz help me
07-08-2014 06:53 AM
I found tftp to be unreliable when copying a large signature file (E.g. IOS-S759-CLI.pkg which is 18MB) to the router in GNS3.
I set up an ftp server and found it to be a more reliable method to copy the signature file. The following approach worked for me (while following the Chapter 5 instructions).
To set up an ftp server on Windows 7 I followed these instructions:
http://www.youtube.com/watch?v=nWpZkhXnhds
Set up a username ‘admin’ with password ‘cisco’ authorized to access ftp server
Copy the IPS signature file (e.g. IOS-S759-CLI.pkg) located on the ftp server to idconf located in GNS3 Router flash memory
R1#copy ftp://admin:cisco@192.168.1.3/IPS/IOS-S364-CLI.pkg flash: idconf
Note: ftp username = admin
ftp password = cisco
ftp server ip address = 192.168.2.3
Signature file IOS-S364-CLI located on ftp server in /IPS/ directory/
A successful transfer will show all exclamations marks (!!!) during the copy process whereas zeros (OOO) indicates errors.
P.S. I needed 256MB for RAM size and 64MB for the flash size (i.e PCMIA disk0 size: 64MB).
07-08-2014 06:54 AM
I found tftp to be unreliable when copying a large signature file (E.g. IOS-S759-CLI.pkg which is 18MB) to the router in GNS3.
I set up an ftp server and found it to be a more reliable method to copy the signature file. The following approach worked for me (while following the Chapter 5 instructions).
To set up an ftp server on Windows 7 I followed these instructions:
http://www.youtube.com/watch?v=nWpZkhXnhds
Set up a username ‘admin’ with password ‘cisco’ authorized to access ftp server
Copy the IPS signature file (e.g. IOS-S759-CLI.pkg) located on the ftp server to idconf located in GNS3 Router flash memory
R1#copy ftp://admin:cisco@192.168.1.3/IPS/IOS-S364-CLI.pkg flash: idconf
Note: ftp username = admin
ftp password = cisco
ftp server ip address = 192.168.2.3
Signature file IOS-S364-CLI located on ftp server in /IPS/ directory/
A successful transfer will show all exclamations marks (!!!) during the copy process whereas zeros (OOO) indicates errors.
P.S. I needed 256MB for RAM size and 64MB for the flash size (i.e PCMIA disk0 size: 64MB).
07-08-2014 06:54 AM
I found tftp to be unreliable when copying a large signature file (E.g. IOS-S759-CLI.pkg which is 18MB) to the router in GNS3.
I set up an ftp server and found it to be a more reliable method to copy the signature file. The following approach worked for me (while following the Chapter 5 instructions).
To set up an ftp server on Windows 7 I followed these instructions:
http://www.youtube.com/watch?v=nWpZkhXnhds
Set up a username ‘admin’ with password ‘cisco’ authorized to access ftp server
Copy the IPS signature file (e.g. IOS-S759-CLI.pkg) located on the ftp server to idconf located in GNS3 Router flash memory
R1#copy ftp://admin:cisco@192.168.1.3/IPS/IOS-S364-CLI.pkg flash: idconf
Note: ftp username = admin
ftp password = cisco
ftp server ip address = 192.168.2.3
Signature file IOS-S364-CLI located on ftp server in /IPS/ directory/
A successful transfer will show all exclamations marks (!!!) during the copy process whereas zeros (OOO) indicates errors.
P.S. I needed 256MB for RAM size and 64MB for the flash size (i.e PCMIA disk0 size: 64MB).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide