1、实验拓扑图

静态vxlan隧道实验_ci

2、实验目的

PC1通过vxlan隧道与PC2通信

3、实验配置

LEAF1:

[leaf1]display current-configuration  

!Software Version V200R005C10SPC607B607

!Last configuration was updated at 2024-01-10 11:11:18+00:00

#

sysname leaf1

#

device board 17 board-type CE-MPUB

device board 1 board-type CE-LPUE

#

bridge-domain 10//创建本地桥接域

vxlan vni 1000//创建vxlan,其vni编号为100

#

aaa

#

authentication-scheme default

#

authorization-scheme default

#

accounting-scheme default

#

domain default

#

domain default_admin

#

interface MEth0/0/0

undo shutdown

#

interface GE1/0/0

undo portswitch

undo shutdown

ip address 10.1.1.1 255.255.255.0

#

interface GE1/0/1

undo shutdown

#

interface GE1/0/1.10 mode l2 //创建二层子接口

encapsulation dot1q vid 10 //封装802.1q(vlan10)协议

bridge-domain 10//将vlan 10的数据帧封装好后与bridge-domain进行绑定

#

interface GE1/0/2

shutdown

#

interface GE1/0/3

shutdown

#

interface GE1/0/4

shutdown

#

interface GE1/0/5

shutdown

#

interface GE1/0/6

shutdown

#

interface GE1/0/7

shutdown

#

interface GE1/0/8

shutdown

#

interface GE1/0/9

shutdown

#

interface LoopBack0

ip address 1.1.1.1 255.255.255.255

#

interface Nve1//创建并进入NVE接口 

source 1.1.1.1//指定VTEP接口

vni 1000 head-end peer-list 3.3.3.3//在VNI 1000下指定对端NVE设备的VTEP地址 

#

interface NULL0

#

ospf 100 router-id 1.1.1.1

area 0.0.0.0

 network 1.1.1.1 0.0.0.0

 network 10.1.1.0 0.0.0.255

#

ssh authorization-type default aaa

#

ssh server cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_

cbc aes128_cbc 3des_cbc

#

ssh server dh-exchange min-len 1024

#

ssh client cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_

cbc aes128_cbc 3des_cbc

#

user-interface con 0

#

vm-manager

#

return

[leaf1]

LEAF2:

[leaf2]display current-configuration  

!Software Version V200R005C10SPC607B607

!Last configuration was updated at 2024-01-10 11:20:26+00:00

#

sysname leaf2

#

device board 17 board-type CE-MPUB

device board 1 board-type CE-LPUE

#

bridge-domain 20

vxlan vni 1000

#

aaa

#

authentication-scheme default

#

authorization-scheme default

#

accounting-scheme default

#

domain default

#

domain default_admin

#

interface MEth0/0/0

undo shutdown

#

interface GE1/0/0

undo portswitch

undo shutdown

ip address 20.1.1.2 255.255.255.0

#

interface GE1/0/1

undo shutdown

#

interface GE1/0/1.20 mode l2

encapsulation dot1q vid 20

bridge-domain 20

#

interface GE1/0/2

shutdown

#

interface GE1/0/3

shutdown

#

interface GE1/0/4

shutdown

#

interface GE1/0/5

shutdown

#

interface GE1/0/6

shutdown

#

interface GE1/0/7

shutdown

#

interface GE1/0/8

shutdown

#

interface GE1/0/9

shutdown

#

interface LoopBack0

ip address 3.3.3.3 255.255.255.255

#

interface Nve1

source 3.3.3.3

vni 1000 head-end peer-list 1.1.1.1

#

interface NULL0

#

ospf 100 router-id 3.3.3.3

area 0.0.0.0

 network 3.3.3.3 0.0.0.0

 network 20.1.1.0 0.0.0.255

#

ssh authorization-type default aaa

#

ssh server cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_

cbc aes128_cbc 3des_cbc

#

ssh server dh-exchange min-len 1024

#

ssh client cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_

cbc aes128_cbc 3des_cbc

#

user-interface con 0

#

vm-manager

#

return

[leaf2]

SPINE:

[spine]display current-configuration  

!Software Version V200R005C10SPC607B607

!Last configuration was updated at 2024-01-10 10:50:08+00:00

#

sysname spine

#

device board 17 board-type CE-MPUB

device board 1 board-type CE-LPUE

#

aaa

#

authentication-scheme default

#

authorization-scheme default

#

accounting-scheme default

#

domain default

#

domain default_admin

#

interface MEth0/0/0

undo shutdown

#

interface GE1/0/0

undo portswitch

undo shutdown

ip address 10.1.1.2 255.255.255.0

#

interface GE1/0/1

undo portswitch

undo shutdown

ip address 20.1.1.1 255.255.255.0

#

interface GE1/0/2

shutdown

#

interface GE1/0/3

shutdown

#

interface GE1/0/4

shutdown

#

interface GE1/0/5

shutdown

#

interface GE1/0/6

shutdown

#

interface GE1/0/7

shutdown

#

interface GE1/0/8

shutdown

#

interface GE1/0/9

shutdown

#

interface LoopBack0

ip address 2.2.2.2 255.255.255.255

#

interface NULL0

#

ospf 100 router-id 2.2.2.2

area 0.0.0.0

 network 2.2.2.2 0.0.0.0

 network 10.1.1.0 0.0.0.255

 network 20.1.1.0 0.0.0.255

#

ssh authorization-type default aaa

#

ssh server cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_

cbc aes128_cbc 3des_cbc

#

ssh server dh-exchange min-len 1024

#

ssh client cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_

cbc aes128_cbc 3des_cbc

#

user-interface con 0

#

vm-manager

#

return

[spine]

4、实验结果

静态vxlan隧道实验_ci_02

静态vxlan隧道实验_bc_03