| 642-812 Exam |
| 642-812 - Exam Information |
| Question of the day |
LAB e
Answer(s)
The information of the questionVTP Domain name : ciscoVLAN Ids 20 31IP Addresses 172.16.71.1/24 172.16.132.1/24These are your specific tasks:1. Configure the VTP information with the distribution layer switch as the VTP server2. Configure the VTP information with the access layer switch as a VTP client3. Configure VLANs on the distribution layer switch4. Configure inter-VLAN routing on the distribution layer switch5. Specific VLAN port assignments will be made as users are added to the access layer switches in the future.6. All VLANs and VTP configurations are to completed in the global configuration To configure the switchclick on the host icon that is connected to the switch be way of a serial console cable.Correct Answers:vtp server configuration:switch#conf tswitch(config)#vtp mode serverswitch(config)#vtp domain CISCOswitch(config)#vlan 20switch(config)#vlan 31switch(config)#int vlan 20switch(if-config)#ip add 172.64.20.1 255.255.255.0switch(if-config)#no shutswitch(if-config)#int vlan 31switch(if-config)#ip add 192.162.31.1 255.255.255.0switch(if-config)#no shutswitch(if-config)#exitswitch#ip routingswitch#copy run startvtp client configuration:switch#conf tswitch(config)#vtp mode clientswitch(config)#vtp domain CISCOswitch#copy run start