NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
eBakknPHbIJZcZG
Jul 29, 2019Aspirant
M4100 Trunk, all addresses labeld with Native VLAN ID
Hi
I have two M4100 Switches. One is directly connected to the Firewall on Port 1, where I have several tagged VLANs. The second Switch is connected from Port 5 to Port 1 on the second Switch.
Under Switching -> Vlans -> VLAN Trunking Configuration I have all relevant VLANs selected and the port is marked as Trunk. On both switches the same (except the port number).
I can see all devices connected to the second switch on the first switch, but all tagged to vlan 1 instead of the correct vlan which is totally visible on the second switch. it looks, like the first switch is just dropping the tags and retagging the packets to the native vlan id I select.
what do i miss?
4 Replies
- msiLuminary
If you can manage logging into the switch via telnet or preferably SSH, post the output of 'show running-config interface 0/x' , where x is in your the port to the firewall (SW1 port 1) and the ports on both switches where they are interconnected together (SW1 port 5 and SW2 port 1). Also it would be helpful to know if the firewall expects all VLANs to be tagged or if one among all VLANs is expected untagged.
Sometimes it's easier to suggest a fix with the actual text-based configuration. I can imagine a small misconfiguration with the VLAN configuration or the PVID.
If you don't know your way on the CLI, you can also export the configuration from the switch, open it in a text editor on your machine and post the relevation sections starting with 'interface 0/x' and until the appearance of an 'exit'.(We don't need to see the full configuration.)- eBakknPHbIJZcZGAspirant
Hi
Just for documentation: after ssh use "enable" first.
----
(M4100-24G-POE+) #show running-config interface 0/5
!Current Configuration:
!
interface 0/5
description 'SwitchEstrich'
switchport mode trunk
switchport trunk allowed vlan 1,5-8,22,99-101
vlan participation auto 1
vlan participation include 10-12,22,99,101,2001
vlan tagging 10-12,22,101,2001
exit(M4100-24G-POE+) #show running-config interface 0/1
!Current Configuration:
!
interface 0/1
description 'Firewal Lan'
mtu 1522
switchport mode trunk
vlan participation include 5-6,8,10-12,22,99,101,2001
vlan tagging 5-6,10-12,22,99,101,2001
mode dvlan-tunnel
exit---
mtu i'm aware of.
differnece is clearly visible. Thanks a lot.
The "mode dvlan-tunnel" on the firewall LAN port looks suspicious - I guess you want these VLANs directly on your firewall - and not DVLANs. The firewall will only work on the "outer" DVLAN, the "inner" VLAN tags wont be dealed with. FMI: https://kb.netgear.com/21940/What-are-double-VLANs-and-how-do-they-work-with-my-managed-switch
Grüsse,
-Kurt
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!