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/nortel/RAPID-INFO-SYSTEM-MIB | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 MIBS/nortel/RAPID-INFO-SYSTEM-MIB (limited to 'MIBS/nortel/RAPID-INFO-SYSTEM-MIB') diff --git a/MIBS/nortel/RAPID-INFO-SYSTEM-MIB b/MIBS/nortel/RAPID-INFO-SYSTEM-MIB new file mode 100644 index 0000000..60600a2 --- /dev/null +++ b/MIBS/nortel/RAPID-INFO-SYSTEM-MIB @@ -0,0 +1,53 @@ +RAPID-INFO-SYSTEM-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, + OBJECT-IDENTITY, enterprises FROM SNMPv2-SMI + DateAndTime FROM SNMPv2-TC + rapidstream FROM RAPID-MIB; + + rsInfoModule MODULE-IDENTITY + LAST-UPDATED "0103061200Z" + ORGANIZATION "WatchGuard Technologies, Inc." + CONTACT-INFO + " Ella Yu + WatchGuard Technologies, Inc. + 1841 Zanker Road + San Jose, CA 95112 + USA + + 408-519-4888 + ella.yu@watchguard.com " + + DESCRIPTION + "The MIB module describes general information + of RapidStream system. Mainly, the information + obtained from this MIB is used by rsInfoSystemMIB, + rsClientMIB, rsSystemStatisticsMIB, rsIpsecTunnelMIB." + + + REVISION "200104201200Z" + DESCRIPTION + "Initial revision." + REVISION "200211011200Z" + DESCRIPTION + "Changed CONTACT-INFO." + ::= { rapidstream 6 } + + + rsInfoSystem OBJECT-IDENTITY + STATUS current + DESCRIPTION + "This is the base system information for all rs Client + branches." + ::= { rsInfoModule 1 } + + rsInfoSystemCurrentTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host's notion of the local date and time of day." + ::= {rsInfoSystem 1} + +END -- cgit v1.2.3