1--  **********************************************************
2-- Airespace Reference MIB
3-- Copyright 2005 Cisco Systems, Inc.  All rights reserved.
4
5-- This SNMP Management Information Specification
6-- embodies Cisco's confidential and proprietary
7-- intellectual property.  Cisco retains all title
8-- and ownership in the Specification including any revisions.
9
10-- This Specification is supplied "AS IS", Cisco
11-- makes no warranty, either expressed or implied,
12-- as to the use, operation, condition, or performance of the
13-- Specification.
14
15
16-- Status: Release
17-- Version: 4.0
18-- Internal Source Code Version:1.268
19-- Date: 01 Jan 2006
20--  **********************************************************
21
22
23AIRESPACE-REF-MIB DEFINITIONS ::= BEGIN
24
25IMPORTS
26     MODULE-IDENTITY,
27     enterprises
28         FROM SNMPv2-SMI;
29
30
31airespace MODULE-IDENTITY
32        LAST-UPDATED "200512190000Z"  -- December 19, 2005
33        ORGANIZATION "Airespace, Inc."
34        CONTACT-INFO
35            "        Cisco Systems,
36                     Customer Service
37             Postal: 170 West Tasman Drive
38                     San Jose, CA  95134
39                     USA
40                Tel: +1 800 553-NETS
41
42              Email: cs-wnbu-snmp@cisco.com"
43        DESCRIPTION
44            "The Structure of Management Information for the
45             Airespace enterprise."
46        REVISION    "200512190000Z"  -- December 19, 2005
47        DESCRIPTION
48                   "Initial version of this MIB module."
49
50        ::= { enterprises 14179 }  -- assigned by IANA
51
52END
53