-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-LWAPP-MFP-CAPABILITY.mib
70 lines (59 loc) · 2.24 KB
/
CISCO-LWAPP-MFP-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
-- *****************************************************************
-- CISCO-LWAPP-MFP-CAPABILITY.my:
-- CISCO-LWAPP-MFP MIB CAPABILITIES
--
-- May 2006 - Prasanna Viswakumar
--
-- Copyright (c) 2006 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-LWAPP-MFP-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoLwappMfpCapability MODULE-IDENTITY
LAST-UPDATED "200605160000Z"
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-LWAPP-MFP-MIB. "
REVISION "200605160000Z"
DESCRIPTION
"Initial version of this MIB module. "
::= { ciscoAgentCapability 504 }
ciscoLwappMfpCapabilityCUWNSV4R0 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco Unified Wireless Network Software
Release 4.0 for Cisco WLAN Controllers"
STATUS current
DESCRIPTION "CISCO-LWAPP-MFP-MIB capabilities"
SUPPORTS CISCO-LWAPP-MFP-MIB
INCLUDES {
ciscoLwappMfpConfigGroup,
ciscoLwappMfpStatusGroup,
ciscoLwappMfpNotifObjsGroup,
ciscoLwappMfpNotifsGroup
}
VARIATION cLMfpCtrlNotifEnable
ACCESS read-only
DESCRIPTION
"This object is implemented as
read-only. "
VARIATION cLMfpVersionRequired
ACCESS read-only
DESCRIPTION
"This object is implemented as
read-only. "
::= { ciscoLwappMfpCapability 1 }
END