Lab 3 2 - zacharylongo/Tech-Journals GitHub Wiki
Lab Summary: To simulate a network and analyze the connections
Commands: "arp -a" "show mac-address-table"
Issues/Struggles: I had issue getting the mac address table getting to work so I manually found each address.
Lab Questions: *How do you assign IP addresses and subnet masks to PCs in Packet Tracer? *How do you enter admin mode on the CLI in Packet Tracer? *How can you view the MAC address table from the CLI in Packet Tracer?
- You can assign IP address and subnet masks by clicking on the desired PC and selecting config. Under config one can select "FastEthernet0" where the user can input the desired IPv4 address subnet mask.
- A user can enter admin mode on the CLI by first double-clicking the network switch and navigating to the CLI page. To get into admin mode the user can just type "enable" if the prompt looks like: "Switch>". If the prompt looks like: "Switch (config)#" the user should type "exit".
- The user should navigate to the CLI prompt in Admin mode and type the following command: "show mac-address-table"