[ Pobierz całość w formacie PDF ]
.The show vmps command shows the resultof the last time the assignments were reconfirmed either as a result of reconfirmation timer expiring orbecause the vmps reconfirm command was entered.Related Commands Command Descriptionshow vmps Displays VQP and VMPS information.vmps reconfirm Sends VQP queries to reconfirm all dynamic VLAN assignments with theVMPS.andvmps reconfirmCatalyst 2900 Series XL and Catalyst 3500 Series XL Command Reference78-12155-042-257Chapter 2 Cisco IOS Commandsvmps reconfirmvmps reconfirmUse the vmps reconfirm global configuration command to change the reconfirmation interval for theVLAN Query Protocol (VQP) client.vmps reconfirm intervalSyntax Description interval Reconfirmation interval for VQP client queries to the VLAN Membership PolicyServer (VMPS) to reconfirm dynamic VLAN assignments.The interval range isfrom 1 to 120 minutes.Defaults The default reconfirmation interval is 60 minutes.Command Modes Global configurationCommand History Release Modification11.2(8)SA4 This command was first introduced.Examples This example shows how to set the VQP client to reconfirm dynamic VLAN entries every 20 minutes:Switch(config)# vmps reconfirm 20You can verify the previous command by entering the show vmps user EXEC command and examininginformation in the Reconfirm Interval row.Related Commands Command Descriptionshow vmps Displays VQP and VMPS information.vmps reconfirm Sends VQP queries to reconfirm all dynamic VLAN assignments with theVMPS.andvmps reconfirmCatalyst 2900 Series XL and Catalyst 3500 Series XL Command Reference78-12155-042-258Chapter 2 Cisco IOS Commandsvmps retryvmps retryUse the vmps retry global configuration command to configure the per-server retry count for the VLANQuery Protocol (VQP) client.vmps retry countSyntax Description count Number of attempts to contact the VLAN Membership Policy Server (VMPS) by theclient before querying the next server in the list.The retry range is from 1 to 10.Defaults The default retry count is 3.Command Modes Global configurationCommand History Release Modification11.2(8)SA4 This command was first introduced.Examples This example shows how to set the retry count to 7:Switch(config)# vmps retry 7You can verify the previous command by entering the show vmps user EXEC command and examininginformation in the Server Retry Count row.Related Commands Command Descriptionshow vmps Displays VQP and VMPS information.Catalyst 2900 Series XL and Catalyst 3500 Series XL Command Reference78-12155-042-259Chapter 2 Cisco IOS Commandsvmps servervmps serverUse the vmps server global configuration command to configure the primary VLAN MembershipPolicy Server (VMPS) and up to three secondary servers.Use the no form of this command to removea VMPS server.vmps server ipaddress [primary]no vmps server [ipaddress]Syntax Description ipaddress IP address or host name of the primary or secondary VMPS servers.If you specifya host name, the Domain Name System (DNS) server must be configured.primary (Optional) Determines whether primary or secondary VMPS servers are beingconfigured.Defaults No primary or secondary VMPS servers are defined.Command Modes Global configurationCommand History Release Modification11.2(8)SA4 This command was first introduced.Usage Guidelines The first server entered is automatically selected as the primary server whether or not primary isentered.The first server address can be overridden by using primary in a subsequent command.If a member switch in a cluster configuration does not have an IP address, the cluster does not use theVMPS server configured for that member switch.Instead, the cluster uses the VMPS server on thecommand switch, and the command switch proxies the VMPS requests.The VMPS server treats thecluster as a single switch and uses the IP address of the command switch to respond to requests.When using the no form without specifying the ipaddress, all configured servers are deleted.If youdelete all servers when dynamic-access ports are present, the switch cannot forward packets from newsources on these ports because it cannot query the VMPS.Catalyst 2900 Series XL and Catalyst 3500 Series XL Command Reference78-12155-042-260Chapter 2 Cisco IOS Commandsvmps serverExamples This example shows how to configure the server with IP address 191.10.49.20 as the primary VMPSserver.The servers with IP addresses 191.10.49.21 and 191.10.49.22 are configured as secondaryservers:Switch(config)# vmps server 191.10.49.20 primarySwitch(config)# vmps server 191.10.49.21Switch(config)# vmps server 191.10.49.22This example shows how to delete the server with IP address 191.10.49.21:Switch(config)# no vmps server 191.10.49.21You can verify the previous commands by entering the show vmps user EXEC command and examininginformation in the VMPS Domain Server row.Related Commands Command Descriptionshow vmps Displays VQP and VMPS information.Catalyst 2900 Series XL and Catalyst 3500 Series XL Command Reference78-12155-042-261Chapter 2 Cisco IOS CommandsvtpvtpUse the vtp VLAN database command to configure the VLAN Trunking Protocol (VTP) mode.Use theno form of this command to return to the default setting.vtp {server | client | transparent}no vtp {server | client | transparent}Syntax Description server Place the switch in VTP server mode.A switch in VTP server mode is enabledfor VTP and sends advertisements.You can configure VLANs on it.The switchcan recover all the VLAN information in the VTP database from nonvolatilestorage after reboot.client Place the switch in VTP client mode.A switch in VTP client mode is enabled forVTP, can send advertisements, but does not have enough nonvolatile storage tostore VLAN configurations.You cannot configure VLANs on it.When a VTPclient starts up, it does not transmit VTP advertisements until it receivesadvertisements to initialize its VLAN database.transparent Place the switch in VTP transparent mode.A switch in VTP transparent mode isdisabled for VTP, does not transmit advertisements or learn from advertisementssent by other devices, and cannot affect VLAN configurations on other devicesin the network.The switch receives VTP advertisements and forwards them onall trunk ports except the one on which the advertisement was received.Theconfiguration of multi-VLAN ports causes the switch to automatically entertransparent mode.Note The switch supports up to 250 VLANs on the Catalyst 2912MF, 2924M, and Catalyst 3500 XL switches.All other Catalyst 2900 XL switches support up to 64 VLANs [ Pobierz całość w formacie PDF ]