cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
112889
Views
32
Helpful
5
Replies

Which command is used to check the native vlan

mirror512
Level 1
Level 1

I am trying

 show vlan

command but could find there which vlan is native.

How can i check that

1 Accepted Solution

Accepted Solutions

ameya_oke
Level 1
Level 1

Hi Contra,

sh int trunk will show yout the native vlan.

TCL-DC-in-mum-mgmtzone-sw-P03#sh int trunk

Port        Mode             Encapsulation  Status        Native vlan

Fa0/24      desirable        802.1q         trunking      1

Please rate helpful posts.

Ameya

View solution in original post

5 Replies 5

ameya_oke
Level 1
Level 1

Hi Contra,

sh int trunk will show yout the native vlan.

TCL-DC-in-mum-mgmtzone-sw-P03#sh int trunk

Port        Mode             Encapsulation  Status        Native vlan

Fa0/24      desirable        802.1q         trunking      1

Please rate helpful posts.

Ameya

ankugarg
Level 3
Level 3

You  can also use "sh int g1/0/1 switchport",which will give little more info

Hi,

Yes, that will also serve the purpose.

I love the sh int trunk command for its simplicity ;-D.

Cheers

Ameya

and... how does the switch detect the native vlan if this one doesn't tagged?? For example, on Cisco platform might appear the native vlan mismatch log.

vc10
Level 1
Level 1

#sh r | i native

This will work even if a trunk interface isn't configured. sh in t won't work if trunk interfaces aren't configured.