交换机-vxlan和vlan映射

vxlan:

http://www.h3c.com/cn/Service/Document_Software/Document_Center/Switches/Catalog/S6800/S6800/Configure/Typical_Configuration_Example/H3C_VXLAN_Configuration_Example/

vlan映射:


interface GigabitEthernet1/0/1
 description mapVlan10_to_R
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 10 258
 vlan mapping 258 translated-vlan 10
#
interface GigabitEthernet1/0/2
 description vlan20_to_B
 port access vlan 20
#
interface GigabitEthernet1/0/3
 description vlan10_to_pc_rPort
 port access vlan 10
#
interface GigabitEthernet1/0/4
 description vlan20_to_pc_bPort
 port access vlan 20
#

posted @ 2020-11-27 14:40  该显示昵称已被使用了  阅读(550)  评论(0)    收藏  举报