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/junos/JUNIPER-MOBILE-GW-SGW-MFWD-MIB | 85 +++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 MIBS/junos/JUNIPER-MOBILE-GW-SGW-MFWD-MIB (limited to 'MIBS/junos/JUNIPER-MOBILE-GW-SGW-MFWD-MIB') diff --git a/MIBS/junos/JUNIPER-MOBILE-GW-SGW-MFWD-MIB b/MIBS/junos/JUNIPER-MOBILE-GW-SGW-MFWD-MIB new file mode 100644 index 0000000..1ad5bba --- /dev/null +++ b/MIBS/junos/JUNIPER-MOBILE-GW-SGW-MFWD-MIB @@ -0,0 +1,85 @@ +-- ******************************************************************** +-- Juniper Mobile Gateway SGW MFWD(Mobile Packet Forwarding objects MIB. +-- +-- Copyright (c) 2011-2013, Juniper Networks, Inc. +-- All rights reserved. +-- +-- The contents of this document are subject to change without notice. +-- ******************************************************************** + +JUNIPER-MOBILE-GW-SGW-MFWD-MIB DEFINITIONS ::= BEGIN + +IMPORTS + NOTIFICATION-TYPE, MODULE-IDENTITY, OBJECT-TYPE, + Counter64, Unsigned32, Gauge32 FROM SNMPv2-SMI + TEXTUAL-CONVENTION, DisplayString, RowStatus, + TruthValue FROM SNMPv2-TC + EnabledStatus FROM JUNIPER-MIMSTP-MIB + jnxMobileGatewaySgw FROM JUNIPER-MBG-SMI + jnxMbgGwName FROM JUNIPER-MOBILE-GATEWAYS; + +jnxMbgSgwMfwdMib MODULE-IDENTITY + LAST-UPDATED "201108041200Z" -- Aug 04, 2011, 12:00:00 UTC + ORGANIZATION "Juniper Networks, Inc." + CONTACT-INFO + "Juniper Technical Assistance Center + Juniper Networks, Inc. + 1133 Innovation Way + Sunnyvale, CA 94089 + E-mail: support@juniper.net" + DESCRIPTION + "This module defines objects pertaining to SGW MFWD + (Serving Gateway Mobile Packet Forwarding Daemon) " + ::= { jnxMobileGatewaySgw 7 } + +jnxMbgSgwMfwdNotifications OBJECT IDENTIFIER + ::= { jnxMbgSgwMfwdMib 0 } + +jnxMbgSgwMfwdNotificationVars OBJECT IDENTIFIER + ::= { jnxMbgSgwMfwdMib 1 } + +jnxMbgSgwMfwdServicePicName OBJECT-TYPE + SYNTAX DisplayString (SIZE (8..15)) + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "This identifies the session-pic, in the form ms-a/b/0, + where is the slot and could be either 0 or 1." + ::= { jnxMbgSgwMfwdNotificationVars 1 } + +jnxMbgSgwMfwdBufMemLimit OBJECT-TYPE + SYNTAX Gauge32 + UNITS "percent" + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "This indicates the percentage of total buffer memory being used" + ::= { jnxMbgSgwMfwdNotificationVars 2 } + +jnxMbgSgwMfwdBufMemThresRaise NOTIFICATION-TYPE + OBJECTS { jnxMbgGwName, + jnxMbgSgwMfwdServicePicName, + jnxMbgSgwMfwdBufMemLimit } + + STATUS current + DESCRIPTION + "This notification signifies that the high memory buffering threshold + for MFWD has reached at the SPIC level. + The gateway name, SPIC name and memory buffer threshold will be + displayed." + ::= { jnxMbgSgwMfwdNotifications 1 } + +jnxMbgSgwMfwdBufMemThresClear NOTIFICATION-TYPE + OBJECTS { jnxMbgGwName, + jnxMbgSgwMfwdServicePicName, + jnxMbgSgwMfwdBufMemLimit } + + STATUS current + DESCRIPTION + "This notification signifies that the low memory buffering threshold + for MFWD has reached at the SPIC level. + The gateway name, SPIC name and memory buffer threshold will be + displayed." + ::= { jnxMbgSgwMfwdNotifications 2 } + +END -- cgit v1.2.3