cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
736
Views
0
Helpful
2
Replies

SG200 & SG300 vlan creation - switchport not trunk

sprintership-il
Level 1
Level 1

i am trying to figure how to create switchport with assigned one single vlan on sg200 or 300 

 

also, use data vlan with voice vlan if a phone is connected to the specifc port

1 Accepted Solution

Accepted Solutions

ok this is what work with peplink balance connected throught the trunk link:

 

interface gigabitethernet27
 description "peplink trunk"
 spanning-tree link-type point-to-point
 switchport trunk allowed vlan add 169-173,180
 macro description switch
 !next command is internal.
 macro auto smartport dynamic_type switch

and port config:

 

interface gigabitethernet13
 switchport trunk allowed vlan add 180
 switchport trunk native vlan 171
 switchport forbidden default-vlan
 no macro auto smartport

I hope this help somebody else and save his time 

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

ok this is what work with peplink balance connected throught the trunk link:

 

interface gigabitethernet27
 description "peplink trunk"
 spanning-tree link-type point-to-point
 switchport trunk allowed vlan add 169-173,180
 macro description switch
 !next command is internal.
 macro auto smartport dynamic_type switch

and port config:

 

interface gigabitethernet13
 switchport trunk allowed vlan add 180
 switchport trunk native vlan 171
 switchport forbidden default-vlan
 no macro auto smartport

I hope this help somebody else and save his time