diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/cisco/CISCOWAN-SMI | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/cisco/CISCOWAN-SMI')
| -rw-r--r-- | MIBS/cisco/CISCOWAN-SMI | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/MIBS/cisco/CISCOWAN-SMI b/MIBS/cisco/CISCOWAN-SMI new file mode 100644 index 0000000..7c19028 --- /dev/null +++ b/MIBS/cisco/CISCOWAN-SMI @@ -0,0 +1,67 @@ +-- ***************************************************************** +-- CISCOWAN-SMI.my: Cisco Enterprise Structure of Management Information +-- for WAN Products(MGX Series) +-- +-- May 2002, Subra.Hegde +-- Copyright (c) 1999-2000, 2002 by Cisco Systems,Inc. +-- +-- ***************************************************************** + +CISCOWAN-SMI DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + +-- The appropriate name for MODULE-IDENTITY should have been "ciscoWAN". +-- However,if we use "ciscoWAN", mib compilers complain about multiple names +-- using same OID value and some applications used for testing might fail +-- loading MIBs. +-- Using "stratacom" to make sure this MIB and MIBs dependent on this +-- can be compiled and tested. + +stratacom MODULE-IDENTITY + LAST-UPDATED "200205240000Z" + 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: cs-wanatm@cisco.com" + + DESCRIPTION + "The Structure of Management Information for the + stratacom enterprise." + REVISION "200205240000Z" + DESCRIPTION + "Using the 4 digit Year value in LAST-UPDATED and + REVISION Clause. Modified description of 'ciscoWan'." + REVISION "200001240000Z" + DESCRIPTION + "Added ciscoWanAgentCapability Object Identifier + assignment." + ::={ enterprises 351 } -- assigned by IANA + -- it is for stratacom enterprise + +ciscoWan OBJECT-IDENTITY + STATUS current + DESCRIPTION + "ciscoWan is the main subtree for mibs under 'stratacom' + enterprise. This is used by MGX product series." + ::= { stratacom 150 } + +ciscoWanAgentCapability OBJECT-IDENTITY + STATUS current + DESCRIPTION + "ciscoWanAgentCapability provides a root object identifier + from which AGENT-CAPABILITIES values may be assigned." + ::= { stratacom 160 } +END |