更新时间:2023-06-14
基本配置要求
• 管理、业务、存储、隧道等基于安全合规考虑采用不同VLAN隔离。
• 交换机关闭STP协议。
• 交换机VXLAN端口开启巨帧。
• 超融合采用标准链路聚合模式对接对端交换机堆叠组/M-LAG。
具体配置举例
表6 交换机配置示例
网络类型 | 接口类型 | 配置举例(接口视图下配置) | 备注 |
管理网络 | access | Interface Ethernet1/0/48 switchport access VLAN 2 | - |
存储网络 | access | Interface Ethernet1/0/48 switchport access VLAN 3 | - |
隧道网络 | access | Interface Ethernet1/0/48 jumboframe enable switchport access VLAN 4 | 隧道口需要开启巨帧 |
外部网络 | trunk | Interface Ethernet1/0/48 switchport mode trunk switchport trunk allowed VLAN 10-20 | - |
终端通信网络 | access | Interface Ethernet1/0/48 switchport mode trunk switchport trunk allowed VLAN 30-40 | |