当前位置:网站首页>Vxlan static centralized gateway
Vxlan static centralized gateway
2022-07-07 12:27:00 【__ Dong】

To configure Vxlan Centralized gateway
stay GW CE Shanghe Vxlan Build a tunnel Enable Vbdif Interface adopt BD domain VNI Distinguish between different data streams
### CE1
bridge-domain 10
vxlan vni 10
bridge-domain 30
vxlan vni 30
interface Nve1
source 1.1.1.1
vni 10 head-end peer-list 2.2.2.2
vni 30 head-end peer-list 2.2.2.2
interface Vbdif10
ip binding vpn-instance A
ip address 10.0.0.254 255.255.255.0
ip vpn-instance A
ipv4-family
route-distinguisher 1:1
### CE2
bridge-domain 10
vxlan vni 10
bridge-domain 30
vxlan vni 30
interface GE1/0/1
undo shutdown
interface GE1/0/1.1 mode l2
encapsulation dot1q vid 10
bridge-domain 10
interface GE1/0/1.2 mode l2
encapsulation dot1q vid 30
bridge-domain 30
interface Nve1
source 2.2.2.2
vni 10 head-end peer-list 1.1.1.1
vni 30 head-end peer-list 1.1.1.1
Configure the default route
### CE1
ip route-static 0.0.0.0 0.0.0.0 14.0.0.4
ip route-static vpn-instance A 0.0.0.0 0.0.0.0 14.0.0.4 public # stay VPN The global routing table is introduced into the instance
ip route-static 10.0.0.1 255.255.255.255 Vbdif10
ip route-static 10.0.0.0 255.255.255.0 vpn-instance A 10.0.0.254 # Introduce in the global routing table VPN Instance routing
边栏推荐
- Attack and defense world - PWN learning notes
- <No. 9> 1805. 字符串中不同整数的数目 (简单)
- 112. Network security penetration test - [privilege promotion article 10] - [Windows 2003 lpk.ddl hijacking rights lifting & MSF local rights lifting]
- 【统计学习方法】学习笔记——支持向量机(下)
- SQL Lab (41~45) (continuous update later)
- 数据库系统原理与应用教程(009)—— 概念模型与数据模型
- An error occurred when vscade tried to create a file in the target directory: access denied [resolved]
- Several methods of checking JS to judge empty objects
- 牛客网刷题网址
- 【PyTorch实战】图像描述——让神经网络看图讲故事
猜你喜欢
![108. Network security penetration test - [privilege escalation 6] - [windows kernel overflow privilege escalation]](/img/c0/8a7b52c46eadd27cf4784ab2f32002.png)
108. Network security penetration test - [privilege escalation 6] - [windows kernel overflow privilege escalation]

Introduction and application of smoothstep in unity: optimization of dissolution effect

Idea 2021 Chinese garbled code

<No. 8> 1816. Truncate sentences (simple)

静态Vxlan 配置

对话PPIO联合创始人王闻宇:整合边缘算力资源,开拓更多音视频服务场景

【统计学习方法】学习笔记——逻辑斯谛回归和最大熵模型

Vxlan 静态集中网关

解密GD32 MCU产品家族,开发板该怎么选?

《通信软件开发与应用》课程结业报告
随机推荐
Minimalist movie website
Flet tutorial 17 basic introduction to card components (tutorial includes source code)
利用栈来实现二进制转化为十进制
Ctfhub -web SSRF summary (excluding fastcgi and redI) super detailed
SQL Lab (36~40) includes stack injection, MySQL_ real_ escape_ The difference between string and addslashes (continuous update after)
【PyTorch实战】用RNN写诗
《看完就懂系列》天哪!搞懂节流与防抖竟简单如斯~
About sqli lab less-15 using or instead of and parsing
Attack and defense world ----- summary of web knowledge points
问题:先后键入字符串和字符,结果发生冲突
How to understand the clothing industry chain and supply chain
wallys/Qualcomm IPQ8072A networking SBC supports dual 10GbE, WiFi 6
SQL Lab (32~35) contains the principle understanding and precautions of wide byte injection (continuously updated later)
Introduction and application of smoothstep in unity: optimization of dissolution effect
【PyTorch实战】用PyTorch实现基于神经网络的图像风格迁移
112. Network security penetration test - [privilege promotion article 10] - [Windows 2003 lpk.ddl hijacking rights lifting & MSF local rights lifting]
Attack and defense world - PWN learning notes
Solve server returns invalid timezone Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
DOM parsing XML error: content is not allowed in Prolog
Superscalar processor design yaoyongbin Chapter 10 instruction submission excerpt