IPv6配置实验

Jonescy

关注

阅读 77

2022-05-17

实验要求:

设备配置IPv6地址并实现全网互通。


实验规划:

实验拓扑图:

IPv6配置实验_静态路由


IPv6地址规划:

IOU1

e0/0:2021:1212::1/64

e0/1:2020:1110::1/64

e0/2:2020:1111::1/64


IOU2

e0/0:2021:1212::2/64

e0/1:2021:2323::2/64

IOU3

e0/0:2021:2323::3/64

e0/1:2022:3333::1/64

PC1

e0/0:2020:1110::2/64


PC2

e0/0:2020:1111::2/64


PC3

e0/0:2022:3333::2/64



实验配置:

(本实验用路由器代替电脑)

配置端口和静态路由:

IOU1:
config terminal
ipv6 unicast-routing
interface e0/0
ipv6 address 2021:1212::1/64
no shutdown
interface e0/1
ipv6 address 2020:1110::1/64
no shutdown
interface e0/2
ipv6 address 2020:1111::1/64
no shutdown
exit
ipv6 route 2022:3333::/64 2021:1212::2
ipv6 route ::/0 2020:1110::2
ipv6 route ::/0 2020:1111::2


IOU2:
config terminal
ipv6 unicast-routing
interface e0/0
ipv6 address 2021:1212::2/64
no shutdown
interface e0/1
ipv6 address 2021:2323::2/64
no shutdown
ipv6 route 2020:1110::/64 2021:1212::1
ipv6 route 2020:1111::/64 2021:1212::1
ipv6 route 2022:3333::/64 2021:2323::3


IOU3:
config terminal
ipv6 unicast-routing
interface e0/0
ipv6 address 2021:2323::3/64
no shutdown
interface e0/1
ipv6 address 2022:3333::1/64
no shutdown
exit
ipv6 route 2020:1110::/64 2021:2323::2
ipv6 route 2020:1111::/64 2021:2323::2
ipv6 route ::/0 2022:3333::2


PC1:
config terminal
ipv6 unicast-routing
interface e0/0
ipv6 address 2020:1110::2/64
no shutdown
exit
ipv6 route 2022:3333::/64 2020:1110::1


PC2:
config terminal
ipv6 unicast-routing
interface e0/0
ipv6 address 2020:1111::2/64
no shutdown
exit
ipv6 route 2022:3333::/64 2020:1111::1


PC3:
config terminal
ipv6 unicast-routing
interface e0/0
ipv6 address 2022:3333::2/64
no shutdown
exit
ipv6 route 2020:1110::/64 2022:3333::1
ipv6 route 2020:1111::/64 2022:3333::1


测试连通性:

IPv6配置实验_IPv6_02


结果符合预期,配置结束


(如有疏漏,还请读者指出)



精彩评论(0)

0 0 举报