Tech Journal 4 - CSchulz0618/Network-Fundamentals GitHub Wiki

Lab 9-2 Packet Tracer Static Routing, Part II

Today we learned more about routing in packet tracer and we learned how to use the ip route command.

How do you enter a static route through the command-line interface? (i.e., what command do you use, and what information does the command include?)

  • (config)#ip route <154.103.16.2 (Network address of FinanceEast)> <255.255.254.0 (Subnet mask of FinanceEast)> 153.104.20.130 (Serial 2/0 IPV4 of Router)

Lab 10-1 Packet Tracer RIP

In this lab, we learned about RIP and how to set them up on packet tracer.

How do you enable RIPv2 on a router?

  • Go into config mode on your router by typing "enable"

What networks should a RIP-enabled router advertise?

  • It should advertise all of the networks it is connected to.

What command do you use to advertise a network?

  • Go into config mode and type "router rip", then type "version 2", and then "network "

How do you view the PDU details of a packet in Simulation Mode?

  • Once you are in simulation mode click on the RIP packet and then go to Inbound PDU Details

Lab 10-2 RIP Routing Packet Tracer 2

How do you view the routes in a router's routing table?

  • In CLI in the mode with "#" type "show ip route"

Lab 11-1 VLANs in Packet Tracer Part 1

How do you create a VLAN on a switch?

  • Go in to switch config, then go to VLAN Database and make a VLAN number and name then at that number on to a FastEthernet

How do you configure an access port on a switch?

  • Add the VLAN number on a port

How do you configure a trunk port on a switch?

  • Switch Access to Trunk and then make sure the VLANs you want to use are checked

Lab 11-2 VLANs in Packet Tracer Part II

What is required for devices on different VLANs to ping each other?

  • Go to Config Tab Fast Ethernet0/4 and change to Trunk

  • Then click CLI tab

If not already in "config-interface" mode for Interface FastEthernet0/4 enter it by typing

config terminal

interface FastEthernet0/4

Then type the following

switchport trunk native vlan 10

switchport nonegotiate

exit