Tag Archives: written

VLAN Trunking Protocol (VTP) Version 3

VTP

In this Nugget, let’s make sure we are up to speed on the basics of VTP version 3 for a variety of Cisco Certifications, including foremost on my mind, the CCIE Security Written.

VTP v3 does everything that your older versions 1 and 2 can do, plus a lot more. Here is a summary of those additional features:

  • Enhanced authentication—in VTP version 3, you can configure the authentication password to be hidden using the vtp password command. When you configure the authentication password to be hidden, it does not appear in plain text in the configuration. Instead, the secret associated with the password is saved in hexadecimal format in the running configuration.
  • The extended range VLANs and private VLAN features are fully supported!
  • VTP v3 supports the synchronization of remote-SPAN VLANs.
  • VTP v3 supports MST database propagation finally. This is done separately from the VLAN database.
  • VTP status is made up of primary and secondary servers. You use the primary status only when you need to make changes to the VLAN database. By default, your switches come up as secondary servers.
  • To communicate across a VTP domain of version 1 or 2, that domain must be configured in transparent mode.
  • VTP v3 can be configured on and off on a global or per-trunk basis.

Here is a look at a sample configuration:

vtp domain MYDOMAIN
vtp version 3
vtp primary
vlan 100
!
vtp mode server mst
exit
vtp primary mst

CCIE Security Written Version 4.0 Exam 350-018 Study Guide

Are you studying for the exam referenced in the title above? Bookmark this page as I will be adding resource links to assist in your studies. Enjoy.

1.0 Infrastructure, Connectivity, Communications, and Network Security

1.1 Network addressing basics

1.1.a Subnetting Part 1 (YouTube)
Subnetting Part 2 (YouTube)
Subnetting Part 3 (YouTube)
Subnetting/Range Calculation (YouTube)
1.1.b IPv6 Summary Routes (YouTube)
1.1.c EUI-64 (YouTube)

1.2 OSI layers (YouTube)
1.3 TCP/UDP/IP protocols

TCP (Wikipedia)
UDP (Wikipedia)
IP (Wikipedia) (ajsnetworking.com)

1.4 LAN switching (for example, VTP, VLANs, spanning tree, and trunking) (ajsnetworking.com)
1.5 Routing protocols (for example, RIP, EIGRP, OSPF, and BGP)

RIP Authentication – ajsnetworking.com

1.5.a Basic functions and characteristics
1.5.b Security features

1.6 Tunneling protocols

1.6.a GRE
1.6.b NHRP
1.6.c IPv6 tunnel types (DOC-CD)

1.7 IP multicast

1.7.a PIM
Multicast Part 1 (YouTube)
Multicast Part 2 (YouTube)
Multicast Part 3 (YouTube)
Multicast Part 4 (YouTube)
Multicast Part 5 (YouTube)
Multicast Part 6 (YouTube)
Multicast Part 7 (YouTube)
1.7.b MSDP (DOC-CD)
1.7.c IGMP and CGMP
IGMP (DOC-CD)
CGMP (DOC-CD)
1.7.d Multicast Listener Discovery (DOC-CD)

Continue reading CCIE Security Written Version 4.0 Exam 350-018 Study Guide