544 Rogue Detection and Countermeasures320657-AConfiguring a Permitted Vendor ListThe permitted vendor list specifies the third-party AP or client vendors that are allowed on the network. WSS Softwaredoes not list a device as a rogue or interfering device if the device’s OUI is in the permitted vendor list.By default, the permitted vendor list is empty and all vendors are allowed. If you configure a permitted vendor list, WSSSoftware allows only the devices whose OUIs are on the list. The permitted vendor list applies only to the WSS switchon which the list is configured. WSS switches do not share permitted vendor lists.To add an entry to the permitted vendor list, use the following command:set rfdetect vendor-list {client | ap} mac-addrThe following command adds an entry for clients whose MAC addresses start with aa:bb:cc:23x0# set rfdetect vendor-list client aa:bb:cc:00:00:00success: MAC aa:bb:cc:00:00:00 is now in client vendor-list.The trailing 00:00:00 value is required.To display the permitted vendor list, use the following command:show rfdetect vendor-listThe following example shows the permitted vendor list on WSS switch:23x0# show rfdetect vendor-listTotal number of entries: 1OUI Type----------------- ------aa:bb:cc:00:00:00 client11:22:33:00:00:00 apTo remove an entry from the permitted vendor list, use the following command:clear rfdetect vendor-list {client | ap} {mac-addr | all}The following command removes client OUI aa:bb:cc:00:00:00 from the permitted vendor list:23x0# clear rfdetect vendor-list client aa:bb:cc:00:00:00success: aa:bb:cc:00:00:00 is no longer in client vendor-list.