08-12-2013 05:26 PM
Having recently had a run in with General and Trunk modes on an SG500X I was looking for the difference between General and Trunk modes and found this explanation:
What I don't understand is how on earth does the swtich tell multiple untagged VLANs apart in General mode???
08-13-2013 06:42 AM
Hi, My name is Eric Moyers. I am a Network Support Engineer in the Cisco Small Business Support Center. Thank you for using the Cisco Community Post Forums.
I am not a switch guru by any means but the best that I remember is:
The native VLAN still applies to the General mode. While it is possible to have multiple untagged vlans on a General port, you can only have ONE (1) PVID. The PVID represents the native VLAN.
Untagged traffic may be sent via several untagged VLANs, returning untagged traffic will only be received by the PVID and therefore will NOT be forwarded to a specific VLAN.
I hope I remember correctly
Thanks
Eric Moyers .:|:.:|:.
Cisco Small Business US STAC Advanced Support Engineer
CCNA, CCNA-Wireless
866-606-1866
Mon - Fri 09:00 - 18:00 (UTC - 05:00)
*Please rate the Post so other will know when an answer has been found.
08-13-2013 08:47 AM
Hi, to add to Eric's post which is accurate, a trunk port will have an implicit ingress filter that cannot be disabled. A general port may have the ingress filter disabled making it a more true 802.1q operation.
General mode ports have a tendancy to work better when interoperating with non-small business products and 3rd party vendors due to the flexibility in configuration options, namely you don't have to specify a tagged default vlan, you may disable the ingress filtering. Unlike a trunk mode, there is a special command set to tag the default vlan (no untagged members) where as general mode the command syntax is normalized like any other vlan.
-Tom
Please mark answered for helpful posts
09-07-2021 01:13 AM
Well I have 3750 switch but on that, there's no general mode so how to configure it or any alternative way to configure the following:
!
interface GigabitEthernet1/0/26
switchport mode general
switchport general allowed vlan add 10,20 tagged
switchport general ingress-filtering disable
switchport general pvid 10
!
02-12-2022 10:18 PM
I am following up also your query the equivalent commands with IOS-XE (C3850). Hope anyone enlighten and give insights
Interface GigabitEthernet1/0/26
switchport access vlan 10
switchport trunk native vlan 10
switchport trunk allowed vlan 101
switchport mode trunk
switchport nonegotiate
end
Im not quite sure in cisco what the equivalent command for "switchport general ingress-filtering disable"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide