当前位置:网站首页>Vxlan 静态集中网关
Vxlan 静态集中网关
2022-07-07 10:27:00 【__Dong】
配置Vxlan 集中网关
在GW CE上和Vxlan 建立隧道 启用 Vbdif 接口 通过BD域中VNI 区分不同数据流
### 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
配置默认路由
### 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 # 在VPN实例中引入全局路由表
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 #在全局路由表中引入VPN实例路由
边栏推荐
- 2022 8th "certification Cup" China University risk management and control ability challenge
- Let digital manage inventory
- Sort out the garbage collection of JVM, and don't involve high-quality things such as performance tuning for the time being
- Superscalar processor design yaoyongbin Chapter 9 instruction execution excerpt
- sql-lab (54-65)
- 111. Network security penetration test - [privilege escalation 9] - [windows 2008 R2 kernel overflow privilege escalation]
- @What happens if bean and @component are used on the same class?
- 【滤波跟踪】捷联惯导纯惯导解算matlab实现
- What are the top-level domain names? How is it classified?
- VSCode的学习使用
猜你喜欢
<No. 8> 1816. 截断句子 (简单)
盘点JS判断空对象的几大方法
Tutorial on principles and applications of database system (007) -- related concepts of database
SQL lab 11~20 summary (subsequent continuous update) contains the solution that Firefox can't catch local packages after 18 levels
EPP+DIS学习之路(2)——Blink!闪烁!
Tutorial on principles and applications of database system (010) -- exercises of conceptual model and data model
Visual studio 2019 (localdb) \mssqllocaldb SQL Server 2014 database version is 852 and cannot be opened. This server supports version 782 and earlier
全球首堆“玲龙一号”反应堆厂房钢制安全壳上部筒体吊装成功
Fleet tutorial 14 basic introduction to listtile (tutorial includes source code)
[shortest circuit] acwing1128 Messenger: Floyd shortest circuit
随机推荐
Completion report of communication software development and Application
ENSP MPLS layer 3 dedicated line
Sonar:cognitive complexity
Epp+dis learning road (2) -- blink! twinkle!
MATLAB實現Huffman編碼譯碼含GUI界面
(待会删)yyds,付费搞来的学术资源,请低调使用!
解决 Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
Sort out the garbage collection of JVM, and don't involve high-quality things such as performance tuning for the time being
2022 年第八届“认证杯”中国高校风险管理与控制能力挑战赛
NPC Jincang was invited to participate in the "aerospace 706" I have an appointment with aerospace computer "national Partner Conference
Basic introduction to the 16 tabs tab control in the fleet tutorial (the tutorial includes source code)
全球首堆“玲龙一号”反应堆厂房钢制安全壳上部筒体吊装成功
Idea 2021 Chinese garbled code
Sign up now | oar hacker marathon phase III midsummer debut, waiting for you to challenge
Introduction to three methods of anti red domain name generation
Problem: the string and characters are typed successively, and the results conflict
NGUI-UILabel
Fleet tutorial 15 introduction to GridView Basics (tutorial includes source code)
What is a LAN domain name? How to parse?
SQL Lab (46~53) (continuous update later) order by injection