- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 11:13 PM
do we need access port configuration on trunk port for native vlan
#int fa0/13
switchport access vlan 200 -- Required or not required
switchport trunk native vlan 200
switchport trunk allowed vlan 200,201
switchport mode trunk
spanning-tree portfast trunk
spanning-tree guard root
Solved! Go to Solution.
- Labels:
-
Catalyst 9000
-
Other Switches
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 11:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 11:22 PM
No not need
MHM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 11:39 PM
do we need access port configuration on trunk port for native vlan
why do we need the access port to be a trunk? What is the scenario here? Are you extending Layer 2 to another switch, or does the server need two VLANs?
If this is voice and data VLAN, you can use access port data and VLAN.
As you mentioned, you do not need the access port config if you extend the VLAN to another device.
switchport trunk native vlan 200
This may required or may not, based on the requirement,
