Perform this procedure to downgrade switches that run GA version 9.0.2.0, or later, and are onboarded using ExtremeCloud IQ. This procedure does not apply to switches onboarded using ExtremeCloud IQ Site Engine.
This procedure assumes the 9.0.0.0 GA image version is available on the switch. If not, you must upload it and extract the release distribution files to the /intflash/release/ directory.
enable
software activate 9.0.0.0 GA
configure terminal
application
no iqagent enable
delete /intflash/.telegraf.csv -y
copy config.cfg config.backup
copy config.9.0.0.0 config.cfg
boot config choice primary config-file config.cfg
reset -y
enable
software commit