Top Banner
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Implement VTP LAN Switching and Wireless – Chapter 4
14

Exploration_LAN_Switching_Chapter4.ppt

Feb 05, 2016

Download

Documents

Reymond D. Se
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1Version 4.0

Implement VTP

LAN Switching and Wireless – Chapter 4

Page 2: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2

VTP – VLAN Trunking Protocol

VTP allows a network manager to configure a switch so that it will propagate VLAN configurations to other switches in the network.

VTP minimizes misconfigurations and configuration inconsistencies that can result in a number of problems, such as duplicate VLAN names, incorrect VLAN-type specifications, and security violations.

Page 3: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 3

VTP Domain

A VTP domain (also called a VLAN management domain) is made up of one or more interconnected switches that share the same VTP domain name.

Page 4: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4

VTP Advertisement

Each switch in the VTP domain sends periodic advertisements out each trunk port to a reserved multicast address.

VTP advertisements are received by neighboring switches, which update their VTP and VLAN configurations as necessary.

Page 5: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 5

Summary Advertisements

Contains the VTP domain name, the current revision number, and other VTP configuration details.

Summary advertisements are sent every 5 minutes by a VTP server or client or Immediately after a configuration has been made

Page 6: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 6

Subset Advertisements

Contains VLAN information.

Changes that trigger the subset advertisement include:

1. Creating or deleting a VLAN

2. Suspending or activating a VLAN

3. Changing the name of a VLAN

4. Changing the MTU of a VLAN

Page 7: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 7

Request Advertisements

When a request advertisement is sent to a VTP server in the same VTP domain, the VTP server responds by sending a summary advertisement and then a subset advertisement.

Request advertisements are sent if:

1. The VTP domain name has been changed

2. The switch receives a summary advertisement with a higher configuration revision number than its own

3. A subset advertisement message is missed for some reason

4. The switch has been reset

Page 8: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8

VTP Modes

A switch can be configured in one of three modes: server, client, or transparent.

Page 9: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 9

VTP Server

VTP servers advertise the VTP domain VLAN information to other VTP-enabled switches in the same VTP domain.

VTP servers store the VLAN information for the entire domain in NVRAM. The server is where VLAN can created, deleted, or renamed for the domain.

Page 10: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10

VTP Client

VTP clients cannot create, change, or delete VLANs.

A VTP client only stores the VLAN information for the entire domain while the switch is on.

Page 11: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 11

VTP Transparent

Transparent switches forward VTP advertisements to VTP clients and VTP servers.

Transparent switches do not participate in VTP.

VLANs that are created, renamed, or deleted on transparent switches are local to that switch only.

Page 12: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 12

VTP Revision Number

32-bit number that indicates the level of revision for a VTP frame.

The default configuration number for a switch is zero.

Each time a VLAN is added or removed, the configuration revision number is incremented.

Each VTP device tracks the VTP configuration revision number that is assigned to it.

Page 13: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13

VTP Pruning

Prevents unnecessary flooding of broadcast information from one VLAN across all trunks in a VTP domain.

Pruning is disabled by default. VTP pruning is enabled using the vtp pruning global configuration command.

You need to enable pruning on only one VTP server switch in the domain.

Page 14: Exploration_LAN_Switching_Chapter4.ppt

© 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14