cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
6547
Views
0
Helpful
2
Replies

how to setup a native vlan.

dan_track
Level 1
Level 1

Hi

I'd like vlan 102 to be the native vlan instaead of vlan 1. What do I need to do to make this happen. My thoughts were to shutdown vlan1 and add vlan102 as an interface. Am I right?

Thanks

Dan

1 Accepted Solution

Accepted Solutions

farkascsgy
Level 4
Level 4

Hi,

Just use

switchport trunk native vlan "id"

command under the trunk interface and not under the VLAN interface. To set a VLAN as native you don't need to shutdown the intercase. All VLAN1 and VLAN102 can be enabled on your equipment if it supports (in case of 2950 only one L3 VLAN interface can be actice - management purpose).

If you need more help just send your questions...

Bye

FCS

Please rate me if I helped.

View solution in original post

2 Replies 2

farkascsgy
Level 4
Level 4

Hi,

Just use

switchport trunk native vlan "id"

command under the trunk interface and not under the VLAN interface. To set a VLAN as native you don't need to shutdown the intercase. All VLAN1 and VLAN102 can be enabled on your equipment if it supports (in case of 2950 only one L3 VLAN interface can be actice - management purpose).

If you need more help just send your questions...

Bye

FCS

Please rate me if I helped.

thanks -very helpfull