11.4 2.5 Packet Tracer



  1. 11.4 2.5 Packet Tracer Packet
  2. Packet Tracer 5.2.1.4 Answers
  3. 5.4.1.2 Packet Tracer
  4. 11.4 2.5 Packet Tracer Pack

11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH

3.3.2.7 Packet Tracer – WEP WPA2 PSK WPA2 RADIUS Answers Packet Tracer – WEP/WPA2 PSK/WPA2 RADIUS (Answers Version) Answers Note: Red font color or gray highlights indicate text that appears in the Answers copy only. Addressing Table Device Private IP Address Public IP Address Subnet Mask Site NTP/AAA Server 10.44.1.252 209.165.201.5 255.255.255.0 Metropolis Bank HQ Continue reading.

In this Packet Tracer, you will complete the following objectives: Part 1: Configure Dynamic NAT; Part 2: Verify NAT Implementation; Packet Tracer - Configuring Dynamic NAT Instructions. Packet Tracer - Configuring Dynamic NAT - PKA. Thirty two subnets (2^5) and 8 hosts (2^3) – 2 = 6 hosts per subnet (/30) 111111.11111100 Dotted decimal subnet mask equivalent: 255.255.255.252 Number of subnets? Number of hosts? Sixty four subnets.

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to 'Online Test' link below.

Version 5.02Version 5.1Version 6.0Online Assessment
Chapter 11 ExamChapter 11 ExamChapter 11 ExamOnline Test
Next Chapter
Practice FinalPractice FinalPractice FinalOnline Test
Lab Activities
11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH
11.3.2.3 Packet Tracer – Test Connectivity with Traceroute
11.3.3.3 Packet Tracer – Using Show Commands
11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues
11.5.1.2 Packet Tracer – Skills Integration Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge
Appendix Packet Tracer – Configuring an Integrated Router
Appendix Packet Tracer – Subnetting Scenario 2

Packet Tracer – Configuring Secure Passwords and SSH (Answer Version)

Answer Note: Red font color or gray highlights indicate text that appears in the Answer copy only.

Topology

11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH

Addressing Table

DeviceInterfaceIP AddressSubnet MaskDefault Gateway
[[R1Name]]G0/0[[R1Add]]255.255.255.0N/A
[[PC1Name]]NIC[[PC1Add]]255.255.255.0[[R1Add]]

Scenario

The network administrator has asked you to prepare [[R1Name]] for deployment. Before it can be connected to the network, security measures must be enabled.

Requirements

  • Configure IP addressing on [[PC1Name]] according to the Addressing Table.
  • Console into [[R1Name]] from the Terminal on PC-A.
  • Configure IP addressing on [[R1Name]] and enable the interface.
  • Configure the hostname as [[R1Name]].
  • Encrypt all plaintext passwords.
    • [[R1Name]](config)# service password-encryption
  • Set a strong secret password of your choosing.
  • Set the domain name to [[R1Name]].com (case-sensitive for scoring in PT).
    • [[R1Name]](config)# ip domain-name [[R1Name]].com
  • Create a user of your choosing with a strong password.
    • [[R1Name]](config)# username any_user password any_password
  • Generate 1024-bit RSA keys.
    • Note: In Packet Tracer, enter the crypto key generate rsa command and press Enter to continue.
    • [[R1Name]](config)# crypto key generate rsa
    • The name for the keys will be: [[R1Name]].[[R1Name]].com
    • Choose the size of the key modulus in the range of 360 to 2048 for your
    • General Purpose Keys. Choosing a key modulus greater than 512 may take
    • a few minutes.
    • How many bits in the modulus [512]: 1024
    • % Generating 1024 bit RSA keys, keys will be non-exportable…[OK]
  • Block anyone for three minutes who fails to log in after four attempts within a two-minute period.
    • [[R1Name]](config)# login block-for 180 attempts 4 within 120
  • Configure the VTY lines for SSH access and use the local user profiles for authentication.
    • [[R1Name]](config)# line vty 0 4
    • [[R1Name]](config-line)# transport input ssh
    • [[R1Name]](config-line)# login local
  • Save the configuration to NVRAM.
  • Be prepared to demonstrate to your Answer that you have established SSH access from [[PC1Name]] to [[R1Name]].

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to 'Online Test' link below.

Version 5.02Version 5.1Version 6.0Online Assessment
Chapter 11 ExamChapter 11 ExamChapter 11 ExamOnline Test
Next Chapter
Practice FinalPractice FinalPractice FinalOnline Test
Lab Activities
11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH
11.3.2.3 Packet Tracer – Test Connectivity with Traceroute
11.3.3.3 Packet Tracer – Using Show Commands
11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues
11.5.1.2 Packet Tracer – Skills Integration Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge
Appendix Packet Tracer – Configuring an Integrated Router
Appendix Packet Tracer – Subnetting Scenario 2

Isomorph ID: [[indexNames]][[indexAdds]]

Packet Tracer – Subnet an IPv4 Network

Addressing Table

Device

Interface

IP Address

Subnet Mask

Default Gateway

CustomerRouter

G0/0

192.168.0.1

255.255.255.192

N/A

CustomerRouter

G0/1

192.168.0.65

255.255.255.192

N/A

CustomerRouter

S0/1/0

209.165.201.2

255.255.255.252

N/A

LAN-A Switch

VLAN1

192.168.0.2

255.255.255.192

192.168.0.1

LAN-B Switch

VLAN1

192.168.0.66

255.255.255.192

192.168.0.65

PC-A

NIC

192.168.0.62

255.255.255.192

192.168.0.1

PC-B

NIC

192.168.0.126

255.255.255.192

192.168.0.65

ISPRouter

G0/0

209.165.200.225

255.255.255.224

N/A

ISPRouter

S0/1/0

209.165.201.1

255.255.255.252

N/A

ISPSwitch

VLAN1

209.165.200.226

255.255.255.224

209.165.200.225

ISP Workstation

NIC

209.165.200.235

255.255.255.224

209.165.200.225

ISP Server

NIC

209.165.200.240

255.255.255.224

209.165.200.225

Objectives

  • Part 1: Design an IPv4 Network Subnetting Scheme
  • Part 2: Configure the Devices
  • Part 3: Test and Troubleshoot the Network

Background / Scenario

  • In this activity, you will subnet the Customer network into multiple subnets. The subnet scheme should be based on the number of host computers required in each subnet, as well as other network considerations, like future network host expansion.

  • After you have created a subnetting scheme and completed the table by filling in the missing host and interface IP addresses, you will configure the host PCs, switches and router interfaces.

  • After the network devices and host PCs have been configured, you will use the ping command to test for network connectivity.

Instructions

Part 1: Subnet the Assigned Network

Step 1: Create a subnetting scheme that meets the required number of subnets and required number of host addresses.

  • In this scenario, you are a network technician assigned to install a new network for a customer. You must create multiple subnets out of the 192.168.0.0/24 network address space to meet the following requirements:
  1. The first subnet is the LAN-A network. You need a minimum of 50 host IP addresses.

  2. The second subnet is the LAN-B network. You need a minimum of 40 host IP addresses.

  3. You also need at least two additional unused subnets for future network expansion.
    Note: Variable length subnet masks will not be used. All of the device subnet masks should be the same length.

  4. Answer the following questions to help create a subnetting scheme that meets the stated network requirements:
    How many host addresses are needed in the largest required subnet?
    50
    What is the minimum number of subnets required?
    The requirements stated above specify two company networks plus two additional networks for future expansion. So, the answer is a minimum of four networks.
    The network that you are tasked to subnet is 192.168.0.0/24. What is the /24 subnet mask in binary?
    1111111.11111111.11111111.00000000

  5. The subnet mask is made up of two portions, the network portion, and the host portion. This is represented in the binary by the ones and the zeros in the subnet mask.
    In the network mask, what do the ones represent?
    The ones represent the network portion.
    In the network mask, what do the zeros represent?
    The zeroes represent the host portion.

  6. To subnet a network, bits from the host portion of the original network mask are changed into subnet bits. The number of subnet bits defines the number of subnets.
    Given each of the possible subnet masks depicted in the following binary format, how many subnets and how many hosts are created in each example?
    Hint: Remember that the number of host bits (to the power of 2) defines the number of hosts per subnet (minus 2), and the number of subnet bits (to the power of two) defines the number of subnets. The subnet bits (shown in bold) are the bits that have been borrowed beyond the original network mask of /24. The /24 is the prefix notation and corresponds to a dotted decimal mask of 255.255.255.0.

    1. (/25) 11111111.11111111.11111111.10000000
      Dotted decimal subnet mask equivalent:
      255.255.255.128
      Number of subnets? Number of hosts?
      Two subnets (2^1) and 128 hosts (2^7) – 2 = 126 hosts per subnet

    2. (/26) 11111111.11111111.11111111.11000000
      Dotted decimal subnet mask equivalent:
      255.255.255.192
      Number of subnets? Number of hosts?
      Four subnets (2^2) and 64 hosts (2^6) – 2 = 62 hosts per subnet

    3. (/27) 11111111.11111111.11111111.11100000
      Dotted decimal subnet mask equivalent:
      255.255.255.224
      Number of subnets? Number of hosts?
      Eight subnets (2^3) and 32 hosts (2^5) – 2 = 30 hosts per subnet

    4. (/28) 11111111.11111111.11111111.11110000
      Dotted decimal subnet mask equivalent:
      255.255.255.240
      Number of subnets? Number of hosts?
      Sixteen subnets (2^4) and 16 hosts (2^4) – 2 = 14 hosts per subnet

    5. (/29) 11111111.11111111.11111111.11111000
      Dotted decimal subnet mask equivalent:
      255.255.255.248
      Number of subnets? Number of hosts?
      Thirty two subnets (2^5) and 8 hosts (2^3) – 2 = 6 hosts per subnet

    6. (/30) 11111111.11111111.11111111.11111100
      Dotted decimal subnet mask equivalent:
      255.255.255.252
      Number of subnets? Number of hosts?
      Sixty four subnets (2^6) and 4 hosts (2^2) – 2 = 2 hosts per subnet
      Considering your answers above, which subnet masks meet the required number of minimum host addresses?
      /25, /26
      Considering your answers above, which subnet masks meets the minimum number of subnets required?
      /26, /27, /28, /29, /30 will give the required number of subnets.
      Considering your answers above, which subnet mask meets both the required minimum number of hosts and the minimum number of subnets required?
      /26 will give you the four subnets that are required, and 62 hosts per subnet, which is greater than the 50 hosts required for the first subnet.
11.4When you have determined which subnet mask meets all of the stated network requirements, derive each of the subnets. List the subnets from first to last in the table. Remember that the first subnet is 192.168.0.0 with the chosen subnet mask.

Subnet Address

Prefix

Subnet Mask

192.168.0.0

/26

255.255.255.192

192.168.0.64

/26

255.255.255.192

192.168.0.128

/26

255.255.255.192

192.168.0.192

/26

255.255.255.192

Step 2: Fill in the missing IP addresses in the Addressing Table

  • Assign IP addresses based on the following criteria: Use the ISP Network settings as an example.
Packet
  1. Assign the first subnet to LAN-A.

    1. Use the first host address for the CustomerRouter interface connected to LAN-A switch.

    2. Use the second host address for the LAN-A switch. Make sure to assign a default gateway address for the switch.

    3. Use the last host address for PC-A. Make sure to assign a default gateway address for the PC.

  2. Assign the second subnet to LAN-B.

    1. Use the first host address for the CustomerRouter interface connected to LAN-B switch.

    2. Use the second host address for the LAN-B switch. Make sure to assign a default gateway address for the switch.

    3. Use the last host address for PC-B. Make sure to assign a default gateway address for the PC.

Part 2: Configure the Devices

11.4 2.5 Packet Tracer Packet

  • Configure basic settings on the PCs, switches, and router. Refer to the Addressing Table for device names and address information.

Step 1: Configure CustomerRouter.

  1. Set the enable secret password on CustomerRouter to Class123

  2. Set the console login password to Cisco123.

  3. ConfigureCustomerRouter as the hostname for the router.

  4. Configure the G0/0 and G0/1 interfaces with IP addresses and subnet masks, and then enable them.

  5. Save the running configuration to the startup configuration file.

Step 2: Configure the two customer LAN switches.

  • Configure the IP addresses on interface VLAN 1 on the two customer LAN switches. Make sure to configure the correct default gateway on each switch.

Step 3: Configure the PC interfaces.

  • Configure the IP address, subnet mask, and default gateway settings on PC-Aand PC-B.

Part 3: Test and Troubleshoot the Network

Packet Tracer 5.2.1.4 Answers

  • In Part 3, you will use the ping command to test network connectivity.
  1. Determine if PC-A can communicate with its default gateway. Do you get a reply?

  2. Determine if PC-B can communicate with its default gateway. Do you get a reply?

  3. Determine if PC-A can communicate with PC-B. Do you get a reply?
    If you answered “no” to any of the preceding questions, then you should go back and check your IP address and subnet mask configurations, and ensure that the default gateways have been correctly configured on PC-A and PC-B.

5.4.1.2 Packet Tracer


11.4 2.5 Packet Tracer Pack

Device Configurations

CustomerRouter

enable
configure terminal
hostname CustomerRouter
enable secret Class123
line con 0
password Cisco123
login
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.192
no shutdown
interface GigabitEthernet0/1
ip address 192.168.0.65 255.255.255.192
no shutdown
interface Serial0/1/0
ip address 209.165.201.2 255.255.255.252
no shutdown
end

LAN-A

enable
configure terminal
interface Vlan1
ip address 192.168.0.2 255.255.255.192
no shutdown
ip default-gateway 192.168.0.1
end

LAN-B

enable
configure terminal
interface Vlan1
ip address 192.168.0.66 255.255.255.192
no shutdown
ip default-gateway 192.168.0.65
end

PC-A

IP address: 192.168.0.63 /26
Default gateway: 192.168.0.1

PC-B

IP address: 192.168.0.126 /26
Default gateway: 192.168.0.65