summaryrefslogtreecommitdiff
path: root/MIBS/cisco/IRONPORT-SMI
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/cisco/IRONPORT-SMI
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/cisco/IRONPORT-SMI')
-rw-r--r--MIBS/cisco/IRONPORT-SMI54
1 files changed, 54 insertions, 0 deletions
diff --git a/MIBS/cisco/IRONPORT-SMI b/MIBS/cisco/IRONPORT-SMI
new file mode 100644
index 0000000..4197eb1
--- /dev/null
+++ b/MIBS/cisco/IRONPORT-SMI
@@ -0,0 +1,54 @@
+-- *****************************************************************
+-- IRONPORT-SMI
+--
+-- Copyright (c) 2005-2011 by Cisco Systems, Inc.
+-- All rights reserved.
+-- *****************************************************************
+
+IRONPORT-SMI DEFINITIONS ::= BEGIN
+
+--
+-- Top-level infrastructure of the IronPort project enterprise MIB tree
+--
+
+IMPORTS
+ MODULE-IDENTITY,
+ enterprises
+ FROM SNMPv2-SMI;
+
+ironPort MODULE-IDENTITY
+ LAST-UPDATED "201105021600Z"
+ ORGANIZATION "IronPort Systems"
+ CONTACT-INFO
+ " Cisco IronPort Email and Web Security
+ Customer Service
+
+ Postal: 950 Elm Avenue
+ San Bruno, CA 94066
+ USA
+
+ Tel: +1 (650) 989-6533
+
+ E-mail: customercare@ironport.com"
+ DESCRIPTION
+ "Top-level infrastructure of the Cisco IronPort project
+ enterprise MIB tree."
+ REVISION "201105021600Z"
+ DESCRIPTION
+ "Cleaned up SMI definition."
+ REVISION "200506170000Z"
+ DESCRIPTION
+ "Initial revision."
+ ::= { enterprises 15497 }
+
+
+--
+-- IronPort enterprise-specific management objects
+--
+
+asyncOSAppliances
+ OBJECT IDENTIFIER ::= { ironPort 1 }
+asyncOSMail
+ OBJECT IDENTIFIER ::= { asyncOSAppliances 1 }
+
+END