Lab 4 2 Simple Routing Lab - devinziegler/Devin-Tech-Journal GitHub Wiki
Assignment: Configure and observe a simple routed network.
- Assign network addresses to devices and observe ICMP packets.
Vocab:
subnet mask
- Subnet mask dictates how many unique digits the host can use in their IP.
default gateway
- A default gateway is a device that can enable connection between networks. It can also connect multiple devices to the same subnet allowing them to communicate without a router.
Set A default gateway on a workstation in Packet Tracer:
- Click the system, go to settings, set gateway to static and type in the IP in the gateway box.
Set the IP and Subnet mask on different interfaces of a multilayer switch?
- Click the switch, go to config, go to the interface you want to edit, under IP configuration put the IP and Subnet Mask in the corresponding boxes.
Enter simulation mode in Packet Tracer:
- Click simulation at the bottom right of the screen.
Set filter on packet type in Simulation Mode:
- In simulation mode click edit filters. Select IPv4 and check the protocols you would like to see.
Helpful Steps:
- Clicking on a packet in the Event List will show a summary of the OSI model as well as inbound and outbound traffic.