Question: Step 1 : Assign static IP information to the PC interfaces. a . Configure the IP address, subnet mask, and default gateway settings on PC

Step 1: Assign static IP information to the PC interfaces.
a. Configure the IP address, subnet mask, and default gateway settings on PC-A.
b. Configure the IP address, subnet mask, and default gateway settings on PC-B.
c. Ping PC-B from a command prompt window on PC-A.
Note: If pings are not successful, the Windows Firewall may need to be turned off.
Why were the pings not successful?
Step 2: Configure the router.
a. Console into the router and enable privileged EXEC mode.
b. Enter configuration mode.
c. Assign a device name to the router.
d. Disable DNS lookup to prevent the router from attempting to translate incorrectly entered commands as though they were host names.
e. Assign class as the privileged EXEC encrypted password.
f. Assign cisco as the console password and enable login.
g. Assign cisco as the VTY password and enable login.
h. Encrypt the plaintext passwords.
?i. Create a banner that warns anyone accessing the device that unauthorized access is prohibited.
?j. Configure and activate both interfaces on the router.
k. Configure an interface description for each interface indicating which device is connected to it.
To enable IPv6 routing, enter the command ipv6 unicast-routing.
R1(config)# ipv6 unicast-routing
m . Save the running configuration to the startup configuration file.
?n. Set the clock on the router.
Note: Use the question mark (?) to help with the correct sequence of parameters needed to execute this command.
o. Ping PC-B from a command prompt window on PC-A.
o. Ping PC-B from a command prompt window on PC-A.
Note: If pings are not successful, the Windows Firewall may need to be turned off.
Were the pings successful? Explain.
Step 3: Configure the switch.
In this step, you will configure the hostname, the VLAN 1 interface and its default gateway.
a. Console into the switch and enable privileged EXEC mode.
b. Enter configuration mode.
c. Assign a device name to the switch.
d. Disable DNS lookup to prevent the router from attempting to translate incorrectly entered commands as though they were host names.
e. Configure and activate the VLAN interface on the switch S1.
f. Configure the default gateway for the switch S1.
g. Save the running configuration to the startup configuration file.
Step 4: Verify connectivity end-to-end connectivity.
a. From PC-A, ping PC-B.
b. From S1, ping PC-B.
All the pings should be successful.
Part 3: Display Device Information
In Part 3, you will use show commands to retrieve interface and routing information from the router and switch.
Step 1: Display the routing table on the router.
a. Use the show ip route command on the router R1 to answer the following questions.
What code is used in the routing table to indicate a directly connected network?
How many route entries are coded with a C code in the routing table?
What interface types are associated to the C coded routes?
b. Use the show ipv6 route command on router R1 to display the IPv6 routes.
Step 2: Display interface information on the router R1.
a. Use the show ip interface g00?1 to answer the following questions.
What is the operational status of the G0/0/1 interface?
What is the Media Access Control (MAC) address of the G0/1 interface?
How is the Internet address displayed in this command?
b. For the IPv6 information, enter the show ipv6 interface interface command.
Step 3: Display a summary list of the interfaces on the router and switch.
There are several commands that can be used to verify an interface configuration. One of the most useful of these is the show ip interface brief command. The command output displays a summary list of the interfaces on the device and provides immediate feedback to the status of each interface.
a. Enter the show ip interface brief command on the router R1.
R1# show ip interface brief
b. To see the IPv6 interface information, enter the show ipv6 interface brief command on R1.
R1# show ipv6 interface brief
c. Enter the show ip interface brief command on the switch S1.
S1# show ip interface brief
Show screen shots in putty
\table[[Device,Interface,IP Address / Prefix,Default Gateway],[R1,G0/0/0,192.168.0.124,N/A],[,,2001:db8:acad::164,],[,,fe80::1,],[,G0/0/1,192.168.1.124,NA
Step 1 : Assign static IP information to the PC

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!