Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Feature: vtp

Terencio Agozzino edited this page Jun 1, 2018 · 2 revisions

The vtp feature allows you to configure the VTP settings for a switch.

STP settings

vtp:
  # Sets the name of the domain
  domain: CISCO
  # Configures VTP device mode
  # Available values:
  #   client: Set the device to client mode
  #   server: Set the device to server mode
  #   transparent: Set the device to transparent mode
  mode: server
  # Sets the password for the VTP domain (max 64 characters)
  password: cisco
  # Sets the VTP version
  # Available values:
  #   1: Version 1
  #   2: Version 2
  version: 2
Clone this wiki locally