设为首页收藏本站language 语言切换
查看: 1850|回复: 0
收起左侧

[书籍] CCNA LAB 2:配置IPV6地址

[复制链接]
 成长值: 63730
发表于 2022-10-31 11:24:07 | 显示全部楼层 |阅读模式
本帖最后由 小乔 于 2022-10-31 11:25 编辑

Lab Objective:
The objective of this lab exercise is for you to learn and understand how to create and troubleshoot IPv6 addresses on Cisco routers.

Lab Purpose:
Configuring IPv6 addressing is one of your most fundamental tasks as a Cisco engineer. In the exam, you may also be asked to troubleshoot IPv6 addressing that has been incorrectly configured, so you need to know which show commands to use.

Certification Level:
This lab is suitable for CCENT certification exam preparation.

Lab Difficulty:
This lab has a difficulty rating of 2/10.

Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 10 minutes.

Lab Topology:
Please use the following topology to complete this lab exercise:
lab2.jpg




Task 1:
Configure the hostnames on routers R1 and R3 as illustrated in the topology.

Task 2:
Configure R1 S0/0, which is a DCE, to provide a clock rate of 768 Kbps to R3 (unless you are using GNS3). Configure the IP addresses on the Serial interfaces of R1 and R3 as illustrated in the topology. Configure the Loopback interfaces specified in the diagram on R1 and R3.

Task 3:
Use the correct show commands to check:


The summary of all configured IPv6 addresses (note the need to specify IPv6 in the show commands);
The status of the interface (up/down or administratively down); and
The subnet mask applied to the interface.
Configuration and Verification
Task 1:
Router#config t
Enter configuration commands, one per line.  End with CTRL/Z.
Router(config)#hostname R1
R1(config)#

Router#config t
Enter configuration commands, one per line.  End with CTRL/Z.
Router(config)#hostname R3
R3(config)#
Task 2:
R1(config)#ipv6 unicast-routing
R1(config)#interface s0/0
R1(config-if)#ipv6 add 2001:abcd:abcd::1/64
R1(config-if)#no shut

R3(config)#ipv6 unicast-routing
R3(config)#interface s0/0
R3(config-if)#ipv6 add 2001:abcd:abcd::2/64
R3(config-if)#no shut
R3(config)#interface lo0
R3(config-if)#ipv6 add 2001::5/64
Task 3:
R3#show ipv6 int brief
Serial0/0                  [up/up]
FE80::C001:6FF:FEDB:0
2001:ABCD:ABCD::2
FastEthernet0/1            [administratively down/down]
Loopback0                  [up/up]
FE80::C001:6FF:FEDB:0
2001::5
R3#show ipv6 interface s0/0
Serial0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::C006:8FF:FE88:0
No Virtual link-local address(es):
Global unicast address(es):
2001:ABCD:ABCD::2, subnet is 2001:ABCD:ABCD::/64
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF00:2
FF02::1:FF88:0
MTU is 1500 bytes

[Output Truncated]


您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-24 15:39 , Processed in 0.063479 second(s), 25 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表