switchport mode trunk

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

switchport mode trunk

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
switchport mode trunk
switchport mode trunk
2022-04-15 09:47:46
Model: AC50  
Hardware Version: V4
Firmware Version: T2600G-28TS 4.0

Good day dear all I have TP Link L2 switch which is T2600G-28TS 4.0 now I want a port trunk and tried switchport mode trunk, switchport trunk allowed vlan 10, but these commands doesn't work, could you please write commands how it is going to be switchport mode trunk and switchport trunk allowed vlan 10

  0      
  0      
#1
Options
1 Reply
Re:switchport mode trunk
2022-04-16 06:18:14

Hi  @Murodjon 

 

The vlan_trunk command is used to enable VLAN Trunk for the desired port. When enabled, all packets in VLANs will pass through this port.

For example:

Switch(config)#interface gigabitEthernet 1/0/3

Switch(config-if)#vlan_trunk

 

If you only want VLAN 10, then you need to set up port to “general” to VLAN 10 and its egress-rule as “tagged”

For example:

Switch(config)#interface gigabitEthernet 1/0/4

Switch(config-if)#switchport general allowed vlan 10 tagged

 

You may refer to the CLI guide:

https://static.tp-link.com/2020/202011/20201103/1910012904_T16_T26_CLI.pdf

 

Best Regards! >> Omada EAP Firmware Trial Available Here << >> Get the Latest Omada SDN Controller Releases Here << *Try filtering posts on each forum by Label of [Early Access]*
  0  
  0  
#2
Options

Information

Helpful: 0

Views: 898

Replies: 1

Related Articles