Cisco 6500 Series Software Configuration Manual page 127

Hide thumbs Also See for 6500 Series:
Table of Contents

Advertisement

Chapter 8
Configuring VTP
When VTP is disabled, you can enter VLAN configuration commands in configuration mode instead of
Note
the VLAN database mode and the VLAN configuration is stored in the startup configuration file.
This example shows how to configure the switch as a VTP server:
Router# configure terminal
Router(config)# vtp mode server
Setting device to VTP SERVER mode.
Router(config)# vtp domain Lab_Network
Setting VTP domain name to Lab_Network
Router(config)# end
Router#
This example shows how to verify the configuration:
Router# show vtp status
VTP Version
Configuration Revision
Maximum VLANs supported locally : 1005
Number of existing VLANs
VTP Operating Mode
VTP Domain Name
VTP Pruning Mode
VTP V2 Mode
VTP Traps Generation
MD5 digest
Configuration last modified by 127.0.0.12 at 8-7-02 11:21:43
Local updater ID is 127.0.0.12 on interface EO0/0 (first interface found)
Router#
This example shows how to configure the switch as a VTP client:
Router# configure terminal
Router(config)# vtp mode client
Setting device to VTP CLIENT mode.
Router(config)# exit
Router#
This example shows how to verify the configuration:
Router# show vtp status
VTP Version
Configuration Revision
Maximum VLANs supported locally : 1005
Number of existing VLANs
VTP Operating Mode
VTP Domain Name
VTP Pruning Mode
VTP V2 Mode
VTP Traps Generation
MD5 digest
Configuration last modified by 127.0.0.12 at 8-7-02 11:21:43
Router#
This example shows how to disable VTP on the switch:
Router# configure terminal
Router(config)# vtp mode transparent
Setting device to VTP TRANSPARENT mode.
Router(config)# end
Router#
78-14099-04
: 2
: 255
: 35
: Server
: Lab_Network
: Enabled
: Enabled
: Disabled
: 0x08 0x7E 0x54 0xE2 0x5A 0x79 0xA9 0x2D
: 2
: 255
: 35
: Client
: Lab_Network
: Enabled
: Enabled
: Disabled
: 0x08 0x7E 0x54 0xE2 0x5A 0x79 0xA9 0x2D
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
Configuring VTP
8-9

Advertisement

Table of Contents
loading

Table of Contents