summaryrefslogtreecommitdiff
path: root/MIBS/aerohive/AH-SYSTEM-MIB
blob: e9e80bc72107d78d2c9c6501db80af9840747f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
--
-- Copyright (c) 2010-2016. Aerohive Networks, Inc
-- All rights reserved.

AH-SYSTEM-MIB DEFINITIONS ::= BEGIN

--
-- Imports
--

IMPORTS
	MODULE-IDENTITY, OBJECT-TYPE
		FROM SNMPv2-SMI
		
	DisplayString
	    FROM SNMPv2-TC
	
	ahProduct
		FROM AH-SMI-MIB;

--
-- Module Identity
--    
		
ahSystem MODULE-IDENTITY
         LAST-UPDATED  "201608310000Z"  --  Aug 31, 2016
         ORGANIZATION  "Aerohive Networks, Inc"
         CONTACT-INFO  "info@aerohive.com
                        1011 McCarthy Boulevard
                        Milpitas, CA 95035"
         DESCRIPTION   "This module contains the MIB definition of 
			aerohive system related information."
	 
	 ::=  {  ahProduct 2  }

--
-- Aerohive Extension to ahSystem
-- 	

ahSystemName	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform system name"
	::=  {  ahSystem  1  }

ahSystemDescription	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform system description"
	::=  {  ahSystem  2  }
	
ahCpuUtilization   	OBJECT-TYPE
	SYNTAX      INTEGER (0..100)
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform cpu utilization"
	::=  {  ahSystem  3  }		
	
ahMemUtilization	OBJECT-TYPE
	SYNTAX      INTEGER (0..100)
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform memory utilization"
	::=  {  ahSystem  4  }	
	
ahSystemSerial	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform system serial-number"
	::=  {  ahSystem  5  }
	
ahDeviceMode	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive device mode type"
	::=  {  ahSystem  6  }		

ahUpTime   	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform up time"
	::=  {  ahSystem  7  }	

ahHwVersion	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform hardware version"
	::=  {  ahSystem  8  }		

ahClientCount	OBJECT-TYPE
	SYNTAX      INTEGER (0..10000)
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "the counter of devices connected to aerohive products"
	::=  {  ahSystem  9  }

ahEnvirmentTemp	OBJECT-TYPE
	SYNTAX      INTEGER (0..100)
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive envirment temp-ditection"
	::=  {  ahSystem  10  }		

ahEnvirmentFan	OBJECT-TYPE
	SYNTAX      INTEGER (0..10000)
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive envirment fan speed,  unit as RPM"
	::=  {  ahSystem  11  }
	
ahFirmwareVersion	OBJECT-TYPE
	SYNTAX      DisplayString (SIZE (0..255))
	MAX-ACCESS  read-only
	STATUS      current
	DESCRIPTION "aerohive platform fireware version"
	::=  {  ahSystem  12  }		
	
	
END