Link to home
Start Free TrialLog in
Avatar of c_hockland
c_hocklandFlag for Greece

asked on

cicso Switch. Cannot see all the vlans

hi am working on two switches. they have same config
on the first i have
interface GigabitEthernet1/0/1
 description UPLINK TO HOUSW01
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 123
 switchport trunk allowed vlan 1,4,8,24,40,44,55,123,155,200,240
 switchport mode trunk


and then when i sh run i see

vlan internal allocation policy ascending
!
vlan 4
 name Printers
!
vlan 8
 name DSL_VLAN
!
vlan 24
!
vlan 40
 name 24TH_FLOOR_USERS
!
vlan 123
 name MGMT_VLAN

i am missing some vlans.
One the other switch i can see all the vlans. What am i missing ?
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of c_hockland

ASKER

both switches are in vtp mode transparent

shall i change this ?
actually here is what i have

vtp domain Houston
vtp mode transparent
Avatar of shubhanshu_jaiswal
shubhanshu_jaiswal

You might not have created VLAN on this switch...when you do show vlan on this switch..what do you get??
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also make sure the domain is exactly the same Houston and houston are different.  The domains are case sensitive.
yes we left it transparent and we created the Vlans. I talked to the CCIE guy in chicago and thats what we did. I was wondering why though.
Anyway , thanks all