当前位置:网站首页>GRE, mGRE experiment
GRE, mGRE experiment
2022-07-18 02:57:00 【sysddyq】
Experimental Topology

Basic configuration
R1
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip a 192.168.1.1 24
[r1-GigabitEthernet0/0/0]q
[r1]int s 4/0/0
[r1-Serial4/0/0]ip a 15.1.1.2 24
[r1-Serial4/0/0]q
[r1]ip route-static 0.0.0.0 0 15.1.1.1
R2
[r2]int g 0/0/0
[r2-GigabitEthernet0/0/0]ip a 192.168.2.1 24
[r2-GigabitEthernet0/0/0]q
[r2]int s 4/0/0
[r2-Serial4/0/0]ip a 25.1.1.2 24
[r2-Serial4/0/0]q
[r2]ip route-static 0.0.0.0 0 25.1.1.1
R3
[r3]int g 0/0/0
[r3-GigabitEthernet0/0/0]ip a 192.168.3.1 24
[r3-GigabitEthernet0/0/0]q
[r3]int s 4/0/0
[r3-Serial4/0/0]ip a 35.1.1.2 24
[r3-Serial4/0/0]q
[r3]ip route-static 0.0.0.0 0 35.1.1.1
R4
[r4]int g 0/0/1
[r4-GigabitEthernet0/0/1]ip a 192.168.4.1 24
[r4-GigabitEthernet0/0/1]q
[r4]int g 0/0/0
[r4-GigabitEthernet0/0/0]ip a 45.1.1.2 24
[r4-GigabitEthernet0/0/0]q
[r4]ip route-static 0.0.0.0 0 45.1.1.1
R5
[r5]int g 0/0/0
[r5-GigabitEthernet0/0/0]ip a 45.1.1.1 24
[r5-GigabitEthernet0/0/0]q
[r5]int s 4/0/0
[r5-Serial4/0/0]ip a 35.1.1.1 24
[r5-Serial4/0/0]q
[r5]int s 3/0/1
[r5-Serial3/0/1]ip a 25.1.1.1 24
[r5]int s 3/0/0
[r5-Serial3/0/0]ip a 15.1.1.1 24
[r5-Serial3/0/0]q
[r5]int lo0
[r5-LoopBack0]ip a 5.5.5.5 24
[r5-LoopBack0]qR1,R5 Between PAP authentication
R5
[r5]aaa
[r5-aaa]local-user admin1 password cipher 123456
[r5-aaa]local-user admin1 service-type ppp
[r5-aaa]q
[r5]int s 3/0/0
[r5-Serial3/0/0]ppp authentication-mode pap
[r5-Serial3/0/0]q
R1
[r1]int s 4/0/0
[r1-Serial4/0/0]ppp pap local-user admin1 password cipher 123456
[r1-Serial4/0/0]qR2,R5 Between EHAP authentication
R5
[r5]aaa
[r5-aaa]local-user admin2 password cipher 121212
[r5-aaa]local-user admin2 service-type ppp
[r5-aaa]q
[r5]int s 3/0/1
[r5-Serial3/0/1]ppp authentication-mode chap
[r5-Serial3/0/1]q
R2
[r2]int s 4/0/0
[r2-Serial4/0/0]ppp chap user admin2
[r2-Serial4/0/0]ppp chap password cipher 121212
[r2-Serial4/0/0]qR3 And R5 Between HDLC encapsulation
R3
[r3]int s 4/0/0
[r3-Serial4/0/0]link-protocol hdlc
R5
[r5]int s 4/0/0
[r5-Serial4/0/0]link-protocol hdlcR1,R2,R3 Between MGRE
R1
[r1]int tunnel 0/0/0
[r1-Tunnel0/0/0]ip a 10.1.1.1 24
[r1-Tunnel0/0/0]tunnel-protocol gre p2mp
[r1-Tunnel0/0/0]source 15.1.1.1
[r1-Tunnel0/0/0]nhrp network-id 100
[r1-Tunnel0/0/0]nhrp entry multicast dynamic
[r1-Tunnel0/0/0]undo rip split-horizon
R2
[r2]int tunnel 0/0/0
[r2-Tunnel0/0/0]ip a 10.1.1.2 24
[r2-Tunnel0/0/0]tunnel-protocol gre p2mp
[r2-Tunnel0/0/0]source Serial 4/0/0
[r2-Tunnel0/0/0]nhrp entry 25.1.1.2 10.1.1.2 register
R3
[r3]int tunnel 0/0/0
[r3-Tunnel4/0/0]ip a 10.1.1.3 24
[r3-Tunnel0/0/0]tunnel-protocol gre p2mp
[r3-Tunnel0/0/0]source Serial 4/0/0
[r3-Tunnel0/0/0]nhrp entry 35.1.1.2 10.1.1.3 registerR1,R4 Between GRE
R1
[r1]interface tunnel 0/0/1
[r1-Tunnel0/0/1]ip address 10.1.2.1 24
[r1-Tunnel0/0/1]tunnel-protocol gre
[r1-Tunnel0/0/1]source 15.1.1.2
[r1-Tunnel0/0/0]destination 45.1.1.2
R4
[r4]int tunnel 0/0/1
[r4-Tunnel4/0/0]ip a 10.1.2.2 24
[r4-Tunnel0/0/0]tunnel-protocol gre
[r4-Tunnel0/0/0]source 45.1.1.2
[r4-Tunnel0/0/0]destination 15.1.1.2RIP To configure
RIP To configure
R1
[r1]rip
[r1-rip-1]ver 2
[r1-rip-1]network 192.168.1.0
[r1-rip-1]network 10.0.0.0
[r1-rip-1]network 15.0.0.0
R2
[r2]rip
[r2-rip-1]ver 2
[r2-rip-1]network 25.0.0.0
[r2-rip-1]network 10.0.0.0
[r2-rip-1]network 192.168.2.0
R3
[r3]rip
[r3-rip-1]ver 2
[r3-rip-1]network 192.168.3.0
[r3-rip-1]network 10.0.0.0
[r3-rip-1]network 35.0.0.0
R4
[r4]rip
[r4-rip-1]ver 2
[r4-rip-1]net
[r4-rip-1]network 192.168.4.0
[r4-rip-1]network 10.0.0.0
[r4-rip-1]network 45.0.0.0test

边栏推荐
- What is kotlin sealed? Why does Google use it all
- 2022-04-18 introduction to unity 2 - how unity works
- 02 stm32cubemx new project
- 51nod 1102 面积最大的矩形
- Interface development does not need to write controller, service, Dao, mapper, XML, VO, which is automatically generated!
- C language · function
- 实现意识的远程直接电磁通信,东大团队联合新加坡国大等构建电磁脑机超表面,有望成为全新通信范式
- 【星光04】2022 深度学习GPU表格
- Mqtt--- subscribe and suback
- Get started with pyGame
猜你喜欢

How to choose the two tracks of shengteng AI innovation competition? Just take this introduction!

2022-04-21 unity entry 8 - sound system

2022-04-19 unity getting started 4 - important components and APIs

CCF 202012-1 期末预测之安全指数

PyGame - airplane battle (to be improved)
![[google] goodbye SharedPreferences embrace jetpack datastore](/img/8f/b7a3f23b8a177f19f8cc02553016c7.jpg)
[google] goodbye SharedPreferences embrace jetpack datastore

Event preview | Apache Doris x Apache seatunnel joint meetup to start registration!

A---DMA串口通信

No.1 port and shipping AI enterprises in the world have integrated fly pupil, and the mature and standardized AI products of port and shipping have been applied on a large scale, which has greatly imp

A bright jetpack + MVVM minimalist practical battle in front of Magic Baby
随机推荐
两个CVE漏洞复现
It should be so simple. Databinding and viewbinding
第九十期:一个小程序生成海报的问题
【流放之路-第一章】
Development practice - reasoning application development experience of shengteng cann
Configuration of teacher management module and MP automatic code generation
C language · bugs and Solutions
风险评估简介
Introduction to esp8266 Lua (II)
基础概念
C language · function
Traverse the file (txt) under the folder and delete the last line
Bc20 at command test
基于eTS高效开发HarmonyOS课程类应用
“代码写的越急,程序跑的越慢”
从零实现深度学习框架——GloVe
2022-04-20 unity introduction 5 - Camera
2022年7月11日-2022年7月17日(ue4视频教程和文档)
Adding an index by Oracle causes other users to lose their query permissions on this table
Nacos as the registration and discovery center and configuration center of microservice architecture