1-- *****************************************************************
2-- CISCO-LWAPP-TSM-CAPABILITY.my:
3-- CISCO-LWAPP-TSM MIB CAPABILITIES
4--
5-- May 2006 -  Prasanna Viswakumar
6--
7-- Copyright (c) 2006 by cisco Systems, Inc.
8-- All rights reserved.
9--
10-- *****************************************************************
11
12CISCO-LWAPP-TSM-CAPABILITY DEFINITIONS ::= BEGIN
13
14IMPORTS
15        MODULE-IDENTITY
16                FROM SNMPv2-SMI
17        AGENT-CAPABILITIES
18                FROM SNMPv2-CONF
19        ciscoAgentCapability
20                FROM CISCO-SMI;
21
22ciscoLwappTsmCapability MODULE-IDENTITY
23        LAST-UPDATED         "200605150000Z"
24        ORGANIZATION         "Cisco Systems, Inc."
25        CONTACT-INFO
26                "             Cisco Systems
27                              Customer Service
28
29                      Postal: 170 W Tasman Drive
30                              San Jose, CA  95134
31                              USA
32
33                         Tel: +1 800 553-NETS
34
35                      E-mail: cs-wnbu-snmp@cisco.com"
36        DESCRIPTION
37                "Agent capabilities for CISCO-LWAPP-TSM-MIB. "
38        REVISION      "200605150000Z"
39        DESCRIPTION
40                "Initial version of this MIB module. "
41        ::= { ciscoAgentCapability 506 }
42
43ciscoLwappTsmCapabilityCUWNSV4R0 AGENT-CAPABILITIES
44
45PRODUCT-RELEASE         "Cisco Unified Wireless Network Software
46                        Release 4.0 for Cisco WLAN Controllers"
47        STATUS          current
48        DESCRIPTION     "CISCO-LWAPP-TSM-MIB capabilities. "
49        SUPPORTS        CISCO-LWAPP-TSM-MIB
50        INCLUDES        {
51                        ciscoLwappTsmDot11ConfigGroup,
52                        ciscoLwappTsmDot11StatsGroup
53                        }
54
55        VARIATION       cLTsmDot11MaxClientsPerDot11Intf
56        ACCESS          read-only
57        DESCRIPTION
58                        "This object is implemented as
59                        read-only. "
60
61        VARIATION       cLTsmDot11MaxTsmStatsEntries
62        ACCESS          read-only
63        DESCRIPTION
64                        "This object is implemented as
65                        read-only. "
66        ::= { ciscoLwappTsmCapability 1 }
67END
68