Sniffer2112
IS-IT--Management
Greetings all! I finally passed the CCENT (2nd times a charm) and am now workig toward ICND2.
I have my lab set up and cannot seem to get VTP to work so it will update the other switches with VLANs. I make changes on switchA (server/VTP mode) and it does not replicate to switchB and switchC (clients/VTP mode. Below is my network diagram and some of the show commands.
I can ping each router and telnet into them.
I think I have everything set up right but then if I did, it would work Any help would be much appreciated.
switchA / VLAN1 192.168.1.10/24
- Port F0/1 is off to the router
- Port F0/11 is a Trunk to switchB
- Port F0/12 is a Trunk to switchC
switchB / VLAN1 192.168.1.11/24
- Port F0/1 is a Trunk to switchA
switchC / VLAN1 192.168.1.12/24
- Port F0/1 is a Trunk to switch A
Below are some of the SHOW RUN command for each switch. I took a lot of the other junk out so hopefully I will have left behind what is needed to see....
SWITCH A:
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
interface FastEthernet0/1
description ROUTER A
switchport mode access
duplex full
speed 100
!
.............
interface FastEthernet0/10
description PORTS TO USERS
switchport mode access
duplex full
speed 100
!
interface FastEthernet0/11
description TO ROUTER B
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet0/12
description TO ROUTER C
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
..............
!
interface Vlan1
ip address 192.168.1.10 255.255.255.0
!
ip default-gateway 192.168.1.1
ip classless
ip http server
ip http secure-server
switchA#show vtp status
VTP Version : 2
Configuration Revision : 4
Maximum VLANs supported locally : 1005
Number of existing VLANs : 8
VTP Operating Mode : Server
VTP Domain Name : TEST
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xE8 0x79 0x6C 0xDF 0x05 0xA2 0x79 0x8A
Configuration last modified by 192.168.1.10 at 3-1-93 00:45:45
Local updater ID is 192.168.1.10 on interface Vl1 (lowest numbered VLAN interfac
e found)
switchA#show vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/13, Fa0/14
Fa0/15, Fa0/16, Fa0/17, Fa0/18
Fa0/19, Fa0/20, Fa0/21, Fa0/22
Fa0/23, Fa0/24, Gi0/1, Gi0/2
10 SALES active
20 MARKETING active
30 ENGINEERING active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default
SWITCH B:
switchB#show run
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
interface FastEthernet0/1
description TO SWITCH A
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet0/2
switchport mode access
duplex full
speed 100
...............................
interface Vlan1
ip address 192.168.1.11 255.255.255.0
!
ip default-gateway 192.168.1.1
ip classless
ip http server
ip http secure-server
SwitchB#show vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs : 6
VTP Operating Mode : Client
VTP Domain Name : NUGGETWORLD
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x29 0x86 0xB4 0xFF 0x10 0x14 0x2A 0xFB
Configuration last modified by 172.16.9.1 at 3-1-93 00:03:09
SwitchB#show vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/11, Fa0/12, Fa0/13
Fa0/14, Fa0/15, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gi0/1
Gi0/2
10 VLAN0010 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
SWITCH C:
interface FastEthernet0/1
description Port to SwitchA
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet0/2
switchport mode access
speed 100
..................
interface Vlan1
ip address 192.168.1.12 255.255.255.0
!
interface Vlan10
no ip address
!
ip classless
ip http server
SwitchC#show vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs : 5
VTP Operating Mode : Client
VTP Domain Name : NUGGETWORLD
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x02 0x1C 0x36 0x3B 0xB7 0x4B 0x1E 0x13
Configuration last modified by 192.168.1.12 at 3-1-93 00:17:20
SwitchC#show vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/11, Fa0/12, Fa0/13
Fa0/14, Fa0/15, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gi0/1
Gi0/2
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
I have my lab set up and cannot seem to get VTP to work so it will update the other switches with VLANs. I make changes on switchA (server/VTP mode) and it does not replicate to switchB and switchC (clients/VTP mode. Below is my network diagram and some of the show commands.
I can ping each router and telnet into them.
I think I have everything set up right but then if I did, it would work Any help would be much appreciated.
switchA / VLAN1 192.168.1.10/24
- Port F0/1 is off to the router
- Port F0/11 is a Trunk to switchB
- Port F0/12 is a Trunk to switchC
switchB / VLAN1 192.168.1.11/24
- Port F0/1 is a Trunk to switchA
switchC / VLAN1 192.168.1.12/24
- Port F0/1 is a Trunk to switch A
Below are some of the SHOW RUN command for each switch. I took a lot of the other junk out so hopefully I will have left behind what is needed to see....
SWITCH A:
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
interface FastEthernet0/1
description ROUTER A
switchport mode access
duplex full
speed 100
!
.............
interface FastEthernet0/10
description PORTS TO USERS
switchport mode access
duplex full
speed 100
!
interface FastEthernet0/11
description TO ROUTER B
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet0/12
description TO ROUTER C
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
..............
!
interface Vlan1
ip address 192.168.1.10 255.255.255.0
!
ip default-gateway 192.168.1.1
ip classless
ip http server
ip http secure-server
switchA#show vtp status
VTP Version : 2
Configuration Revision : 4
Maximum VLANs supported locally : 1005
Number of existing VLANs : 8
VTP Operating Mode : Server
VTP Domain Name : TEST
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xE8 0x79 0x6C 0xDF 0x05 0xA2 0x79 0x8A
Configuration last modified by 192.168.1.10 at 3-1-93 00:45:45
Local updater ID is 192.168.1.10 on interface Vl1 (lowest numbered VLAN interfac
e found)
switchA#show vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/13, Fa0/14
Fa0/15, Fa0/16, Fa0/17, Fa0/18
Fa0/19, Fa0/20, Fa0/21, Fa0/22
Fa0/23, Fa0/24, Gi0/1, Gi0/2
10 SALES active
20 MARKETING active
30 ENGINEERING active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default
SWITCH B:
switchB#show run
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
interface FastEthernet0/1
description TO SWITCH A
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet0/2
switchport mode access
duplex full
speed 100
...............................
interface Vlan1
ip address 192.168.1.11 255.255.255.0
!
ip default-gateway 192.168.1.1
ip classless
ip http server
ip http secure-server
SwitchB#show vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs : 6
VTP Operating Mode : Client
VTP Domain Name : NUGGETWORLD
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x29 0x86 0xB4 0xFF 0x10 0x14 0x2A 0xFB
Configuration last modified by 172.16.9.1 at 3-1-93 00:03:09
SwitchB#show vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/11, Fa0/12, Fa0/13
Fa0/14, Fa0/15, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gi0/1
Gi0/2
10 VLAN0010 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
SWITCH C:
interface FastEthernet0/1
description Port to SwitchA
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet0/2
switchport mode access
speed 100
..................
interface Vlan1
ip address 192.168.1.12 255.255.255.0
!
interface Vlan10
no ip address
!
ip classless
ip http server
SwitchC#show vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs : 5
VTP Operating Mode : Client
VTP Domain Name : NUGGETWORLD
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x02 0x1C 0x36 0x3B 0xB7 0x4B 0x1E 0x13
Configuration last modified by 192.168.1.12 at 3-1-93 00:17:20
SwitchC#show vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/11, Fa0/12, Fa0/13
Fa0/14, Fa0/15, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gi0/1
Gi0/2
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup