lib/oxidized/model/aosw.rb in oxidized-0.29.0 vs lib/oxidized/model/aosw.rb in oxidized-0.29.1
- old
+ new
@@ -1,16 +1,18 @@
class AOSW < Oxidized::Model
+ using Refinements
+
# AOSW Aruba Wireless, IAP, Instant Controller and Mobility Access Switches
# Used in Alcatel OAW-4750 WLAN controller
# Also Dell controllers
# HPE Aruba Switches should use a different model as the software is based on the HP Procurve line.
# Support for IAP & Instant Controller tested with 115, 205, 215 & 325 running 6.4.4.8-4.2.4.5_57965
# Support for Mobility Access Switches tested with S2500-48P & S2500-24P running 7.4.1.4_54199 and S2500-24P running 7.4.1.7_57823
# All IAPs connected to a Instant Controller will have the same config output. Only the controller needs to be monitored.
- comment '# '
+ comment '# '
prompt /^([\w\(:.@-]+(\)?\s?)[#>]\s?)$/
cmd :all do |cfg|
cfg.cut_both
end