当前位置:网站首页>IP job (6)
IP job (6)
2022-07-24 06:16:00 【Nine character Chen】
Catalog
The experimental requirements :
To configure IP Address and loopback address
R1/4/5 For the whole company MGRE structure
R1/2/3 It is a star topology ,R1 For the central site
Private network startup OSPF agreement
NBAM(MGRE) The default interface working mode is p2p

The experimental requirements :

The experimental steps :
To configure IP Address and loopback address
R1:
[R1]interface g0/0/0
[R1-GigabitEthernet0/0/0]ip address 16.1.1.1 24
[R1-GigabitEthernet0/0/0]q
[R1]interface g0/0/1
[R1-GigabitEthernet0/0/1]ip address 61.1.1.1 24
[R1-GigabitEthernet0/0/1]q
[R1]interface LoopBack 0
[R1-LoopBack0]IP address 1.1.1.1 24
R2:
[R2]interface g0/0/0
[R2-GigabitEthernet0/0/0]ip address 26.1.1.1 24
[R2-GigabitEthernet0/0/0]q
[R2]interface LoopBack 0
[R2-LoopBack0]ip address 2.2.2.2 24
R3:
[R3]interface g0/0/0
[R3-GigabitEthernet0/0/0]ip address 36.1.1.1 24
[R3-GigabitEthernet0/0/0]q
[R3]interface LoopBack 0
[R3-LoopBack0]ip address 3.3.3.3 24
R4:
[R4]interface g0/0/0
[R4-GigabitEthernet0/0/0]ip address 46.1.1.1 24
[R4-GigabitEthernet0/0/0]q
[R4]interface LoopBack 0
[R4-LoopBack0]ip address 4.4.4.4 24
[R4-LoopBack0]q
R5:
[R5]interface g0/0/0
[R5-GigabitEthernet0/0/0]ip address 56.1.1.1 24
[R5-GigabitEthernet0/0/0]q
[R5]interface LoopBack 0
[R5-LoopBack0]ip address 5.5.5.5 24
R6:
[R6]interface g0/0/0
[R6-GigabitEthernet0/0/0]ip address 16.1.1.2 24
[R6-GigabitEthernet0/0/0]q
[R6]interface g0/0/1
[R6-GigabitEthernet0/0/1]ip address 61.1.1.2 24
[R6-GigabitEthernet0/0/1]q
[R6]interface g0/0/2
[R6-GigabitEthernet0/0/2]ip address 26.1.1.2 24
[R6-GigabitEthernet0/0/2]q
[R6]interface g6/0/0
[R6-GigabitEthernet6/0/0]ip address 36.1.1.2 24
[R6-GigabitEthernet6/0/0]q
[R6]interface g6/0/1
[R6-GigabitEthernet6/0/1]ip address 46.1.1.2 24
[R6-GigabitEthernet6/0/1]q
[R6]interface g6/0/2
[R6-GigabitEthernet6/0/2]ip address 56.1.1.2 24
[R6-GigabitEthernet6/0/2]q
[R6]interface LoopBack 0
[R6-LoopBack0]ip address 6.6.6.6 24
[R6-LoopBack0]q
Configure the default route
R1:
[R1]ip route-static 0.0.0.0 0 16.1.1.2
[R1]ip route-static 0.0.0.0 0 61.1.1.2
R2:
[R2]ip route-static 0.0.0.0 0 26.1.1.2
R3:
[R3]ip route-static 0.0.0.0 0 36.1.1.2
R4:
[R4]ip route-static 0.0.0.0 0 46.1.1.2
R5:
[R5]ip route-static 0.0.0.0 0 56.1.1.2
R1/4/5 For the whole company MGRE structure
R1:
[R1]interface Tunnel 0/0/0
[R1-Tunnel0/0/0]ip address 10.1.1.1 24
[R1-Tunnel0/0/0]tunnel-protocol gre p2mp
[R1-Tunnel0/0/0]source 16.1.1.1
[R1-Tunnel0/0/0]nhrp entry multicast dynamic
[R1-Tunnel0/0/0]nhrp network-id 100
[R1-Tunnel0/0/0]q
R4:
[R4]interface Tunnel 0/0/0
[R4-Tunnel0/0/0]ip address 10.1.1.2 24
[R4-Tunnel0/0/0]tunnel-protocol gre p2mp
[R4-Tunnel0/0/0]source g0/0/0
[R4-Tunnel0/0/0]nhrp network-id 100
[R4-Tunnel0/0/0]nhrp entry 10.1.1.1 16.1.1.1 register
[R4-Tunnel0/0/0]nhrp entry 10.1.1.3 56.1.1.1 register
[R4-Tunnel0/0/0]nhrp entry multicast dynamic
R5:
[R5]interface Tunnel 0/0/0
[R5-Tunnel0/0/0]ip address 10.1.1.3 24
[R5-Tunnel0/0/0]tunnel-protocol gre p2mp
[R5-Tunnel0/0/0]source g0/0/0
[R5-Tunnel0/0/0]nhrp network-id 100
[R5-Tunnel0/0/0]nhrp entry 10.1.1.1 16.1.1.1
[R5-Tunnel0/0/0]nhrp entry 10.1.1.1 16.1.1.1 register
[R5-Tunnel0/0/0]nhrp entry 10.1.1.2 46.1.1.1 register
[R5-Tunnel0/0/0]nhrp entry multicast dynamic
R1/2/3 It is a star topology ,R1 For the central site
R1:
[R1]interface Tunnel 0/0/1
[R1-Tunnel0/0/1]ip address 11.1.1.1 24
[R1-Tunnel0/0/1]tunnel-protocol gre p2mp
[R1-Tunnel0/0/1]source 61.1.1.1
[R1-Tunnel0/0/1]nhrp entry multicast dynamic
[R1-Tunnel0/0/1]nhrp network-id 100
[R1-Tunnel0/0/1]q
R2:
[R2]interface Tunnel 0/0/1
[R2-Tunnel0/0/1]ip address 11.1.1.2 24
[R2-Tunnel0/0/1]tunnel-protocol gre p2mp
[R2-Tunnel0/0/1]source g0/0/0
[R2-Tunnel0/0/1]nhrp entry 11.1.1.1 61.1.1.1 register
R3:
[R3]interface Tunnel 0/0/1
[R3-Tunnel0/0/1]ip address 11.1.1.3 24
[R3-Tunnel0/0/1]tunnel-protocol gre p2mp
[R3-Tunnel0/0/1]source g0/0/0
[R3-Tunnel0/0/1]nhrp entry 11.1.1.1 61.1.1.1
Private network startup OSPF agreement
R1:
[R1-ospf-1]dis this
[V200R003C00]
ospf 1 router-id 1.1.1.1
area 0.0.0.0
network 1.1.1.1 0.0.0.0
network 10.1.1.0 0.0.0.255
network 11.1.1.0 0.0.0.255
return
R2:
[R2-ospf-1-area-0.0.0.0]dis this
[V200R003C00]
area 0.0.0.0
network 2.2.2.2 0.0.0.0
network 11.1.1.0 0.0.0.255
return
R3:
[R3-ospf-1-area-0.0.0.0]dis this
[V200R003C00]
area 0.0.0.0
network 3.3.3.3 0.0.0.0
network 11.1.1.0 0.0.0.255
return
R4:
[R4-ospf-1-area-0.0.0.0]dis this
[V200R003C00]
area 0.0.0.0
network 4.4.4.4 0.0.0.0
network 10.1.1.0 0.0.0.255
return
R5:
[R5-ospf-1-area-0.0.0.0]dis this
[V200R003C00]
area 0.0.0.0
network 5.5.5.5 0.0.0.0
network 10.1.1.0 0.0.0.255
return
NBAM(MGRE) The default interface working mode is p2p
This mode of work allows only one neighbor relationship to be established ; Lead to in MGRE You can't build all your neighbors in the environment ; Modify the interface mode to broadcast
R1:
[R1-Tunnel0/0/1]ospf network-type broadcast
[R1-Tunnel0/0/0]ospf network-type broadcast
R2:
[R2-Tunnel0/0/1]ospf network-type broadcast
R3:
[R3-Tunnel0/0/1]ospf network-type broadcast
R4:
[R4-Tunnel0/0/0]ospf network-type broadcast
R5:
[R5-Tunnel0/0/0]ospf network-type broadcast
7. The central site must be DR
R2:
[R2]interface Tunnel 0/0/1
[R2-Tunnel0/0/1]ospf dr
[R2-Tunnel0/0/1]ospf dr-priority 0
[R2-Tunnel0/0/1]q
[R2]q
reset ospf pr
reset ospf process
Warning: The OSPF process will be reset. Continue? [Y/N]:y
R3:
[R3-Tunnel0/0/1]ospf dr-priority 0
[R3-Tunnel0/0/1]Q
[R3]Q
reset ospf pr
reset ospf process
Warning: The OSPF process will be reset. Continue? [Y/N]:y
边栏推荐
- Lua Foundation
- Force buckle: 1-sum of two numbers
- ue4 换装系统 2.换装系统的场景捕捉
- JDBC elementary learning ------ (learning from Shang Silicon Valley)
- Thymeleaf quick start learning
- UE4 random generation of items
- What is monotonic queue
- ++cnt1[s1.charAt(i) - ‘a‘];
- UE4 reload system 2. Scene capture of reload system
- Unity shader migrated from built-in rendering pipeline to URP
猜你喜欢

Hololens 2 development 101: create the first hololens 2 Application

Unity(三)三维数学和坐标系统

Installation of tensorflow and pytorch frames and CUDA pit records

Positional argument after keyword argument

HoloLens 2开发:使用MRTK并在Unity中模拟手势输入

异地远程连接在家里的群晖NAS【无公网IP,免费内网穿透】

【无需公网IP】为远程桌面树莓派配置固定的公网TCP端口地址

MySQL foundation - constraints

Day2 websocket+ sort

HoloLens 2 开发101:创建首个HoloLens 2应用程序
随机推荐
Jupyter notebook select CONDA environment
Lua基础
UE4 reload system 2. Scene capture of reload system
Unity 3D frame rate statistics script
HoloLens 2 开发101:创建首个HoloLens 2应用程序
Foundation of JUC concurrent programming (1) -- related basic concepts
[principles of database system] Chapter 4 advanced database model: Unified Modeling Language UML, object definition language ODL
本地搭建WordPress个人博客,并内网穿透发布上线 (22)
不租服务器,自建个人商业网站(1)
Sorting of common AR and MR head mounted display devices
Dameng database_ Small matters needing attention during use
Detailed explanation of KMP code distribution
头歌 平台作业
Unity(二) 更多API和物理引擎
论文阅读-Endmember-Guided Unmixing Network (EGU-Net) 端元指导型高光谱解混网络
餐饮数据统计分析---泰迪云课程大作业
ue4 瞄准偏移
IP笔记(7)
IP笔记(9)
What is monotone stack