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

how to config sg300 28 for vlan

i purchased  300-28

how it config for stp and trunk

1 Accepted Solution

Accepted Solutions

Tom Watts
VIP Alumni
VIP Alumni

Hi Jig, RSTP is on by default with default priority 32768 and port fast auto negotiates.

To create a vlan

configure terminal

vlan database

vlan 2

exit

To configure a trunk

configure terminal

interface gi1

switchport mode trunk

To add a vlan to the trunk as a tag memeber, making the port 1 untag, 2 tag

configure terminal

interface gi1

switchport trunk allowed vlan add 2

To change the native vlan of a port

configure terminal

interface gi1

switchport trunk native vlan 2

-Tom
Please mark answered for helpful posts

-Tom Please mark answered for helpful posts http://blogs.cisco.com/smallbusiness/

View solution in original post

2 Replies 2

Tom Watts
VIP Alumni
VIP Alumni

Hi Jig, RSTP is on by default with default priority 32768 and port fast auto negotiates.

To create a vlan

configure terminal

vlan database

vlan 2

exit

To configure a trunk

configure terminal

interface gi1

switchport mode trunk

To add a vlan to the trunk as a tag memeber, making the port 1 untag, 2 tag

configure terminal

interface gi1

switchport trunk allowed vlan add 2

To change the native vlan of a port

configure terminal

interface gi1

switchport trunk native vlan 2

-Tom
Please mark answered for helpful posts

-Tom Please mark answered for helpful posts http://blogs.cisco.com/smallbusiness/

thanks I get it and configures as my need..