1-- *****************************************************************
2-- CISCOWAN-SMI.my:  Cisco Enterprise Structure of Management Information
3--                   for WAN Products(MGX Series)
4--
5-- May 2002, Subra.Hegde
6-- Copyright (c) 1999-2000, 2002 by Cisco Systems,Inc.
7--
8-- *****************************************************************
9
10CISCOWAN-SMI DEFINITIONS ::= BEGIN
11
12IMPORTS
13	MODULE-IDENTITY,
14	OBJECT-IDENTITY,
15	enterprises
16		FROM SNMPv2-SMI;
17
18-- The appropriate name for MODULE-IDENTITY should have been "ciscoWAN".
19-- However,if we use "ciscoWAN", mib compilers complain about multiple names
20-- using same OID value and some applications used for testing might fail
21-- loading MIBs.
22-- Using "stratacom" to make sure this MIB and MIBs dependent on this
23-- can be compiled and tested.
24
25stratacom MODULE-IDENTITY
26	LAST-UPDATED	"200205240000Z"
27	ORGANIZATION	"Cisco Systems, Inc."
28	CONTACT-INFO
29		"       Cisco Systems
30			Customer Service
31
32		Postal: 170 W Tasman Drive
33			San Jose, CA  95134
34			USA
35
36		   Tel: +1 800 553-NETS
37
38		E-mail: cs-wanatm@cisco.com"
39
40	DESCRIPTION
41		"The Structure of Management Information for the
42		 stratacom enterprise."
43        REVISION      "200205240000Z"
44        DESCRIPTION
45            "Using the 4 digit Year value in LAST-UPDATED and
46             REVISION Clause. Modified description of 'ciscoWan'."
47        REVISION      "200001240000Z"
48        DESCRIPTION
49                "Added ciscoWanAgentCapability Object Identifier
50	         assignment."
51	::={ enterprises 351 }  -- assigned by IANA
52				-- it is for stratacom enterprise
53
54ciscoWan OBJECT-IDENTITY
55    STATUS	current
56    DESCRIPTION
57        "ciscoWan is the main subtree for mibs under 'stratacom'
58        enterprise. This is used by MGX product series."
59    ::= { stratacom 150 }
60
61ciscoWanAgentCapability OBJECT-IDENTITY
62    STATUS  current
63    DESCRIPTION
64        "ciscoWanAgentCapability provides a root object identifier
65        from which AGENT-CAPABILITIES values may be assigned."
66    ::= { stratacom 160 }
67END
68