{
  "imports": {
    "class": "imports",
    "JUNIPER-LSYS-SECURITYPROFILE-MIB": [
      "jnxLsysSpScheduler"
    ],
    "SNMPv2-CONF": [
      "MODULE-COMPLIANCE",
      "NOTIFICATION-GROUP"
    ],
    "SNMPv2-SMI": [
      "MibIdentifier",
      "OBJECT-TYPE",
      "Integer32",
      "Unsigned32",
      "NOTIFICATION-TYPE",
      "iso",
      "TimeTicks",
      "IpAddress",
      "Gauge32",
      "Bits",
      "Counter32",
      "Counter64",
      "OBJECT-IDENTITY",
      "MODULE-IDENTITY"
    ],
    "SNMPv2-TC": [
      "TEXTUAL-CONVENTION",
      "DisplayString"
    ]
  },
  "jnxLsysSpSchedulerMIB": {
    "name": "jnxLsysSpSchedulerMIB",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1",
    "class": "moduleidentity",
    "lastupdated": "201005191644Z",
    "organization": "Juniper Networks, Inc.",
    "contactinfo": "Juniper Technical Assistance Center Juniper Networks, Inc. 1194 N. Mathilda Avenue Sunnyvale, CA 94089 E-mail: support@juniper.net HTTP://www.juniper.net",
    "description": "This module defines the scheduler-specific MIB for Juniper Enterprise Logical-System (LSYS) security profiles. Juniper documentation is recommended as the reference. The LSYS security profile provides various static and dynamic resource management by observing resource quota limits. Security scheduler resource is the focus in this MIB. "
  },
  "jnxLsysSpSchedulerObjects": {
    "name": "jnxLsysSpSchedulerObjects",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1",
    "class": "objectidentity"
  },
  "jnxLsysSpSchedulerSummary": {
    "name": "jnxLsysSpSchedulerSummary",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2",
    "class": "objectidentity"
  },
  "jnxLsysSpSchedulerTable": {
    "name": "jnxLsysSpSchedulerTable",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1",
    "nodetype": "table",
    "class": "objecttype",
    "maxaccess": "not-accessible",
    "status": "current",
    "description": "LSYSPROFILE scheduler objects for scheduler resource consumption per LSYS."
  },
  "jnxLsysSpSchedulerEntry": {
    "name": "jnxLsysSpSchedulerEntry",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1.1",
    "nodetype": "row",
    "class": "objecttype",
    "maxaccess": "not-accessible",
    "indices": [
      {
        "module": "JUNIPER-LSYSSP-SCHEDULER-MIB",
        "object": "jnxLsysSpSchedulerLsysName",
        "implied": 1
      }
    ],
    "status": "current",
    "description": "An entry in scheduler resource table."
  },
  "jnxLsysSpSchedulerLsysName": {
    "name": "jnxLsysSpSchedulerLsysName",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1.1.1",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "DisplayString",
      "class": "type",
      "constraints": {
        "size": [
          {
            "min": 1,
            "max": 64
          }
        ]
      }
    },
    "maxaccess": "not-accessible",
    "status": "current",
    "description": "The name of the logical system for which scheduler resource information is retrieved. "
  },
  "jnxLsysSpSchedulerProfileName": {
    "name": "jnxLsysSpSchedulerProfileName",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1.1.2",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "DisplayString",
      "class": "type",
      "constraints": {
        "size": [
          {
            "min": 1,
            "max": 32
          }
        ]
      }
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The security profile name string for the LSYS."
  },
  "jnxLsysSpSchedulerUsage": {
    "name": "jnxLsysSpSchedulerUsage",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1.1.3",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The current resource usage count for the LSYS."
  },
  "jnxLsysSpSchedulerReserved": {
    "name": "jnxLsysSpSchedulerReserved",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1.1.4",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The reserved resource count for the LSYS."
  },
  "jnxLsysSpSchedulerMaximum": {
    "name": "jnxLsysSpSchedulerMaximum",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.1.1.1.5",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The maximum allowed resource usage count for the LSYS."
  },
  "jnxLsysSpSchedulerUsedAmount": {
    "name": "jnxLsysSpSchedulerUsedAmount",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.1",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The scheduler resource consumption over all LSYS."
  },
  "jnxLsysSpSchedulerMaxQuota": {
    "name": "jnxLsysSpSchedulerMaxQuota",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.2",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The scheduler resource maximum quota for the whole device for all LSYS."
  },
  "jnxLsysSpSchedulerAvailableAmount": {
    "name": "jnxLsysSpSchedulerAvailableAmount",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.3",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The scheduler resource available in the whole device."
  },
  "jnxLsysSpSchedulerHeaviestUsage": {
    "name": "jnxLsysSpSchedulerHeaviestUsage",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.4",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The most amount of scheduler resource consumed of a LSYS."
  },
  "jnxLsysSpSchedulerHeaviestUser": {
    "name": "jnxLsysSpSchedulerHeaviestUser",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.5",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "DisplayString",
      "class": "type",
      "constraints": {
        "size": [
          {
            "min": 1,
            "max": 64
          }
        ]
      }
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The LSYS name that consume the most scheduler resource."
  },
  "jnxLsysSpSchedulerLightestUsage": {
    "name": "jnxLsysSpSchedulerLightestUsage",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.6",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "Unsigned32",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The least amount of scheduler resource consumed of a LSYS."
  },
  "jnxLsysSpSchedulerLightestUser": {
    "name": "jnxLsysSpSchedulerLightestUser",
    "oid": "1.3.6.1.4.1.2636.3.39.1.17.2.1.2.7",
    "nodetype": "scalar",
    "class": "objecttype",
    "syntax": {
      "type": "DisplayString",
      "class": "type",
      "constraints": {
        "size": [
          {
            "min": 1,
            "max": 64
          }
        ]
      }
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The LSYS name that consume the least scheduler resource."
  },
  "meta": {
    "comments": [
      "ASN.1 source file:///Users/neermitt/kusanagi/mibs.snmplabs.com/asn1/JUNIPER-LSYSSP-SCHEDULER-MIB",
      "Produced by pysmi-0.3.4 at Fri May 24 20:12:59 2019",
      "On host NEERMITT-M-J0NV platform Darwin version 18.6.0 by user neermitt",
      "Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15) "
    ],
    "module": "JUNIPER-LSYSSP-SCHEDULER-MIB"
  }
}