Hi,
We have a UPM device-detect profile in place and would like to configure the port display-string based on the device connected system name.
If we use the following to configure a generic name it works -
Configure port $EVENT.USER_PORT display...
Hi,
Trying to configure a UPM profile for multiple devices based on device_detect. However not having much luck. Example below:
IF ($MATCH($(EVENT.NAME) , DEVICE-DETECT) ==0 ) then
IF ($MATCH ($(EVENT.DEVICE_MODEL) , AP8132) == 0) then
Configur...