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/fortinet/MERU-CONFIG-SECURITYCERT-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/fortinet/MERU-CONFIG-SECURITYCERT-MIB')
| -rw-r--r-- | MIBS/fortinet/MERU-CONFIG-SECURITYCERT-MIB | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/MIBS/fortinet/MERU-CONFIG-SECURITYCERT-MIB b/MIBS/fortinet/MERU-CONFIG-SECURITYCERT-MIB new file mode 100644 index 0000000..0b3a1b5 --- /dev/null +++ b/MIBS/fortinet/MERU-CONFIG-SECURITYCERT-MIB @@ -0,0 +1,86 @@ +-- ***************************************************************** +-- Meru Networks Enterprise Specific MIB +-- +-- Copyright (c) 2005 by Meru Networks +-- All rights reserved +-- +-- ***************************************************************** + +MERU-CONFIG-SECURITYCERT-MIB DEFINITIONS ::= BEGIN + +IMPORTS + NOTIFICATION-TYPE, + OBJECT-TYPE, + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises, + Counter32, + Counter64, + Gauge32, + TimeTicks, + IpAddress, + Integer32 + FROM SNMPv2-SMI + Ipv6Address + FROM IPV6-TC + TEXTUAL-CONVENTION, + TimeInterval, + TimeStamp, + DateAndTime, + TruthValue, + DisplayString, + MacAddress, + RowStatus + FROM SNMPv2-TC + mwConfiguration + FROM MERU-SMI + ; + + mwConfigSecurityCert MODULE-IDENTITY + LAST-UPDATED "200506050000Z" + ORGANIZATION "Meru Networks" + CONTACT-INFO "support@merunetworks.com" + DESCRIPTION + "This MIB defines all the managed objects used to manage the Meru WLAN + Security Certificate Configuration infrastructure" + ::= { mwConfiguration 10 } + + mwSslCertInput OBJECT IDENTIFIER ::= { mwConfigSecurityCert 2 } + mwSslCert OBJECT IDENTIFIER ::= { mwConfigSecurityCert 3 } + + + mwSslCertInputCertificateName OBJECT-TYPE + SYNTAX DisplayString(SIZE (0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object describes Certificate Path Name" + ::= { mwSslCertInput 1 } + + mwSslCertInputPfxPassword OBJECT-TYPE + SYNTAX DisplayString(SIZE (0..64)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object describes Password" + ::= { mwSslCertInput 2 } + + mwSslCertCertificateName OBJECT-TYPE + SYNTAX DisplayString(SIZE (0..255)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object describes Certificate Path Name" + ::= { mwSslCert 1 } + + mwSslCertCertFormattedText OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object describes Certificate Body" + ::= { mwSslCert 2 } + + +END +
\ No newline at end of file |