The following information must be available for this driver class to manage an applicable device.
-
SNMP
-
sysDescr contains "^hiX56[0-9][0-9]"
-
sysObjectID contains "1.3.6.1.4.1.6296"
-
-
Terminal
-
Get the model number from the output of show system-version command by matching the regular expression "hiX([^/]+)/".
-
Get the MAC Address from the output of show interface mgmt command by matching the regular expression "address is ([0-9a-f\\.]+)$".
-
Get the Hostname from the output of show running-config hostname command by matching the regular expression "hostname +(.*)$".
-