Why can't my switch1 see my changes in vlan information from switch0 (or 2)?
gbdavidx
Member Posts: 840
in CCNA & CCENT
Why can't my switch1 see my changes in vlan information from switch0 (or 2)?
I can ping, telnet to both switches and when i change one interface fastethernet 0/1 down to up i can see them both change simultaneously, however my switch1 isn't showing the same thing as my switch0 when I do show vlan brief
I can ping, telnet to both switches and when i change one interface fastethernet 0/1 down to up i can see them both change simultaneously, however my switch1 isn't showing the same thing as my switch0 when I do show vlan brief
Switch1#show running-configBuilding configuration... Current configuration : 1179 bytes ! version 12.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Switch1 ! ! spanning-tree mode pvst ! interface FastEthernet0/1 switchport mode trunk ! interface FastEthernet0/2 ! interface FastEthernet0/3 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface Vlan1 ip address 10.1.1.11 255.255.255.0 ! banner motd ^C ******************************************* Not welcome!! ******************************************* ^C ! line con 0 password cisco logging synchronous exec-timeout 0 0 ! line vty 0 4 login line vty 5 15 login ! ! end
switch2#show running-configBuilding configuration... Current configuration : 1145 bytes ! version 12.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname switch2 ! ! spanning-tree mode pvst ! interface FastEthernet0/1 switchport mode trunk ! interface FastEthernet0/2 switchport access vlan 50 switchport mode access ! interface FastEthernet0/3 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface Vlan1 ip address 10.1.1.10 255.255.255.0 ! interface Vlan50 ip address 10.1.50.10 255.255.255.0 ! ! line con 0 ! line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! end
Comments
-
gbdavidx Member Posts: 840Maybe i am confused on how vlans are supposed to work, are vlans that are setup for that one switch only configured for that one switch? that the actual vlan's don't synchronize accross the network?
-
busines4u Member Posts: 67 ■■□□□□□□□□You are correct. VLANS do not propogate to other switches unless you setup VTP. Once VTP is setup properly VLAN information will be shared amongst switches