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-MBG-SMI | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 MIBS/junos/JUNIPER-MBG-SMI (limited to 'MIBS/junos/JUNIPER-MBG-SMI') 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 -- cgit v1.2.3