[CCNAv6 S2] 1.1.3.5 Packet Tracer - Configuring IPv4 and IPv6 Interfaces



Packet Tracer - Configuring IPv4 and IPv6 Interfaces
Addressing Table

Objectives

Part 1: Configure IPv4 Addressing and Verify Connectivity

Part 2: Configure IPv6 Addressing and Verify Connectivity

Background

Routers R1 and R2 each have two LANs. Your task is to configure the appropriate addressing on each device and verify connectivity between the LANs.

Note: The user EXEC password is cisco. The privileged EXEC password is class.

Part 1:     Configure IPv4 Addressing and Verify Connectivity
Step 1:     Assign IPv4 addresses to R1 and LAN devices.

Referring to the Addressing Table, configure IP addressing for R1 LAN interfaces, PC1 and PC2. The serial interface has already configured.

Step 2:     Verify connectivity.

PC1 and PC2 should be able to ping each other and the Dual Stack Server.

Part 2:     Configure IPv6 Addressing and Verify Connectivity
Step 1:     Assign IPv6 addresses to R2 and LAN devices.

Referring to the Addressing Table, configure IP addressing for R2 LAN interfaces, PC3 and PC4. The serial interface is already configured.

Step 2:     Verify connectivity.

PC3 and PC4 should be able to ping each other and the Dual Stack Server.



Configuration R1:

cisco
enable
class
configure terminal
interface g0/0
 ip address 172.16.20.1 255.255.255.128
 no shutdown
interface g0/1
 ip address 172.16.20.129 255.255.255.128
 no shutdown
 exit
!

Configuration R2:


cisco
enable
class
configure terminal
interface g0/0
 ipv6 address 2001:DB8:C0DE:12::1/64
 ipv6 address FE80::2 link-local
 no shutdown
interface g0/1
 ipv6 address 2001:DB8:C0DE:13::1/64
 ipv6 address FE80::2 link-local
 no shutdown
 exit
!

Configuration PC1:


Configuration PC2:



Configuration PC3:



Configuration PC4:


END!~!


Link Download:  Here


Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 8.3.1.2 Packet Tracer - Skills Integration Challenge

[CCNAv6 S3] 7.2.3.5 Packet Tracer - Troubleshooting EIGRP for IPv4