Cisco Configuring LAN Switching Initial VTP Lab36

Cisco Configuring LAN Switching Initial VTP Lab36

Topology Diagram

Lab Prerequisites

  • If you are using GNS3 than load the GNS3 topology than start devices or using Packet Tracert for this Lab, Lab configure on SW1,SW2,SW3,SW4
  • Establish a console session with all devices than configure the devices respected hostname(s) using Putty.

Lab Instruction

CLI Quick Configuration

To quickly configure this example, copy the following commands, paste them into a text file, remove any line breaks, change any details necessary to match your network configuration, and then copy and paste the commands into the CLI at the [edit] hierarchy level.

SW1

!
version 15.2
!
enable
configure terminal
no service timestamps debug uptime
no service timestamps log uptime
no service password-encryption
!
hostname SW1
!
vtp domain CCIE
vtp mode client
!
no ip domain-lookup
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface range FastEthernet0/19 - 24
 switchport mode dynamic desirable
 switchport trunk encapsulation dot1q
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line vty 0 4
 no login
line vty 5 15
 no login
!
end

 

SW2

!
version 15.2
!
enable
configure terminal
no service timestamps debug uptime
no service timestamps log uptime
no service password-encryption
!
hostname SW2
!
vtp domain CCIE
vtp mode server
vlan 5,7,8,9,10,22,43,58,67,79,146
!
no ip domain-lookup
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface range FastEthernet0/19 - 24
 switchport trunk encapsulation dot1q
 switchport mode dynamic auto
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line vty 0 4
 no login
line vty 5 15
 no login
!
end

 

SW3

!
version 15.2
!
enable
configure terminal
no service timestamps debug uptime
no service timestamps log uptime
no service password-encryption
!
hostname SW3
!
vtp domain CCIE
vtp mode client
!
no ip domain-lookup
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface range FastEthernet0/19 - 24
 switchport trunk encapsulation dot1q
 switchport mode dynamic auto
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line vty 0 4
 no login
line vty 5 15
 no login
!
end

 

SW4

!
version 15.2
!
enable
configure terminal
no service timestamps debug uptime
no service timestamps log uptime
no service password-encryption
!
hostname SW4
!
vtp domain CCIE
vtp mode client
!
no ip domain-lookup
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface range FastEthernet0/19 - 24
 switchport trunk encapsulation dot1q
 switchport mode dynamic auto
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line vty 0 4
 no login
line vty 5 15
 no login
!
end

 

[sociallocker id=”87″]Cisco Configuring Lan Switching Initial VTP Lab36[/sociallocker]

Next Lab : Cisco Configuring Route Large Scale IBGP Route Reflection Lab37

Leave a comment