-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-DOT11-RADIO-DIAGNOSTIC-CAPABILITY.mib
78 lines (61 loc) · 2.58 KB
/
CISCO-DOT11-RADIO-DIAGNOSTIC-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
-- *****************************************************************
-- CISCO-DOT11-RADIO-DIAGNOSTIC-CAPABILITY.my: Cisco DOT11
-- RADIO DIAGNOSTIC MIB AGENT CAPABILITIES
--
-- September 2003 - Parthasarathy Venkatavaradhan,
-- Prasanna Viswakumar
--
-- Copyright (c) 2003 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-DOT11-RADIO-DIAGNOSTIC-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoDot11RadioDiagCapability MODULE-IDENTITY
LAST-UPDATED "200309030000Z"
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-DOT11-RADIO-DIAGNOSTIC-MIB"
::= { ciscoAgentCapability 335 }
ciscoDot11RadioDiagCapabilityV1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.2"
STATUS current
DESCRIPTION "Cisco Dot11 RADIO DIAGNOSTIC MIB capabilities"
SUPPORTS CISCO-DOT11-RADIO-DIAGNOSTIC-MIB
INCLUDES { cDot11RadioDiagConfigGlobalGroup }
VARIATION cDot11RadioDiagTempChannel
DESCRIPTION "The read-write operations on this object
are supported only for 802.11b
interfaces. "
VARIATION cDot11RadioDiagTempTxPowerLevel
DESCRIPTION "The read-write operations on this object
are supported only for 802.11b
interfaces.
Only six power levels are currently
supported. Hence, the maximum value this
object can be set to is 6. "
VARIATION cDot11RadioDiagMode
DESCRIPTION "The read-write operations on this object
are supported only for 802.11b
interfaces. "
VARIATION cDot11RadioDiagSettingsEnabled
DESCRIPTION "The read-write operations on this object
are supported only for 802.11b
interfaces. "
::= { ciscoDot11RadioDiagCapability 1 }
END