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/nortel/RAPID-INFO-SYSTEM-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/nortel/RAPID-INFO-SYSTEM-MIB')
| -rw-r--r-- | MIBS/nortel/RAPID-INFO-SYSTEM-MIB | 53 |
1 files changed, 53 insertions, 0 deletions
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 |