The ExtremeCloud IQ – Site Engine version 25.08.12.10 is available to download at Extreme PortalYou can find the release notes here. The downloadable files can be found on the Extreme Portal, under Products:ExtremeCloud™ IQ – Site Engine
The ExtremeCloud IQ – Site Engine version 25.08.11.12 is available to download at Extreme PortalYou can find the release notes here. The downloadable files can be found on the Extreme Portal, under Products:ExtremeCloud™ IQ – Site Engine
Version 25.08.10.50 has been released!You can find the release notes here. The downloadable files can be found on the Extreme Portal, under Products:ExtremeCloud™ IQ – Site Engine
ExtremeCloud IQ - Site Engine version 25.5.11.14 has been released!You can find the release notes here. The downloadable files can be found on the Extreme Portal, under Products:ExtremeCloud™ IQ – Site Engine
ExtremeCloud IQ – Site Engine 25.05.10.64 is now available.Release Notes = https://documentation.extremenetworks.com/release_notes/netsight/XIQSE/XIQSE_25_05_10_Release_Notes.pdfThank you!
Hi,here is API call to get all your groups:query{accessControl{allGroups {
GetType
description
name
}}}here is API call to get content of you group:query{
accessControl {
group(name: "Blacklist") {
values
}
}
}Hope it helps.
I think you can achieve this with the following approach:Role A:Permit destination IP 192.168.0.0/24Permit DHCPPermit ARPPermit DNS (if not on 192.168.0.0/24)Deny the restApply this role to all access ports except the one where 192.168.0.10 is presen...
Hi Florian.Seems like it is an ExtremeCloud IQ - Site Engine question. Your observation is correct. We display on the map only the slot ID.You can draw objects on the map (Edit > Tool > Draw Rectangle), you can add additional text to the map. So you ...
Hi Jerry.Please elaborate on what you mean by "My site" and XIQ Site. If you are suggesting a link between ExtremeCloud IQ Classic and Extreme Portal, then such a link is present in the licensing page.
Hi, here is example: {accessControl {endSystemByMac(macAddress:"00:50:56:BC:75:14"){endSystem{lastSeenTime}}}}You can query the list of end-systems and then query attributes you want for each End-system