当前位置:网站首页>Static vxlan configuration
Static vxlan configuration
2022-07-07 12:27:00 【__ Dong】

config
CE1 、CE2
>system-view immediately ## Enter the command to make it effective immediately , Avoid input commit trouble
## CE1
Configure the underlying underlay The Internet
interface GE1/0/0
undo portswitch
undo shutdown
ip add 12.0.0.1 24
int lo0
ip add 1.1.1.1 24
ospf 1
are 0
int G1/0/0
ospf enable are 0
int lo0
ospf enable are 0
##CE2
CE2
interface GE1/0/0
undo portswitch
undo shutdown
ip address 12.0.0.2 255.255.255.0
ospf enable 1 area 0.0.0.0
interface LoopBack0
ip address 2.2.2.2 255.255.255.0
ospf enable 1 area 0.0.0.0
ospf 1
area 0.0.0.0
SW1、SW2
##SW1
vlan batch 10
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2
port link-type access
port default vlan 10
##SW2
vlan batch 20
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2
port link-type access
port default vlan 20
To configure vxlan
##SW1
bridge-domain 10
vxlan vni 10
interface GE1/0/1.1 mode l2
encapsulation dot1q vid 10 ## vlan id by 10 Packets of are allowed to enter the tunnel
bridge-domain 10
interface Nve1
source 1.1.1.1
vni 10 head-end peer-list 2.2.2.2
##SW2
bridge-domain 10
vxlan vni 10
interface GE1/0/1.1 mode l2
encapsulation dot1q vid 20 ## vlan id by 20 Packets of are allowed to enter the tunnel
bridge-domain 10
interface Nve1
source 2.2.2.2
vni 10 head-end peer-list 1.1.1.1
test :
边栏推荐
- Vxlan 静态集中网关
- SQL head injection -- injection principle and essence
- H3C HCl MPLS layer 2 dedicated line experiment
- 30. Few-shot Named Entity Recognition with Self-describing Networks 阅读笔记
- Superscalar processor design yaoyongbin Chapter 8 instruction emission excerpt
- Tutorial on principles and applications of database system (010) -- exercises of conceptual model and data model
- wallys/Qualcomm IPQ8072A networking SBC supports dual 10GbE, WiFi 6
- [neural network] convolutional neural network CNN [including Matlab source code 1932]
- VSCode的学习使用
- Routing strategy of multi-point republication [Huawei]
猜你喜欢

"Series after reading" my God! It's so simple to understand throttling and anti shake~

Configure an encrypted web server

30. Feed shot named entity recognition with self describing networks reading notes

The left-hand side of an assignment expression may not be an optional property access.ts(2779)

盘点JS判断空对象的几大方法

PowerShell cs-utf-16le code goes online

College entrance examination composition, high-frequency mention of science and Technology

ps链接图层的使用方法和快捷键,ps图层链接怎么做的

问题:先后键入字符串和字符,结果发生冲突
![111.网络安全渗透测试—[权限提升篇9]—[Windows 2008 R2内核溢出提权]](/img/2e/da45198bb6fb73749809ba0c4c1fc5.png)
111.网络安全渗透测试—[权限提升篇9]—[Windows 2008 R2内核溢出提权]
随机推荐
Sign up now | oar hacker marathon phase III midsummer debut, waiting for you to challenge
【统计学习方法】学习笔记——第五章:决策树
金融数据获取(三)当爬虫遇上要鼠标滚轮滚动才会刷新数据的网页(保姆级教程)
ES底层原理之倒排索引
SQL Lab (46~53) (continuous update later) order by injection
(to be deleted later) yyds, paid academic resources, please keep a low profile!
利用棧來實現二進制轉化為十進制
Is it safe to open an account in Ping An Securities mobile bank?
SQL lab 26~31 summary (subsequent continuous update) (including parameter pollution explanation)
Sort out the garbage collection of JVM, and don't involve high-quality things such as performance tuning for the time being
Zero shot, one shot and few shot
The left-hand side of an assignment expression may not be an optional property access.ts(2779)
Apache installation problem: configure: error: APR not found Please read the documentation
【统计学习方法】学习笔记——支持向量机(上)
【PyTorch实战】图像描述——让神经网络看图讲故事
An error occurred when vscade tried to create a file in the target directory: access denied [resolved]
<No. 9> 1805. 字符串中不同整数的数目 (简单)
DOM parsing XML error: content is not allowed in Prolog
Processing strategy of message queue message loss and repeated message sending
Tutorial on principles and applications of database system (009) -- conceptual model and data model