华为HCIA进阶笔记:DHCPv6 原理与配置( 三 )


R1 查看IPv6地址的配置
ipv6brief
配置IPv6静态路由
R1:

华为HCIA进阶笔记:DHCPv6 原理与配置

文章插图
ipv6 route- 2002:3:DE:: 64 2012:0:130F::2
R2:
ipv6 route- 2001:3:fd:: 64 2012:0:130f::1
R2也可以配置ipv6 的另一种形式
ipv6 route- :: 0 2012:0:130F::1
R2查看
ipv6 -table
两台PC 配置IPv6地址,测试
两台PC 可以相互ping 通
==========
IPv6 基础实验2: 配置
配置接口IPv6地址
R1:
undo ter mo
sy
sys R1
ipv6
int g0/0/0
ipv6
ipv6 add 2001::1/64
int g0/0/1
ipv6
ipv6 add 2002::1/64
R2:
undo ter mo
sy
sys R2
ipv6
int g0/0/0
ipv6
ipv6 add 2001::2/64
int g0/0/1
ipv6
ipv6 add 2003::2/64
R3:
undo ter mo
sy
sys R3
ipv6
int g0/0/0
ipv6
ipv6 add 3001::3/64
int g0/0/1
ipv6
ipv6 add 2002::3/64
R4:
undo ter mo
sy
sys R4
ipv6
int g0/0/0
ipv6
ipv6 add 3002::4/64
int g0/0/1
ipv6
ipv6 add 2003::4/64
接口地址配置完成后,配置 协议
先全局起 协议,之后在接口下配置
R1:
1
-id 1.1.1.1
int g0/0/0
1 area 0
int g0/0/1
1 area 1
R2:
1
-id 2.2.2.2
int g0/0/0
1 area 0
int g0/0/1
1 area 2
R3:
1
-id 3.3.3.3
int g0/0/0
1 area 1
int g0/0/1
1 area 1
R4:
1
-id 4.4.4.4
int g0/0/0
1 area 2
int g0/0/1
1 area 2
配置完成后,查看
R1:
peer
ipv6 -table
两台PC 配置地址,测试连通性
PC-1 去 ping PC-2
PC-1
PC>ping 3002::1
==========
IPv6 基础实验3: 配置
配置 让两台PC 能获取IPv6地址,并相通信
全局配置
R1:
undo ter mo
sy
sys R1
ipv6
int g0/0/0
ipv6
ipv63000::1 64
dhcp
duid ll
pool dhcp
3000::/64
- 3000::1
dns- 4000::1
dns--name
int g0/0/0
duid 默认为 ll
duid ll 如果是 ll 格式显示为
duid llt 如果是 llt 格式显示为
查看PC 能否获取IPv6地址
测试连能性
服务器上,查看PC 获取的地址
pool dhcp
查看 服务器的概要情况
pool
========
IPv6 基础实验4: 配置IPv6 over IPv4隧道
在现今ipv4地址即将耗尽的状况下,人们想出了各种各样的解决方案,比如vlsm,nat等等等 。这些方案只是缓解了危机,而我们ipv6的出现才直接解决了问题 。但是,由于ipv4的仍然被比较广泛地使用,导致ipv4和ipv6必将至少共存一段时间 。
基本的IP 地址配置
R1:
undo ter mo
sy
sys R1
ipv6
int g0/0/1
ipv6
ipv62001::1/64
int g0/0/0
ip add 192.168.12.1 24
R2:
undo ter mo
sy
sys R2
int g0/0/0
ip add 192.168.12.2 24
int g0/0/1
ip add 192.168.23.2 24
R3:
undo ter mo
sy
sys R3
ipv6
int g0/0/0
ipv6
ipv62003::3/64
int g0/0/1
ip add 192.168.23.3 24
R1:
ip route- 192.168.23.0 24 192.168.12.2
R2:
ip route- 192.168.12.0 24 192.168.23.2
==========
配置IPv6 over IPv4隧道
R1:
/0/0
- ipv6-ipv4
192.168.12.1
192.168.23.3
ipv6
ipv62013::1/64
ipv6 route- 2003:: 64 2013::3
R3:
/0/0
- ipv6-ipv4
192.168.23.3
192.168.12.1
ipv6
ipv62013::3/64
ipv6 route- 2001:: 64 2013::1