Monday, January 21, 2019

Vlan Together With Vtp Configuration

Lab instructions

The aim of this lab is to cheque your mightiness to configure VTP in addition to VLAN on a pocket-sized network of 4 switches. This lab volition assistance yous to cause your ICND1 exam.
1.Configure the VTP-SERVER switch every bit a VTP server

2.Connect to the  three other switches in addition to configure them every bit VTP clients.
All links betwixt swiches must endure configured every bit body lines.

3.Configure VTP domain advert every bit "TESTDOMAIN" in addition to VTP password every bit "cisco"

4.Configure VLAN x alongside advert "STUDENTS" in addition to VLAN l alongside advert "SERVERS"

5. Check propagation on all switches of the VTP domain.

Network diagram

Solution

Configure the VTP-SERVER switch every bit a VTP server
VTP-SERVER(config)#vtp means server
Verify the VTP configuration using the "show vtp condition command"
VTP-SERVER#show vtp condition
VTP Version                     : 2
Configuration Revision          : 4
Maximum VLANs supported locally : 255
Number of existing VLANs        : 7
VTP Operating Mode              : Server
VTP Domain Name                 : TESTDOMAIN
VTP Pruning Mode                : Disabled
VTP V2 Mode                     : Disabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0xAE 0x4F 0x3F 0xC5 0xD3 0x41 0x9C 0x11
Configuration concluding modified past times 192.168.1.1 at 3-1-93 00:27:41
Local updater ID is 192.168.1.1 on interface Vl1 (lowest numbered VLAN interface found)


Connect to the  three other switches in addition to configure them every bit VTP clients.
All links betwixt swiches must endure configured every bit body lines.

VTP-CLIENT3(config)#vtp means client
Verify the VTP configuration using the "show vtp condition command"
VTP-CLIENT3#sh vtp status
VTP Version                     : 2
Configuration Revision          : 4
Maximum VLANs supported locally : 255
Number of existing VLANs        : 7
VTP Operating Mode              : Client
VTP Domain Name                 : TESTDOMAIN
VTP Pruning Mode                : Disabled
VTP V2 Mode                     : Disabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0xAE 0x4F 0x3F 0xC5 0xD3 0x41 0x9C 0x11
Configuration concluding modified past times 192.168.1.1 at 3-1-93 00:27:41


Configure VTP domain advert every bit "TESTDOMAIN" in addition to VTP password every bit "cisco"
1. Configure each link betwixt switches every bit a body line
interface GigabitEthernet1/1
switchport means trunk

interface GigabitEthernet1/2
switchport means trunk

2.On the server :
VTP-SERVER(config)#vtp domain TESTDOMAIN
VTP-SERVER(config)#vtp password cisco

3.On each customer :
VTP-CLIENT1(config)#vtp password cisco
VTP-CLIENT1(config)#vtp domain TESTDOMAIN


Configure VLAN x alongside advert "STUDENTS" in addition to VLAN l alongside advert "SERVERS"
On the VTP server switch, configure the next commands
VTP-SERVER(config)#vlan 10
VTP-SERVER(config-vlan)#name STUDENTS
VTP-SERVER(config)#vlan 50
VTP-SERVER(config-vlan)#name SERVERS

Check propagation on all switches of the VTP domain.
Use the "show vlan brief" on each switch to cheque propagation of the 2 VLANS.
VTP-SERVER#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4, [...]
10   STUDENTS                         active  
50   SERVERS                          active  
1002 fddi-default                     active  
1003 token-ring-default               active  
1004 fddinet-default                  active  
1005 trnet-default                    active