-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-DOT11-CONTEXT-SERVICES-CLIENT-CAPABILITY.mib
135 lines (109 loc) · 4.92 KB
/
CISCO-DOT11-CONTEXT-SERVICES-CLIENT-CAPABILITY.mib
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
-- *****************************************************************
-- CISCO-DOT11-CONTEXT-SERVICES-CLIENT-CAPABILITY: Cisco DOT11
-- CONTEXT SERVICES CLIENT MIB AGENT CAPABILITIES
--
-- August 2003 - Parthasarathy Venkatavaradhan,
-- Prasanna Viswakumar
--
-- Copyright (c) 2003, 2004 by Cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-DOT11-CONTEXT-SERVICES-CLIENT-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoDot11CscCapability MODULE-IDENTITY
LAST-UPDATED "200407240000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"Agent capabilities for CISCO-CONTEXT-SERVICES-
CLIENT-MIB"
REVISION "200407240000Z"
DESCRIPTION
"Added ciscoDot11CscCapabilityV2 for IOS
12.3(2)."
REVISION "200308250000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoAgentCapability 336 }
ciscoDot11CscCapabilityV1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.2"
STATUS current
DESCRIPTION "Cisco Dot11 CONTEXT SERVICES CLIENT
MIB capabilities"
SUPPORTS CISCO-DOT11-CONTEXT-SERVICES-CLIENT-MIB
INCLUDES { ciscoDot11CscConfigGlobalGroup }
VARIATION cDot11CscRootNodeAddress
DESCRIPTION
"WDS acts as the root node in the
current implementation and hence
this object returns the IP address
of the parent WDS."
VARIATION cDot11CscMnAuthenticatorAddress
DESCRIPTION
"WDS acts as the root node in the
current implementation and hence
this object returns the IP address
of the parent WDS."
VARIATION cDot11CscMnInactivityTime
ACCESS not-implemented
DESCRIPTION
"This object is currently not
supported."
VARIATION cDot11CscStateTransitions
ACCESS not-implemented
DESCRIPTION
"This object is currently not
supported."
::= { ciscoDot11CscCapability 1 }
ciscoDot11CscCapabilityV2 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.3(2) JA"
STATUS current
DESCRIPTION "Cisco Dot11 CONTEXT SERVICES CLIENT
MIB capabilities for IOS 12.3(2)."
SUPPORTS CISCO-DOT11-CONTEXT-SERVICES-CLIENT-MIB
INCLUDES { ciscoDot11CscConfigGlobalGroup }
VARIATION cDot11CscParentWdsAddress
DESCRIPTION
"A query to this object returns the
noSuchInstance exception when the
user credentials are not configured
in this particular 802.11
station."
VARIATION cDot11CscRootNodeAddress
DESCRIPTION
"WDS acts as the root node in the
current implementation and hence
this object returns the IP address
of the parent WDS."
VARIATION cDot11CscMnAuthenticatorAddress
DESCRIPTION
"WDS acts as the root node in the
current implementation and hence
this object returns the IP address
of the parent WDS."
VARIATION cDot11CscMnInactivityTime
ACCESS not-implemented
DESCRIPTION
"This object is currently not
supported."
VARIATION cDot11CscStateTransitions
ACCESS not-implemented
DESCRIPTION
"This object is currently not
supported."
::= { ciscoDot11CscCapability 2 }
END