当前位置:网站首页>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
边栏推荐
- (待会删)yyds,付费搞来的学术资源,请低调使用!
- 【PyTorch实战】用PyTorch实现基于神经网络的图像风格迁移
- Sonar:Cognitive Complexity认知复杂度
- 盘点JS判断空对象的几大方法
- <No. 9> 1805. Number of different integers in the string (simple)
- idea 2021中文乱码
- Introduction and application of smoothstep in unity: optimization of dissolution effect
- H3C HCl MPLS layer 2 dedicated line experiment
- Problem: the string and characters are typed successively, and the results conflict
- <No. 9> 1805. 字符串中不同整数的数目 (简单)
猜你喜欢
Attack and defense world ----- summary of web knowledge points
Processing strategy of message queue message loss and repeated message sending
千人规模互联网公司研发效能成功之路
【PyTorch实战】图像描述——让神经网络看图讲故事
金融数据获取(三)当爬虫遇上要鼠标滚轮滚动才会刷新数据的网页(保姆级教程)
Common locking table processing methods in Oracle
SQL lab 26~31 summary (subsequent continuous update) (including parameter pollution explanation)
Tutorial on principles and applications of database system (010) -- exercises of conceptual model and data model
Sonar:Cognitive Complexity认知复杂度
idea 2021中文乱码
随机推荐
@What happens if bean and @component are used on the same class?
The hoisting of the upper cylinder of the steel containment of the world's first reactor "linglong-1" reactor building was successful
编译 libssl 报错
数据库系统原理与应用教程(008)—— 数据库相关概念练习题
H3C HCl MPLS layer 2 dedicated line experiment
ENSP MPLS layer 3 dedicated line
About web content security policy directive some test cases specified through meta elements
Static routing assignment of network reachable and telent connections
Zhimei creative website exercise
开发一个小程序商城需要多少钱?
数据库系统原理与应用教程(010)—— 概念模型与数据模型练习题
RHSA first day operation
Minimalist movie website
Is it safe to open an account in Ping An Securities mobile bank?
免备案服务器会影响网站排名和权重吗?
zero-shot, one-shot和few-shot
《通信软件开发与应用》课程结业报告
Tutorial on principles and applications of database system (007) -- related concepts of database
The left-hand side of an assignment expression may not be an optional property access.ts(2779)
Tutorial on the principle and application of database system (008) -- exercises on database related concepts