当前位置:网站首页>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 :
边栏推荐
- Zero shot, one shot and few shot
- 平安证券手机行开户安全吗?
- 牛客网刷题网址
- Several methods of checking JS to judge empty objects
- 解密GD32 MCU产品家族,开发板该怎么选?
- Sonar:cognitive complexity
- Sonar:Cognitive Complexity认知复杂度
- 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
- 什么是ESP/MSR 分区,如何建立ESP/MSR 分区
猜你喜欢

数据库系统原理与应用教程(010)—— 概念模型与数据模型练习题

Zhimei creative website exercise

<No. 8> 1816. 截断句子 (简单)

Minimalist movie website

idm服务器响应显示您没有权限下载解决教程

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

Zero shot, one shot and few shot

SQL Lab (41~45) (continuous update later)

2022 年第八届“认证杯”中国高校风险管理与控制能力挑战赛

【统计学习方法】学习笔记——逻辑斯谛回归和最大熵模型
随机推荐
平安证券手机行开户安全吗?
"Series after reading" my God! It's so simple to understand throttling and anti shake~
Learning and using vscode
About web content security policy directive some test cases specified through meta elements
Tutorial on principles and applications of database system (009) -- conceptual model and data model
30. Few-shot Named Entity Recognition with Self-describing Networks 阅读笔记
防红域名生成的3种方法介绍
SQL lab 11~20 summary (subsequent continuous update) contains the solution that Firefox can't catch local packages after 18 levels
Attack and defense world - PWN learning notes
数据库系统原理与应用教程(008)—— 数据库相关概念练习题
idea 2021中文乱码
解决 Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
【统计学习方法】学习笔记——支持向量机(下)
OSPF exercise Report
Visual studio 2019 (localdb) \mssqllocaldb SQL Server 2014 database version is 852 and cannot be opened. This server supports version 782 and earlier
When OSPF specifies that the connection type is P2P, it enables devices on both ends that are not in the same subnet to Ping each other
In the small skin panel, use CMD to enter the MySQL command, including the MySQL error unknown variable 'secure_ file_ Priv 'solution (super detailed)
108. Network security penetration test - [privilege escalation 6] - [windows kernel overflow privilege escalation]
EPP+DIS学习之路(2)——Blink!闪烁!
zero-shot, one-shot和few-shot