Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
None
Description
Since the new alert wizard got public we are facing an error while creating port associations with the ifAdminStatus entity.
I was able to debug it and found out that it's currently following alert code
{"condition":"AND","rules":[{"id":"device.os.free","field":"device.os","type":"string","input":"text","operator":"equals","value":"ironware"},{"id":"entity.disabled","field":"entity.disabled","type":"integer","input":"select","operator":"equals","value":0},{"condition":"OR","rules":[{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ethernetCsmacd"},{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ieee8023adLag"}]}],"valid":true} |
instead of
{"condition":"AND","rules":[{"id":"device.os.free","field":"device.os","type":"string","input":"text","operator":"equals","value":"ironware"},{"id":"entity.disabled","field":"ports.ifAdminStatus","type":"integer","input":"select","operator":"equals","value":"up"},{"condition":"OR","rules":[{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ethernetCsmacd"},{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ieee8023adLag"}]}],"valid":true} |
Attachments
Issue Links
- duplicates
-
OBS-2732 Port Groups - Problem with port.ignore association ruleset
- Closed