Hello,
EXOS has an OID to check whether a SSH module is installed or not but it does not indicate the enabling status of it.
extremeImageSshCapability OBJECT-TYPE SYNTAX INTEGER { unknown(0), nossh(1), ssh(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether image has ssh capability." ::= { extremeImageFeatureEntry 2 }
As Henrique has already mentioned, you can check it by the CLI command itself.
Thanks.