S5#sh run | b 0/1 interface FastEthernet0/1 switchport access vlan 10 switchport mode access ! interface FastEthernet0/3 switchport access vlan 34 switchport mode access ! interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport trunk allowed vlan 10,20,34 switchport mode trunk ! interface Vlan10 ip address 208.28.1.65 255.255.255.240 ! interface Vlan20 ip address 208.28.1.130 255.255.255.224 ! S6#sh run | b 0/1 interface FastEthernet0/1 no switchport ip address 17.57.100.2 255.255.255.0 ! interface FastEthernet0/2 switchport access vlan 20 switchport mode access ! interface FastEthernet0/4 switchport access vlan 34 switchport mode access ! interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport trunk allowed vlan 10,20,34 switchport mode trunk ! S6#sh vtp status VTP Version : 2 Configuration Revision : 3 Maximum VLANs supported locally : 1005 Number of existing VLANs : 8 VTP Operating Mode : Server VTP Domain Name : Graceland VTP Pruning Mode : Disabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MD5 digest : 0xF8 0xC2 0x00 0x78 0x17 0x41 0x4C 0x06 Configuration last modified by 0.0.0.0 at 3-1-93 07:00:59 Local updater ID is 17.57.100.2 on interface Fa0/1 (first layer3 interface found) S6#