switch-1 ================================================ switch(config)#int vlan 100 switch(config-if)# ip add 155.4.6.100 255.255.255.128 switch(config-if)#no shut ! switch(config)#int vlan 200 switch(config-if)# ip add 155.8.6.100 255.255.255.128 switch(config-if)#no shut ! switch(config)#int vlan 1 switch(config-if)# ip add 170.100.100.1 255.255.255.0 switch(config-if)#no shut ! switch(config)#int range gigabitethernet 1/0/1 - 12 switch(config -if-range)#switchport mode access switch(config -if-range)#switchport access vlan 100 switch(config -if-range)#no shut ! switch(config)#int range gigabitethernet 1/0/13 - 21 switch(config -if-range)#switchport mode access switch(config -if-range)#switchport access vlan 200 switch(config -if-range)#no shut ! switch(config)#int range gigabitethernet 1/0/23 - 24 switch(config -if-range)#switchport mode trunk switch(config -if-range)#switchport trunk encapsulation isl switch(config -if-range)#switchport trunk allowed vlan all switch(config -if-range)#no shut ! switch(config)#ip routing switch(config)#vtp domain bel switch(config)#vtp mode server switch(config)#vtp password 1234 ! Switch-2 ======================================================================== switch(config)#int vlan 300 switch(config-if)# ip add 155.5.6.100 255.255.255.128 switch(config-if)#no shut ! switch(config)#int vlan 400 switch(config-if)# ip add 155.4.8.100 255.255.255.128 switch(config-if)#no shut ! switch(config)#int vlan 1 switch(config-if)# ip add 170.200.200.1 255.255.255.0 switch(config-if)#no shut ! switch(config)#int range gigabitethernet 1/0/1 - 12 switch(config -if-range)#switchport mode access switch(config -if-range)#switchport access vlan 300 switch(config -if-range)#no shut ! switch(config)#int range gigabitethernet 1/0/13 - 21 switch(config -if-range)#switchport mode access switch(config -if-range)#switchport access vlan 400 switch(config -if-range)#no shut ! switch(config)#int range gigabitethernet 1/0/23 - 24 switch(config -if-range)#switchport mode trunk switch(config -if-range)#switchport trunk encapsulation isl switch(config -if-range)#switchport trunk allowed vlan all switch(config -if-range)#no shut ! switch(config)#ip routing switch(config)#vtp domain bel switch(config)#vtp mode client switch(config)#vtp password 1234 !