summaryrefslogtreecommitdiff
path: root/MIBS/junos/JUNIPER-MBG-SMI
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/junos/JUNIPER-MBG-SMI
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/junos/JUNIPER-MBG-SMI')
-rw-r--r--MIBS/junos/JUNIPER-MBG-SMI60
1 files changed, 60 insertions, 0 deletions
diff --git a/MIBS/junos/JUNIPER-MBG-SMI b/MIBS/junos/JUNIPER-MBG-SMI
new file mode 100644
index 0000000..1ba8749
--- /dev/null
+++ b/MIBS/junos/JUNIPER-MBG-SMI
@@ -0,0 +1,60 @@
+--
+-- Juniper Mobile Gateway Specific MIB: Structure of Management Information
+--
+-- Copyright (c) 2011-2013, Juniper Networks, Inc.
+-- All rights reserved.
+--
+-- The contents of this document are subject to change without notice.
+--
+
+JUNIPER-MBG-SMI DEFINITIONS ::= BEGIN
+
+IMPORTS
+ jnxMobileGatewayMibRoot, jnxJunosSpace FROM JUNIPER-SMI;
+
+--
+-- Object identifier added as the basis for
+-- identifying different Mobile Gateway nodes.
+--
+--
+-- This will be used as a root all the PDN-GW/GGSN MIBs.
+--
+jnxMobileGatewayPgwGgsn OBJECT IDENTIFIER
+ ::= { jnxMobileGatewayMibRoot 1 }
+--
+-- This will be used as a root all the Serving Gateway MIBs.
+--
+jnxMobileGatewaySgw OBJECT IDENTIFIER
+ ::= { jnxMobileGatewayMibRoot 2 }
+
+--
+-- This is the root of all EMS MIBs exposed for Mobility from Junos Space
+--
+jnxJunosSpaceMobility OBJECT IDENTIFIER ::= {jnxJunosSpace 2 }
+
+--
+-- This is the root of all EMS level Notifications for Mobility from Junos Space
+--
+jnxJunosSpaceMobilityNotifications OBJECT IDENTIFIER ::= {jnxJunosSpaceMobility 1 }
+
+--
+-- This is the root of all EMS level Objects for Mobility from Junos Space
+--
+jnxJunosSpaceMobilityObjects OBJECT IDENTIFIER ::= {jnxJunosSpaceMobility 2 }
+
+--
+-- Reserved OID for Mobility application Mobile Core Manager from Junos Space
+--
+jnxJunosSpaceMobilityMCM OBJECT IDENTIFIER ::= {jnxJunosSpaceMobility 3 }
+
+--
+-- Reserved OID for Mobility application Mobile Traffic Monitoring from Junos Space
+--
+jnxJunosSpaceMobilityMTM OBJECT IDENTIFIER ::= {jnxJunosSpaceMobility 4 }
+
+--
+-- This is the root of all EMS level Notification Vars for Mobility from Junos Space
+--
+jnxJunosSpaceMobilityNotificationvars OBJECT IDENTIFIER ::= { jnxJunosSpaceMobilityObjects 1 }
+
+END