Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SET VLAN ON 6513 1

Status
Not open for further replies.

phnechic

Technical User
Joined
Feb 26, 2003
Messages
167
Location
US
I need to get int gi3/1 into the native vlan (vlan 1) and can't determine why it isn't there. The running config is the same as gi3/2 which shows up in the native vlan, but it doesn't show up. What am I missing? Here are the portions of the running config I'm looking at:
-----------------------------------------
interface GigabitEthernet3/1
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface GigabitEthernet3/2
switchport
switchport trunk encapsulation dot1q
switchport mode trunk

switch#sh vlan

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi3/2, Gi3/3
 
This isn't necessarily the native vlan , a show vlan just shows what vlans the port is actually in . In the new IOS switches the native vlan can be set with the "switchport trunk native vlan" command . Not sure why G3/1 doesn't show up unless G3/1 is not in a up/up condition in which case it will not show up under the show vlan command .
 
Thanks viper, that worked!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top