Lab 3 2: Observing ARP in Packet Tracer - jude-lindale/Wiki GitHub Wiki
Tech Journal Summary In this Lab we were tasked with connecting 4 generic computers and a 2950-24 switch. We had to set the IP addresses for each of the computers and set the netmask to the same one for each computer. Then we had to enable the switch to use CLI and run commands.
Commands
- -a arp: this command shows the arp table entries
Within the switch CLI
- enable: this command puts CLI in admin mode
- show mac-address-table: this command shows a table of the MAC addresses and the ports that the computers are connected to
Tech Journal Questions
How do you assign IP addresses and subnet masks to PCs in Packet Tracer?
- To assign IP addresses and subnet masks to PC in Packet Tracer you have to click on each computer, then choose the Config tab, and then FathEthernet0 and there you are able to set the IP address and subnet mask
How do you enter admin mode on the CLI in Packet Tracer?
- To enter admin mod on the CLI in Packet Tracer all you have to do is click on the switch, choose the tab that says CLI, and then type "enable" and you are then in admin mode.
How can you view the MAC address table from the CLI in Packet Tracer?
- To view the MAC address table from the CLI in Packet Tracer you first click on the switch, choose the tab that says CLI, make sure your in admin mode, and then type "show mac-address-table" and then a table will appear