我有一台运行最新固件的 Dell Sonicwall NSA 4600,其接口配置为具有辅助冗余端口。该接口还分配有一个 VLAN 子接口。
在 Dell S4048-ON 交换机上,有一个端口通道配置有连接到 Sonicwall 的两个物理接口。该端口通道是一个混合交换机端口,带有一个未标记和一个标记的 VLAN。
当我将客户端连接到带有标记或未标记的 VLAN 上行链路到防火墙的交换机时,我遇到了流量问题。在任一 VLAN 中静态设置客户端 IP 时,我无法 ping 防火墙的接口。
如果我在单个物理接口上执行相同的配置,因此没有端口通道,它会按我的预期工作。
尝试引入端口通道时,我在这里遗漏了什么吗?
让我知道是否还有我可以提供的可能有用的信息。
交换机端口通道
interface Port-channel 3
no ip address
portmode hybrid
switchport
channel-member TenGigabitEthernet 1/17,1/19
no shutdown
交换机 VLAN
interface Vlan 515
no ip address
tagged Port-channel 3
no shutdown
!
interface Vlan 516
no ip address
untagged TenGigabitEthernet 1/18
untagged Port-channel 3
no shutdown