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-EX-SMI | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 MIBS/junos/JUNIPER-EX-SMI (limited to 'MIBS/junos/JUNIPER-EX-SMI') diff --git a/MIBS/junos/JUNIPER-EX-SMI b/MIBS/junos/JUNIPER-EX-SMI new file mode 100644 index 0000000..58b6353 --- /dev/null +++ b/MIBS/junos/JUNIPER-EX-SMI @@ -0,0 +1,44 @@ +-- +-- Juniper Enterprise Specific MIB: Structure of Management Information +-- +-- Copyright (c) 2002-2009, Juniper Networks, Inc. +-- All rights reserved. +-- +-- The contents of this document are subject to change without notice. +-- + +JUNIPER-EX-SMI DEFINITIONS ::= BEGIN + +IMPORTS + jnxExMibRoot FROM JUNIPER-SMI; + + + +-- +-- This MIB file added the nodes to create the Juniper Security +-- tree structure under the object node: jnxExObjects. +-- In general, the prefix jnxEx is used to name the object identifiers +-- and to designate them. +-- +-- The jnxEx node is designed to provide a branch for the Switching +-- related MIB defintions specific to the EX products. +-- + +-- +-- Object identifier added as the basis for identifying other EX nodes. +-- +jnxExSwitching OBJECT IDENTIFIER ::= { jnxExMibRoot 1 } + + +-- +-- next level object identifiers under jnxExSwitching +-- +jnxExAnalyzer OBJECT IDENTIFIER ::= { jnxExSwitching 1 } +jnxExSecureAccessPort OBJECT IDENTIFIER ::= { jnxExSwitching 2 } +jnxExPaeExtension OBJECT IDENTIFIER ::= { jnxExSwitching 3 } +jnxExVirtualChassis OBJECT IDENTIFIER ::= { jnxExSwitching 4 } +jnxExVlan OBJECT IDENTIFIER ::= { jnxExSwitching 5 } +jnxRPS OBJECT IDENTIFIER ::= { jnxExSwitching 6 } +jnxMacNotificationRoot OBJECT IDENTIFIER ::= { jnxExSwitching 7 } +END + -- cgit v1.2.3