地址分配表
目标
第 1 部分:配置 IPv4 编址并验证连接
第 2 部分:配置 IPv6 编址并验证连接
背景信息
路由器 R1 和 R2 分别有两个 LAN。 您的任务是在每台设备上配置合适的编址并验证 LAN 之间的连接。
注:用户 EXEC 密码是 cisco。 特权 EXEC 密码为 class。
第 1 部分: 配置 IPv4 编址并验证连接
步骤 1: 为 R1 和 LAN 设备分配 IPv4 地址。
参照地址分配表,为 R1 LAN 接口 PC1 和 PC2 配置 IP 编址。 串行端口已配置。
实验详细步骤:
Password: (cisco)
R1>en
Password: (class)
R1#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface g0/0
R1(config-if)#ip address 172.16.20.1 255.255.255.128
R1(config-if)#interface g0/1
R1(config-if)#ip address 172.16.20.129 255.255.255.128
R1(config-if)#no shutdown
步骤 2: 验证连接。
PC1 和 PC2 应能够彼此以及对双堆栈服务器执行 ping 操作。
第 2 部分: 配置 IPv6 编址并验证连接
步骤 1: 为 R2 和 LAN 设备分配 IPv6 地址。
实验详细步骤:
Password: (cisco)
R2>enable
Password: (class)
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#interface g0/0
R2(config-if)#ipv6 address 2001:DB8:C0DE:12::1/64
R2(config-if)#no shutdown
R2(config-if)#interface g0/1
R2(config-if)#ipv6 address 2001:DB8:C0DE:13::1/64
R2(config-if)#no shutdown
参照地址分配表,为 R2 LAN 接口 PC3 和 PC4 配置 IP 编址。 串行端口已配置。
步骤 2: 验证连接。
PC3 和 PC4 应能够彼此以及对双堆栈服务器执行 ping 操作。