Example Templates CCNA
Example Templates CCNA
Topology
Addressing Table
© 2024 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5
Packet Tracer – CCNA Skills Integration Challenge
VLAN Number Network Address Default Gateway DNS Server VLAN Name Port Mappings
Scenario
The Barangay Council of Barangay Salvacion, a densely populated community in Basey, Samar,
recognizes the necessity of efficiency in their operations due to their broad population base exceeding 5
thousand residents, higher than the population of any other Barangays in its Municipality. To achieve this,
they've decided to implement a small office network design at their Barangay Hall.
Through this strategic approach, the Barangay Council aims to streamline legislative processes,
budgeting and finance management, and communication, ultimately enhancing service delivery to their
residents while ensuring the smooth functioning of their administrative operations.
Requirements
Use base network 192.168.1.0
Implement VLANS and Inter-VLANS, 1 for each department (Admin/Finance/Legislative)
Configure Wireless Access Points
Enable trunking on switch to the router
Implement DHCP
© 2024 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 5
Packet Tracer – CCNA Skills Integration Challenge
Inter-VLAN Routing
Configure for inter-VLAN routing.
o Using the addressing table, configure and activate the LAN interface for inter-VLAN routing on
Switch1.
Router(config)# interface g0/0
Router(config-if)# no shutdown
Router(config-if)# do write
Router(config-if)# exit
Router(config)# interface g0/0.10
Router(config-subif)# encapsulation dot1q 10
Router(config-subif)# ip address 192.168.1.1 255.255.255.192
Router(config-subif)# do write
Router(config-subif)# interface g0/0.20
Router(config-subif)# encapsulation dot1q 20
Router(config-subif)# ip address 192.168.1.65 255.255.255.192
Router(config-subif)# do write
Router(config-subif)# interface g0/0.30
Router(config-subif)# encapsulation dot1q 30
Router(config-subif)# ip address 192.168.1.129 255.255.255.192
Router(config-subif)# do write
DHCP
On Router0, enable DHCP service.
Router(config)# service dhcp
Configure a DHCP pool for the Admin using the following requirements:
o The pool name is Admin-Pool.
© 2024 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 5
Packet Tracer – CCNA Skills Integration Challenge
o Configure the network address using the VLAN and DHCP Configuration and Port Mappings table.
o Configure the default gateway using the VLAN and DHCP Configuration and Port Mappings table.
o Configure the DNS server using the VLAN and DHCP Configuration and Port Mappings table.
o The domain name is Admin.com
Router(config)# ip dhcp pool Admin-Pool
Router(dhcp-config)# network 192.168.1.0 255.255.255.192
Router(dhcp-config)# default-router 192.168.1.1
Router(dhcp-config)# dns-server 192.168.1.1
Router(dhcp-config)# domain-name Admin.com
Router(dhcp-config)# exit
Connectivity
© 2024 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 5
Packet Tracer – CCNA Skills Integration Challenge
Test for ping connections from any of the PCs to any of the Printers and Access Points.
Use other devices like Laptops or smartphones for Access Point testing.
© 2024 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 5