From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/corero/CORERO-MIB | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 MIBS/corero/CORERO-MIB (limited to 'MIBS/corero/CORERO-MIB') diff --git a/MIBS/corero/CORERO-MIB b/MIBS/corero/CORERO-MIB new file mode 100644 index 0000000..cf9e61e --- /dev/null +++ b/MIBS/corero/CORERO-MIB @@ -0,0 +1,38 @@ +CORERO-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-IDENTITY, enterprises + FROM SNMPv2-SMI; + +corero MODULE-IDENTITY + LAST-UPDATED "201706160000Z" + ORGANIZATION "Corero Network Security" + CONTACT-INFO + " Corero Support + E-mail: support.portal@corero.com" + DESCRIPTION + "Corero Management Server MIB." + REVISION "201706160000Z" + DESCRIPTION + "Updated contact info." + + REVISION "201404240000Z" + DESCRIPTION + "Initial version of this MIB module." + ::= { enterprises 41036 } + +coreroRegistrations OBJECT-IDENTITY + STATUS current + DESCRIPTION + "This module defines the enterprises OID for Corero Network Security." + ::= { corero 1 } + +coreroProducts OBJECT-IDENTITY + STATUS current + DESCRIPTION + "A registration point under which all Corero AGENT-CAPABILIITES + definitions (and therefore values of sysObjectId) are defined." + ::= { corero 2 } + +END + -- cgit v1.2.3