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/junos/JUNIPER-EX-SMI | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/junos/JUNIPER-EX-SMI')
| -rw-r--r-- | MIBS/junos/JUNIPER-EX-SMI | 44 |
1 files changed, 44 insertions, 0 deletions
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 + |