约 156,000 个结果
在新选项卡中打开链接
  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 …

  2. Fundamentals of VLAN's - Router on a stick - Cisco Learning …

    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" …

  3. 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 …

  4. Why and how are Ethernet Vlans tagged?

    2015年1月31日 · 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 …

  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, …

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

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

  7. Different types VLAN - Cisco Learning Network

    2024年2月26日 · Dynamic VLAN - LIke MAC-based, dynamic VLANs do not have a specific VLAN ID range assigned. Instead, VLAN membership is dynamically assigned by a VMPS (VLAN …

  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 …

  9. What are the differences between Native Vlan vs Default Vlan vs …

    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 …

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

    2025年3月24日 · 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 …