当前位置:网站首页>IPv6 comprehensive experiment
IPv6 comprehensive experiment
2022-07-06 03:11:00 【4o4-】
One 、 The experimental requirements
R1R2 part ipv4 ipv6 Double stack
R3 Some public networks
Right pure ipv6
Two 、 The experimental steps
1. Build a topology
2. To configure IP Address and loopback address
First, configure the public network ipv4 Address , Because there's going to be 6to4tunnel Calculate IPV6 Address , So we need to match it first v4 Address .
according to ipv4 The address calculates ipv6 Then divide the address
R1 Two loops :
192.168.1.1 25
192.168.1.129 25
R1-R2:
192.168.3.1 24
192.168.3.2 24
R2 Loopback :192.168.2.1 24
3. First, configure the public network , Make the public network interconnected
stay R2 R4 Configure one pointing to R3 The default route for
[R2]ip route-static 0.0.0.0 0 23.1.1.2
[R4]ip route-static 0.0.0.0 0 34.1.1.1
4. First configure R1 and R2 Between partial LAN and WAN
ipv4 part
The default route points to 2
[R1]ip route-static 0.0.0.0 0 192.168.3.2
Static de R1 The loopback of
[R2]ip route-static 192.168.1.1 24 192.168.3.1
do nat address translation , Enable LAN to access the public network
[R2]acl 2000
[R2-acl-basic-2000]rule permit source 192.168.0.0 0.0.255.255
[R2-acl-basic-2000]q
[R2]interface Serial 4/0/1
[R2-Serial4/0/1]nat
[R2-Serial4/0/1]nat ou
[R2-Serial4/0/1]nat outbound 2000
ipv6 part
R1
R1:
[R1]ripng 1
[R1-ripng-1]q
[R1]interface LoopBack 0
[R1-LoopBack0]ripng 1 enable
[R1-LoopBack1]ripng 1 enable
[R1-LoopBack1]q
[R1]interface Serial 4/0/1
[R1-Serial4/0/1]ripng 1 enable
R2
R2:
[R2]ripng 1
[R2-ripng-1]q
[R2]interface LoopBack 0
[R2-LoopBack0]ripng 1 enable
[R2-LoopBack0]q
[R2]interface Serial 4/0/0
[R2-Serial4/0/0]ripng 1 enable
Use ipv6 The address leads to the Internet , Use 6to4tunnel
[R2]interface Tunnel 0/0/0
[R2-Tunnel0/0/0]ipv6 en
[R2-Tunnel0/0/0]ipv6 enable
[R2-Tunnel0/0/0]ipv6 address 2002:1701:0101:1::2/64
[R2-Tunnel0/0/0]tunnel-protocol ipv6-ipv4 6to4
[R2-Tunnel0/0/0]source Serial 4/0/1
The goal is not written , Because the goal is to pass ipv4 Calculate the address
Write another static route , go tunnel mouth
[R2]ipv6 route-static 2002:: 16 Tunnel 0/0/0
Just go 2002 All network segments go tunnel mouth
At this point, let R1 I also learned that R2tunnel: static state 、 Reissue 、 stay R2 Write a note on ripng default
Use ripng Send default
[R2]interface Serial 4/0/0
[R2-Serial4/0/0]ripng default-route only
At this point, you can do some optimization , take R1 Two article ipv6 Routes are aggregated into one
[R1]interface Serial 4/0/1
[R1-Serial4/0/1]ripng summary-address 2002:1701:101:: 64
5. Configure the right public network BGP part
AS1: 2002:2201:0102::/49
2002:2201:0102:0000::/64——2002:2201:0102:7FFF::/49
AS2: 2002:2201:0102:8000::/49
2002:2201:0102:8000::/64——2002:2201:0102:FFFF::/64
R4 Loopback :2002:2201:0102:0000::1/64
R4-R5:2002:2201:0102:0001::1/64 2002:2201:0102:0001::2/64
R5 Loopback :2002:2201:0102:8000::1/64
R5-R6:2002:2201:0102:8001::1/64 2002:2201:0102:8001::2/64
R6 Loopback : 2002:2201:0102:8002::1/64
R6-R7: 2002:2201:0102:8003::1/64 2002:2201:0102:8003::2/64
R7 The loopback of : 2002:2201:0102:8004::1/64
R7-R8: 2002:2201:0102:8005::1/64 2002:2201:0102:8005::2/64
R8 The loopback of : 2002:2201:0102:8006::1/64
R5R6R7R8 Configuration between IGP part ----ospfv3
R5:
[R5]ospfv3
[R5-ospfv3-1]router-id 5.5.5.5
[R5-ospfv3-1]q
[R5]interface LoopBack 0
[R5-LoopBack0]ospfv3 1 area 0
[R5-LoopBack0]q
[R5]interface Serial 4/0/1
[R5-Serial4/0/1]ospfv3 1 area 0
R4-R5 establish EBGP Neighborhood R5R6R7R8 establish IBGP Neighborhood
[R4]bgp 1
[R4-bgp]router-id 4.4.4.4
[R4-bgp]peer 2002:2201:0102:0001::2 as-number 2
[R4-bgp]ipv6-family
[R4-bgp-af-ipv6]peer 2002:2201:0102:0001::2 enable
[R5]bgp 64512
[R5-bgp]router-id 5.5.5.5
[R5-bgp]confederation id 2
[R5-bgp]peer 2002:2201:0102:0001::1 as-number 1
[R5-bgp]ipv6-family
[R5-bgp-af-ipv6]peer 2002:2201:0102:0001::1 enable
3、 ... and . Experimental tests
R1pingR8 Loopback :
R1ping Public network :
边栏推荐
- Performance test method of bank core business system
- [Yu Yue education] basic reference materials of digital electronic technology of Xi'an University of Technology
- Audio audiorecord binder communication mechanism
- js 正则过滤和增加富文本中图片前缀
- Redis cluster deployment based on redis5
- Polymorphic day02
- Data and Introspection__ dict__ Attributes and__ slots__ attribute
- Mysql database operation
- Prototype design
- 原型图设计
猜你喜欢
Performance test method of bank core business system
【概念】Web 基础概念认知
【若依(ruoyi)】启用迷你导航栏
Is there a completely independent localization database technology
How to choose PLC and MCU?
Introduction to robotframework (III) Baidu search of webui automation
Linear programming matlab
Software design principles
codeforces每日5题(均1700)-第六天
NR modulation 1
随机推荐
NR modulation 1
2022工作中遇到的问题四
适合程序员学习的国外网站推荐
2.13 simulation summary
MySQL advanced notes
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
Technology sharing | what if Undo is too big
Solution: attributeerror: 'STR' object has no attribute 'decode‘
Performance test method of bank core business system
1. Dynamic parameters of function: *args, **kwargs
Pat 1084 broken keyboard (20 points) string find
Jenkins basic knowledge ----- detailed explanation of 03pipeline code
【 kubernets series】 a Literature Study on the Safe exposure Applications of kubernets Service
Some problem records of AGP gradle
真机无法访问虚拟机的靶场,真机无法ping通虚拟机
NR modulation 1
My C language learning record (blue bridge) -- under the pointer
Redis cluster deployment based on redis5
How to do function test well
Briefly describe the implementation principle of redis cluster