Cisco Cisco IOS Software Release 12.2(55)SE

Page de 44
 
27
Release Notes for Catalyst 2350 Switch, Cisco IOS Release 12.2(55)SE and Later
OL-23019-05
Documentation Updates
This example shows how to configure a switch as the primary server for the VLAN database (the default) 
when a hidden or secret password was configured:
Switch# vtp primary vlan
Enter VTP password: mypassword
This switch is becoming Primary server for vlan feature in the VTP  domain
VTP Database Conf Switch ID      Primary Server Revision System Name           
------------ ---- -------------- -------------- -------- --------------------
VLANDB       Yes  00d0.00b8.1400=00d0.00b8.1400 1        stp7                  
Do you want to continue (y/n) [n]? y
Configuring VTP on a Per-Port Basis
With VTP version 3, you can enable or disable VTP on a per-port basis. You can enable VTP only on 
ports that are in trunk mode. Incoming and outgoing VTP traffic is blocked, not forwarded. 
Beginning in privileged EXEC mode, follow these steps to enable VTP on a port:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
interface interface-id
Identify an interface, and enter interface configuration mode.
Step 3
vtp
Enable VTP on the specified port.
Step 4
end
Return to privileged EXEC mode.
Step 5
show running-config interface 
interface-id
Verify the change to the port.
Step 6
show vtp status
Verify the configuration.
To disable VTP on the interface, use the no vtp interface configuration command.
Switch(config)# interface gigabitethernet 0/1
Switch(config-if)# vtp
Switch(config-if)# end
Other Updates to the Software Configuration Guide
In the “Configuring RIP for IPv6” section in the “Configuring IPv6 Unicast Routing” chapter, the task 
table is incorrect. This is the correct table:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
ipv6 router rip name
Configure an IPv6 RIP routing process, and enter router 
configuration mode for the process.
Step 3
maximum-paths number-paths
(Optional) Define the maximum number of equal-cost routes 
that IPv6 RIP can support. The range is from 1 to 32, and the 
default is 16 routes.
Step 4
exit
Return to global configuration mode.