zoukankan      html  css  js  c++  java
  • 交换机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
    #
    
    
  • 相关阅读:
    LIS
    原根
    数三角形
    组合数问题
    最短路问题
    2020总结
    树状数组
    康托展开
    LCA
    并查集
  • 原文地址:https://www.cnblogs.com/amize/p/14047876.html
Copyright © 2011-2022 走看看