Create FTP Traffic


In this activity, you will use Packet Tracer to sniff and log network traffic. You will view a security vulnerability in one network application, and view logged ICMP traffic with syslog.
Step 1. Activate the sniffing device.
a. Click on sniffer device Sniffer1.
b. Go to the Physical tab and turn on the power to the sniffer.
c. Go to the GUI tab and turn the sniffer service on.
d. The FTP and syslog packets entering the sniffer from Router2 are being monitored.
Step 2. Remotely connect to the FTP server.
a. Click on PC-B and go to the desktop.
b. Click Command Prompt. From the command prompt, open an FTP session with FTP_
SERVER using its public IP address. Help with the command line is available by typing
? at the prompt.
c. Enter the username of cisco and password of cisco to authenticate with the FTP_
Server.
Step 3. Upload a file to the FTP server.
a. At the ftp> prompt, enter the command dir to view the current files stored on the
remote FTP server.
b. Upload the clientinfo.txt file to the FTP server by entering the command put clientinfo.
txt.
c. At the ftp> prompt, enter the command dir and verify that the clientinfo.txt file is now
on the FTP server.
d. Enter quit at the FTP prompt to close the session.
You might also like to view...
Which of the statements below is false?
Consider the classes below, declared in the same file: ``` class A { int a; public A() { a = 7; } } class B : A { int b; public B() { b = 8; } } ``` a) Both variables a and b are instance variables. b) After the constructor for class B is executed, the variable a will have the value 7. c) After the constructor for class B is executed, the variable b will have the value 8. d) A reference to class A can be treated as a reference to class B.
Name the JavaScript event where the visitor lets go of the key after typing in a specified element.
a. onfocus b. ondblclick c. onkeypress d. onkeyup e. onmousedown
The most common arrangement for a screenplay is a five-act structure.
Answer the following statement true (T) or false (F)
If you do not see, hear, or feel any static electricity discharged from your finger to a computer device, it is safe to assume that no damage has occurred
Indicate whether the statement is true or false