Hi Peter,
the UPM variables are described in the EXOS User Guide in the Universal Port Confguration Overview chapter. To detect what kind of device is connected to the port you can use these variables:
- $EVENT.DEVICE - Device identifcation string.Possible values are: AVAYA_PHONE, GEN_TEL_PHONE, ROUTER, BRIDGE, REPEATER, WLAN_ACCESS_PT, DOCSIS_CABLE_SER, STATION_ONLY and OTHER.
- $EVENT.DEVICE_IP - The IP address of the device (if available). Blank if not available
- $EVENT.DEVICE_MAC - The MAC address of the device (if available). Blank if not available.
- $EVENT.DEVICE_POWER - The power of the device in milliwatts (if available). Blank if not available.
- $EVENT.DEVICE_MANUFACTURER_NAME -The manufacturer of the device.
- $EVENT.DEVICE_MODEL_NAME - Model name of the device.
- $EVENT.USER_PORT - Port associated with the event.
The problem is even there are variables defined, they will not return a correct value every time even the
show lldp nei detail command returns a lots of information. I've never get the MANUFACTURER_NAME nor the MODEL_NAME value. I've tested some Grandstream IP Phones and also Extremenetworks APs.