Skip to main content

Missing VTP commands - which IOS for the BCMSN exam?

More
15 years 1 month ago #29425 by skepticals
sw3(config)#vtp ?
file Configure IFS filesystem file where VTP configuration is stored.

I have no VTP commands shown on IOS: IOS (tm) C2950 Software (C2950-C3H2S-M), Version 12.0(5.3)WC(1)

Is VTP missing in this version. Does anyone know where I can find the recommended IOS versions for 2950 and 3550 switches?
More
15 years 1 month ago #29458 by S0lo
If I'm not mistaken, this version uses the old vtp style. Try this:

[code:1]Switch# vlan database
Switch(vlan)# vtp ?
client Set the device to client mode.
domain Set the name of the VTP administrative domain.
password Set the password for the VTP administrative domain.
pruning Set the administrative domain to permit pruning.
server Set the device to server mode.
transparent Set the device to transparent mode.
v2-mode Set the administrative domain to V2 mode.
[/code:1]

This command form is deprecated in newer IOS versions. I have 12.1(22)EA6 on my 2950 and switch(config)#vtp works fine. Any way, you can still do the most part if the above works with you.

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
15 years 1 month ago #29469 by skepticals
Should I use a newer version though? I am studying for the BCMSN exam... do I need to know both? or just the newer method?
More
15 years 1 month ago #29472 by S0lo
Here is whats written in the "BCMSN Official Exam Guide, 5th edition" from Cisco, page 145:

You should be aware that there are two supported ways to configure VLAN and VTP information in Catalyst IOS switches:
■ Global conguration mode commands (for example, vlan, vtp mode, and vtp domain)
■ VLAN database mode commands
The vlan database EXEC command still is supported in Catalyst IOS Software only for backward compatibility, but this is not covered in the BCMSN course or the exam


So yes, I suggest you get the new version.

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
15 years 1 month ago #29493 by skepticals
Time to create page: 0.145 seconds