About 156,000 results
Open links in new tab
  1. IEEE 802.1Q – VLAN Tagging and Trunking in Networking

    IEEE 802.1Q is the networking standard that defines VLAN (Virtual Local Area Network) tagging on Ethernet frames. VLANs allow network administrators to segment a physical network into multiple …

  2. What is the Native VLAN used for? - Cisco Learning Network

    The native vlan configuration only allows a dot1q trunk to send frames from the native VLAN untagged across the trunk. Switchports still have to be associated with VLAN 99 before they are sent untagged …

  3. Fundamentals of VLAN's - Router on a stick - Cisco Learning Network

    The VLAN tag of the frame is removed and it is ejected towards the switch, Because the interface from which this frame will be "ejected" - FastEthernet 0/0.1 - is configured as a "dot1Q native" interface on …

  4. Why and how are Ethernet Vlans tagged?

    Jan 31, 2015 · I hear about VLAN tagging, but I don’t quite understand the concept. I know a trunk cannot accept untagged packets without configuring a native VLAN, and that access ports only …

  5. Best Practices for Inter-VLAN Routing in CISCO

    Best Practices for Inter-VLAN Routing in CISCO Virtual Local Area Network (VLAN) helps break a large network into smaller, manageable parts, improving security and efficiency. However, VLANs are …

  6. A quick summarized view to Private VLAN (PVLAN)

    Feb 13, 2020 · Introduction: This document is anticipated for understanding Private Virtual LAN (PVLAN) concept; how VLAN is sub-divided into isolated sub-domains and the communication between …

  7. The Unsung Hero of Networking: Unveiling the Native VLAN

    Mar 24, 2025 · Switch (config-if)# switchport trunk native vlan <vlan-id> Replace <vlan-id> with the VLAN number you want as the Native VLAN. To check the setup, use: Switch# show interfaces trunk …

  8. VLAN Configuration - Cisco Learning Network

    Switch (config-if)#switchport trunk allowed vlan all Switch#sh int trunk Port Mode Encapsulation Status Native vlan Fa0/1 on 802.1q trunking 1 Port Vlans allowed on trunk Fa0/1 1-1005 Port Vlans allowed …

  9. How to see if a VLAN is part of a trunk? - Cisco Learning Network

    The command you have shonw, do mean I have to check all interfaces individually, to see if the VLAN is allowed over the trunk. This cost a lot of time, especially if a switch has a lot of trunk connection. …

  10. What are the differences between Native Vlan vs Default Vlan vs Vlan 1?

    The default VLAN is always set to VLAN 1 and it is the VLAN that comes pre-configured on every switch (Cisco, HP, etc). The concept behind this is that the switch needs at least one VLAN to operate as a …