summaryrefslogtreecommitdiff
path: root/MIBS/hp/HP-IF-EXT-MIB
blob: 94dd60ae6a606b1fd2b8d73509884463f1ba6252 (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
HP-IF-EXT-MIB DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Counter32,
	NOTIFICATION-TYPE, Unsigned32		FROM SNMPv2-SMI
	TEXTUAL-CONVENTION, TruthValue		FROM SNMPv2-TC 
	MODULE-COMPLIANCE, OBJECT-GROUP,
	NOTIFICATION-GROUP                  	FROM SNMPv2-CONF
	ifIndex, ifEntry                	FROM IF-MIB
	hpProcurveCommon                  	FROM HP-BASE-MIB;

hpIfExtMIB MODULE-IDENTITY
	LAST-UPDATED 	"200502011455Z"
	ORGANIZATION "Hewlett Packard Company,
                     ProCurve Networking Business"
	CONTACT-INFO "Hewlett Packard Company
                     8000 Foothills Blvd.
                     Roseville, CA 95747"
	DESCRIPTION
		"Extensions to IF-MIB for HP Procurve product line."
    REVISION     "200502011455Z"  -- February 1, 2005
    DESCRIPTION  "Modified to reflect new OID hierarchy for 
                  HP J8162A XL Access Controller Module." 		
	::= { hpProcurveCommon 2 }


-- This MIB displays additional interface statistics common to most
-- HP Procurve product line.  

hpifMIBObjects OBJECT IDENTIFIER ::= { hpIfExtMIB 1 }
hpifExtMIBNotificationsPrefix OBJECT IDENTIFIER ::= { hpIfExtMIB 2 }
hpIfExtMIBConformance OBJECT IDENTIFIER ::= {  hpIfExtMIB 3 }


hpifStats  OBJECT IDENTIFIER ::= {  hpifMIBObjects 1 }
-- hpifStatus  OBJECT IDENTIFIER ::= {  hpifMIBObjects 2 }
hpifNotificationConfig  OBJECT IDENTIFIER ::= {  hpifMIBObjects 3 }


--hpifStats Group

-- device per port Statistics Table
-- reports statistics per ifIndex on each device which supports these counters.
--  This table is optional, and only required on devices which support per port
-- statistics relating to clients.
 
hpifStatsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF HifStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "Per interface aggregated statistics for each port on this device.
             This table relates primarily to HP J8162A XL Access Controller Module
             and similar devices."
     ::= { hpifStats 1 }

hpifStatsEntry OBJECT-TYPE
    SYNTAX      HifStatsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
            "An entry containing management statistics applicable to a
            particular interface on an HP J8162A XL Access Controller Module or similar
	    device."
    AUGMENTS { ifEntry }
    ::= { hpifStatsTable 1 }

HifStatsEntry ::=
    SEQUENCE {
        hpifStatsSlot           Unsigned32,
        hpifStatsPort           Unsigned32,
        hpifStatsNumClients     Gauge32,
        hpifStatsExtRoamsTo     Counter32,
        hpifStatsExtRoamsFrom   Counter32,
        hpifStatsIntRoamsTo     Counter32,
        hpifStatsIntRoamsFrom   Counter32,
        hpifStatsNumSessions    Gauge32
    }


hpifStatsSlot OBJECT-TYPE
        SYNTAX          Unsigned32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "This object contains the slot designation for this interface
                on the associated HP J8162A XL Access Controller Module or similar device."
        ::= { hpifStatsEntry 1 }

hpifStatsPort OBJECT-TYPE
        SYNTAX          Unsigned32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "This object contains the port designation for this interface
                in the slot reported by hpifStatsSlot on the associated 
                HP J8162A XL Access Controller Module or similar device."
        ::= { hpifStatsEntry 2 }


hpifStatsNumClients OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "This object contains the number of active clients associated
                with this interface on this HP J8162A XL Access Controller Module or similar
		device. This number will vary as clients roam, log on or off."
        ::= { hpifStatsEntry 3 }

hpifStatsExtRoamsTo OBJECT-TYPE
        SYNTAX          Counter32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "The number of clients which have roamed to this interface 
                from another HP J8162A XL Access Controller Module since the last reboot of
		this HP J8162A XL Access Controller Module or similar device. External roams
		may indicate client traffic is being tunneled back through the
		original HP J8162A XL Access Controller Module."
        ::= { hpifStatsEntry 4 }

hpifStatsExtRoamsFrom OBJECT-TYPE
        SYNTAX          Counter32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "The number of clients which have roamed away from 
                this interface to another external HP J8162A XL Access Controller Module
		since the last reboot of the HP J8162A XL Access Controller Module or 
		similar device. External roams may indicate client traffic is
		being tunneled back through the original HP J8162A XL Access Controller Module."
		::= { hpifStatsEntry 5 }

hpifStatsIntRoamsTo OBJECT-TYPE
        SYNTAX          Counter32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "The number of clients which have roamed to this interface 
                from another interface on this same HP J8162A XL Access Controller Module
		since the last reboot of the HP J8162A XL Access Controller Module or 
		similar device."
        ::= { hpifStatsEntry 6 }

hpifStatsIntRoamsFrom OBJECT-TYPE
        SYNTAX          Counter32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "The number of clients which have roamed away from 
                this interface to another interface on this same 
                HP J8162A XL Access Controller Module since the last reboot of the 
                HP J8162A XL Access Controller Module or similar device."
        ::= { hpifStatsEntry 7 }

hpifStatsNumSessions OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
                "The number of active sessions aggregated over all clients
                associated with this interface on this HP J8162A XL Access Controller Module
		or similar device."
        ::= { hpifStatsEntry 8 }


-- notification Configuration objects

-- notifications

hpifExtMIBNotifications OBJECT IDENTIFIER ::= { hpifExtMIBNotificationsPrefix 0 }


-- conformance information

hpifCompliances OBJECT IDENTIFIER ::= { hpIfExtMIBConformance 1 }
hpifGroups OBJECT IDENTIFIER ::=      { hpIfExtMIBConformance 2 }


hpifExtMIBCompliance1  MODULE-COMPLIANCE
        STATUS  current
        DESCRIPTION
                "The compliance statement for entities which implement
                the HP-IF-EXT-MIB."
        MODULE  -- this module
                MANDATORY-GROUPS { hpifStatsGroup }

        ::= { hpifCompliances 1 }

-- units of conformance

hpifStatsGroup    OBJECT-GROUP
    OBJECTS { hpifStatsSlot, hpifStatsPort, hpifStatsNumClients, 
	      hpifStatsExtRoamsTo, hpifStatsExtRoamsFrom, 
	      hpifStatsIntRoamsTo, hpifStatsIntRoamsFrom, hpifStatsNumSessions }
    STATUS  current
    DESCRIPTION
            "A collection of objects providing statistics
            applicable to all HP J8162A XL Access Controller Module like devices."
    ::= { hpifGroups 1 }

END