2-847Cisco Catalyst Blade Switch 3120 for HP Command ReferenceOL-12248-03Chapter 2 Cisco Catalyst Blade Switch 3120 for HP Cisco IOS Commandsvmps servervmps serverUse the vmps server global configuration command on the switch stack or on a standalone switch toconfigure the primary VLAN Membership Policy Server (VMPS) and up to three secondary servers. Usethe no form of this command to remove a VMPS server.vmps server ipaddress [primary]no vmps server [ipaddress]Syntax DescriptionDefaults No primary or secondary VMPS servers are defined.Command Modes Global configurationCommand HistoryUsage 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.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.Examples 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 your setting by entering the show vmps privileged EXEC command and examininginformation in the VMPS Domain Server row.ipaddress IP address or hostname of the primary or secondary VMPS servers. If you specify ahostname, the Domain Name System (DNS) server must be configured.primary (Optional) Decides whether primary or secondary VMPS servers are beingconfigured.Release Modification12.2(40)EX1 This command was introduced.