cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1248
Views
0
Helpful
3
Replies

Defining VTP Domain on 2924

jhale
Level 1
Level 1

How do I define a VTP domain on 2924 from CLI? I usually do this with VSM, but I want to know how on CLI.

enable

conf t

vtp <file>

is the option interactive help provides, no other options like vtp <domain> etc. etc.

Help is appreciated.

3 Replies 3

bsivasub
Level 4
Level 4

you don't need to go into configuration mode, you need to vlan configuration mode (straight from the enabled mode)

switch#vlan database

switch(vlan)#vtp domain

You type 'exit' to save the changes and get back to enable mode.

So this configuration will or won't show up in a "show run"?

And for your remote offices that are on a flat LAN, is it beneficial at all to configure a VTP domain?

Thanks.

donalwil
Level 1
Level 1

Hi

Here is a link that will walk you through the set up. It should be very helpful in setting up VTP, Vlans, VMPS and Trunk Links. have a good day

Donald Williams

CCNA

http://www.cisco.com/univercd/cc/td/doc/product/lan/c2900xl/29_35wc/sc/swgvlans.htm#xtocid1196610

Beginning in privileged EXEC mode, follow these steps to configure the switch for VTP server mode:

Command Purpose

Step 1

vlan database

Enter VLAN database mode.

Step 2

vtp domain domain-name

Configure a VTP administrative-domain name.

The name can be from 1 to 32 characters.

All switches operating in VTP server or client mode under the same administrative responsibility must be configured with the same domain name.

Step 3

vtp password password-value

(Optional) Set a password for the VTP domain. The password can be from 8 to 64 characters.

If you configure a VTP password, the VTP domain does not function properly if you do not assign the same password to each switch in the domain.

Step 4

vtp server

Configure the switch for VTP server mode (the default).

Step 5

exit

Return to privileged EXEC mode.

Step 6

show vtp status

Verify the VTP configuration.

In the display, check the VTP Operating Mode and the VTP Domain Name fields.