In normal conditions (multiple tagged traffic is expected on a trunk port, we shouldn't plug an untagged traffic into a trunk port), why does trunk need a vlan id of itself, and what's the point of tagging on trunk port?
for a Trunk port, does vlan id and tagging matter at all?
416 views Asked by eliu At
1
There are 1 answers
Related Questions in TAGGING
- Querying Multiple Arbitrary Tags on an SQLite Database in a Python Program
- Python: syntax when adding parameters in cmd
- Azure Policy to Ensure and Validate Tag inheritance with allowed values
- Ansible nmcli module, tagging vlan with bond interface
- Create minor version from old tag in Github
- Create minor version from old tag in Github?
- Unable to tag the POS of the text file
- How to create a Service Control Policy which denies Ec2 creation action if specific tags are missing?
- How to remove sites from Google AdManager but keep in Adsense
- How to Stop Pixelation in SegmentationClass Images when Exporting Dataset from CVAT for Segmentation Mask 1.1
- AWS - API Gateway - S3 integration, passing requestId to object as a tag
- Why doesn't spatie tags syncTagsWithType store the tags submitted as an array?
- Assigning a value to a column based on a mapping defined in a dictionary
- Ignore Specific ASG Tag Using Terraform
- Tagging products or setting as private in bulk is taking very long in Woocommerce
Related Questions in TRUNK
- Ron file not detected by browser
- Can you merge into an eternal branch via a pull request without merging changes in the eternal branch back into your branch?
- Tailwind CSS only generating some classes in Yew app
- Retroactively update trunk in SVN while keeping all branch history and commits?
- how can I avoid validation of the caller id when I make a call to Twilio via trunk?
- Github private repository master branch protection
- Release branch process - how to merge release branches
- How to git svn tag just some folders?
- CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: 403
- Neutron+VLAN. Allow a trunk traffic between VMs
- Understanding SIP trunks
- How to best organize my code in SVN repository(ies?)
- Git Workflow short-lived feature branch with squash
- Google's Trunk Based Development - Do you push code directly to release branch instead of trunk?
- Using Maven for Trunk based development
Related Questions in VLAN
- Ansible nmcli module, tagging vlan with bond interface
- Generate and send ARP request on specific VLAN with gopacket
- How to correct correctly sk_buff structure to "manualy" process VLAN Taget packet?
- Setting 802.1Q Priority in Windows using Hyper-V Adapters
- Multicast-Message within VLAN using IPv6 has no 802.1Q-field (VLAN) within Ethernet frame
- Distinguish between VLAN-tagged and non-VLAN frames
- Ansible ArubaOSS multiple vlan ids and ports
- VLAN with Docker
- How to split received raw packets from host to several dockers according VLAN using DPDK?
- iptables FORWARD chain set to DROP, rules for tagged traffic don“t forward pakets from one interface to another
- Can't access share folder on a different vlan with a windows 10 in a domain
- How do I run multiple configuration commands in Dell EMC OS10 with Paramiko?
- Get all VLAN interfaces of a real interface
- Docker routing into ipvlan from host network
- Is it possible to establish communication using just an ethernet cable?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The VLAN ID separates the traffic - you need to tag frames to indicate which VLAN they belong to when transmitting over a cable.
On many devices you can also forward untagged frames through a VLAN trunk. They will be assigned to the untagged VLAN on the receiving port.