This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Combination of LAG and VLAN doesn't work

Hi

i have a problem. we have an SG210 with 10G FlexiModul. Now i have create an LAG (Active/Passiv) named as Internal. On Internal the Untagged will receive correctly. Now i have create 2 VLANs 202 and 203 -> Internal.202 and Internal.203. But the VLANs doesn't work. The switch ist configured as 201U, 202T, 203T and PVID201. I have test it with same zones but i didn't get connection.

when i send a ping from server to fw (VLAN203), i see the traffic on Internal and not on Internal.203. When i ping from fw to server i see it on server. the answer from server will received it on Internal.

now i have use an normal port with vlan 203 and it works.

is this a known bug?



This thread was automatically locked due to age.
Parents Reply
  • Yes. I have at the moment only 1 port active (test setup)

    FW
    
    interface tengigabitethernet1/0/2
     switchport mode general 
     switchport general allowed vlan add 202-205 tagged 
     switchport general allowed vlan add 201 untagged 
     switchport general pvid 201 
    !
    
    Server
    
    interface gigabitethernet1/0/28
     switchport mode general 
     switchport general allowed vlan add 203 untagged 
     switchport general pvid 203
    !
    
Children