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-LSYS-SECURITYPROFILE-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/junos/JUNIPER-LSYS-SECURITYPROFILE-MIB')
| -rw-r--r-- | MIBS/junos/JUNIPER-LSYS-SECURITYPROFILE-MIB | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/MIBS/junos/JUNIPER-LSYS-SECURITYPROFILE-MIB b/MIBS/junos/JUNIPER-LSYS-SECURITYPROFILE-MIB new file mode 100644 index 0000000..934555a --- /dev/null +++ b/MIBS/junos/JUNIPER-LSYS-SECURITYPROFILE-MIB @@ -0,0 +1,45 @@ +-- +-- Juniper Enterprise Specific MIB: Structure of Management Information +-- +-- Copyright (c) 2010-2011, Juniper Networks, Inc. +-- All rights reserved. +-- +-- The contents of this document are subject to change without notice. +-- + + +JUNIPER-LSYS-SECURITYPROFILE-MIB DEFINITIONS ::= BEGIN + IMPORTS + jnxLsysSecurityProfile FROM JUNIPER-JS-SMI; + +-- +-- Object identifier added as the basis for identifying other logical-system +-- Security profile nodes. + + +-- +-- next level object identifiers under jnxLsysSecurityProfile +-- +jnxLsysSpZone OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 1 } +jnxLsysSpScheduler OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 2 } +jnxLsysSpPolicy OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 3 } +jnxLsysSpPolicywcnt OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 4 } +jnxLsysSpFlowgate OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 5 } +jnxLsysSpFlowsess OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 6 } +jnxLsysSpAuthentry OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 7 } +jnxLsysSpNATsrcpool OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 8 } +jnxLsysSpNATdstpool OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 9 } +jnxLsysSpNATsrcpatad OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 10 } +jnxLsysSpNATsrcnopatad OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 11 } +jnxLsysSpNATsrcrule OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 12 } +jnxLsysSpNATdstrule OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 13 } +jnxLsysSpNATstaticrule OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 14 } +jnxLsysSpNATconebind OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 15 } +jnxLsysSpNATpoipnum OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 16 } +jnxLsysSpNATRuleRefPfx OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 17 } +jnxLsysSpCPU OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 18 } +jnxSp OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 19 } +-- jnxLsysSpGRsc OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 19 } +jnxLsysSpSecurewire OBJECT IDENTIFIER ::= { jnxLsysSecurityProfile 20 } + +END |