1.6.1 Packet Tracer - Implement A Small Network: (Instructor Version)
1.6.1 Packet Tracer - Implement A Small Network: (Instructor Version)
1.6.1 Packet Tracer - Implement A Small Network: (Instructor Version)
Addressing Table
RTA
G0/1 10.10.20.1 255.255.255.0 N/A
SW1 VLAN1 10.10.10.2 255.255.255.0 10.10.10.1
SW2 VLAN1 10.10.20.2 255.255.255.0 10.10.20.1
PC-1 NIC Any available address in network 255.255.255.0 10.10.10.1
PC-2 NIC Any available address in network 255.255.255.0 10.10.20.1
Objectives
Part 1: Create the Network Topology
Part 2: Configure Devices and Verify Connectivity
Instructions
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com
1.6.1 Packet Tracer - Implement a Small Network
RTA
G0/1 SW2 G0/1
SW1 F0/1 PC-1 Fastethernet0
SW2 F0/1 PC-2 Fastethernet0
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com
1.6.1 Packet Tracer - Implement a Small Network
Device Configurations
Router RTA
hostname RTA
enable secret Ciscoenpa55
interface GigabitEthernet0/0
description Connected to SW1 port G1/1
ip address 10.10.10.1 255.255.255.0
no shutdown
interface GigabitEthernet0/1
description Connected to SW2 port G1/1
ip address 10.10.20.1 255.255.255.0
no shutdown
banner motd ^CUnauthorized Access is Prohibited^C
line con 0
password Ciscolinepa55
login
line vty 0 4
password Ciscolinepa55
login
end
copy run start
Switich SW1
hostname SW1
enable secret Ciscoenpa55
interface Vlan1
ip address 10.10.10.2 255.255.255.0
no shutdown
ip default-gateway 10.10.10.1
line con 0
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com
1.6.1 Packet Tracer - Implement a Small Network
password Ciscolinepa55
login
line vty 0 4
password Ciscolinepa55
login
end
copy run start
Switch SW2
hostname SW2
enable secret Ciscoenpa55
interface Vlan1
ip address 10.10.20.2 255.255.255.0
no shutdown
ip default-gateway 10.10.20.1
banner motd ^CUnauthorized Access Prohibited^C
line con 0
password Ciscolinepa55
login
line vty 0 4
password Ciscolinepa55
login
line vty 5 15
login
end
copy run start
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com